SketchUp C API
|
Interfaces for SketchUpModelImporterInterface. More...
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 | SketchUpOptionsDialogResponse { IMPORTER_OPTIONS_UNAVAILABLE, IMPORTER_OPTIONS_CANCELLED, IMPORTER_OPTIONS_ACCEPTED } |
Return type of SketchUpOptionsDialogResponse::ShowOptionsDialog(). More... | |
enum | SketchUpModelImporterBehavior { IMPORT_MODEL_AT_ORIGIN, IMPORT_MODEL_AS_COMPONENT, IMPORT_MODEL_PRESERVE_ORIGIN, IMPORT_MODEL_RESET_ORIGIN_TO_BBOX_MIN } |
Interfaces for SketchUpModelImporterInterface.
typedef SketchUpModelImporterInterface*(* GetSketchUpModelImporterInterfaceFunc)(void) |
Each Windows DLL should export a function which returns the c++ interface.
Return type of GetImporterBehavior().