HMIN_load_writeconstraint()

Writes a constraint to hmlib.

Syntax

void HMIN_load_writeconstraint(HM_entityidtype id, unsigned char type, HM_entityidtype nodeid, HM_entityidtype systemid, double components[6], HM_entityidtype loadcolid);

Type

HyperMesh hminlib Function

Description

Writes a constraint to hmlib.

Inputs

id
The ID of the constraint.
type
The type of the constraint, a user-defined value.
nodeid
The ID of the node where the constraint is applied.
systemid
The ID of the system in which the constraint is applied.
components[6]
The components of the constraints. If the node is to have no constraints, the value -999999.0 should be used.
loadcolid
The ID of the load collector.

Errors

None.