*CE_PreviewBoltCylinder
Set cylinder bolt parameters for bolt connectors and display the graphical preview.
Syntax
*CE_PreviewBoltCylinder mark_id solver_name config fe_config tolerance options options_size
Type
HyperMesh Tcl Modify Command
Description
This command sets cylinder bolt parameters for bolt connectors and displays the graphical preview.
Inputs
- mark_id
 - The ID of the mark containing the connectors to update. Valid values are 1 and 2.
 - solver_name
 - The name of the solver to query. Examples include: Nastran, Abaqus, LS-DYNA, etc.
 - config
 - The connector config. Must always be set to 1001 at the present time.
 - fe_config
 - The FE element config.
 - tolerance
 - The realization tolerance.
 - string_array
 - The ID of the string array that contains the additional input parameters. The string array is created using the *createstringarray command. This should always be set to 1.
 - number_of_strings
 - Integer indicating the size (number of strings) in the string array created using *createstringarray.
 
Examples
*createmark connectors 1 1 2 3
*createstringarray 9 "ce_notuseijk=1" "ce_diameter=2.000000" "ce_l1d1=1.000000" "ce_l2d2=1.000000" "ce_l1=5.000000" "ce_l2=5.000000" "ce_bodylen=-1.000000" "ce_passthroughce=0" "ce_dia_factor=1.000000"
*CE_PreviewBoltCylinder 1 "nastran" 1001 60 10.0 1 9Errors
if { [ catch {command_name...} ] } {
   # Handle error
}Version History
13.0