mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-11 02:02:22 +00:00
Add default values for IfcEllipseProfileDef
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user