*CE_FE_SetDetails
Set FE realization details for the connectors on a mark.
Syntax
*CE_FE_SetDetails mark_id config tolerance property_id system_flag snap_to_node remesh force_collinear fe_type
Type
HyperMesh Tcl Modify Command
Description
Set FE realization details for the connectors on a mark.
Inputs
- mark_id
 - The ID of the mark containing the connectors to update. Valid values are 1 and 2.
 - config
 - Weld element type.
- 2 - plot
 - 3 - weld
 - 5 - rigid
 - 21 - spring
 - 55 - rigidlink
 - 60 - bar2
 - 61 - rod
 - 70 - gap
 - 104 - quads
 - 1001 - custom
 
 - tolerance
 - The maximum distance allowed between the connector and the entity in order to create welds.
 - property_id
 - ID of property collector. Used to retrieve property specified for connector.
 - system_flag
 - 0 - Build systems.
 - snap_to_node
 - Force weld to use one of the element connectivity nodes rather than create a new node.
 - remesh
 - Specifies if the welded area needs to be remeshed:
 - force_collinear
 - Force all the welds along all layers to be collinear:
 - fe_type
 - The FE type for the current solver specified in the FE. Configuration File for user-defined FE only.
 
Examples
*createmark connectors 1 1 2 3
*CE_FE_SetDetails 1 60 1.0 0 0 0 0 0 0Errors
if { [ catch {command_name...} ] } {
   # Handle error
}