CFx SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
Classes | Macros | Typedefs | Variables
DbMPolygon.h File Reference
#include "DbHatch.h"

Go to the source code of this file.

Classes

class  OdDbMPolygon
 
class  OdDbMPolygonNode
 

Macros

#define MPOLYGON_EXPORT   OD_TOOLKIT_IMPORT
 

Typedefs

typedef OdArray< OdDbMPolygonCrossing, OdPlainObjectsAllocator< OdDbMPolygonCrossing > > OdDbMPolygonCrossingArray
 
typedef OdArray< OdGePoint2dArrayOdGePoint2dArrayArray
 
typedef OdSmartPtr< OdDbMPolygonOdDbMPolygonPtr
 

Variables

const double OdDbMPolygonCrossingFuzz = 1E-6
 

Macro Definition Documentation

◆ MPOLYGON_EXPORT

#define MPOLYGON_EXPORT   OD_TOOLKIT_IMPORT

Definition at line 43 of file DbMPolygon.h.

Typedef Documentation

◆ OdDbMPolygonCrossingArray

typedef OdArray<OdDbMPolygonCrossing,OdPlainObjectsAllocator<OdDbMPolygonCrossing> > OdDbMPolygonCrossingArray

Definition at line 34 of file DbMPolygon.h.

◆ OdDbMPolygonPtr

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

Definition at line 965 of file DbMPolygon.h.

◆ OdGePoint2dArrayArray

Definition at line 35 of file DbMPolygon.h.

Variable Documentation

◆ OdDbMPolygonCrossingFuzz

const double OdDbMPolygonCrossingFuzz = 1E-6

Definition at line 38 of file DbMPolygon.h.