Add default values for IfcEllipseProfileDef

This commit is contained in:
Andrej730
2024-09-26 15:26:43 +05:00
parent 23389dcac0
commit f8680503ef
+4 -5
View File
@@ -143,11 +143,10 @@ class Profile(bonsai.core.tool.Profile):
"IfcCircleHollowProfileDef": {
"WallThickness": 0.01,
},
# TODO: check shape after fixing crash
# "IfcEllipseProfileDef": {
# "SemiAxis1": 0.1,
# "SemiAxis2": 0.1,
# },
"IfcEllipseProfileDef": {
"SemiAxis1": 0.15,
"SemiAxis2": 0.1,
},
# HEA100
"IfcIShapeProfileDef": {
"OverallWidth": 0.1,