Draft: Bugfix in Lines End property

This commit is contained in:
Yorik van Havre 2013-09-17 10:25:56 -03:00
parent 0d2b38c6b4
commit da8c9b6d63

View File

@ -3313,7 +3313,7 @@ class _Wire(_DraftObject):
fp.Points = pts
elif prop == "End":
pts = fp.Points
invpl = fp.Placement.inverse()
invpl = FreeCAD.Placement(fp.Placement).inverse()
realfpend = invpl.multVec(fp.End)
if len(pts) > 1:
if pts[-1] != realfpend: