SketchUp SDK
|
Go to the source code of this file.
Data Structures | |
struct | SketchUpModelExporterInterface |
A valid SketchUp "exporter" plugin must support the following interface. See the SDK samples for an example. More... | |
struct | SketchUpDeprecatedModelExporterInterface |
Old style exporters must implement this interface. Note that this interface is being deprecated. New exporters must implement SketchUpModelExporterInterface. More... | |
Typedefs | |
typedef SketchUpModelExporterInterface *(* | GetSketchUpModelExporterInterfaceFunc )(void) |
typedef SketchUpModelExporterInterface*(* GetSketchUpModelExporterInterfaceFunc)(void) |
Each Windows DLL should export a function which returns the c++ interface.