Three new nodes for IfcSverchok. By ID, By Guid, and By Type

This commit is contained in:
Dion Moult
2020-10-08 20:22:18 +11:00
parent 38e5b17b0f
commit 1fa7791b8b
4 changed files with 96 additions and 0 deletions
+3
View File
@@ -26,6 +26,9 @@ def nodes_index():
("ifc.read_file", "SvIfcReadFile"),
("ifc.write_file", "SvIfcWriteFile"),
("ifc.create_entity", "SvIfcCreateEntity"),
("ifc.by_id", "SvIfcById"),
("ifc.by_guid", "SvIfcByGuid"),
("ifc.by_type", "SvIfcByType"),
])]
def make_node_list():