mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 01:41:57 +00:00
typing
This commit is contained in:
@@ -5,6 +5,8 @@ defaults = {"Girth": 1.0, "WallThickness": 0.11}
|
||||
depths = [2.0, 3.0]
|
||||
widths = [0.2, 0.3]
|
||||
|
||||
Girth, Depth, WallThickness, Width = 0.0, 0.0, 0.0, 0.0
|
||||
|
||||
for d, w in itertools.product(depths, widths):
|
||||
|
||||
D = dict(defaults, Depth=d, Width=w)
|
||||
|
||||
Reference in New Issue
Block a user