Hi all,
as I understand the SDK the Vector gets reversed in place. Somehow it seems not to work as I am trying:
Could someone enlighten me?
Thanks in advance!
Hi all,
as I understand the SDK the Vector gets reversed in place. Somehow it seems not to work as I am trying:
I think what you’re looking for is
https://developer.rhino3d.com/api/RhinoCommon/html/M_Rhino_Geometry_Plane_Flip.htm
Hi @DanielPiker ,
thanks for the answer.
Is it possible to just reverse the Z-Axis, without swapping x and y?
Using the Vector3d.Reverse() Method on a referenced vector it works as I suspect:
You can’t change the handedness of planes in RhinoCommon - X and Y determine Z.
Thanks for the explication!
Will need to get my head wrapped around this.
To confuse things, some programs do this differently.
Rhino would be in the bottom right of this chart (Right-handed, Z-up).