HOW TO GETPROJECTIONPLANE AND GETPROJECTIONPLANENORMAL

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?

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.

Hi,

I am a new to this, so can you please explain me how to calculate ?

Bhavik S.