From 9321f662a94770158d8ca6fab599a3f9d6bb1a0b Mon Sep 17 00:00:00 2001 From: wmayer Date: Thu, 8 May 2014 18:52:08 +0200 Subject: [PATCH] + fixes #0001536: Feature.Placement.Rotation.isNull() touches the Feature --- src/Base/PlacementPy.xml | 12 ++++++------ src/Base/RotationPy.xml | 8 ++++---- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/Base/PlacementPy.xml b/src/Base/PlacementPy.xml index 9a78c2367..cfdc208c1 100644 --- a/src/Base/PlacementPy.xml +++ b/src/Base/PlacementPy.xml @@ -27,7 +27,7 @@ Placement(Base, Axis, Angle) -- define position and rotation Placement - > + copy() @@ -43,7 +43,7 @@ Placement(Base, Axis, Angle) -- define position and rotation - + multiply(Placement) @@ -51,7 +51,7 @@ Placement(Base, Axis, Angle) -- define position and rotation - + multVector(Vector) -> Vector @@ -59,7 +59,7 @@ Placement(Base, Axis, Angle) -- define position and rotation - + toMatrix() @@ -67,7 +67,7 @@ Placement(Base, Axis, Angle) -- define position and rotation - + inverse() -> Placement @@ -75,7 +75,7 @@ Placement(Base, Axis, Angle) -- define position and rotation - + isNull() -> Bool diff --git a/src/Base/RotationPy.xml b/src/Base/RotationPy.xml index 7a3e9ff31..70f9ad492 100644 --- a/src/Base/RotationPy.xml +++ b/src/Base/RotationPy.xml @@ -34,7 +34,7 @@ - + multiply(Rotation) @@ -42,7 +42,7 @@ - + multVec(Vector) -> Vector @@ -50,7 +50,7 @@ - + toEuler(Vector) -> list @@ -58,7 +58,7 @@ - + isNull() -> Bool