Home

Awesome

vpype-dxf

vpype dxf loading plugin

Adds command dread (dxf-read) that reads dxf files and into the vpype pipeline.

See: https://github.com/abey79/vpype for vpype.

ezdxf

Ezdxf is used as the backend of this project. The -Q/--query feed directly into the query field of the ezdxf query(), and the -g/--groupby option is directly in the groupby value. This will allow you to use any valid ezdxf properties to groupby. The defaults are * for query and color for groupby.

Examples

See the ezdxf documentation on query for advanced help.

https://ezdxf.readthedocs.io/en/stable/query.html

Acknowledgement