mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-09 13:52:23 +00:00
Distance subtype for rl1, rl2 and x/y/z (opening dimensions) in BIM Tool
This commit is contained in:
@@ -133,7 +133,7 @@ class TestSetDefaultModelingDimensions(NewFile):
|
||||
assert props.extrusion_depth == 3
|
||||
assert props.length == 1
|
||||
assert props.rl1 == 0
|
||||
assert props.rl2 == 1000
|
||||
assert props.x == 500
|
||||
assert props.y == 500
|
||||
assert props.z == 500
|
||||
assert props.rl2 == 1
|
||||
assert props.x == 0.5
|
||||
assert props.y == 0.5
|
||||
assert props.z == 0.5
|
||||
|
||||
Reference in New Issue
Block a user