*CE_Cleanup

Sets connectors to unrealized and back to a clean undefined state.

Syntax

*CE_Cleanup mark_id

Type

HyperMesh Tcl Modify Command

Description

Sets connectors to unrealized and back to a clean undefined state.

Inputs

mark_id
The ID of the mark containing the connectors to clean. Valid values are 1 and 2.

Example

To clean connectors 1-10:

*createmark connectors 1 1-10
*CE_Cleanup 1

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

14.0.130