CFx SDK Documentation  2020SP3
Static Public Member Functions | Static Public Attributes | List of all members
OdDbGeEdgesDwgIO Class Reference

#include <DbGeEdgesDwgIO.h>

Static Public Member Functions

static void outFields (OdDbDwgFiler *pFiler, const OdGeLineSeg2d &object)
 
static void outFields (OdDbDwgFiler *pFiler, const OdGeCircArc2d &object)
 
static void outFields (OdDbDwgFiler *pFiler, const OdGeEllipArc2d &object)
 
static void outFields (OdDbDwgFiler *pFiler, const OdGeNurbCurve2d &object)
 
static void outFields (OdDbDwgFiler *pFiler, const OdGeSegmentChain2d &object)
 
static void inFields (OdDbDwgFiler *pFiler, OdGeLineSeg2d &object)
 
static void inFields (OdDbDwgFiler *pFiler, OdGeCircArc2d &object)
 
static void inFields (OdDbDwgFiler *pFiler, OdGeEllipArc2d &object)
 
static void inFields (OdDbDwgFiler *pFiler, OdGeNurbCurve2d &object)
 
static void inFields (OdDbDwgFiler *pFiler, OdGeSegmentChain2d &object)
 

Static Public Attributes

static const OdGeLibVersion OdGeDwgIOVersion
 

Detailed Description

This class reads information from and writes information to a .dwg file.

Corresponding C++ library: TD_Db

<group OdDb_Classes>

Definition at line 48 of file DbGeEdgesDwgIO.h.

Member Function Documentation

◆ inFields() [1/5]

static void OdDbGeEdgesDwgIO::inFields ( OdDbDwgFiler pFiler,
OdGeCircArc2d object 
)
static

Reads information from a .dwg file.

Parameters
pFiler[in] Pointer to the OdDbDwgFiler object.
object[in] OdGe object to be read.

◆ inFields() [2/5]

static void OdDbGeEdgesDwgIO::inFields ( OdDbDwgFiler pFiler,
OdGeEllipArc2d object 
)
static

Reads information from a .dwg file.

Parameters
pFiler[in] Pointer to the OdDbDwgFiler object.
object[in] OdGe object to be read.

◆ inFields() [3/5]

static void OdDbGeEdgesDwgIO::inFields ( OdDbDwgFiler pFiler,
OdGeLineSeg2d object 
)
static

Reads information from a .dwg file.

Parameters
pFiler[in] Pointer to the OdDbDwgFiler object.
object[in] OdGe object to be read.

◆ inFields() [4/5]

static void OdDbGeEdgesDwgIO::inFields ( OdDbDwgFiler pFiler,
OdGeNurbCurve2d object 
)
static

Reads information from a .dwg file.

Parameters
pFiler[in] Pointer to the OdDbDwgFiler object.
object[in] OdGe object to be read.

◆ inFields() [5/5]

static void OdDbGeEdgesDwgIO::inFields ( OdDbDwgFiler pFiler,
OdGeSegmentChain2d object 
)
static

Reads information from a .dwg file.

Parameters
pFiler[in] Pointer to the OdDbDwgFiler object.
object[in] OdGe object to be read.

◆ outFields() [1/5]

static void OdDbGeEdgesDwgIO::outFields ( OdDbDwgFiler pFiler,
const OdGeCircArc2d object 
)
static

Writes information to a .dwg file.

Parameters
pFiler[in] Pointer to the OdDbDwgFiler object.
object[in] OdGe object to be written.

◆ outFields() [2/5]

static void OdDbGeEdgesDwgIO::outFields ( OdDbDwgFiler pFiler,
const OdGeEllipArc2d object 
)
static

Writes information to a .dwg file.

Parameters
pFiler[in] Pointer to the OdDbDwgFiler object.
object[in] OdGe object to be written.

◆ outFields() [3/5]

static void OdDbGeEdgesDwgIO::outFields ( OdDbDwgFiler pFiler,
const OdGeLineSeg2d object 
)
static

Writes information to a .dwg file.

Parameters
pFiler[in] Pointer to the OdDbDwgFiler object.
object[in] OdGe object to be written.

◆ outFields() [4/5]

static void OdDbGeEdgesDwgIO::outFields ( OdDbDwgFiler pFiler,
const OdGeNurbCurve2d object 
)
static

Writes information to a .dwg file.

Parameters
pFiler[in] Pointer to the OdDbDwgFiler object.
object[in] OdGe object to be written.

◆ outFields() [5/5]

static void OdDbGeEdgesDwgIO::outFields ( OdDbDwgFiler pFiler,
const OdGeSegmentChain2d object 
)
static

Writes information to a .dwg file.

Parameters
pFiler[in] Pointer to the OdDbDwgFiler object.
object[in] OdGe object to be written.

Member Data Documentation

◆ OdGeDwgIOVersion

const OdGeLibVersion OdDbGeEdgesDwgIO::OdGeDwgIOVersion
static

Definition at line 397 of file DbGeEdgesDwgIO.h.


The documentation for this class was generated from the following file: