API Reference > OdDb Classes > OdDbGripOverrule Class
OdDbGripOverrule Class
OdDbGripOverrule
Syntax
C++
class OdDbGripOverrule : public OdRxOverrule;

DbEntityOverrule.h

This class overrules a subset of grip linked operations which an entity specifies. It is used as a base class for classes derived from OdDbEntity to change their behavior. Each default implementation calls the corresponding method of the target class. 

Corresponding C++ library: TD_Db

 
Name 
Description 
 
Constructor creates an instance of this class. 
 
Name 
Description 
 
This is the overview for the getGripPoints method overload. 
 
Overrules OdDbEntity::subGetStretchPoints() method and calls it in the default implementation. This method returns eOk if successful.
 
 
Overrules OdDbEntity::subGripStatus() method and calls it in the default implementation.
 
 
This is the overview for the moveGripPointsAt method overload. 
 
Overrules OdDbEntity::subMoveStretchPointsAt() method and calls it in the default implementation. This method returns eOk if successful.
 
 
This is ODRX_DECLARE_MEMBERS, a member of class OdDbGripOverrule. 
Copyright © 2002–2020. Open Design Alliance. All rights reserved.