HMIN_group_write()

Writes groups to HyperMesh.

Syntax

void HMIN_group_write(HM_entityidtype id, char * name, int config, int type, HM_entityidtype materialid, int color, int maindefinition, int secondarydefinition);

Type

HyperMesh hminlib Function

Description

Writes groups to HyperMesh.

Inputs

id
The ID of the group.
name
The name of the group.
config
The configuration assigned to the group.
type
The type assigned to the group.
materialid
The ID of the material associated with the group.
color
The color assigned to the group.
maindefinition
The method being used to define the main surface. Set to 0 for entity, 1 for comps, 2 for box, 3 for all, 4 for sets, or 5 for contact surfs.
secondarydefinition
The method being used to define the secondary surface. Set to 0 for entity, 1 for comps, 2 for box, 3 for all, 4 for sets, or 5 for contact surfs.

Errors

None.