Skip to content

qelectrotech/new_dxf2elmt_vadoola_fork

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dxf2elmt

dxf2elmt is CLI program which can convert .dxf files into QElectroTech .elmt files. The program supports both ascii and binary .dxf files.

The goal of this program is to create a fast and accurate conversion tool to be used with QElectroTech.

How to Use

dxf2elmt requires only one input from the user, the input file.

For example:

./dxf2elmt my_file.dxf

The .elmt file will be output into the same directory as the executable. It will retain the name of the .dxf file.

If you wish to forgo creating an .elmt file, you can use the "-v" argument for verbose output. This will output the contents of the .elmt file to stdout without actually creating the file. For example:

./dxf2elmt my_file.dxf -v

Supported Entities

  • Lines
  • Circles
  • Arcs
  • Texts
  • Ellipses
  • Polylines
  • LwPolylines
  • Solids
  • Splines
  • Blocks

To Do

  • Support for the following

    • Remaining 2d entities
  • Better error messages

  • Logging

Compiling

Compiled using Rust (MSRV 1.74.1).

Credits

About

A CLI program to convert .dxf to .elmt

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%