*CE_FE_AutoRegisterSharedEntitiesByMark
Auto register pre-existing entities to multiple connectors.
Syntax
*CE_FE_AutoRegisterSharedEntitiesByMark mark_id
Type
HyperMesh Tcl Modify Command
Description
Auto register pre-existing entities to multiple connectors.
Notes:
    - A single entity can be registered with multiple connectors. This will register pre-existing entities shared by multiple connectors’ realizations, contact definitions, etc...
- Component, property, material, curve, plot, system collector, vector collector and load collector are supported for all user-profiles.
- Sets and groups are supported for Abaqus, LS-DYNA, OptiStruct, PAM-CRASH and Radioss.
- The registered entities could be checked by performing a X-ref on the connectors.
Inputs
- mark_id
- The ID of the mark containing the connectors to register to. Valid values are 1 and 2.
Example
Register to connectors 1-10:
*createmark connectors 1 1-10
*CE_FE_AutoRegisterSharedEntitiesByMark 1Errors
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