*createorthotropicdirection

Creates the INSHE/ORTHO_LOC tables based on the composite data in the session.

Syntax

*createorthotropicdirection

Type

HyperMesh Tcl Modify Command

Description

Creates the INSHE/ORTHO_LOC tables based on the composite data in the session.

Inputs

None.

Example

To create the INSHE/ORTHO_LOC tables based on the composite data in the session:

*createorthotropicdirection

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

2017.2