Arch: ArchBuildingPart, fix obj.Height.Value in onChanged()
This commit is contained in:
@@ -376,7 +376,7 @@ class BuildingPart(ArchIFC.IfcProduct):
|
||||
self.svgcache = None
|
||||
self.shapecache = None
|
||||
|
||||
if (prop == "Height") and prop.Height.Value:
|
||||
if (prop == "Height") and obj.Height.Value:
|
||||
for child in obj.Group:
|
||||
if Draft.getType(child) in ["Wall","Structure"]:
|
||||
if not child.Height.Value:
|
||||
|
||||
Reference in New Issue
Block a user