*CE_SetLinkChangeManagerSettings

Modifies/unrealizes/rerealizes connectors when there is change in attribute values or deletion of referenced entities.

Syntax

*CE_SetLinkChangeManagerSettings perform operation

Type

HyperMesh Tcl Modify Command

Description

Modifies/unrealizes/rerealizes connectors when there is change in attribute values or deletion of referenced entities.

Inputs

perform
0 - Do not perform operation
1 - Perform operation
operation
0 - Modify
1 - Unrealize
2 - Realize

Examples

Modify connectors upon changes:
*CE_SetLinkChangeManagerSettings 1 0
Unrealize connectors upon changes:
*CE_SetLinkChangeManagerSettings 1 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

2021