1EZDXF-DRAW(1) User Commands EZDXF-DRAW(1)
2
3
4
6
8 ezdxf draw [-h] [--formats] [-l LAYOUT] [--all-layers-visible]
9 [--all-entities-visible] [-o OUT] [--dpi DPI] [-v] [FILE]
10
12 POSITIONAL ARGUMENTS
13 FILE DXF file to view or convert
14
15 OPTIONAL ARGUMENTS
16 -h, --help
17 show a help message and exit
18
19 --formats
20 show all supported export formats and exit
21
22 -l LAYOUT, --layout LAYOUT
23 select the layout to draw, default is “Model”
24
25 --all-layers-visible
26 draw all layers including the ones marked as invisible
27
28 --all-layers-visible
29 draw all entities including the ones marked as invisible (some
30 entities are individually marked as invisible even if the layer
31 is visible)
32
33 -o OUT, --out OUT
34 output filename for export
35
36 --dpi DPI
37 target render resolution, default is 300
38
39 -v, --verbose
40 give more output
41
43 See ezdxf(1).
44
46 See ezdxf(1).
47
49 Convert the DXF file “gear.dxf” into a SVG file by the Matplotlib back‐
50 end:
51
52 $ ezdxf draw -o gear.svg gear.dxf
53
54 Show all output formats supported by the Matplotlib backend on your
55 system. This output may vary:
56
57 $ ezdxf draw --formats
58
59 eps: Encapsulated Postscript
60 jpg: Joint Photographic Experts Group
61 jpeg: Joint Photographic Experts Group
62 pdf: Portable Document Format
63 pgf: PGF code for LaTeX
64 png: Portable Network Graphics
65 ps: Postscript
66 raw: Raw RGBA bitmap
67 rgba: Raw RGBA bitmap
68 svg: Scalable Vector Graphics
69 svgz: Scalable Vector Graphics
70 tif: Tagged Image File Format
71 tiff: Tagged Image File Format
72
74 ezdxf(1)
75
76 ezdxf-pp(1), ezdxf-audit(1), ezdxf-view(1), ezdxf-pillow(1),
77 ezdxf-browse(1), ezdxf-browse-acis(1), ezdxf-strip(1), ezdxf-config(1),
78 ezdxf-info(1)
79
80
81
82 September 2022 EZDXF-DRAW(1)