|
CFx SDK Documentation 2024 SP0
|
#include "TD_PackPush.h"#include "DbObject.h"#include "OdDbGeoCoordinateSystem.h"#include "TD_PackPop.h"Go to the source code of this file.
Classes | |
| class | OdDbGeoData |
Typedefs | |
| typedef OdSmartPtr< OdDbGeoData > | OdDbGeoDataPtr |
Functions | |
| TOOLKIT_EXPORT OdResult | oddbGetGeoDataObjId (const OdDbDatabase *pDb, OdDbObjectId &objId) |
| TOOLKIT_EXPORT OdResult | oddbGetGeoDataTransform (const OdDbDatabase *pDbSource, const OdDbDatabase *pDbTarget, OdGePoint3d &pt, double &dRotation, double &dScale) |
| typedef OdSmartPtr<OdDbGeoData> OdDbGeoDataPtr |
This template class is a specialization of the OdSmartPtr class for OdDbGeoData object pointers.
Definition at line 576 of file DbGeoData.h.
| TOOLKIT_EXPORT OdResult oddbGetGeoDataObjId | ( | const OdDbDatabase * | pDb, |
| OdDbObjectId & | objId | ||
| ) |
Global method which is used for getting the OdDbGeoData object ID.
| pDb | [in/out] Pointer to a database. |
| objId | [out] OdDbGeoData object ID. |
| TOOLKIT_EXPORT OdResult oddbGetGeoDataTransform | ( | const OdDbDatabase * | pDbSource, |
| const OdDbDatabase * | pDbTarget, | ||
| OdGePoint3d & | pt, | ||
| double & | dRotation, | ||
| double & | dScale | ||
| ) |