Class Hierarchy
AcRxObject AcRxOverruleBase AcRxOverrule AcDbGeometryOverrule
C++
class AcDbGeometryOverrule : public AcRxOverrule;
File
dbentityoverrule.h
Description
Derive from AcDbGeometryOverrule to overrule a subset of geometry related operations implemented in the AcDbEntity class. It is intended as a base class for clients who want to alter some or all behavior of a given AcDbEntity-derived class. At the base level, each default implementation simply calls the corresponding method in the target class.