CFx SDK Documentation  2023 SP0
Classes | Typedefs | Functions
AveMaterial.h File Reference
#include "TD_PackPush.h"
#include "Ve/AveDefs.h"
#include "RxObject.h"
#include "DbEntity.h"
#include "IdArrays.h"
#include "TD_PackPop.h"

Go to the source code of this file.

Classes

class  OdAveMaterial
 
class  OdAveGraniteMaterial
 
class  OdAveMarbleMaterial
 
class  OdAveWoodMaterial
 

Typedefs

typedef OdSmartPtr< OdAveMaterialOdAveMaterialPtr
 
typedef OdSmartPtr< OdAveGraniteMaterialOdAveGraniteMaterialPtr
 
typedef OdSmartPtr< OdAveMarbleMaterialOdAveMarbleMaterialPtr
 
typedef OdSmartPtr< OdAveWoodMaterialOdAveWoodMaterialPtr
 

Functions

AVE_EXPORT OdRxIteratorPtr oddbGetMaterials (OdDbDatabase *pDb)
 
AVE_EXPORT void oddbGetMaterialIds (OdDbDatabase *pDb, OdDbObjectIdArray &ids)
 
AVE_EXPORT OdRxIteratorPtr oddbGetMaterials (OdStreamBuf *pStreamBuf)
 

Typedef Documentation

◆ OdAveGraniteMaterialPtr

This template class is a specialization of the OdSmartPtr class for OdAveGraniteMaterial object pointers.

Definition at line 708 of file AveMaterial.h.

◆ OdAveMarbleMaterialPtr

This template class is a specialization of the OdSmartPtr class for OdAveMarbleMaterial object pointers.

Definition at line 827 of file AveMaterial.h.

◆ OdAveMaterialPtr

This template class is a specialization of the OdSmartPtr class for OdAveMaterial object pointers.

Definition at line 43 of file AveMaterial.h.

◆ OdAveWoodMaterialPtr

This template class is a specialization of the OdSmartPtr class for OdAveWoodMaterial object pointers.

Definition at line 991 of file AveMaterial.h.

Function Documentation

◆ oddbGetMaterialIds()

AVE_EXPORT void oddbGetMaterialIds ( OdDbDatabase pDb,
OdDbObjectIdArray ids 
)

◆ oddbGetMaterials() [1/2]

AVE_EXPORT OdRxIteratorPtr oddbGetMaterials ( OdDbDatabase pDb)

Returns an Iterator object that can be used to traverse the OdAveMaterial objects in the specified database or material library.

Parameters
pDb[in] Pointer to the database.
pStreamBuf[in] Pointer to the stream buffer.

◆ oddbGetMaterials() [2/2]

AVE_EXPORT OdRxIteratorPtr oddbGetMaterials ( OdStreamBuf pStreamBuf)