|
CFx SDK Documentation
2022 SP0
|
#include "OdaCommon.h"#include "DbEntity.h"#include "OdDgnLSExport.h"#include "TD_PackPush.h"#include "TD_PackPop.h"Go to the source code of this file.
Functions | |
| ODDGNLS_EXPORT const OdConstString & | oddbDgnLSGetEntityXDataName () |
| ODDGNLS_EXPORT bool | oddbDgnLSCheckEntityXData (const OdDbEntity *pEntity) |
| ODDGNLS_EXPORT bool | oddbDgnLSReadEntityXData (const OdDbEntity *pEntity, OdGiDgLinetypeModifiers &pModifiers, double *pScale=NULL) |
| ODDGNLS_EXPORT bool | oddbDgnLSDrawEntityXData (const OdDbEntity *pEntity, OdGiSubEntityTraits *pTraits) |
| ODDGNLS_EXPORT bool | oddbDgnLSWriteEntityXData (OdDbEntity *pEntity, const OdGiDgLinetypeModifiers &pModifiers, const double &pScale) |
| ODDGNLS_EXPORT bool | oddbDgnLSRemoveEntityXData (OdDbEntity *pEntity) |
| ODDGNLS_EXPORT bool oddbDgnLSCheckEntityXData | ( | const OdDbEntity * | pEntity | ) |
| ODDGNLS_EXPORT bool oddbDgnLSDrawEntityXData | ( | const OdDbEntity * | pEntity, |
| OdGiSubEntityTraits * | pTraits | ||
| ) |
| ODDGNLS_EXPORT const OdConstString& oddbDgnLSGetEntityXDataName | ( | ) |
| ODDGNLS_EXPORT bool oddbDgnLSReadEntityXData | ( | const OdDbEntity * | pEntity, |
| OdGiDgLinetypeModifiers & | pModifiers, | ||
| double * | pScale = NULL |
||
| ) |
| ODDGNLS_EXPORT bool oddbDgnLSRemoveEntityXData | ( | OdDbEntity * | pEntity | ) |
| ODDGNLS_EXPORT bool oddbDgnLSWriteEntityXData | ( | OdDbEntity * | pEntity, |
| const OdGiDgLinetypeModifiers & | pModifiers, | ||
| const double & | pScale | ||
| ) |