fixed create_entity and minor changes to bmesh_to_ifc

This commit is contained in:
martinaCodes
2022-10-10 09:01:00 +02:00
parent 532502a4a3
commit 310cbebba9
6 changed files with 343 additions and 411 deletions
-2
View File
@@ -52,7 +52,6 @@ def nodes_index():
("ifc.read_file", "SvIfcReadFile"),
("ifc.write_file", "SvIfcWriteFile"),
("ifc.create_entity", "SvIfcCreateEntity"),
("ifc.create_entity2", "SvIfcCreateEntity2"),
("ifc.create_shape", "SvIfcCreateShape"),
("ifc.read_entity", "SvIfcReadEntity"),
("ifc.by_id", "SvIfcById"),
@@ -70,7 +69,6 @@ def nodes_index():
("ifc.api", "SvIfcApi"),
("ifc.api_WIP", "SvIfcApiWIP"),
("ifc.bmesh_to_ifc", "SvIfcBMeshToIfcGeo"),
("ifc.bmesh_to_ifc2", "SvIfcBMeshToIfcRepr"),
("ifc.create_project", "SvIfcCreateProject"),
("ifc.quick_project_setup", "SvIfcQuickProjectSetup")