SketchUp SDK
|
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] |
Contains an array of entity counts that can be indexed per entity type.
Types of SUEntityRef objects.
int SUModelStatistics::entity_counts[SUNumEntityTypes] |