CFx SDK Documentation  2022 SP0
Static Public Member Functions | List of all members
OdGeDxfIO Class Reference

#include <GeDxfIO.h>

Static Public Member Functions

static void outFields (OdDbDxfFiler *pFiler, const OdGeLine3d &object)
 
static void outFields (OdDbDxfFiler *pFiler, const OdGeLineSeg3d &object)
 
static void outFields (OdDbDxfFiler *pFiler, const OdGeCircArc3d &object)
 
static void outFields (OdDbDxfFiler *pFiler, const OdGeEllipArc3d &object)
 
static void outFields (OdDbDxfFiler *pFiler, const OdGeNurbCurve3d &object)
 
static void outFields (OdDbDxfFiler *pFiler, const OdGeCompositeCurve3d &object)
 
static OdResult inFields (OdDbDxfFiler *pFiler, OdGeLine3d &object)
 
static OdResult inFields (OdDbDxfFiler *pFiler, OdGeLineSeg3d &object)
 
static OdResult inFields (OdDbDxfFiler *pFiler, OdGeCircArc3d &object)
 
static OdResult inFields (OdDbDxfFiler *pFiler, OdGeEllipArc3d &object)
 
static OdResult inFields (OdDbDxfFiler *pFiler, OdGeNurbCurve3d &object)
 
static OdResult inFields (OdDbDxfFiler *pFiler, OdGeCompositeCurve3d &object)
 

Detailed Description

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

Corresponding C++ library: TD_Db

<group OdDb_Classes>

Definition at line 43 of file GeDxfIO.h.

Member Function Documentation

◆ inFields() [1/6]

static OdResult OdGeDxfIO::inFields ( OdDbDxfFiler pFiler,
OdGeCircArc3d object 
)
static

Reads information from a DXF file.

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

◆ inFields() [2/6]

static OdResult OdGeDxfIO::inFields ( OdDbDxfFiler pFiler,
OdGeCompositeCurve3d object 
)
static

Reads information from a DXF file.

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

◆ inFields() [3/6]

static OdResult OdGeDxfIO::inFields ( OdDbDxfFiler pFiler,
OdGeEllipArc3d object 
)
static

Reads information from a DXF file.

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

◆ inFields() [4/6]

static OdResult OdGeDxfIO::inFields ( OdDbDxfFiler pFiler,
OdGeLine3d object 
)
static

Reads information from a DXF file.

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

◆ inFields() [5/6]

static OdResult OdGeDxfIO::inFields ( OdDbDxfFiler pFiler,
OdGeLineSeg3d object 
)
static

Reads information from a DXF file.

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

◆ inFields() [6/6]

static OdResult OdGeDxfIO::inFields ( OdDbDxfFiler pFiler,
OdGeNurbCurve3d object 
)
static

Reads information from a DXF file.

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

◆ outFields() [1/6]

static void OdGeDxfIO::outFields ( OdDbDxfFiler pFiler,
const OdGeCircArc3d object 
)
static

Writes information to a DXF file.

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

◆ outFields() [2/6]

static void OdGeDxfIO::outFields ( OdDbDxfFiler pFiler,
const OdGeCompositeCurve3d object 
)
static

Writes information to a DXF file.

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

◆ outFields() [3/6]

static void OdGeDxfIO::outFields ( OdDbDxfFiler pFiler,
const OdGeEllipArc3d object 
)
static

Writes information to a DXF file.

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

◆ outFields() [4/6]

static void OdGeDxfIO::outFields ( OdDbDxfFiler pFiler,
const OdGeLine3d object 
)
static

Writes information to a DXF file.

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

◆ outFields() [5/6]

static void OdGeDxfIO::outFields ( OdDbDxfFiler pFiler,
const OdGeLineSeg3d object 
)
static

Writes information to a DXF file.

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

◆ outFields() [6/6]

static void OdGeDxfIO::outFields ( OdDbDxfFiler pFiler,
const OdGeNurbCurve3d object 
)
static

Writes information to a DXF file.

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

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