*graphicsimplificationmode()
Sets the default graphics simplification mode.
Syntax
*graphicsimplificationmode(mode,style,cur_comp)
Type
hm.cfg Commands
Description
Sets the default graphics simplification mode. This produces smoother animation when rotating or panning a model by refraining from calculating and rendering some model elements until the model manipulation stops. The default simplification mode for performance graphics can also be set in the graphics subpanel in the Options panel, where the mode is set using view simplification and curComp is set using the simplify current comp checkbox.
Inputs
- mode
-
- 0
- None.
- 1
- automatic (default)
- 2
- Ctrl-Shift
- style
-
- 0
- No simplification
- 1
- Feature lines (default)
- 2
- Bounding box
- 3
- Node cloud
- 4
- Element centroid
- 5
- Simplified shading
- cur_comp
-
- 0
- Do not simplify the current component (default)
- 1
- Simplify the current component
Example
*graphicsimplificationmode(1,3,1)