dxf file export from Proceesing
iteration 1
iteration 2
I’ve been experimenting with the generation of 3d objects in Processing and exporting them into a .dxf file. The above is a fully 3d printable form described by 3 functions in Processing (one of them is actually my own function to generate a cube, because it seems more handy than the box(int); one). The forms are exportable into .dxf, so you can import them to any 3d modeler out there and of course, you can 3d print them. You just mustn’t exceed the reasonable size of the .dxf file (which I did obviously).
I haven’t put the algorithms that describe the above forms on the Open Processing yet, because there are no means of interaction with them while the program runs. You actually have to go to the source code and change parameters by hand to generate various iterations. I will share it as soon as I will program some basic interaction.
Filed under: 05 programming, scripting, parametric modeling, processing | Leave a Comment




No Responses Yet to “dxf file export from Proceesing”