*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:
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
if { [ catch {command_name...} ] } {
# Handle error
}
Version History
2019.1