Forums:
Hi,
i am trying to get projectionplanenormal and projectionplane of drawingview.
There is a way in catia to get it as mentioned in below code.
DrawingView.GenerativeBehavior.GetProjectionPlaneNormal Xn, Yn, Zn
DrawingView.GenerativeBehavior.GetProjectionPlane x(1), Y(1), Z(1), x(2), Y(2),Z(2)
Is there any equivalent method in NX to get it?