BIM: Trim trailing newlines
This commit is contained in:
@@ -300,7 +300,7 @@ class BuildingPart(ArchIFC.IfcProduct):
|
||||
def execute(self,obj):
|
||||
|
||||
"gather all the child shapes into a compound"
|
||||
|
||||
|
||||
pl = obj.Placement
|
||||
shapes,materialstable = self.getShapes(obj)
|
||||
if shapes:
|
||||
@@ -323,7 +323,7 @@ class BuildingPart(ArchIFC.IfcProduct):
|
||||
obj.ViewObject.Proxy.onChanged(obj.ViewObject,"AutoGroupBox")
|
||||
|
||||
def getMovableChildren(self, obj):
|
||||
|
||||
|
||||
"recursively get movable children"
|
||||
|
||||
result = []
|
||||
|
||||
Reference in New Issue
Block a user