CFx SDK Documentation  2023 SP0
Enumerations
OdDbGripOperations Namespace Reference

Enumerations

enum  DrawType { kWarmGrip = 0 , kHoverGrip , kHotGrip , kDragImageGrip }
 
enum  GripStatus {
  kGripStart = 0 , kGripEnd , kGripAbort , kStretch ,
  kMove , kRotate , kScale , kMirror ,
  kDimFocusChanged , kPopUpMenu
}
 
enum  GripFlags {
  kSkipWhenShared = 0x001 , kDisableRubberBandLine = 0x002 , kDisableModeKeywords = 0x004 , kDrawAtDragImageGripPoint = 0x008 ,
  kTriggerGrip = 0x010 , kTurnOnForcedPick = 0x020 , kMapGripHotToRtClk = 0x040 , kGizmosEnabled = 0x080 ,
  kGripIsPerViewport = 0x100
}
 
enum  GripContextFlags { kSharedGrip = 0x01 , kMultiHotGrip = 0x02 }
 
enum  GetGripPointsFlags { kGripPointsOnly = 0x01 , kCyclableGripsOnly = 0x02 , kDynamicDimMode = 0x04 }
 
enum  MoveGripPointsFlags {
  kOsnapped = 0x01 , kPolar = 0x02 , kOtrack = 0x04 , kZdir = 0x08 ,
  kKeyboard = 0x10
}
 

Enumeration Type Documentation

◆ DrawType

Enumerator
kWarmGrip 
kHoverGrip 
kHotGrip 
kDragImageGrip 

Definition at line 89 of file DbGrip.h.

◆ GetGripPointsFlags

Enumerator
kGripPointsOnly 
kCyclableGripsOnly 
kDynamicDimMode 

Definition at line 130 of file DbGrip.h.

◆ GripContextFlags

Enumerator
kSharedGrip 
kMultiHotGrip 

Definition at line 124 of file DbGrip.h.

◆ GripFlags

Enumerator
kSkipWhenShared 
kDisableRubberBandLine 
kDisableModeKeywords 
kDrawAtDragImageGripPoint 
kTriggerGrip 
kTurnOnForcedPick 
kMapGripHotToRtClk 
kGizmosEnabled 
kGripIsPerViewport 

Definition at line 111 of file DbGrip.h.

◆ GripStatus

Enumerator
kGripStart 
kGripEnd 
kGripAbort 
kStretch 
kMove 
kRotate 
kScale 
kMirror 
kDimFocusChanged 
kPopUpMenu 

Definition at line 97 of file DbGrip.h.

◆ MoveGripPointsFlags

Enumerator
kOsnapped 
kPolar 
kOtrack 
kZdir 
kKeyboard 

Definition at line 137 of file DbGrip.h.