Example of Set-up File
- Last UpdatedNov 28, 2025
- 1 minute read
The following is a short example of an input file that will create entries in the FD object for indices 3, 20000, 434 and 4442.
|
INTERVAL |
/FLANGE /MIN=701 /MAX=799; |
|
INTERVAL |
/STIFFENER /MIN=601 /MAX=699; |
|
DESCR, 3 |
/VALUE='Deck'; |
|
DESCR, 20000 |
/VALUE='Panel'; |
|
DESCR, 434 |
/VALUE='Panel at !X'; |
|
DESCR, 612 |
/VALUE='This will only be shown for stiffeners in GUI'; |
|
DESCR, 735 |
/VALUE='This will only be shown for flanges in GUI'; |
|
DESCR, 4442 |
/VALUE='Temp Functional Description'; |
Note: If some of these indices should already exist their description string will be replaced by the one in the file (see Merging below)