Arch: Handle cloning of BuildingParts
This commit is contained in:
@@ -578,7 +578,7 @@ class _Structure(ArchComponent.Component):
|
||||
normal = None
|
||||
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
|
||||
base = None
|
||||
|
||||
Reference in New Issue
Block a user