Arch Component: triple quotes for the docstring

This commit is contained in:
alafr
2020-02-16 18:08:07 +01:00
committed by Yorik van Havre
parent ac0268c904
commit eac01576ad

View File

@@ -317,8 +317,7 @@ class Component(ArchIFC.IfcProduct):
return siblings
def getExtrusionData(self,obj):
"returns (shape,extrusion vector or path,placement) or None"
"""returns (shape,extrusion vector or path,placement) or None"""
if hasattr(obj,"CloneOf"):
if obj.CloneOf:
if hasattr(obj.CloneOf,"Proxy"):