*setgeomtopologydisplay
Sets the various modes of geometry display.
Syntax
*setgeomtopologydisplay disp_mode disp_type
Type
HyperMesh Tcl Modify
Description
Sets the various modes of geometry display.
Inputs
- disp_mode
- Determines how the geometry gets colored:
- 0 Auto - Geometry color switches between topology colors and component colors based on the panel you enter.
- 1 Comp - Geometry is colored according to its component.
- 2 Topo - Geometry (2D and 3D) is colored in topology colors (shared- green, T-junctions- yellow, etc.)
- 3 2D topo - 2D geometry is colored in topology colors, while 3D geometry is drawn in an "ignored geometry" color (set in the Options panel).
- 4 3D topo - 3D geometry is colored in topology colors, while 2D geometry is drawn in an "ignored geometry" color (set in the Options panel).
- 5 Mixed - shaded geometry is drawn in the geometry’s component color, while the geometry edges are colored according to topology.
- disp_type
- Determines the drawing style (shaded, wireframe, etc.)
- 0 - Wireframe edges only.
- 1 - Shaded with edges.
- 2 - Shaded without edges.
- 3 - Wireframe with internal surface lines.
Errors
None.