Arch: Add HeightPropagate tooltip info (#13584)
This commit is contained in:
@@ -332,7 +332,7 @@ class BuildingPart(ArchIFC.IfcProduct):
|
||||
if not "Height" in pl:
|
||||
obj.addProperty("App::PropertyLength","Height","BuildingPart",QT_TRANSLATE_NOOP("App::Property","The height of this object"))
|
||||
if not "HeightPropagate" in pl:
|
||||
obj.addProperty("App::PropertyBool","HeightPropagate","Children",QT_TRANSLATE_NOOP("App::Property","If true, the height value propagates to contained objects"))
|
||||
obj.addProperty("App::PropertyBool","HeightPropagate","Children",QT_TRANSLATE_NOOP("App::Property","If true, the height value propagates to contained objects if the height of those objects is set to 0"))
|
||||
obj.HeightPropagate = True
|
||||
if not "LevelOffset" in pl:
|
||||
obj.addProperty("App::PropertyLength","LevelOffset","BuildingPart",QT_TRANSLATE_NOOP("App::Property","The level of the (0,0,0) point of this level"))
|
||||
|
||||
Reference in New Issue
Block a user