1v.out.dxf(1) Grass User's Manual v.out.dxf(1)
2
3
4
6 v.out.dxf - Exports vector map to DXF file format.
7
9 vector, export, output, DXF
10
12 v.out.dxf
13 v.out.dxf --help
14 v.out.dxf input=name [layer=string] output=name [--overwrite]
15 [--help] [--verbose] [--quiet] [--ui]
16
17 Flags:
18 --overwrite
19 Allow output files to overwrite existing files
20
21 --help
22 Print usage summary
23
24 --verbose
25 Verbose module output
26
27 --quiet
28 Quiet module output
29
30 --ui
31 Force launching GUI dialog
32
33 Parameters:
34 input=name [required]
35 Name of input vector map
36 Or data source for direct OGR access
37
38 layer=string
39 Layer number or name (’-1’ for all layers)
40 A single vector map can be connected to multiple database tables.
41 This number determines which table to use. When used with direct
42 OGR access this is the layer name.
43 Default: -1
44
45 output=name [required]
46 Name for DXF output file
47
49 The GRASS program v.out.dxf conversion program generates an ASCII DXF
50 (AutoCAD) file from a GRASS vector. The output file is placed in the
51 user’s current working directory unless the user specifies a full path‐
52 name for the output.
53
55 DXF files output by AutoCAD have the suffix .dxf
56
58 AutoCad DXF (from Wikipedia, the free encyclopedia)
59
61 v.in.dxf, Introduction to GRASS vector map processing
62
64 Charles Ehlschlaeger, U.S. Army Construction Engineering Research Labo‐
65 ratory,
66 wrote original v.out.dxf program in 4/89.
67
68 Update to GRASS 5.7 Radim Blazek, 10/2004
69
71 Available at: v.out.dxf source code (history)
72
73 Main index | Vector index | Topics index | Keywords index | Graphical
74 index | Full index
75
76 © 2003-2019 GRASS Development Team, GRASS GIS 7.8.2 Reference Manual
77
78
79
80GRASS 7.8.2 v.out.dxf(1)