$__Prespecified_Adaptation_Regions:
# <-Section
heading(required)
# This example was for a transonic
# ONERAM6 wing
BBox: 7 0.
1. -1. 1.
0. 1.4 # <-
cover the whole wing
BBox: 8 0.
0.77 0. 1.5 0.
.78 # <- inboard upper
surface
BBox: 8 0.4 1.2
0. 1.2 .75 1.6 #
<- outboard upper surface
# ===================================================
# NOTES:
# o in this
sample, there are 2 bounding boxes (the 2 "BBox:" tags)
#
these must FOLLOW a the left justified SECTION HEADING
#
"$__Prespecified_Adaptation_Regions:"
#
as shown above.
#
# o EMACS
USERS: emacs will automatically highlight this file for you in
#
shell-script-mode. to get it to do this automatically, add the
#
following line to your .emacs file.
#
(setq auto-mode-alist
#
(append'(("\\.cntl$" . shell-script-mode) ) auto-mode-alist))
#
# o By convention,
I always name these files "filename.c3d.cntl",
#
but there is no enforcement of this convention.
#
M.Aftosmis