 SketchUpModelExporterInterface | A valid SketchUp "exporter" plugin must support the following interface. See the SDK samples for an example |
  SketchUpDeprecatedModelExporterInterface | Old style exporters must implement this interface. Note that this interface is being deprecated. New exporters must implement SketchUpModelExporterInterface |
 SketchUpModelImporterInterface | A valid SketchUp "importer" plugin must support the following interface. See the SDK samples for an example |
 SketchUpPluginProgressCallback | Interface to provide import/export progress feedback and cancellation |
 SUAttributeDictionaryRef | A dictionary type with SUStringRef objects as keys and SUTypedValueRef objects as values |
 SUBoundingBox3D | Represents a 3D axis-aligned bounding box represented by the extreme diagonal corner points with minimum and maximum x,y,z coordinates |
 SUCameraRef | References the camera object of a SketchUp model |
 SUColor | Stores a RGBA color with 8 bit channels |
 SUComponentBehavior | Describes how the component behaves in the SketchUp rendering scene |
 SUComponentDefinitionRef | References a component definition |
 SUComponentInstanceRef | References a component instance, i.e. an instance of a component definition |
 SUCurveRef | References a curve |
 SUDrawingElementRef | References a drawing element, which is an abstract base type for some API types |
 SUEdgeRef | References an edge |
 SUEdgeUseRef | SUEdgeUseRef objects are used to retrieve the topology of the edges of a polygon. The geometry of the polygon being represented by SULoopRef that is already associated with a face object. The typical use of EdgeUse object is to retrieve them from a face object's loop, and then read the topology values from them |
 SUEntitiesRef | References a container object for all entities in a model, component definition or a group |
 SUEntityRef | References an entity, which is an abstract base type for most API types |
 SUFaceRef | References a face |
 SUGeometryInputRef | References a geometry input object. It is used as an input to /ref SUEntitiesFill |
 SUGroupRef | References a group object |
 SUImageRef | References an image object |
 SULayerRef | References a layer object |
 SULocationRef | References a type that contains location information of a model (e.g. latitude, longitude) |
 SULoopInputRef | References a loop input object |
 SULoopRef | References a loop object, which can be either the outer loop or an inner loop (hole) of a face |
 SUMaterialInput | SUMaterialInput contains information that is needed to apply a material to a face. The conventional method for applying a material to a face is to use 1 to 4 UV coordinates, which are Cartesian textures coordinates and corresponding vertex indices on the face. The vertices are referenced by index into the top level SUGeometryInputRef's vertex array. The member variable 'material' must be a valid material object, and once the material input is used (e.g. with /ref SUEntitiesFill), the material object must not be released since it will be associated with a parent object |
 SUMaterialRef | References a material object |
 SUMeshHelperRef | A helper class that will tessellate a SUFaceRef object into triangles, and then provide the vertices, normals, and STQ coordinates of those triangles |
 SUModelRef | A SketchUp model |
 SUModelStatistics | Contains an array of entity counts that can be indexed per entity type |
 SUOptionsManagerRef | Provides access to the different options provider objects in the model. Available options providers are: PageOptions, SlideshowOptions, UnitsOptions, NamedOptions, and PrintOptions |
 SUOptionsProviderRef | Provides ability to get and set options on an options provider object. Available options providers are: PageOptions, SlideshowOptions, UnitsOptions, NamedOptions, and PrintOptions |
 SUPlane3D | Represents a 3D plane by the parameters a, b, c, d. For any point on the plane, ax + by + cz + d = 0. The coeficients are normalized so that a*a + b*b + c*c = 1 |
 SUPoint2D | Represents a point in 2-dimensional space |
 SUPoint3D | Represents a point in 3-dimensional space |
 SUPolyline3dRef | A polyline3d object. These are curve-like entities that do not generate inference snaps or affect geometry in any way |
 SURenderingOptionsRef | Used to get and set values in a rendering options object |
 SUSceneRef | Used to get and set a scene's camera views, using the SUCameraRef object |
 SUStringRef | Stores a Unicode string for use as output string parameters in the API |
 SUTextureRef | Used to manage image data that can be associated with any SUEntityRef |
 SUTextureWriterRef | Used to write out textures of various SketchUp model elements to local disk. For face objects texture writer modifies non-affine textures on write so that the resulting texture image can be mapped with 2-dimensional texture coordinates. The modified UV coordinates are retrieved from a mesh object created with SUMeshHelperCreateWithTextureWriter |
 SUTransformation | Represents a 3D (4x4) geometric transformation matrix |
 SUTypedValueRef | Variant object used to represent the value of a key-value attribute pair |
 SUUVHelperRef | Used to compute UV texture coordinates for a particular face |
 SUUVQ | Stores UV texture coordinates |
 SUVector3D | Represents a vector in 3-dimensional space |
 SUVertexRef | A vertex type that has a position and is associated with other geometry like edges, faces, and loops |