CFx SDK Documentation
2023 SP0
|
#include "TD_PackPush.h"
#include "DbObject.h"
#include "Ge/GePoint3d.h"
#include "Ge/GeLine3d.h"
#include "Ge/GePlane.h"
#include "CmColor.h"
#include "IntArray.h"
#include "DbDatabase.h"
#include "DbSubentId.h"
#include "GsMarkerArray.h"
#include "DbGrip.h"
#include "OdaDefs.h"
#include "TD_PackPop.h"
Go to the source code of this file.
Classes | |
class | OdDbEntity |
Namespaces | |
OdDb | |
Macros | |
#define | _ODDBENTITY_INCLUDED_ /* { Secret} */ |
Typedefs | |
typedef OdSmartPtr< OdDbEntity > | OdDbEntityPtr |
typedef OdArray< OdDbEntityPtr > | OdDbEntityPtrArray |
Enumerations | |
enum | OdDb::EntSaveAsType { OdDb::kNoSave = 0 , OdDb::kSaveAsR12 , OdDb::kSaveAsR13 , OdDb::kSaveAsR14 } |
enum | OdDb::Planarity { OdDb::kNonPlanar = 0 , OdDb::kPlanar = 1 , OdDb::kLinear = 2 } |
#define _ODDBENTITY_INCLUDED_ /* { Secret} */ |
Definition at line 25 of file DbEntity.h.
typedef OdSmartPtr<OdDbEntity> OdDbEntityPtr |
This template class is a specialization of the OdSmartPtr class for OdDbEntity pointers.
Definition at line 51 of file DbEntity.h.
typedef OdArray<OdDbEntityPtr> OdDbEntityPtrArray |
This template class is a specialization of the OdArray class for OdDbEntity object SmartPointers.
Definition at line 56 of file DbEntity.h.