Hello, I'm having problems getting the view projection plane for a 2DL view. In Drafting, one can obtain the view projection plane using the following code:
Dim oDrawingViewGenerativeBehavior as DrawingViewGenerativeBehavior
Set oDrawingViewGenerativeBehavior = oDrawingView.GenerativeBehavior
oDrawingViewGenerativeBehavior.GetProjectionPlane dXX, dXY, dXZ, dYX, dYY, dYZ
However, I am unable to find this method (or some equivalent) in a 2DL view. Has anyone been able to find some way to get a view's projection plane in 2DL? |