1v.in.dxf(1)                   Grass User's Manual                  v.in.dxf(1)
2
3
4

NAME

6       v.in.dxf  - Converts files in DXF format to GRASS vector map format.
7

KEYWORDS

9       vector, import
10

SYNOPSIS

12       v.in.dxf
13       v.in.dxf help
14       v.in.dxf     [-letbi1f]     input=string      [output=name]       [lay‐
15       ers=string[,string,...]]   [--overwrite]  [--verbose]  [--quiet]
16
17   Flags:
18       -l
19           List available layers and exit
20
21       -e
22           Ignore the map extent of DXF file
23
24       -t
25           Do not create attribute tables
26
27       -b
28           Do not build topology
29
30       -i
31           Invert selection by layers (don't import layers in list)
32
33       -1
34           Import all objects into one layer
35
36       -f
37           Import polyface meshes as 3D wire frame
38
39       --overwrite
40           Allow output files to overwrite existing files
41
42       --verbose
43           Verbose module output
44
45       --quiet
46           Quiet module output
47
48   Parameters:
49       input=string
50           DXF input file
51
52       output=name
53           Name for output vector map
54
55       layers=string[,string,...]
56           List of layers to import
57

DESCRIPTION

59       Standard DXF is imported. The  following  graphical  objects  are  sup‐
60       ported:
61
62                     GRASS point type:
63
64                            DXF POINT
65              GRASS line type:
66
67                            DXF LINE
68
69                            DXF POLYLINE
70
71                            DXF LWPOLYLINE
72
73                            DXF ARC
74
75                            DXF CIRCLE
76
77                            DXF TEXT
78              GRASS face type:
79
80                            DXF POLYFACE MESHES
81
82                            DXF 3DFACE
83       Capital  column names are changed to lowercase characters as for easier
84       SQL usage (lowercase column names avoid the need to quote them  if  the
85       attribute table is stored in a SQL DBMS such as PostgreSQL).
86

REFERENCES

88       AutoCad DXF (from Wikipedia, the free encyclopedia)
89

SEE ALSO

91       v.out.dxf, Introduction to GRASS vector map processing
92

AUTHORS

94       Original written by Chuck Ehlschlaeger, 6/1989
95       Revised by Dave Gerdes, 12/1989
96       US Army Construction Engineering Research Lab
97
98       Updated for GRASS 6 and 3D support. Huidae Cho, 3/2006
99
100       Last changed: $Date: 2007-03-09 13:42:21 +0100 (Fri, 09 Mar 2007) $
101
102       Full index
103
104       © 2003-2008 GRASS Development Team
105
106
107
108GRASS 6.3.0                                                        v.in.dxf(1)
Impressum