SketchUp SDK
|
Go to the source code of this file.
Data Structures | |
struct | SketchUpModelImporterInterface |
A valid SketchUp "importer" plugin must support the following interface. See the SDK samples for an example. More... | |
Typedefs | |
typedef SketchUpModelImporterInterface *(* | GetSketchUpModelImporterInterfaceFunc )(void) |
Enumerations | |
enum | SketchUpModelImporterBehavior { IMPORT_MODEL_AT_ORIGIN, IMPORT_MODEL_AS_COMPONENT } |
typedef SketchUpModelImporterInterface*(* GetSketchUpModelImporterInterfaceFunc)(void) |
Each Windows DLL should export a function which returns the c++ interface.