This help system contains four help files:
- This file, the Developer's Guide, which
covers both Python scripting and the Open Reality (C++).
- Python Samples
- Python Reference
- Open Reality Reference
When you search the help
system, for example for a class, you get results in all four of
these files.
You can narrow your search by:
- In the Search tab, check "Search titles
only".
- Open the file individually, by clicking
on the links above.
Changes to this help system in this release:
- Formerly there were two Developer’s Guides,
one for each of Python and Open Reality (C++). These are now integrated
into this help file.
- Python sample scripts are integrated
into this system. This means that when you search for a class or
function, a sample containing that object will appear in the search
results. There are also cross references from the Python Reference
Guide Class Reference pages to samples containing that class (where
one exists).