SketchUp C API
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Structures | Enumerations
component_definition.h File Reference

Interfaces for SUComponentDefinitionRef. More...

#include <SketchUpAPI/geometry.h>
#include <SketchUpAPI/common.h>
#include <SketchUpAPI/unicodestring.h>
#include <SketchUpAPI/model/curve.h>
#include <SketchUpAPI/model/defs.h>
#include <time.h>

Data Structures

struct  SUComponentBehavior
 Describes how the component behaves in a SketchUp model, e.g. how it glues to surfaces. More...
 

Enumerations

enum  SUComponentType { SUComponentType_Normal, SUComponentType_Group }
 Indicates the type of the component. More...
 

Detailed Description

Interfaces for SUComponentDefinitionRef.

Enumeration Type Documentation

Indicates the type of the component.

Enumerator
SUComponentType_Normal 

Regular component definition.

SUComponentType_Group 

Group definition.