HMIN_load_writeforce()

Writes a force to hmlib.

Syntax

void HMIN_load_writeforce(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 force to hmlib.

Inputs

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

Errors

None.