API Reference > OdDg Classes > OdDgDimension Class > OdDgDimension Enumerations > OdDgDimension::TerminatorOrientation Enumeration
OdDgDimension::TerminatorOrientation Enumeration
Syntax
C++
enum TerminatorOrientation { kAutomatic = 0, kReversed = 1, kInside = 2, kOutside = 3 };

DgDimension.h

Terminators may be automatically placed (kAutomatic) by the tool and worldDraw method, or set statically to one of the three types (kOutside, kInside, kReversed).

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