API Reference > Namespaces > OdDbGripOperations Namespace > Structs, Records, Enums > OdDbGripOperations::GetGripPointsFlags Enumeration
OdDbGripOperations::GetGripPointsFlags Enumeration
Syntax
C++
enum GetGripPointsFlags { kGripPointsOnly = 0x01, kCyclableGripsOnly = 0x02, kDynamicDimMode = 0x04 };

DbGrip.h

Members 
Description 
kGripPointsOnly = 0x01 
Grip points only 
kCyclableGripsOnly = 0x02 
Cyclable grips only 
kDynamicDimMode = 0x04 
Dynamic dim mode 

This enumeration specifies get grip points flags.

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