HyperWorks Tools

::hwat::utils::ReviewComp

::hwat::utils::ReviewComp

Previous topic Next topic No expanding text in this topic  

::hwat::utils::ReviewComp

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

NAME

::hwat::utils::ReviewComp - Hides all of the components currently displayed, and displays the given component.

 

SYNTAX

ReviewComp str_compName.

 

ARGUMENTS

str_compName

List of components to be reviewed.

 

RETURNS

1 if completely successful, 0 failure, -1 partial failure.

 

EXAMPLE

::hwat::utils::ReviewComp [list ROOF SPARE_TIRE]

 

Comment

Either a single component or a list of components can be passed in as the argument.

 

See also

::hwat::utils::ReviewAssembly

Utils Functions