SketchUp SDK
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Types | Data Fields
SUModelStatistics Struct Reference

Contains an array of entity counts that can be indexed per entity type. More...

#include <model.h>

Public Types

enum  SUEntityType {
  SUEntityType_Edge = 0, SUEntityType_Face, SUEntityType_ComponentInstance, SUEntityType_Group,
  SUEntityType_Image, SUEntityType_ComponentDefinition, SUEntityType_Layer, SUEntityType_Material,
  SUNumEntityTypes
}
 Types of SUEntityRef objects. More...
 

Data Fields

int entity_counts [SUNumEntityTypes]
 

Detailed Description

Contains an array of entity counts that can be indexed per entity type.

Member Enumeration Documentation

Types of SUEntityRef objects.

Enumerator
SUEntityType_Edge 
SUEntityType_Face 
SUEntityType_ComponentInstance 
SUEntityType_Group 
SUEntityType_Image 
SUEntityType_ComponentDefinition 
SUEntityType_Layer 
SUEntityType_Material 
SUNumEntityTypes 

Field Documentation

int SUModelStatistics::entity_counts[SUNumEntityTypes]

The documentation for this struct was generated from the following file: