*CE_RemoveSigPoints
Removes significant points from a connector.
Syntax
*CE_RemoveSigPoints ce_id
Type
HyperMesh Tcl Modify Command
Description
Removes significant points from a connector.
Inputs
- ce_id
- The ID of the connector from which to remove the significant points.
Examples
To remove the significant points from connector ID
        10:
    *CE_RemoveSigPoints 10Errors
Incorrect usage results in a Tcl error. To detect
        errors, you can use the catch
        command:
    if { [ catch {command_name...} ] } {
   # Handle error
}Version History
2022.3