BIM: Trim trailing newlines
This commit is contained in:
@@ -219,7 +219,7 @@ class _Space(ArchComponent.Component):
|
||||
if not "Boundaries" in pl:
|
||||
obj.addProperty("App::PropertyLinkSubList","Boundaries", "Space",QT_TRANSLATE_NOOP("App::Property","The objects that make the boundaries of this space object"))
|
||||
if not "Area" in pl:
|
||||
obj.addProperty("App::PropertyArea", "Area", "Space",QT_TRANSLATE_NOOP("App::Property","Identical to Horizontal Area"))
|
||||
obj.addProperty("App::PropertyArea", "Area", "Space",QT_TRANSLATE_NOOP("App::Property","Identical to Horizontal Area"))
|
||||
if not "FinishFloor" in pl:
|
||||
obj.addProperty("App::PropertyString", "FinishFloor", "Space",QT_TRANSLATE_NOOP("App::Property","The finishing of the floor of this space"))
|
||||
if not "FinishWalls" in pl:
|
||||
@@ -245,7 +245,7 @@ class _Space(ArchComponent.Component):
|
||||
obj.addProperty("App::PropertyEnumeration","Conditioning", "Space",QT_TRANSLATE_NOOP("App::Property","The type of air conditioning of this space"))
|
||||
obj.Conditioning = ConditioningTypes
|
||||
if not "Internal" in pl:
|
||||
obj.addProperty("App::PropertyBool", "Internal", "Space",QT_TRANSLATE_NOOP("App::Property","Specifies if this space is internal or external"))
|
||||
obj.addProperty("App::PropertyBool", "Internal", "Space",QT_TRANSLATE_NOOP("App::Property","Specifies if this space is internal or external"))
|
||||
obj.Internal = True
|
||||
if not "AreaCalculationType" in pl:
|
||||
obj.addProperty("App::PropertyEnumeration", "AreaCalculationType", "Space",QT_TRANSLATE_NOOP("App::Property","Defines the calculation type for the horizontal area and its perimeter length"))
|
||||
|
||||
Reference in New Issue
Block a user