API Reference > OdDb Classes > OdDbDimension Class > OdDbDimension Enumerations > OdDbDimension::DimInspect Enumeration
OdDbDimension::DimInspect Enumeration
Syntax
C++
enum DimInspect { kShapeRemove = 0x00, kShapeRound = 0x01, kShapeAngular = 0x02, kShapeNone = 0x04, kShapeLabel = 0x10, kShapeRate = 0x20 };

DbDimension.h

Members 
Description 
kShapeRemove = 0x00 
No inspection label displays. 
kShapeRound = 0x01 
Inspection label displays with a rounded end (this is the default). 
kShapeAngular = 0x02 
Inspection label displays with an angular end. 
kShapeNone = 0x04 
Inspection label displays without a bounding shape. 
kShapeLabel = 0x10 
Inspection label displays with a prefix, including a separator and alpha field. 
kShapeRate = 0x20 
Inspection label displays at a specified frequency. 

Defines dimension inspection settings.

Copyright © 2002–2020. Open Design Alliance. All rights reserved.