HMIN_vector_write()
Writes a vector entity to HyperMesh.
Syntax
void HMIN_vector_write(HM_entityidtype id, HM_entityidtype basenode, double axis[3], double magnitude, HM_entityidtype collectorid)
Type
HyperMesh hminlib Function
Description
Writes a vector entity to HyperMesh.
Inputs
- id
- The ID of the vector.
- basenode
- The ID of the node to which the vector is attached.
- axis[3]
- The direction components of the vector [i,j,k].
- magnitude
- The magnitude of the vector.
- collectorid
- The ID of the vector collector.
- systemid
- The ID of the system associated with the vector.
Errors
None.