*ME_ModulesHierarchyLibrarySync

Finds library related information for a part from a connected part library and updates Part Browser.

Syntax

*ME_ModulesHierarchyLibrarySync id options

Type

HyperMesh Tcl Modify Command

Description

Finds library related information for a part from a connected part library. Library related information such as Major Revision, Study Revision and Library Revision are then updated in Part Browser and Property Area.

Inputs

id
The ID of the module/part for which information is needed.
options
The list of input options, passed as a comma separated string enclosed in quotes. Valid options are:
libraryname=<value>
The name of the currently connected part library.
updatesignal=<value>
0 - Part Browser and Property Area refresh is not done
1 - Part Browser and Property Area refresh is done

Example

Update library related information for part 100 using library MyLibrary and updated Part Browser and Property Area:

*ME_ModulesHierarchyLibrarySync 100 "updatesignal=1, libraryname=MyLibrary";

Errors

Incorrect usage results in a Tcl error. To detect errors, you can use the catch command:
if { [ catch {command_name...} ] } {
   # Handle error
}

Version History

2019.1