mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 17:58:20 +00:00
typing
This commit is contained in:
@@ -149,6 +149,8 @@ class Usecase:
|
||||
self.settings_2d.set("dimensionality", ifcopenshell.ifcopenshell_wrapper.CURVES_SURFACES_AND_SOLIDS)
|
||||
shape = ifcopenshell.geom.create_shape(self.settings_2d, dummy_solid)
|
||||
|
||||
# NOTE: points do not need unit conversion
|
||||
# as dummy file is inherently using project units.
|
||||
if self.cardinal_point == 1:
|
||||
return self.get_bottom_left(shape)
|
||||
elif self.cardinal_point == 2:
|
||||
|
||||
Reference in New Issue
Block a user