Arch Component: triple quotes for the docstring
This commit is contained in:
@@ -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"):
|
||||
|
||||
Reference in New Issue
Block a user