We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexProgramming Questions & HelpOther Libraries › DXF Output problems
Page Index Toggle Pages: 1
DXF Output problems (Read 691 times)
DXF Output problems
Oct 15th, 2009, 9:08am
 
Hi!  I am attempting to write an image processing applet which will eventually lead to an outputted .dxf file.  Unfortunately, I cannot get the beginRaw()/endRaw() commands to work properly.  An error always occurs which states: beginRaw()/endRaw() is not available with this renderer.  Has anybody had this problem/know how to remedy it?  Thanks a bunch!!
Re: DXF Output problems
Reply #1 - Oct 16th, 2009, 6:39am
 
You should at least show us the relevant parts of code (without the drawing part, if too big).
I just tried the example given in the reference and it works for me.
Page Index Toggle Pages: 1