*CE_FE_UnregisterSharedEntitiesByMark

Un-register registered entities from multiple connectors.

Syntax

*CE_FE_UnregisterSharedEntitiesByMark mark_id

Type

HyperMesh Tcl Modify Command

Description

Un-register registered entities from multiple connectors.

This will only remove the references of the entities from the connectors. This will not delete the actual entities. This sets the connectors to the modified state after the un-registration.

Inputs

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

Example

Un-register from connectors 1-10:

*createmark connectors 1 1-10
*CE_FE_UnregisterSharedEntitiesByMark 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

2017.1