*createCAERO1

Creates an aero component of type CAERO1.

Syntax

*createCAERO1 start_id n_span n_chord coordinates mode

Type

HyperMesh Tcl Modify

Description

Creates an aero component of type CAERO1.

Inputs

start_id
The ID from which the component and element numbering will start.
n_span
The number of spanwise boxes to create.
n_chord
The number of chordwise boxes to create.
coordinates
The location of the four corner points. This must be 12 values enclosed in double quotes.
mode
Flag for create or update of component:
0 - Create
1 - Update

Examples

Create an aero component with ID 910001, with 5 span and 10 chord boxes:

*createCAERO1 910001 5 10 "1011.96772 124.925267 172.770859 1030.13113 214.800926 176.849632 882.388330 306.675850 186.826681 835.294585 239.767672 184.962570" 0

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