*splitcontactfromcontactgroup

Disassociates a group (contact pair/tie) entity from a contact group.

Syntax

*splitcontactfromcontactgroup id

Type

HyperMesh Tcl Modify Command

Description

Disassociates a group (contact pair/tie) entity from a contact group.

Inputs

id
The ID of the group entity to disassocaite.

Examples

To disassociate group 1 from the contact group:
*splitcontactfromcontactgroup 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

2020