SketchUp SDK
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Structures | Typedefs | Enumerations
modelimporterplugin.h File Reference
#include <string>
#include <slapi/import_export/pluginprogresscallback.h>

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 Documentation

typedef SketchUpModelImporterInterface*(* GetSketchUpModelImporterInterfaceFunc)(void)

Each Windows DLL should export a function which returns the c++ interface.

Enumeration Type Documentation

Enumerator
IMPORT_MODEL_AT_ORIGIN 
IMPORT_MODEL_AS_COMPONENT