|
TOOLKIT_EXPORT OdHandleTree * | oddbGetHandleTree (OdDbDatabase *pDb) |
|
TOOLKIT_EXPORT bool | fxIsPerformingDbUndo (const OdDbDatabase *pDb) |
|
TOOLKIT_EXPORT int | fxDatabasePurgeEx (OdDbDatabase *pDb, int(*pCallback)(OdDbDatabase *, void *), void *pCookie=0) |
|
TOOLKIT_EXPORT CFxDbExtension * | GetFxDbExtension () |
|
TOOLKIT_EXPORT void | SetFxDbExtension (CFxDbExtension *pExtension) |
|
bool TOOLKIT_EXPORT | geGetObjectExtents (const OdDbLine *pLine, OdGeExtents3d &extents) |
|
bool TOOLKIT_EXPORT | geGetObjectExtents (const OdDbXline *pXline, OdGeExtents3d &extents, bool referenceGeometryExtents) |
|
bool TOOLKIT_EXPORT | geGetObjectExtents (const OdDbRay *pRay, OdGeExtents3d &extents, bool referenceGeometryExtents) |
|
bool TOOLKIT_EXPORT | geGetObjectExtents (const OdDbArc *pArc, OdGeExtents3d &extents, bool referenceGeometryExtents, bool canQueryCache) |
|
bool TOOLKIT_EXPORT | geGetObjectExtents (const OdDbCircle *pCircle, OdGeExtents3d &extents, bool canQueryCache) |
|
bool TOOLKIT_EXPORT | geGetObjectExtents (const OdDbEllipse *pEllipse, OdGeExtents3d &extents, bool referenceGeometryExtents, bool canQueryCache) |
|
bool TOOLKIT_EXPORT | geGetObjectExtents (const OdDbPolyline *pPline, OdGeExtents3d &extents, bool canQueryCache) |
|
bool TOOLKIT_EXPORT | geGetObjectExtents (const OdDb2dPolyline *pPline, OdGeExtents3d &extents, bool canQueryCache) |
|
bool TOOLKIT_EXPORT | geGetObjectExtents (const OdDb3dPolyline *pPline, OdGeExtents3d &extents, bool canQueryCache) |
|
bool TOOLKIT_EXPORT | geGetObjectExtents (const OdDbSpline *pSpline, OdGeExtents3d &extents, bool referenceGeometryExtents, bool canQueryCache) |
|
bool TOOLKIT_EXPORT | geGetObjectExtents (const OdDbBlockReference *pBlockRef, OdGeExtents3d &extents, bool referenceGeometryExtents, bool canQueryCache) |
|
bool TOOLKIT_EXPORT | geGetObjectExtents (const OdDbEntity *pEntity, OdGeExtents3d &extents, bool referenceGeometryExtents, bool canQueryCache) |
|
bool TOOLKIT_EXPORT | geCompareArcs (const OdDbArc *pDbArc1, const OdGeCircArc3d &geArc2, OdGeX::ArcComparisonType type, const OdGeTol &geTol) |
|
bool TOOLKIT_EXPORT | geCompareArcs (const OdDbEllipse *pDbArc1, const OdGeEllipArc3d &geArc2, OdGeX::ArcComparisonType type, const OdGeTol &geTol) |
|
bool TOOLKIT_EXPORT | geConvertToGeObject (const OdDbArc *pDbArc, OdGeCircArc3d &geArc, bool canQueryDbExtents=true) |
|
bool TOOLKIT_EXPORT | geConvertToGeObject (const OdDbCircle *pDbCircle, OdGeCircArc3d &geCircle) |
|
bool TOOLKIT_EXPORT | geConvertToGeObject (const OdDbEllipse *ellipse, OdGeEllipArc3d &geEllipse, bool canQueryDbExtents=true) |
|
double TOOLKIT_EXPORT | geGetReasonableTolerance (double dSampleValue, double dTol=1e-10) |
|
TOOLKIT_EXPORT CFxModelerExtension * | GetFxModelerExtension () |
|
TOOLKIT_EXPORT void | SetFxModelerExtension (CFxModelerExtension *pExtension) |
|