*CE_ReviewLinks
Review links according to user options.
Syntax
*CE_ReviewLinks link_type mark_id operation_type string_array number_of_strings output_mark
Type
HyperMesh Tcl Modify Command
Description
Review links according to user options.
Inputs
- link_type
- The type of link to review.
- mark_id
- The ID of the mark to review. Valid values are 1 and 2.
- operation_type
- The string for the type of operation to be performed:
- string_array
- A string array containing any additional input parameters, created using*createstringarray. This must be set to 1.
- number_of_strings
- Integer indicating the size (number of strings) in the string_array created using *createstringarray.
- output_mark
- The ID of the mark onto which reviewed entities are placed. Valid values are 1 and 2.
Examples
To isolate components with ID 2 and 4 with no overwritten user options:
*createmark components 1 component2 component4
*CE_ReviewConnectors components 1 isolate 1 0 2
Errors
if { [ catch {command_name...} ] } {
# Handle error
}
Version History
2019