ifcsverchok - node to convert sverchok geometry to ifc

Example - https://files.catbox.moe/wecgw9.mp4
This commit is contained in:
Andrej730
2026-01-22 17:21:29 +05:00
parent b96a21350c
commit 523bcf3443
2 changed files with 53 additions and 0 deletions
+1
View File
@@ -120,6 +120,7 @@ def nodes_index() -> list[tuple[str, list[tuple[str, str]]]]:
("ifc.shape_builder.representation", "SvIfcSbRepresentation"),
("ifc.shape_builder.test", "SvIfcSbTest"),
("ifc.shape_builder.shape_output", "SvSbShapeOutput"),
("ifc.shape_builder.mesh", "SvSbMesh"),
],
),
]