API Reference > OdDb Classes > OdDbGripData Class
OdDbGripData Class
OdDbGripData
Syntax
C++
class OdDbGripData;

DbGrip.h

This class passes parameters for the getGripPoints and moveGripPoints functions of OdDbEntity.

TD_Db 

 

 
Name 
Description 
 
This is the overview for the OdDbGripData constructor overload. 
 
Name 
Description 
 
Returns the base point of the grip operation for this OdDbGripData object. 
 
Returns the application-specific data structure of this OdDbGripData object. 
 
Returns the OdRxClass object associated with this OdDbGripData object. 
 
Indicates whether the kDisableModeKeywords flag is set. 
 
Returns the flags that modify the behaviour of this OdDbGripData object. 
 
Sets or clears the kDisableModeKeywords flag.
 
 
Sets or clears the kDisableRubberBandLine flag.
 
 
Indicates whether the kDrawAtDragImageGripPoint flag is set. 
 
Indicates whether the kTurnOnForcedPick flag is set. 
 
Indicates whether the kGizmosEnabled flag is set. 
 
Indicates whether the kGripIsPerViewport flag is set. 
 
Returns the pointer to the function that notifies about the edit status of the grip. 
 
Returns the grip point of this OdDbGripData object. 
 
Returns the pointer to the function that gets the dynamic dimensions of the grip when it becomes hot. 
 
Returns the pointer to the function that is called when the grip becomes hot. 
 
Returns the pointer to the function that gets the dynamic dimensions of the grip when it is hovered over. 
 
Returns the pointer to the function that is called when the grip is hovered over. 
 
Returns the pointer to the function that is called when on the certain step of the grip editing operation the input point is received. Used for custom entities. 
 
Indicates whether the kDisableRubberBandLine flag is set. 
 
Indicates whether the kMapGripHotToRtClk flag is set. 
 
Returns the pointer to the function that is called when the grip is right-clicked. 
 
Sets all data of this OdDbGripData object.
 
 
Sets the base point of the grip operation for this OdDbGripData object.
 
 
Sets the application-specific data structure for this OdDbGripData object.
 
 
Associates an OdRxClass object with this OdDbGripData object.
 
 
Sets the flags that modify the behaviour of this OdDbGripData object.
 
 
Sets or clears the kDrawAtDragImageGripPoint flag.
 
 
Sets or clears the kTurnOnForcedPick flag.
 
 
Sets or clears the kGizmosEnabled flag.
 
 
Sets or clears the kGripIsPerViewport flag.
 
 
Assigns the function for this OdDbGripData object that notifies about the edit status of the grip.
 
 
Sets a new grip point for this OdDbGripData object.
 
 
Assigns the function for this OdDbGripData object that is called to get the dynamic dimensions of the grip when it becomes hot.
 
 
Assigns the function for this OdDbGripData object that is called when the grip becomes hot.
 
 
Assigns the function for this OdDbGripData object that is called to get the dynamic dimensions of the grip when it is hovered over.
 
 
Assigns the function for this OdDbGripData object that is called when the grip is hovered over.
 
 
Assigns the function for this OdDbGripData object that is called when the certain step of the grip editing operation the input point is received. Used for custom entities.
 
 
Sets or clears the kMapGripHotToRtClk flag.
 
 
Assigns the function for this OdDbGripData object that is called when the grip is right-clicked.
 
 
Sets or clears the kSkipWhenShared flag.
 
 
Assigns the function for this OdDbGripData object that gets the tooltip string of the grip.
 
 
Sets or clears the kTriggerGrip flag.
 
 
Assigns the function for this OdDbGripData object that is called to draw viwport-specific grip's graphics.
 
 
Assigns the function for this OdDbGripData object that is called to draw non-viwport-specific grip's graphics.
 
 
Indicates whether the kSkipWhenShared flag is set. 
 
Returns the pointer to the function that gets the tooltip string of the grip. 
 
Indicates whether the kTriggerGrip flag is set. 
 
Returns the pointer to the function that is called to draw viwport-specific grip's graphics. 
 
Returns the pointer to the function that is called to draw non-viwport-specific grip's graphics. 
 
Name 
Description 
 
= 
Comparison operator. Compares this OdDbGripData object with another OdDbGripData object.
 
Copyright © 2002–2020. Open Design Alliance. All rights reserved.