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": { "IfcCircleHollowProfileDef": {
"WallThickness": 0.01, "WallThickness": 0.01,
}, },
# TODO: check shape after fixing crash "IfcEllipseProfileDef": {
# "IfcEllipseProfileDef": { "SemiAxis1": 0.15,
# "SemiAxis1": 0.1, "SemiAxis2": 0.1,
# "SemiAxis2": 0.1, },
# },
# HEA100 # HEA100
"IfcIShapeProfileDef": { "IfcIShapeProfileDef": {
"OverallWidth": 0.1, "OverallWidth": 0.1,