v.in.dxf(1) - Linux man page
Name
v.in.dxf - Converts files in DXF format to GRASS vector map format.Keywords
vector, importSynopsis
v.in.dxf help
v.in.dxf [-letbi1f] input=string [output=name] [layers=string[,string,...]] [--overwrite] [--verbose] [--quiet]
Flags:
- -l
List available layers and exit- -e
Ignore the map extent of DXF file- -t
Do not create attribute tables- -b
Do not build topology- -i
Invert selection by layers (don't import layers in list)- -1
Import all objects into one layer- -f
Import polyface meshes as 3D wire frame- --overwrite
Allow output files to overwrite existing files- --verbose
Verbose module output- --quiet
Quiet module output
Parameters:
- input=string
DXF input file- output=name
Name for output vector map- layers=string[,string,...]
List of layers to import
Description
Standard DXF is imported. The following graphical objects are supported:GRASS line type:
- GRASS point type:
- DXF POINT
GRASS face type:
- DXF LINE
- DXF POLYLINE
- DXF LWPOLYLINE
- DXF ARC
- DXF CIRCLE
- DXF TEXT
Capital column names are changed to lowercase characters as for easier SQL usage (lowercase column names avoid the need to quote them if the attribute table is stored in a SQL DBMS such as PostgreSQL).
- DXF POLYFACE MESHES
- DXF 3DFACE
References
AutoCad DXF (from Wikipedia, the free encyclopedia)See Also
v.out.dxf, Introduction to GRASS vector map processingAuthors
Original written by Chuck Ehlschlaeger, 6/1989Revised by Dave Gerdes, 12/1989
US Army Construction Engineering Research Lab
Updated for GRASS 6 and 3D support. Huidae Cho, 3/2006
Last changed: $Date: 2007-03-09 13:42:21 +0100 (Fri, 09 Mar 2007) $
Full index
© 2003-2008 GRASS Development Team
