fix for mistake in pr https://github.com/FreeCAD/FreeCAD/pull/8698
see comment 9983207ab8 (r1155160709)
This commit is contained in:
@@ -892,7 +892,7 @@ class Plane:
|
||||
and a `Rotation` (`Base::Rotation`).
|
||||
"""
|
||||
if rotated:
|
||||
m = DraftVecUtils.getPlaneRotation(self.u, self.v)
|
||||
m = DraftVecUtils.getPlaneRotation(self.u, self.axis)
|
||||
else:
|
||||
m = DraftVecUtils.getPlaneRotation(self.u, self.v)
|
||||
m.move(self.position)
|
||||
|
||||
Reference in New Issue
Block a user