Hi, I have a model that is rotated in the xy axis, you can see I am drawing a clipping plane here, but it is at an angle, I want to draw a section from the view of the clipping plane, but if I would go into the front view or right view, the model would be skewed as the objects are not at a 90 degree angle, how do I orient the camera or view to the clipping plane, so it looks like it would if I opened the clipping plane in the right view or front view, basically an orthographic section from the orientation of my clipping plane
Align the c-plane to the clipping plane, and use the _Plan
command to align the camera to the c-plane.
You can use _OrientCameraToSrf
command and use your clipping plane as the surface. You may want to switch your camera projection to Parallel from the View Properties panel for a flat projection.
hth,
–jarek