CFx SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
Functions
GeometryFromProxy.h File Reference
#include "TD_PackPush.h"
#include "DbProxyEntity.h"
#include "DbProxyObject.h"
#include "ModelerGeometry.h"
#include "DynamicLinker.h"
#include "RxModule.h"
#include "TD_PackPop.h"

Go to the source code of this file.

Functions

DBENT_EXPORT bool odGetSatFromProxy (const OdDbProxyEntityPtr &adPart, OdAnsiString &sat)
 
DBENT_EXPORT bool odGetSatFromProxy (const OdDbProxyEntityPtr &adPart, OdModelerGeometryPtr &pModelerGeometry)
 
DBIO_EXPORT OdDbProxyEntityPtr odEntityToProxy (const OdDbEntity &pEnt, OdDb::DwgVersion dwgVer=OdDb::kDHL_CURRENT, OdDb::MaintReleaseVer nMaintVer=OdDb::kMRelease0)
 
DBIO_EXPORT OdDbProxyObjectPtr odObjectToProxy (const OdDbObject &pObj, OdDb::DwgVersion dwgVer=OdDb::kDHL_CURRENT, OdDb::MaintReleaseVer nMaintVer=OdDb::kMRelease0)
 

Function Documentation

◆ odEntityToProxy()

◆ odGetSatFromProxy() [1/2]

DBENT_EXPORT bool odGetSatFromProxy ( const OdDbProxyEntityPtr adPart,
OdAnsiString &  sat 
)

Returns the SAT file associated with the specified AcAdPart entity.

Parameters
adPart[in] Entity pointer.
sat[out] Receives the SAT file.
Remarks
Returns true if and only if adPart is an entity of type AcAdPart, and a valid SAT file was returned in the sat parameter.

◆ odGetSatFromProxy() [2/2]

DBENT_EXPORT bool odGetSatFromProxy ( const OdDbProxyEntityPtr adPart,
OdModelerGeometryPtr pModelerGeometry 
)

Returns the OdModelerGeometry object associated with the specified AcAdPart entity.

Parameters
adPart[in] Entity pointer.
pModelerGeometry[out] Receives the OdModelerGeometry object.
Remarks
Returns true if and only if adPart is an entity of type AcAdPart, and a valid OdModelerGeometry object was returned in the pModelerGeometry parameter.

◆ odObjectToProxy()