SET_SHOW changes the type and manner of elements displayed in a
viewport.
+-------------<--------------+
| |
---->(SET_SHOW)--|viewport|--+--|show option|--+--(:ON)---+---->
| |
+--(:OFF)--+
The following options are available to customize
your viewport.
- :ON - turns on the specified show option.
- :OFF - turns off the specified show option.
Use this action to set up the manner in which items are displayed
in a viewport.
The following show options are available.
- :3DGEO - specifies 3D geometry.
- :3DGEO_EDGED - specifies 3D edges.
- :3DGEO_FACE_COLOR - specifies 3D faces will be drawn with face color.
- :3DGEO_FACE_REFLECTANCE - specifies 3D faces will be drawn with face
reflectance properties.
- :3DGEO_FACE_TRANSPARENCY - specifies 3D faces will be drawn with face
transparency.
- :3DGEO_EDGE_COLOR - specifies 3D edges will be drawn with edge color.
- :3DGEO_HIDDEN - specifies 3D hidden edges.
- :3DGEO_HIDDEN_DIMMED - specifies 3D hidden edges will be drawn with
dimmed edge color.
- :3DGEO_LABEL - specifies 3D labeling.
- :3DGEO_MIXED - specifies 3D mixed geometry.
- :3DGEO_PART_REFLECTANCE - specifies 3D faces will be drawn with part
reflectance properties.
- :3DGEO_PART_TRANSPARENCY - specifies 3D faces will be drawn with part
transparency.
- :3DGEO_SHADED - specifies 3D shaded geometry.
- :3DGEO_VERTICES - specifies 3D vertices.
- :3DGEO_WIRE - specifies 3D wire edges.
- :CLIP_PLANES - specifies model clip plane feedback.
- :LIGHT_ICONS - specifies whether to display the
spotlight icons.
- :LIGHT_HELP_BODY - specifies a frame around a part for
positioning of the spot lights.
- :WORKPLANE_SETS_MATCH_LINES - specifies workplane set match
lines.
- :WORKPLANES - specifies workplanes.
- :WORKPLANES_BORDER - specifies workplane borders.
- :WORKPLANES_HIDDEN - specifies hidden workplanes.
- :WORKPLANES_LABEL - specifies workplane labeling.
- :WORKPLANES_LOCAL_AXIS - specifies workplanes local axis.
- :WORKPLANES_2DGEO - specifies a workplane's 2D geometry.
- :WORKPLANES_2DCONSTRUCTION - specifies a workplane's 2D
construction.
- :WORKPLANES_3DCONSTRUCTION - specifies a workplane's 3D
construction.
- :WORKPLANES_2DGEO_LABEL - specifies a workplane's 2D
labeling.
- :WORKPLANES_2DGEO_VERTICES - specifies a workplane's 2D
vertices.
- :LAYOUTS - specifies layouts.
- :LAYOUT_VIEW_BORDER - specifies layout borders.
- :LAYOUT_VIEW_LABEL - specifies layout view labels.
To find out the status of a specified option, use GET_SHOW.
The following parameter sequences set various show options for the
specified viewport.
SET_SHOW "vport1" :3DGEO_SHADED :ON
SET_SHOW "vport1" :3DGEO_LABEL :ON
SET_SHOW "vport1" :WORKPLANES_BORDER :ON
SET_SHOW "vport1" :WORKPLANES_LOCAL_AXIS :ON
All viewport names must be enclosed by double quotes (" ").
ON_OFF_SA subaction
SELECT_VP_SA subaction