*CE_DetailsCopy
Copy realization details from a connector to a list of connectors.
Syntax
*CE_DetailsCopy id mark_id reserved
Type
HyperMesh Tcl Modify Command
Description
Copy realization details from a connector to a list of connectors.
Inputs
- id
- The ID of the connector to copy from.
- mark_id
- The ID of the mark of connectors to copy to. Valid values are 1 and 2.
- reserved
- Reserved for future use. Must be set to 0.
Examples
To copy realization details from connector 1001 to connectors 1002, 1003, 1004:
*createmark connectors 1 1002 1003 1004
*CE_DetailsCopy 1001 1 0
Errors
if { [ catch {command_name...} ] } {
# Handle error
}
Version History
2019