*CE_FE_GlobalFlags

Set global flags for connectors to perform different operations.

Syntax

*CE_FE_GlobalFlags ce_fe_flag function

Type

HyperMesh Tcl Modify Command

Description

Set global flags for connectors to perform different operations.

Inputs

ce_fe_flag
0 - false
1 - true
function
A function value of (0) sets the global flag to delete FE with connectors. If ce_fe_flag is true, the realized FE is deleted with connectors. If it is false, then only connectors are deleted.

Examples

Set the global flag to delete FE with connectors:
*createmark(connectors, 1) 1 2 3
*CE_FE_GlobalFlags(1, 0)
*deletemark(connectors, 1)

When trying to delete FE with connectors, this command needs to be called before the connector delete function.