*CE_SetGlobalSharedEntitySettings
Set the global shared entity management settings.
Syntax
*CE_SetGlobalSharedEntitySettings setting value
Type
HyperMesh Tcl Modify Command
Description
Set the global shared entity management settings.
Inputs
- setting
- The name of the setting to update.
- auto_register
- Auto-register shared entities to the connectors during connector realization, HM binary import, solver deck import and FE absorb.
- sharedent_cleanup_delete
- Cleanup shared entities during connector+FE deletion.
- sharedent_cleanup_unrealize
- Cleanup shared entities during connector unrealization.
- value
- 0 - Turn off
Example
To turn on auto-registration:
*CE_SetGlobalSharedEntitySettings "auto_register" 1
Errors
if { [ catch {command_name...} ] } {
# Handle error
}
Version History
2017.1