Sets the geometry color mode.
Syntax
*settopologydisplaymode
mode
Type
HyperMesh Tcl Modify
Description
Sets the geometry color mode.
Inputs
- mode
- The geometry color mode value:
- 0 - Automatic. The color switches between topology colors and component colors, based
on specific panels.
- 1 - By component
- 2 - By topology
- 3 - By 2D topology. 3D geometry is colored using the "ignored (topo)" color.
- 4 - By 3D topology. 2D geometry is colored using the "ignored (topo)" color.
- 5 - Mixed. Geometry edges are colored using topology colors, while shaded surfaces use
component colors.
- 6 - Mappable. Solids are colored using the mappable colors (ignored map, not mappable,
1 dir map and 3 dir map). 2D geometry is colored using the "ignored (topo)" color.
- 7 - Reserved for future use
- 8 - By part
Example
To set "mappable" geometry color mode:
*settopologydisplaymode 4