*CE_FE_AbsorbUsingControl
Absorbs certain FE information into connectors. Currently supported only for absorbing bolts.
Syntax
*CE_FE_AbsorbUsingControl create_flag control_name elem_filter elem_filter_size string_array number_of_strings constraints_mark_id
Type
HyperMesh Tcl Modify Command
Description
Absorbs certain FE information into connectors using control.
Inputs
- create_flag
- 4 – Bolt connectors
- control_name
- The name of the connectorcontrol entity.
- elem_filter
- The flag indicating whether to use the displayed or selected elements:
- elem_filter_size
- The size of the elem_filter array created using *createarray.
- string_array
- The string array containing optional details for absorb.
- number_of_strings
- The size of the options string array.
- constraints_mark_id
- The ID of the mark containing constraints entity.
Examples
To absorb bolt connectors:
*createarray 1 0
*createstringarray 6 "mcf=" "rul=Use uid" "tol=20.000000" "attach_link=1" "org=1" "link_type=Part" "apply_prop=1"
*createmark constraints 1 all
*CE_FE_Absorb 4 "connectorcontrol1" 1 1 1 7 1
Errors
Incorrect usage results in a Tcl error. To detect
errors, you can use the catch
command:
if { [ catch {command_name...} ] } {
# Handle error
}
Version History
2024.1