HMIN_load_writemoment()

Writes a moment to hmlib.

Syntax

void HMIN_load_writemoment(HM_entityidtype id, unsigned char type, HM_entityidtype nodeid, HM_entityidtype systemid, double xcomp, double ycomp, double zcomp, HM_entityidtype loadcollectorid);

Type

HyperMesh hminlib Function

Description

Writes a moment to hmlib.

Inputs

id
The ID of the moment.
type
The type of the moment, a user-defined value.
nodeid
The ID of the node where the moment is applied.
systemid
The ID of the system in which the moment is applied.
xcomp
The x component of the moment.
ycomp
The y component of the moment.
zcomp
The z component of the moment.
loadcollectorid
The ID of the load collector to which the moment belongs.

Errors

None.