New node to read IFC entities

This commit is contained in:
Dion Moult
2020-10-13 20:13:59 +11:00
parent 2ead44e1c5
commit d7e2f29eae
2 changed files with 60 additions and 0 deletions
+1
View File
@@ -27,6 +27,7 @@ def nodes_index():
("ifc.write_file", "SvIfcWriteFile"),
("ifc.create_entity", "SvIfcCreateEntity"),
("ifc.create_shape", "SvIfcCreateShape"),
("ifc.read_entity", "SvIfcReadEntity"),
("ifc.by_id", "SvIfcById"),
("ifc.by_guid", "SvIfcByGuid"),
("ifc.by_type", "SvIfcByType"),