CFx SDK Documentation  2023 SP0
Classes | Typedefs
DbDimData.h File Reference
#include "TD_PackPush.h"
#include "DbDimension.h"
#include "TD_PackPop.h"

Go to the source code of this file.

Classes

class  OdDbDimData
 

Typedefs

typedef OdArray< OdDbDimDataOdDbDimDataArray
 
typedef OdArray< OdDbDimData *, OdMemoryAllocator< OdDbDimData * > > OdDbDimDataPtrArray
 
typedef OdGeVector3d(* DimDataSetValueFuncPtr) (OdDbDimData *pThis, OdDbEntity *pEnt, double newValue, const OdGeVector3d &offset)
 
typedef OdGeVector3d(* DimDataSetCustomStringFuncPtr) (OdDbDimData *pThis, OdDbEntity *pEnt, const OdString &sCustomString, const OdGeVector3d &offset)
 

Typedef Documentation

◆ DimDataSetCustomStringFuncPtr

typedef OdGeVector3d(* DimDataSetCustomStringFuncPtr) (OdDbDimData *pThis, OdDbEntity *pEnt, const OdString &sCustomString, const OdGeVector3d &offset)

Definition at line 40 of file DbDimData.h.

◆ DimDataSetValueFuncPtr

typedef OdGeVector3d(* DimDataSetValueFuncPtr) (OdDbDimData *pThis, OdDbEntity *pEnt, double newValue, const OdGeVector3d &offset)

Definition at line 35 of file DbDimData.h.

◆ OdDbDimDataArray

Definition at line 33 of file DbDimData.h.

◆ OdDbDimDataPtrArray

Definition at line 34 of file DbDimData.h.