*colormark

Colors the entities on a mark a specified color.

Syntax

*colormark entity type mark color

Type

HyperMesh Tcl Modify Command

Description

Colors the entities on a mark a specified color.

Inputs

entity type
The type of entities contained on the mark. Valid entity types are components, system collectors, and load collectors.
mark
The ID of the mark.
color
The color which the selected entities should be colored. Valid colors are 1 through 64.

Examples

To color the component frame red:
*createmark(components,1) frame
*colormark(components,1,12)