1. NodeBox 1
    1. Homepage
    2. NodeBox 3Node-based app for generative design and data visualization
    3. NodeBox OpenGLHardware-accelerated cross-platform graphics library
    4. NodeBox 1Generate 2D visuals using Python code (Mac OS X only)
  2. Gallery
  3. Documentation
  4. Forum
  5. Blog

Some Codes don't working....

Posted by anonymous on May 15, 2007



Autoclosepath(close=False) work like upload image.
And Other codes don't work correct...
I was re-download and reinstall... but Same Problems are occur.
Have you default setting script?

I have MacBookPro (Mac OS X 10.4.9)
Thanks...


 
Posted by anonymous on May 15, 2007

I'm sillabub...



Posted by Mark M on May 16, 2007

sillabub,

Although you have stopped the path from closing it will still be filled by default. Try adding a stroke and nofill command such as:

autoclosepath(close=False)
beginpath(100, 100)
curveto(150, 100, 200, 200, 50, 400)
stroke(0)
nofill()
endpath()



Posted by anonymous on May 16, 2007

Ok... Thanks...