Loading...
Logo
Processing Forum
I am beginner with Processing. I want to build a program which turns any CAD drawing into a hand sketch. How can i insert a .dwg or .dxf file into Processing?

And the second question: How can i interfere the specialites (to change the lengthes, widthes, smoothness) of the polylines on the dwg file which I inserted into Processing?


Replies(1)

I suggest to convert your cad file to another format and import then.

If you look here by import / export then you might see some libraries that will suit your needs.