mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-17 02:49:12 +00:00
Experimental create entity node created
This commit is contained in:
@@ -22,9 +22,10 @@ from sverchok.utils.logging import info, debug
|
||||
|
||||
def nodes_index():
|
||||
return [("IFC", [
|
||||
("ifc.create_ifc", "SvCreateIfc"),
|
||||
("ifc.read_ifc", "SvReadIfc"),
|
||||
("ifc.write_ifc", "SvWriteIfc"),
|
||||
("ifc.create_file", "SvIfcCreateFile"),
|
||||
("ifc.read_file", "SvIfcReadFile"),
|
||||
("ifc.write_file", "SvIfcWriteFile"),
|
||||
("ifc.create_entity", "SvIfcCreateEntity"),
|
||||
])]
|
||||
|
||||
def make_node_list():
|
||||
|
||||
Reference in New Issue
Block a user