Showcase Add-in API C++ Reference

A portion of the Showcase API consists of C++ classes that have been "wrapped" in Python. The wrapped C++ classes and functions behave exactly like the native Python library, make full use of the underlying C++ functions, and are documented in the Python Reference. However, in some cases the Python reference documentation for the wrapped code can fall short of expectations. In the interests of clarity, documentation has also been extracted directly from the underlying C++ classes, and is presented in this section. This section can be valuable in understanding the functionality of the Python modules originating from C++ classes, but you should make use of them via the Python interfaces only.