Arch: Add HeightPropagate tooltip info (#13584)

This commit is contained in:
Furgo
2024-04-29 10:27:10 +02:00
committed by GitHub
parent ed77603af9
commit 60ea786551

View File

@@ -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"))