This class overrules a subset of transformation 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
File: DbEntityOverrule.h
Module: API Reference
Constructor creates an instance of this class. |
| |
Overrules OdDbEntity::subCloneMeForDragging() method and calls it in the default implementation. This method returns True when a clone will be created for the dragging operation, or False otherwise. | |
Overrules OdDbEntity::subExplode() method and calls it in the default implementation. This method returns eOk if successful. | |
Overrules OdDbEntity::subGetTransformedCopy() method and calls it in the default implementation. This method returns eOk if successful. | |
Overrules OdDbEntity::subHideMeForDragging() method and calls it in the default implementation. This method returns True when the original object should be hidden during the dragging operation, or False otherwise. | |
Overrules OdDbEntity::subTransformBy() method and calls it in the default implementation. This method returns eOk if successful. |
Copyright © 2002-2022. Open Design Alliance All rights reserved.
|