CFx SDK Documentation 2024 SP0
|
#include "TD_PackPush.h"
#include "DbCurve.h"
#include "DbObjectIterator.h"
#include "DwgDeclareMembers.h"
#include "TD_PackPop.h"
Go to the source code of this file.
Classes | |
class | OdDb3dPolyline |
Namespaces | |
namespace | OdDb |
Typedefs | |
typedef OdSmartPtr< OdDb3dPolylineVertex > | OdDb3dPolylineVertexPtr |
typedef OdSmartPtr< OdDbSequenceEnd > | OdDbSequenceEndPtr |
typedef OdSmartPtr< OdDb3dPolyline > | OdDb3dPolylinePtr |
Enumerations | |
enum | OdDb::Poly3dType { OdDb::k3dSimplePoly = 0 , OdDb::k3dQuadSplinePoly = 1 , OdDb::k3dCubicSplinePoly = 2 } |
typedef OdSmartPtr<OdDb3dPolyline> OdDb3dPolylinePtr |
This template class is a specialization of the OdSmartPtr class for OdDb3dPolyline object pointers.
Definition at line 394 of file Db3dPolyline.h.
This template class is a specialization of the OdSmartPtr class for OdDb3dPolylineVertex object pointers.
Definition at line 42 of file Db3dPolyline.h.
typedef OdSmartPtr<OdDbSequenceEnd> OdDbSequenceEndPtr |
This template class is a specialization of the OdSmartPtr class for OdDbSequenceEnd object pointers.
Definition at line 46 of file Db3dPolyline.h.