mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-22 22:52:29 +00:00
typing
This commit is contained in:
@@ -125,7 +125,7 @@ class TestSetDefaultModelingDimensions(NewFile):
|
||||
ifc.createIfcProject()
|
||||
ifcopenshell.api.run("unit.assign_unit", ifc)
|
||||
subject.set_default_modeling_dimensions()
|
||||
props = bpy.context.scene.BIMModelProperties
|
||||
props = tool.Model.get_model_props()
|
||||
assert props.extrusion_depth == 3
|
||||
assert props.length == 1
|
||||
assert props.rl1 == 0
|
||||
|
||||
Reference in New Issue
Block a user