*systemconvertnodetoaxis
Converts systems from nodal reference to axis reference.
Syntax
*systemconvertnodetoaxis mark_id
Type
HyperMesh Tcl Modify Command
Description
Converts systems from nodal reference to axis reference.
Supported only for OptiStruct and Nastran profiles.
Inputs
- mark_id
- The ID of the mark of systems to convert. Valid values are 1 and 2.
Example
Convert systems
2-5:
*createmark systems 1 2-5
*systemconvertnodetoaxis 1
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
2019.1