::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.
 
Returns
- Success
 - A Tcl list of the form Xmin, Ymin, Zmin, Xmax, Ymax, Zmax
 - Failure
 - {}
 
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.