*entityhighlighting

Set the mode for pre-highlighting entities.

Syntax

*entityhighlighting state

Type

HyperMesh Tcl Modify

Description

Set the mode for pre-highlighting entities.

Inputs

state
1 - Enabled
0 - Disabled

Example

When performing operations on entities from a command file or Tcl, disabling entity highlighting will provide better performance.
*entityhighlighting(0)
*createmark(elems,1) "displayed"
*maskmark(elems,1)
*entityhighlighting(1)

This command may be used to toggle the entity highlighting state.