CFx SDK Documentation  2023 SP0
Static Public Member Functions | List of all members
OdGeDwgIO Class Reference

#include <GeDwgIO.h>

Static Public Member Functions

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

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 43 of file GeDwgIO.h.

Member Function Documentation

◆ inFields() [1/6]

static OdResult OdGeDwgIO::inFields ( OdDbDwgFiler pFiler,
OdGeCircArc3d 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/6]

static OdResult OdGeDwgIO::inFields ( OdDbDwgFiler pFiler,
OdGeCompositeCurve3d 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/6]

static OdResult OdGeDwgIO::inFields ( OdDbDwgFiler pFiler,
OdGeEllipArc3d 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/6]

static OdResult OdGeDwgIO::inFields ( OdDbDwgFiler pFiler,
OdGeLine3d 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/6]

static OdResult OdGeDwgIO::inFields ( OdDbDwgFiler pFiler,
OdGeLineSeg3d object 
)
static

Reads information from a .dwg file.

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

◆ inFields() [6/6]

static OdResult OdGeDwgIO::inFields ( OdDbDwgFiler pFiler,
OdGeNurbCurve3d 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/6]

static void OdGeDwgIO::outFields ( OdDbDwgFiler pFiler,
const OdGeCircArc3d 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/6]

static void OdGeDwgIO::outFields ( OdDbDwgFiler pFiler,
const OdGeCompositeCurve3d 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/6]

static void OdGeDwgIO::outFields ( OdDbDwgFiler pFiler,
const OdGeEllipArc3d 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/6]

static void OdGeDwgIO::outFields ( OdDbDwgFiler pFiler,
const OdGeLine3d 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/6]

static void OdGeDwgIO::outFields ( OdDbDwgFiler pFiler,
const OdGeLineSeg3d object 
)
static

Writes information to a .dwg file.

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

◆ outFields() [6/6]

static void OdGeDwgIO::outFields ( OdDbDwgFiler pFiler,
const OdGeNurbCurve3d object 
)
static

Writes information to a .dwg file.

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

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