HyperWorks Tools

::hwat::solver::CreateDummyPositionArray

::hwat::solver::CreateDummyPositionArray

Previous topic Next topic No expanding text in this topic  

::hwat::solver::CreateDummyPositionArray

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

NAME

::hwat::solver::CreateDummyPositionArray - Scans the model and creates arrays that are required by the dummy positioning APIs.

 

SYNTAX

::hwat::solver::CreateDummyPositionArray

 

RETURNS

A Tcl list containing two lists.  Both lists are in the form returned by the "array Get" command.  The first list maps parent and child system IDs to property IDs.  The second list maps child system IDs to the child component IDs.  These lists are required by the APIs used for dummy positioning.  Returns {} if unsuccessful.

 

EXAMPLE

::hwat::solver::CreateDummyPositionArray

 

Comments

This function needs to be called at least once after a dummy is imported.

 

See also

Solver Functions