*CE_ReviewConnectorCollectors
Review connectors by collector according to user options.
Syntax
*CE_ReviewConnectorCollectors collector_type mark_id operation_type string_array number_of_strings output_mark
Type
HyperMesh Tcl Modify Command
Description
Review connectors according to user options according to collector.
Inputs
- collector_type
- The collector type for the connectors. Currently only supported for connectorgroup.
- 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
*createmark connectorgroups 1 "by id only" 1 2
*createstringarray 1 "consider_HAZ_elems=true"
*CE_ReviewConnectorCollectors connectorgroups 1 isolate 1 2 2
Errors
if { [ catch {command_name...} ] } {
# Handle error
}
Version History
2019