*latparmupdatebucksfparameter

Updates the buckling safety factor of the Euler buckling force for the beams in the second stage of lattice optimization for lattice optimization control parameters.

Syntax

*latparmupdatebucksfparameter bucksftoggle bucksf

Type

HyperMesh Tcl Modify

Description

Updates the buckling safety factor of the Euler buckling force for the beams in the second stage of lattice optimization for lattice optimization control parameters.

Inputs

bucksftoggle
Buckling safety factor state 1 (on) or 0 (off).
bucksf
Buckling safety factor value.

Example

To update the buckling safety factor value for lattice optimization parameters:

*latparmupdatebucksfparameter 1 9.5

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

14.0.110