*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.
spot
bolt
target_style
The target connector style.
spot
bolt
reserved1
Reserved for future use. Must be set to 0.
reserved2
Reserved for future use. Must be set to 0.

Examples

To convert spot connectors 101 and 102 to bolt connectors:
*createmark connectors 1 101 102
*CE_ConvertByMark 1 "spot" "bolt" 0 0

Errors

Incorrect usage results in a Tcl error. To detect errors, you can use the catch command:
if { [ catch {command_name...} ] } {
   # Handle error
}

Version History

13.0.110