table of contents
DWGWRITE(1) | User Commands | DWGWRITE(1) |
NAME¶
dwgwrite - manual page for dwgwrite 0.13.3
SYNOPSIS¶
dwgwrite [OPTION]... [-o DWGFILE] INFILE
DESCRIPTION¶
Writes a DWG file from various input formats. Only r2000 for now.
- -v[0-9], --verbose [0-9]
- verbosity
- --as rNNNN
- save as version
- Valid versions:
- r1.1, r1.2, r1.3, r1.4, r2.0, r2.10, r2.21, r2.22, r2.4,
- r2.5, r2.6, r9, r10, r11, r13, r14, r2000 (default)
- Planned versions:
- r2004-r2021
- -I fmt, --format fmt
- DXF, DXFB, JSON
- Planned input formats: GeoJSON, YAML, XML/OGR, GPX
-o dwgfile, --file
- -y, --overwrite
- overwrite existing files
- --help
- display this help and exit
- --version
- output version information and exit
GNU LibreDWG online manual: <https://www.gnu.org/software/libredwg/>
SEE ALSO¶
The full documentation for dwgwrite is maintained as a Texinfo manual. If the info and dwgwrite programs are properly installed at your site, the command
- info LibreDWG
should give you access to the complete manual.
February 2024 | dwgwrite 0.13.3 |