*CE_ConvertByMark
Converts between bolt and spot connectors.
Syntax
*CE_ConvertByMark mark_id source_style target_style reserved1 reserved2
Type
HyperMesh Tcl Modify Command
Description
Converts between bolt and spot connectors.
Inputs
- mark_id
 - The ID of the mark containing the connectors to convert. Valid values are 1 and 2.
 - source_style
 - The source connector style.
 - target_style
 - The target connector style.
 - reserved1
 - Reserved for future use. Must be set to 0.
 - reserved2
 - Reserved for future use. Must be set to 0.
 
Examples
*createmark connectors 1 101 102
*CE_ConvertByMark 1 "spot" "bolt" 0 0Errors
if { [ catch {command_name...} ] } {
   # Handle error
}Version History
13.0.110