New IFC get property node

This commit is contained in:
Dion Moult
2020-10-13 20:25:35 +11:00
parent d7e2f29eae
commit 56209fa0ec
2 changed files with 41 additions and 0 deletions
+1
View File
@@ -35,6 +35,7 @@ def nodes_index():
("ifc.add", "SvIfcAdd"),
("ifc.remove", "SvIfcRemove"),
("ifc.generate_guid", "SvIfcGenerateGuid"),
("ifc.get_property", "SvIfcGetProperty"),
("ifc.select_blender_objects", "SvIfcSelectBlenderObjects"),
])]