2011

Table Of Contents
SORTENTS
Controls object sorting in support of draw order for several operations.
Control the Display of Objects
Control the display of objects by isolating or hiding a selection set.
Use ISOLATEOBJECTS and HIDEOBJECTS to create a temporary drawing view
with selected objects isolated or hidden. This saves you the time of having to
track objects across layers. If you isolate objects, only the isolated objects
appear in the view. A light bulb icon on the status bar indicates when one or
more objects are isolated or hidden. To redisplay objects, use
UNISOLATEOBJECTS. When you close and reopen the drawing, all previously
hidden objects are displayed. Use the OBJECTISOLATIONMODE system variable
to control whether objects remain hidden between drawing sessions.
To isolate objects
1 Select the objects you want to isolate.
2 Right-click in the drawing area and select Isolate Isolate Objects.
Only the selected objects are displayed. All other objects are hidden.
3 To redisplay hidden objects, right-click in the drawing area and select
Isolate End Object Isolation.
To hide objects
1 Select the objects you want to hide.
2 Right-click in the drawing area and select Isolate Hide Objects.
The selected objects are hidden.
3 To redisplay hidden objects, right-click in the drawing area and select
Isolate End Object Isolation.
To keep objects hidden or isolated between drawing sessions
1 Before hiding or isolating objects, set OBJECTISOLATIONMODE to 1.
2 Hide or isolate objects in your drawing. When you save, close, and reopen
your drawing, the selected objects remain hidden or isolated.
Control the Display of Objects | 547