HyperWorks Tools

::hwat::core::GetComponentAngles

::hwat::core::GetComponentAngles

Previous topic Next topic No expanding text in this topic  

::hwat::core::GetComponentAngles

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

NAME

::hwat::core::GetComponentAngles - Returns the component angles of the dummy.

 

SYNTAX

::hwat::core::GetComponentAngles n_compId str_axis

 

ARGUMENTS

n_compId

The ID of the component.

[str_axis]

Optional.  The axis about which the angle is required. The possible options are:

0 = x-axis; 1 = y-axis; 2 = z-axis; "" = all axis (default = "").

 

RETURNS

The angle of the component about the axis or a list of angles about all axis if successful, {} otherwise.

 

EXAMPLE

::hwat::core::GetComponentAngles 12203 1

 

 

See also

Core Functions