*setnormalsdisplaytype
Sets the display type for element normals.
Syntax
*setnormalsdisplaytype type
Type
HyperMesh Tcl Modify Command
Description
Sets the display type for element normals.
This is utilized by the commands that turn on element normals display.
Inputs
- type
- 0 - Vector display
Example
To set the element normals to color display, and turn on the normals display of elements 1-10:
*setnormalsdisplaytype 1
*createmark elems 1 1-10
*normalsdisplay elems 1 0
Errors
None.