*morphconnstodoms
Creates general domains for selected connectors.
Syntax
*morphconnstodoms entity_type mark_id retain_handles create_type
Type
HyperMesh Tcl Modify Command
Description
This command will create a general domain for each of the connectors on the mark. Each general domain will contain all of the elements of the associated connector regardless of their type.
Inputs
- entity_type
 - Valid value is connectors.
 - mark_id
 - Mark of connectors. Valid values are 1 and 2.
 - retain_handles
 - 0 - Do not retain handles
 - create_type
 - 0 - Create as normal general domain
 
Example
To create cluster type domains for all connectors in the model:
*createmark connectors 1 "all"
*morphconnstodoms connectors 1 0 4
    Errors
if { [ catch {command_name...} ] } {
   # Handle error
}Version History
9.0