::hwat::utils::CreateHmVector

Creates a vector in HyperMesh.

Syntax

::hwat::utils::CreateHmVector d_iComp d_jComp d_kComp n_markID

Arguments

d_iComp
"i" component of the vector.
d_jComp
"j" component of the vector.
d_kComp
"k" component of the vector.
n_markID
The HyperMesh mark ID to use.
Default = 1, can be 1 or 2.
Optional.

Returns

Success
ID of the mark
Failure
{}

Example

::hwat::utils::CreateHmVector 1.2 2.4 4.8 2

Comments

Not passing an ID for the mark means that 1 is to be used.