*convertcord3rtocord1r
Updates the target solver ID for beamsections.
Syntax
*convertcord3rtocord1r
Type
HyperMesh Tcl Modify Command
Description
Converts CORD3R system to CORD1R system in OptiStruct. The command gets executed internally when changing the solver interface from OptiStruct to Nastran as Nastran does not have CORD3R systems.
Example
To convert CORD3R systems to CORD1R systems:
* convertcord3rtocord1r
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
2022