Basic prototype of new Ifc5D QTO tool in Blender.

This commit is contained in:
Dion Moult
2024-05-28 17:33:58 +10:00
parent 5159e2daee
commit 80c4c13998
4 changed files with 33 additions and 4 deletions
@@ -228,6 +228,7 @@ Here is a simple example in Python:
if iterator.initialize():
while True:
shape = iterator.get()
element = ifc_file.by_id(shape.id)
matrix = shape.transformation.matrix.data
faces = shape.geometry.faces
edges = shape.geometry.edges