Arch: Handle cloning of BuildingParts
This commit is contained in:
@@ -750,7 +750,7 @@ class _Wall(ArchComponent.Component):
|
||||
height = obj.Height.Value
|
||||
if not height:
|
||||
for p in obj.InList:
|
||||
if Draft.getType(p) == "Floor":
|
||||
if Draft.getType(p) in ["Floor","BuildingPart"]:
|
||||
if p.Height.Value:
|
||||
height = p.Height.Value
|
||||
if not height:
|
||||
|
||||
Reference in New Issue
Block a user