mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 17:31:45 +00:00
Basic prototype of new Ifc5D QTO tool in Blender.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user