HyperWorks Tools

::hwat::utils::CreateHmVector

::hwat::utils::CreateHmVector

Previous topic Next topic No expanding text in this topic  

::hwat::utils::CreateHmVector

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

NAME

::hwat::utils::CreateHmVector - Creates a vector in HM.

 

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

Optional, the HM mark ID to use.  Default = 1, can be 1 or 2.

 

RETURNS

ID of the mark is successful and {} if not.

 

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.

 

See also

Utils Functions