From paper space, you can switch to model space floating viewports or model space tiled viewports.
To switch to floating viewports
- Use the Display method to initialize graphic settings:
ThisDrawing.ActivePViewport.Display TRUE
- Toggle the MSpace property to TRUE:
ThisDrawing.MSpace = TRUE
This will place you in model space, floating viewports.
NoteYou
must create floating viewports before you attempt to switch to model
space.