*CE_FE_UnregisterRealizedEntities
Unregister the realization entities from connectors.
Syntax
*CE_FE_UnregisterRealizedEntities ce_mark_id ?entity_type? ?mark_id?
Type
HyperMesh Tcl Modify Command
Description
Unregister the realization entities from connectors. On successful unregistration, the state of the connector is changed to MODIFIED. Realization entities which were unregistered will not get deleted on connector unrealization.
Inputs
- ce_mark_id
- The ID of the mark containing the connectors to unregister the realization entities from. Valid values are 1 and 2.
- input1
- The entity type of the realization entities to unregister from the connectors. Valid values are "all" and other relevant entity types.
- input1
- The ID of the mark containing specific realization entities to unregister from the connectors. Valid values are 1 and 2.
Examples
To unregister all the realization entities from all the displayed connectors:
*createmark connectors 1 "displayed"
*CE_FE_UnregisterRealizedEntities 1
To unregister all the realization systems from all the displayed connectors:
*createmark connectors 1 "displayed"
*CE_FE_UnregisterRealizedEntities 1 systems
To unregister elements with IDs 348, 349 and 350 and systems with IDs 15, 16 and 17 from all the displayed connectors:
*createmark connectors 1 "displayed"
*createmark elements 2 348 349 350
*createmark systems 2 15 16 17
*CE_FE_UnregisterRealizedEntities 1 all 2
Errors
if { [ catch {command_name...} ] } {
# Handle error
}
Version History
2019