기술도면 페이지를 DXF로 내보내기
Appearance
|
기술도면 페이지 DXF로 내보내기 |
| Menu location |
|---|
| 기술도면 → 페이지 → 페이지를 DXF로 내보내기 |
| Workbenches |
| 기술도면 작업대 |
| Default shortcut |
| None |
| Introduced in version |
| 0.18 |
| See also |
| 기술도면 페이지 SVG로 내보내기, Draft DXF |
설명
페이지를 DXF로 내보내기 도구는 도면 페이지를 DXF 파일로 저장합니다.
용법
- If there are multiple drawing pages in the document: optionally activate the desired page by selecting it in the Tree View.
- There are several ways to invoke the tool:
- Press the
Export Page as DXF button.
- Select the TechDraw → Page →
Export Page as DXF option from the menu.
- If a page is displayed in the Main View Area: right-click the page's window and select the Export DXF option from the context menu.
- Press the
- If there are multiple drawing pages in the document and you have not yet activated a page, the Page Chooser dialog box opens:
- Select the desired page.
- Press the OK button.
- The Save DXF file dialog box opens.
- Select a location and file name.
Limitations
- Radial and Diameter dimensions will only export properly if they are "inside" the arc.
- Scaling is not supported. The DXF will be drawn in the actual size of the TechDraw page.
- Units are not supported. The DXF will be drawn in millimeters (mm). Dimension text will be shown exactly as displayed in TechDraw.
- TechDraw can't export a Draft View or a BIM View to DXF. These views are SVG elements generated internally by the Draft Workbench, so there is no geometrical shape to export. To export a view as DXF, it must have been created with New View or Projection Group. For example, select an Arch SectionPlane, then use Draft Shape2DView to create a flat projection shape, and then use New View on this object. Alternatively, select the objects from the Tree View or the 3D View, and export to DXF using File → Export.
- The title block of a page is an SVG template as well, so it will not be exported to DXF either.
- In general, TechDraw can only export to DXF those elements that are supported by the
Import::ImpExpDxfWriteclass of the Import Module.
Notes
- This function exports the R12 (AC1009) and R14 (AC1014) versions of DXF.
- R12 is an older, simpler version of the standard, but should be readable by most other software.
- R14 is the default version. It includes support for splines and ellipses among other things.
- These parameters affect the output:
- Tools → Edit Parameters → BaseApp/Preferences/Mod/Import → DxfVersionOut. This is an integer value. Valid entries are 12 or 14. The default is 14.
- Tools → Edit Parameters → BaseApp/Preferences/Mod/Import → DiscretizeEllipses. This is a boolean value. If
true, splines and ellipses are converted to polylines; iffalse, splines and ellipses are written as splines and ellipses objects. The default isfalse. If the DxfVersionOut parameter is 12, splines and ellipses are always converted to polylines. - Tools → Edit Parameters → BaseApp/Preferences/Mod/Import → maxsegmentlength. This is a float value. If splines and ellipses are converted to polylines this parameter determines the segment length.
Scripting
See also: Autogenerated API documentation and FreeCAD Scripting Basics.
The ExportPageDXF tool can be used in macros and from the Python Console by using the following functions:
TechDraw.writeDXFPage(page,filename)
- Page: New Page, New Page From Template, Update Template Fields, Redraw Page, Print All Pages, Export Page as SVG, Export Page as DXF
- TechDraw Views: New View, Broken View, Section View, Complex Section View, Detail View, Projection Group, Clip Group, Insert SVG, Bitmap Image, Share View, Project Shape
- Views From Other Workbenches: Active View, Draft View, BIM View, Spreadsheet View
- Dimensions: Dimension, Length Dimension, Horizontal Length Dimension, Vertical Length Dimension, Radius Dimension, Diameter Dimension, Angle Dimension, Angle Dimension From 3 Points, Area Annotation, Horizontal Extent Dimension, Vertical Extent Dimension, Repair Dimension References
- Hatching: Image Hatch, Geometric Hatch
- Symbols: Weld Symbol, Surface Finish Symbol, Hole/Shaft Fit
- Stacking: Stack Top, Stack Bottom, Stack Up, Stack Down
- Attributes/Modifications: Select Line Attributes, Cascade Spacing and Delta Distance, Change Line Attributes, Extend Line, Shorten Line, Toggle View Lock, Position Section View, Align Horizontal Chain Dimensions, Align Vertical Chain Dimensions, Align Oblique Chain Dimensions, Cascade Horizontal Dimensions, Cascade Vertical Dimensions, Cascade Oblique Dimensions, Area Annotation, Arc Length Annotation, Customize Format Label
- Centerlines/Threading: Circle Centerlines, Bolt Circle Centerlines, Cosmetic Thread Hole Side View, Cosmetic Thread Hole Bottom View, Cosmetic Thread Bolt Side View, Cosmetic Thread Bolt Bottom View, Cosmetic Intersection Vertices, Offset Vertex, Cosmetic 1 Point Circle, Cosmetic 2 Point Circle, Cosmetic 3 Point Circle, Cosmetic Arc, Cosmetic Parallel Line, Cosmetic Perpendicular Line
- Format/Organize Dimensions Horizontal Chain Dimension, Vertical Chain Dimension, Oblique Chain Dimension, Horizontal Coordinate Dimension, Vertical Coordinate Dimension, Oblique Coordinate Dimension, Horizontal Chamfer Dimension, Vertical Chamfer Dimension, Arc Length Dimension, Insert '⌀' Prefix, Insert '□' Prefix, Insert 'n×' Prefix, Remove Prefix, Increase Decimal Places, Decrease Decimal Places
- Annotations: Text Annotation, Rich Text Annotation, Balloon Annotation, Axonometric Length Dimension
- Add Lines: Leader Line, Centerline on Face, Centerline Between 2 Lines, Centerline Between 2 Points, Cosmetic Line Through 2 points, Edit Line Appearance, Toggle Edge Visibility
- Add Vertices: Cosmetic Vertex, Midpoint Vertices, Quadrant Vertices
- Miscellaneous: Remove Cosmetic Object
- Additional: Line Groups, Templates, Hatching, Geometric dimensioning and tolerancing, Preferences
- Getting started
- Installation: Download, Windows, Linux, Mac, Additional components, Docker, AppImage, Ubuntu Snap
- Basics: About FreeCAD, Interface, Mouse navigation, Selection methods, Object name, Preferences, Workbenches, Document structure, Properties, Help FreeCAD, Donate
- Help: Tutorials, Video tutorials
- Workbenches: Std Base, Assembly, BIM, CAM, Draft, FEM, Inspection, Material, Mesh, OpenSCAD, Part, PartDesign, Points, Reverse Engineering, Robot, Sketcher, Spreadsheet, Surface, TechDraw, Test Framework
- Hubs: User hub, Power users hub, Developer hub