mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 17:31:45 +00:00
typing
This commit is contained in:
+1
@@ -17,6 +17,7 @@
|
||||
# along with IfcOpenShell. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
import ifcopenshell
|
||||
import ifcopenshell.api.alignment
|
||||
from ifcopenshell import entity_instance
|
||||
|
||||
import math
|
||||
|
||||
@@ -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