Draft: fix PathLinkArray

This commit is contained in:
Zheng, Lei
2019-08-17 11:47:54 +08:00
committed by wmayer
parent cb83886826
commit 7747680d35

View File

@@ -5935,7 +5935,7 @@ class _PathArray(_DraftLink):
return
base = calculatePlacementsOnPath(
obj.Base.Shape.Placement.Rotation,w,obj.Count,obj.Xlate,obj.Align)
obj.Shape = _DraftLink.buildShape(self,obj,pl,base)
return _DraftLink.buildShape(self,obj,pl,base)
def getWireFromSubs(self,obj):
'''Make a wire from PathObj subelements'''