mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-23 11:42:45 +00:00
Assigning a parametric layer type (for walls for now) now attempts to switch from non parametric to parametric geometry.
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user