Share

acdbSetEnableTightExtents Function

C++

ACDB_PORT void acdbSetEnableTightExtents(
    bool bEnable
);

File

dbxutil.h

Description

Used to enable the tight extents calculations before using getGeomExtents on the AcDb3dSolid, AcDbSurface, and AcDbRegion entities.

Parameters

Parameters Description
bEnable Input boolean to determine whether tight extents calculations are performedWhen bEnable is set to true, the tight extents calculations will be enabled for getGeomExtents on the AcDb3dSolid, AcDbSurface, and AcDbRegion entities.

Remarks

The caller should call acdbSetEnableTightExtents with false after obtaining the extents from getGeomExtents, in order to restore the default behavior.

Was this information helpful?