기술도면 페이지 DXF로 내보내기 |
Menu location |
---|
기술도면 → 페이지 → 페이지를 DXF로 내보내기 |
Workbenches |
기술도면 작업대 |
Default shortcut |
None |
Introduced in version |
0.18 |
See also |
기술도면 페이지 SVG로 내보내기, Draft DXF |
페이지를 DXF로 내보내기 도구는 도면 페이지를 DXF 파일로 저장합니다.
Import::ImpExpDxfWrite
class of the Import Module.true
, splines and ellipses are converted to polylines; if false
, splines and ellipses are written as splines and ellipses objects. The default is false
. If the DxfVersionOut parameter is 12, splines and ellipses are always converted to polylines.See also: Autogenerated API documentation and FreeCAD Scripting Basics.
The SaveDXF tool can be used in macros and from the Python console by using the following functions:
TechDraw.writeDXFPage(page,filename)