THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 11/11/2002 at 09:49, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 8.012
Platform: Windows ;
Language(s) : C++ ;
---------
I want to draw for example a circle in the Draw Method of my ToolPlugin. I am trying to use
bd->SetPen(Vector(200,0,0));
bd->Circle2D(40,40,10);
but that doesn´t seem to work at all. Do I need anything else? (or is there a way to draw a circle with XORLines without using "a thousand" commands to draw?)
Thanks