1v.out.dxf(1)                GRASS GIS User's Manual               v.out.dxf(1)
2
3
4

NAME

6       v.out.dxf  - Exports vector map to DXF file format.
7

KEYWORDS

9       vector, export, output, DXF
10

SYNOPSIS

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

DESCRIPTION

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

NOTES

55       DXF files output by AutoCAD have the suffix .dxf
56

REFERENCES

58       AutoCad DXF (from Wikipedia, the free encyclopedia)
59

SEE ALSO

61        v.in.dxf
62
63       Introduction to GRASS vector map processing
64

AUTHORS

66       Charles Ehlschlaeger, U.S. Army Construction Engineering Research Labo‐
67       ratory,
68       wrote original v.out.dxf program in 4/89.
69
70       Update to GRASS 5.7 Radim Blazek, 10/2004
71

SOURCE CODE

73       Available at: v.out.dxf source code (history)
74
75       Accessed: Mon Jun 20 16:47:09 2022
76
77       Main index | Vector index | Topics index | Keywords index  |  Graphical
78       index | Full index
79
80       © 2003-2022 GRASS Development Team, GRASS GIS 8.2.0 Reference Manual
81
82
83
84GRASS 8.2.0                                                       v.out.dxf(1)
Impressum