new pick_ifc_class node + minor fixes. Add_spatial_element is WIP

This commit is contained in:
martinaCodes
2022-10-31 18:50:17 +01:00
parent c72031fa5d
commit 13a97babd8
5 changed files with 177 additions and 21 deletions
+1
View File
@@ -53,6 +53,7 @@ def nodes_index():
("ifc.create_entity", "SvIfcCreateEntity"),
("ifc.create_shape", "SvIfcCreateShape"),
("ifc.read_entity", "SvIfcReadEntity"),
("ifc.pick_ifc_class", "SvIfcPickIfcClass"),
("ifc.by_id", "SvIfcById"),
("ifc.by_guid", "SvIfcByGuid"),
("ifc.by_type", "SvIfcByType"),