Submitted by bhavik231187 on Mon, 12/19/2016 - 22:36
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?
re: drawing view orientation
A drafting view object has a .Matrix property that will return the view matrix. It should be possible to calculate the projection plane given this view matrix.
Drawing View Orientation
Hi,
I am a new to this, so can you please explain me how to calculate ?
Bhavik S.