mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-20 12:12:15 +00:00
Expose geometry types in snake case
Generated with the assistance of an AI coding tool.
This commit is contained in:
@@ -518,7 +518,7 @@ class IfcOpenShell(QtoCalculator):
|
||||
area_shape = ifcopenshell.geom.create_shape(settings, item.SweptArea)
|
||||
except RuntimeError:
|
||||
return
|
||||
assert isinstance(area_shape, W.Triangulation)
|
||||
assert isinstance(area_shape, W.triangulation)
|
||||
x = ifcopenshell.util.shape.get_x(area_shape) / cls.unit_scale
|
||||
y = ifcopenshell.util.shape.get_y(area_shape) / cls.unit_scale
|
||||
z = item.Depth
|
||||
|
||||
Reference in New Issue
Block a user