*beamsectioncreatestandardsolver
Creates a standard solver-specific HyperBeam section.
Syntax
*beamsectioncreatestandardsolver type solver type_name orient
Type
HyperMesh Tcl Modify Command
Description
Creates a standard solver-specific HyperBeam section. For a list of values that are supported by each solver, see the topics in the See Also section.
Inputs
- type
 - Integer indicating the type of section to create. Each solver has a number of available sections.
 - solver
 - Integer indicating the solver the section is being created for. Valid values are:
 - type_name
 - Name indicating the type of section to create. Each type can have multiple available section names.
 - orient
 - Flag indicating the orientation of the section:
 
Examples
*beamsectioncreatestandardsolver 1 12 I 0*beamsectioncreatestandardsolver 15 0 HMTSec 0Errors
if { [ catch {command_name...} ] } {
   # Handle error
}Version History
9.0