CFx SDK Documentation
2023 SP0
|
#include "TD_PackPush.h"
#include "DbEntity.h"
#include "DbObjectIterator.h"
#include "DbPolygonMeshVertex.h"
#include "TD_PackPop.h"
Go to the source code of this file.
Classes | |
class | OdDbPolygonMesh |
Namespaces | |
OdDb | |
Typedefs | |
typedef OdSmartPtr< OdDbPolygonMeshVertex > | OdDbPolygonMeshVertexPtr |
typedef OdSmartPtr< OdDbSequenceEnd > | OdDbSequenceEndPtr |
typedef OdSmartPtr< OdDbPolygonMesh > | OdDbPolygonMeshPtr |
Enumerations | |
enum | OdDb::PolyMeshType { OdDb::kSimpleMesh = 0 , OdDb::kQuadSurfaceMesh = 5 , OdDb::kCubicSurfaceMesh = 6 , OdDb::kBezierSurfaceMesh = 8 } |
typedef OdSmartPtr<OdDbPolygonMesh> OdDbPolygonMeshPtr |
This template class is a specialization of the OdSmartPtr class for OdDbPolygonMesh object pointers.
Definition at line 391 of file DbPolygonMesh.h.
Definition at line 37 of file DbPolygonMesh.h.
typedef OdSmartPtr<OdDbSequenceEnd> OdDbSequenceEndPtr |
Definition at line 38 of file DbPolygonMesh.h.