New IFC create shape node for Sverchok

This commit is contained in:
Dion Moult
2020-10-10 10:21:17 +11:00
parent 688c799d1b
commit 8b982df1c0
3 changed files with 85 additions and 0 deletions
+1
View File
@@ -26,6 +26,7 @@ def nodes_index():
("ifc.read_file", "SvIfcReadFile"),
("ifc.write_file", "SvIfcWriteFile"),
("ifc.create_entity", "SvIfcCreateEntity"),
("ifc.create_shape", "SvIfcCreateShape"),
("ifc.by_id", "SvIfcById"),
("ifc.by_guid", "SvIfcByGuid"),
("ifc.by_type", "SvIfcByType"),