This section describes how to derive a custom class from OdDbEntity class, and includes specific examples
of overriding virtual methods provided by the OdDbEntity class. Overriding common entity operations,
such as object snap points, grip points, and stretch points, is also discussed in this section.
OdDbEntity is the base class for all database objects that have a graphical representation.
The OdDbEntity class is derived from the OdDbObject class. Creating a custom entity involves
the following steps: