, the
's script interpreter can be used to perform all
kind of tasks through a script procedure written in a C/C++ -like language.
You can program the whole scenery, like the model geometry,
the optical surface properties, the raytracing, the dialog boxes and
even your own customized menu.
Complex geometry like light pipes or prisms set may be more easily
defined in a shell script than in
.
Your own written programs can be integrated
with the
user interface and can appear as dialogs or
menu items.
You can easily customize your
's user interface for your
individual needs in your daily project work.
You can set up your own individual working environment. There are no limitations! Some examples:
object axis = AxisSystem("",$,(15,20,25),(1,1,1),(0,1,0));
|
|
object h7 = SurfaceShape("H7",
|
|
object spine = NCurve("spine",(1,0,1,1),2,8,
|
|