logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Authors

       Charles Ehlschlaeger, U.S. Army Construction Engineering Research Laboratory,
       wrote original v.out.dxf program in 4/89.

       Update to GRASS 5.7 Radim Blazek, 10/2004

Description

       The GRASS program v.out.dxf conversion program generates an ASCII DXF (AutoCAD) file from a GRASS vector.
       The  output  file  is  placed  in  the  user’s current working directory unless the user specifies a full
       pathname for the output.

Keywords

       vector, export, output, DXF

Name

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

Notes

       DXF files output by AutoCAD have the suffix .dxf

References

       AutoCad DXF (from Wikipedia, the free encyclopedia)

See Also

v.in.dxfIntroductiontoGRASSvectormapprocessing

Source Code

       Available at: v.out.dxf source code (history)

       Accessed: Friday Apr 04 01:20:28 2025

       Main index | Vector index | Topics index | Keywords index | Graphical index | Full index

       © 2003-2025 GRASS Development Team, GRASS GIS 8.4.1 Reference Manual

GRASS 8.4.1                                                                                    v.out.dxf(1grass)

Synopsis

v.out.dxfv.out.dxf--helpv.out.dxfinput=name   [layer=string]   output=name   [--overwrite]   [--help]   [--verbose]   [--quiet]
       [--ui]

   Flags:--overwrite
           Allow output files to overwrite existing files

       --help
           Print usage summary

       --verbose
           Verbose module output

       --quiet
           Quiet module output

       --ui
           Force launching GUI dialog

   Parameters:input=name[required]
           Name of input vector map
           Or data source for direct OGR access

       layer=string
           Layer number or name (’-1’ for all layers)
           A single vector map can be connected to multiple database tables. This number determines which  table
           to use. When used with direct OGR access this is the layer name.
           Default: -1output=name[required]
           Name for DXF output file

See Also