HMIN_color_write()

Assigns a color to the designated component.

Syntax

void HMIN_color_write(char * typename, char * name, int color);

Type

HyperMesh hminlib Function

Description

Assigns a color to the designated component.

Inputs

typename
The type of collector to be assigned a color (components, loadcols, systemcols).
name
The name of the component to be assigned a color.
color
The color to be assigned to the component.

Errors

None.