1EZDXF-DRAW(1) User Commands EZDXF-DRAW(1)
2
3
4
6
8 ezdxf draw [-h] [--formats] [--layout LAYOUT] [--all-layers-visible]
9 [--all-entities-visible] [-o OUT] [--dpi DPI] [--ltype {approximate,ac‐
10 curate}] [FILE]
11
13 POSITIONAL ARGUMENTS
14 FILE DXF file to convert
15
16 OPTIONAL ARGUMENTS
17 -h, --help
18 show a help message and exit
19
20 --formats
21 show all supported export formats and exit
22
23 --layout LAYOUT
24 select the layout to draw
25
26 --all-layers-visible
27 draw all layers including the ones marked as invisible
28
29 --all-layers-visible
30 draw all entities including the ones marked as invisible (some
31 entities are individually marked as invisible even if the layer
32 is visible)
33
34 -o OUT, --out OUT
35 output filename for export
36
37 --dpi DPI
38 target render resolution, default is 300
39
40 --ltype {approximate,accurate}
41 select the line type rendering method, default is approximate.
42 Approximate uses the closest approximation available to the
43 backend, the accurate method renders as accurately as possible
44 but this approach is slower.
45
47 See ezdxf(1).
48
50 See ezdxf(1).
51
53 ezdxf(1)
54
55 ezdxf-pp(1), ezdxf-audit(1), ezdxf-view(1), ezdxf-browse(1),
56 ezdxf-strip(1), ezdxf-config(1), ezdxf-info(1)
57
58
59
60 January 2022 EZDXF-DRAW(1)