Can I rotate a layout or object but not affect the other layouts?

In the image there is Front, Perspective, Side, and Top. Assume I’d like to rotate the Top view to be horizontal. Any rotation of the model affects the other views. Any thoughts on how to adjust the view?

Adjust the view by changing the construction plane of your top view.

Double click the detail containing the top view in your layout and type the following:

  • _CPlane
  • _Rotate
  • _Z
  • _90
    Apply with Space or Enter
  • _Plan
1 Like

Thanks for that. If I wanted to make this a macro how would I format the syntax?

Assigning a macro with the following text seems to work:

_CPlane _Rotate _Z 90 _Enter _Plan