HyperWorks Tools

::hwat::utils::GetAssemsFromAssems

::hwat::utils::GetAssemsFromAssems

Previous topic Next topic No expanding text in this topic  

::hwat::utils::GetAssemsFromAssems

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

NAME

::hwat::utils::GetAssemsFromAssems - Gets the assemblies below the given assembly.

 

SYNTAX

::hwat::utils::GetAssemsFromAssems str_assemName [str_flag]

 

ARGUMENTS

str_assemNas

Name of the assembly whose sub-assemblies are required.

str_flag

Either 0 or 1

1 - Find all the assemblies and sub-assemblies beneath the parent.  

0 - Find only the assemblies beneath the parent.  (default = 0).

 

RETURNS

A Tcl list of assemblies that are the sub assemblies of the given assembly, if successful, {} otherwise.

 

EXAMPLE

::hwat::utils::GetAssemsFromAssems Assemb1 1

 

Comments

Returns 0 if no sub-assemblies are found in the assembly.

 

 

See also

::hwat::utils::GetCompsFromAssem

Utils Functions