| CFx SDK Documentation
    2020SP3
    | 
#include "TD_PackPush.h"#include "DbProxyEntity.h"#include "DbProxyObject.h"#include "ModelerGeometry.h"#include "TD_PackPop.h"Go to the source code of this file.
| Functions | |
| TOOLKIT_EXPORT bool | odGetSatFromProxy (const OdDbProxyEntityPtr &adPart, OdAnsiString &sat) | 
| TOOLKIT_EXPORT bool | odGetSatFromProxy (const OdDbProxyEntityPtr &adPart, OdModelerGeometryPtr &pModelerGeometry) | 
| TOOLKIT_EXPORT OdDbProxyEntityPtr | odEntityToProxy (const OdDbEntity &pEnt, OdDb::DwgVersion dwgVer=OdDb::kDHL_CURRENT, OdDb::MaintReleaseVer nMaintVer=OdDb::kMRelease0) | 
| TOOLKIT_EXPORT OdDbProxyObjectPtr | odObjectToProxy (const OdDbObject &pObj, OdDb::DwgVersion dwgVer=OdDb::kDHL_CURRENT, OdDb::MaintReleaseVer nMaintVer=OdDb::kMRelease0) | 
| TOOLKIT_EXPORT OdDbProxyEntityPtr odEntityToProxy | ( | const OdDbEntity & | pEnt, | 
| OdDb::DwgVersion | dwgVer = OdDb::kDHL_CURRENT, | ||
| OdDb::MaintReleaseVer | nMaintVer = OdDb::kMRelease0 | ||
| ) | 
| TOOLKIT_EXPORT bool odGetSatFromProxy | ( | const OdDbProxyEntityPtr & | adPart, | 
| OdAnsiString & | sat | ||
| ) | 
Returns the SAT file associated with the specified AcAdPart entity.
| adPart | [in] Entity pointer. | 
| sat | [out] Receives the SAT file. | 
| TOOLKIT_EXPORT bool odGetSatFromProxy | ( | const OdDbProxyEntityPtr & | adPart, | 
| OdModelerGeometryPtr & | pModelerGeometry | ||
| ) | 
Returns the OdModelerGeometry object associated with the specified AcAdPart entity.
| adPart | [in] Entity pointer. | 
| pModelerGeometry | [out] Receives the OdModelerGeometry object. | 
| TOOLKIT_EXPORT OdDbProxyObjectPtr odObjectToProxy | ( | const OdDbObject & | pObj, | 
| OdDb::DwgVersion | dwgVer = OdDb::kDHL_CURRENT, | ||
| OdDb::MaintReleaseVer | nMaintVer = OdDb::kMRelease0 | ||
| ) |