Exporting DXF problem with arraylist

edited October 2013 in How To...

Hello guys,

I have an arraylist of objects. The objects move in space and leaves trail I want to export the trails as dxf but when i try to export them they only export 1 trail. so i assume only 1 object is being exported. Anyone have this problem or any clue?

Thanks in advance!

Tagged:

Answers

  • It is hard to tell anything, since you don't show code, so we can only guess what you did.

    But in general, trails in Processing are made by leaving the image of objects on the drawing surface. So they are no more concrete than ghosts, so they cannot be exported: the DXF exporter exports objects, indeed, not their image.

    If you want to export everything, you have to actually not to move your objects, but to put an object at each position of this movement.

Sign In or Register to comment.