HMIN_vector_writecomponents()

Writes a vector entity to HyperMesh and creates a new node at the base coordinates.

Syntax

void HMIN_vector_write(HM_entityidtype id, double base[3] double axis[3], double magnitude, HM_entityidtype collectorid)

Type

HyperMesh hminlib Function

Description

Writes a vector entity to HyperMesh and creates a new node at the base coordinates.

Inputs

id
The ID of the vector.
base [3]
Origin of the coordinate system.
axis[3]
The direction components of the vector.
magnitude
The magnitude of the vector.
collectorid
The ID of the vector collector.

Errors

None.