New IFC add node

This commit is contained in:
Dion Moult
2020-10-11 12:32:23 +11:00
parent 60147a8ec9
commit 275fa479d6
2 changed files with 38 additions and 0 deletions
+1
View File
@@ -31,6 +31,7 @@ def nodes_index():
("ifc.by_guid", "SvIfcByGuid"),
("ifc.by_type", "SvIfcByType"),
("ifc.by_query", "SvIfcByQuery"),
("ifc.add", "SvIfcAdd"),
("ifc.select_blender_objects", "SvIfcSelectBlenderObjects"),
])]