Add IFC remove node

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