HMIN_multibodie_write()

Writes multibodies to HyperMesh.

Syntax

void HMIN_multibodie_write (HM_entityidtype id, char *name, double* center, int systemid);

Type

HyperMesh hminlib Function

Description

Writes multibodies to HyperMesh.

Inputs

id
The ID of the multibodies.
name
The name of the multibodies.
center
The center of gravity coordinates (x, y, z) of the multibodies
systemid
The system ID of the multibodies. (A system attached to the multibodies will have an ID.)

Errors

None.