CFx SDK Documentation
2023 SP0
|
#include <DbGeEdgesDxfIO.h>
Static Public Member Functions | |
static void | outFields (OdDbDxfFiler *pFiler, const OdGeLineSeg2d &object) |
static void | outFields (OdDbDxfFiler *pFiler, const OdGeCircArc2d &object) |
static void | outFields (OdDbDxfFiler *pFiler, const OdGeEllipArc2d &object) |
static void | outFields (OdDbDxfFiler *pFiler, const OdGeNurbCurve2d &object) |
static void | outFields (OdDbDxfFiler *pFiler, const OdGeSegmentChain2d &object) |
static void | inFields (OdDbDxfFiler *pFiler, OdGeLineSeg2d &object) |
static void | inFields (OdDbDxfFiler *pFiler, OdGeCircArc2d &object) |
static void | inFields (OdDbDxfFiler *pFiler, OdGeEllipArc2d &object) |
static void | inFields (OdDbDxfFiler *pFiler, OdGeNurbCurve2d &object) |
static void | inFields (OdDbDxfFiler *pFiler, OdGeSegmentChain2d &object) |
Static Public Attributes | |
static const OdGeLibVersion | OdGeDxfIOVersion |
This class reads information from and writes information to a DXF file.
Corresponding C++ library: TD_Db
<group OdDb_Classes>
Definition at line 47 of file DbGeEdgesDxfIO.h.
|
static |
Reads information from a DXF file.
pFiler | [in] Pointer to the OdDbDxfFiler object. |
object | [in] OdGe object to be read. |
|
static |
Reads information from a DXF file.
pFiler | [in] Pointer to the OdDbDxfFiler object. |
object | [in] OdGe object to be read. |
|
static |
Reads information from a DXF file.
pFiler | [in] Pointer to the OdDbDxfFiler object. |
object | [in] OdGe object to be read. |
|
static |
Reads information from a DXF file.
pFiler | [in] Pointer to the OdDbDxfFiler object. |
object | [in] OdGe object to be read. |
|
static |
Reads information from a DXF file.
pFiler | [in] Pointer to the OdDbDxfFiler object. |
object | [in] OdGe object to be read. |
|
static |
Writes information to a DXF file.
pFiler | [in] Pointer to the OdDbDxfFiler object. |
object | [in] OdGe object to be written. |
|
static |
Writes information to a DXF file.
pFiler | [in] Pointer to the OdDbDxfFiler object. |
object | [in] OdGe object to be written. |
|
static |
Writes information to a DXF file.
pFiler | [in] Pointer to the OdDbDxfFiler object. |
object | [in] OdGe object to be written. |
|
static |
Writes information to a DXF file.
pFiler | [in] Pointer to the OdDbDxfFiler object. |
object | [in] OdGe object to be written. |
|
static |
Writes information to a DXF file.
pFiler | [in] Pointer to the OdDbDxfFiler object. |
object | [in] OdGe object to be written. |
|
static |
Definition at line 395 of file DbGeEdgesDxfIO.h.