*realizecsfbdsectiontostdfbdsection

Realize cross-section based freebodysections to standard freebodysections.

Syntax

*realizecsfbdsectiontostdfbdsection freebodysection_ids=<ids>

Type

HyperMesh Tcl Modify Command

Description

Realize cross-section based freebodysections to standard freebodysections.

Inputs

freebodysection_ids=<ids>
The IDs of the cross-section based (config 1) freebodysections to realize.

Examples

Realize sections 1, 2 and 3:
*realizecsfbdsectiontostdfbdsection freebodysection_ids={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