Skip to content

A small script utilizing ezdxf to convert ascii coordinate files with coding into dxf polylines.

License

Notifications You must be signed in to change notification settings

nikolaipaukkonen/quick_dxf_converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

quick_dxf_converter

A small script utilizing ezdxf to convert ascii coordinate files with coding into dxf polylines. Required format: Line number; x; y; z; code

ascii converter

Initially 11201: begin polyline, 91201 or 81201: end polyline. Everything else will be interpreted as points.

More features to be added later on.

gt file converter

Newer version intended for .gt format files. Use through cli.

dependencies

Requires ezdxf and r12writer to work. Installable through pip etc.

About

A small script utilizing ezdxf to convert ascii coordinate files with coding into dxf polylines.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages