*realizecsfbdsectiontostdfbdsection
Realize cross-section based freebodysections to standard freebodysections.
Syntax
*realizecsfbdsectiontostdfbdsection freebodysection_ids
Type
HyperMesh Tcl Modify Command
Description
Realize cross-section based freebodysections to standard freebodysections.
Inputs
- freebodysection_ids
- The list of IDs of the cross-section based (config 1) freebodysections to realize.
Examples
Realize sections 1, 2 and
        3:
    *realizecsfbdsectiontostdfbdsection {1 2 3}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
2020