16 unsigned int elements = 0;
17 unsigned int groups = 0;
18 unsigned int spatialElements = 0;
20 unsigned int acisShapeFaceCnt = 0;
22 unsigned int points = 0;
23 unsigned int curves = 0;
24 unsigned int surfaces = 0;
26 unsigned int solids = 0;
27 unsigned int facetedBreps = 0;
28 unsigned int extrusions = 0;
30 unsigned int polygonMeshes = 0;
32 unsigned int texts = 0;
33 unsigned int texts2dSingleLine = 0;
34 unsigned int texts2dMultiLine = 0;
35 unsigned int texts3d = 0;
37 unsigned int ivBlocks = 0;
38 unsigned int inventorImports = 0;
40 unsigned int ifcBlocks = 0;
43 unsigned int dimensions = 0;
46 unsigned int materialsUsed = 0;
47 unsigned int materialsNotUsed = 0;
49 unsigned int componentsUsed = 0;
50 unsigned int componentsNotUsed = 0;
52 unsigned int others = 0;
std::set< Core::DocObject * > ifcBlockIvObjects
Definition: DocProperties.h:41
Definition: DocProperties.h:14
std::set< Core::DocObject * > inventorImportIvObjects
Definition: DocProperties.h:39
std::map< const Core::DocObject *, int > materialUsageCache
Definition: DocProperties.h:45