Share

AcDbEntity::getGeomExtents

C++

ACDBCORE2D_PORT ADESK_SEALED_VIRTUAL Acad::ErrorStatus getGeomExtents(
    AcDbExtents& extents
) const;

Description

Unimplemented at the AcDbEntity level, this method is intended to be overridden in derived classes.

Derived classes should calculate and return the corner points (in WCS coordinates) of a box (with edges parallel to the WCS X, Y, and Z axes) that encloses the 3D extents of the entity, and return those points as an instance of class AcDbExtents in the "extents" parameter.

Default implementation: Immediately returns Acad::eInvalidExtents.

Parameters

Parameters Description
extents Output entity's extents

Links

AcDbEntity

Was this information helpful?