Share

MoveGripPointsFlags

C++

enum MoveGripPointsFlags {
  kOsnapped = 0x1,
  kPolar = 0x2,
  kOtrack = 0x4,
  kZdir = 0x8,
  kKeyboard = 0x10,
  kDragging = 0x20
};

File

dbgripoperations.h

Members

Members Description
kOsnapped Offset is result of an Osnap.
kPolar Offset is result of Polar
kOtrack Offset is result of an Otrack
kZdir Offset Polar or Otrack value is in Z direction
kKeyboard Offset is result of keyboard entry

Description

Enumeration representing how the offset parameter for the moveGripPointsAt() function was determined.

Changed Declaration

New:

kDragging = 0x20

Was this information helpful?