n=nofrd(r,[d,w])
r : | radius of a circle, cylinder etc. | |
d : | slot size or maximum roughness; default is 0.025 | |
w : | optional angle; default is 2*pi |
n : | minimum number of edges for a given radius; returns d for r<0 |
Generating a Cylinder with a maximum error of 0.01 between thereal radius and the smallest radius between the polygons
[NVL,NFL]=VLFLcylinder (Z, R, nofrd(R, 0.01 ), 1);