Draft: Bugfix in Lines End property
This commit is contained in:
parent
0d2b38c6b4
commit
da8c9b6d63
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue
Block a user