*setsurfacenormalsdisplaytype

Sets the display type for surface normals.

Syntax

*setsurfacenormalsdisplaytype type

Type

HyperMesh Tcl Modify Command

Description

Sets the display type for surface normals.

This is utilized by the commands that turn on surface normals display.

Inputs

type
0 - Vector display
1 - Color display

Example

To set the surface normals to color display, and turn on the normals display of surfaces 1-10:

*setsurfacenormalsdisplaytype 1
*createmark surfs 1 1-10
*surfacedisplaynormals surfs 1 0

Errors

None.