CFx SDK Documentation
2023 SP0
|
#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 |
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.
|
static |
Reads information from a .dwg file.
pFiler | [in] Pointer to the OdDbDwgFiler object. |
object | [in] OdGe object to be read. |
|
static |
Reads information from a .dwg file.
pFiler | [in] Pointer to the OdDbDwgFiler object. |
object | [in] OdGe object to be read. |
|
static |
Reads information from a .dwg file.
pFiler | [in] Pointer to the OdDbDwgFiler object. |
object | [in] OdGe object to be read. |
|
static |
Reads information from a .dwg file.
pFiler | [in] Pointer to the OdDbDwgFiler object. |
object | [in] OdGe object to be read. |
|
static |
Reads information from a .dwg file.
pFiler | [in] Pointer to the OdDbDwgFiler object. |
object | [in] OdGe object to be read. |
|
static |
Writes information to a .dwg file.
pFiler | [in] Pointer to the OdDbDwgFiler object. |
object | [in] OdGe object to be written. |
|
static |
Writes information to a .dwg file.
pFiler | [in] Pointer to the OdDbDwgFiler object. |
object | [in] OdGe object to be written. |
|
static |
Writes information to a .dwg file.
pFiler | [in] Pointer to the OdDbDwgFiler object. |
object | [in] OdGe object to be written. |
|
static |
Writes information to a .dwg file.
pFiler | [in] Pointer to the OdDbDwgFiler object. |
object | [in] OdGe object to be written. |
|
static |
Writes information to a .dwg file.
pFiler | [in] Pointer to the OdDbDwgFiler object. |
object | [in] OdGe object to be written. |
|
static |
Definition at line 397 of file DbGeEdgesDwgIO.h.