Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbDimension::DimInspect Enumeration
Syntax
C++
enum DimInspect { kShapeRemove = 0x00, kShapeRound = 0x01, kShapeAngular = 0x02, kShapeNone = 0x04, kShapeLabel = 0x10, kShapeRate = 0x20 };
Members
Description
kShapeRemove
No inspection label displays.
kShapeRound
Inspection label displays with a rounded end (this is the default).
kShapeAngular
Inspection label displays with an angular end.
kShapeNone
Inspection label displays without a bounding shape.
kShapeLabel
Inspection label displays with a prefix, including a separator and alpha field.
kShapeRate
Inspection label displays at a specified frequency.

Defines dimension inspection settings.

File: DbDimension.h 

Module: API Reference 

Copyright © 2002-2022. Open Design Alliance All rights reserved.