Assigning a parametric layer type (for walls for now) now attempts to switch from non parametric to parametric geometry.

This commit is contained in:
Dion Moult
2021-10-22 15:43:04 +11:00
parent f19e334cd5
commit 9ffe92eae5
9 changed files with 108 additions and 65 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ class Type(blenderbim.core.tool.Type):
if material.is_a("IfcMaterialProfileSetUsage"):
return "IfcExtrudedAreaSolid/IfcMaterialProfileSetUsage"
elif material.is_a("IfcMaterialLayerSetUsage"):
return "IfcExtrudedAreaSolid/IfcExtrudedAreaSolid/IfcArbitraryProfileDefWithVoids"
return "IfcExtrudedAreaSolid/IfcArbitraryProfileDefWithVoids"
@classmethod
def get_profile_set_usage(cls, element):