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