The user guide says "OpenSCAD like functions support the fn parameter, which is the numer of segments to approximate a sphere (default 32, total polygons per sphere fn*fn)."
I really doubt that this is consistently being followed in the function parameters. A few test cases should be created to verify.
The user guide says "OpenSCAD like functions support the fn parameter, which is the numer of segments to approximate a sphere (default 32, total polygons per sphere fn*fn)."
I really doubt that this is consistently being followed in the function parameters. A few test cases should be created to verify.
Here's an example from the user guide.
cylinder({start: [0,0,0], end: [0,0,10], r1: 1, r2: 2, fn: 50});