HyperWorks Tools

::hwat::solver::GetComponentStopAngles

::hwat::solver::GetComponentStopAngles

Previous topic Next topic No expanding text in this topic  

::hwat::solver::GetComponentStopAngles

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

NAME

::hwat::solver::GetComponentStopAngles - Finds the stop angles of the component.

 

SYNTAX

::hwat::solver::GetComponentStopAngles n_compId n_systemList

 

ARGUMENTS

n_compId

The ID of the component.

n_systemList

The first list returned by the ::hwat::solver::CreateDummyPositionArray function (default = "").

 

RETURNS

A Tcl list of the form Xmin, Ymin, Zmin, Xmax, Ymax, Zmax if successful, {} otherwise.

 

EXAMPLE

::hwat::solver::GetComponentStopAngles 12203 [list 12234,12235 12000 … ]

 

Comments

The user should call the ::hwat::solver::CreateDummyPositionArray function every time a dummy is imported and store the values returned for use in this and other APIs.

 

See also

::hwat::solver::CreateDummyPositionArray

Solver Functions