mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-17 22:11:36 +00:00
Three new nodes for IfcSverchok. By ID, By Guid, and By Type
This commit is contained in:
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user