*CE_ConnectorCreate
Creates spot connector(s) at the specified location(s) by mark.
Syntax
*CE_ConnectorCreate entity_type mark_id
Type
HyperMesh Tcl Modify Command
Description
Creates spot connector(s) at the specified location(s) by mark. No links are added to the created spot connectors.
Inputs
- entity_type
- The entity type that specifies the location to create connectors. Valid values are nodes, points, and lines.
- mark_id
- The ID of the mark containing the entities. Valid values are 1 and 2..
Examples
*createmark nodes 1 1 2 3
*CE_ConnectorCreate nodes 1
Errors
if { [ catch {command_name...} ] } {
# Handle error
}