64 : ($fn > 0.0) ? ($fn >= 3) ? $fn : 3
65 : ceil( max( min(360/$fa, r*
tau/$fs), 5 ) );
120 hv = [
for (i=
unique(v)) [i, len(
find(i, v, 0))]]
128 (sm == 0) ? [for (i=hv) str(
first(i), "x",
second(i))]
147 : (sm==4) ? [undef, undef, ["i", "sup"], ["b", "sup"], undef]
150 : (sm==4) ? [undef, undef, undef, undef, undef, ["br"]]
158 for (i=[0:len(hv)-1])
161 [s1,
first(hv[i]), s2,
second(hv[i]), s3, if ((i<(len(hv)-1)) || fm) fs],
162 b=fb, p=fp, a=fa, f=ff, d=d
tau
<decimal> The ratio of a circle's circumference to its radius.
empty_str
<string> A string with no characters (the empty string).
grid_fine
OpenSCAD fine grid limit.
function binary_iw2i(v, s, w)
Decode the binary bits of a bit window to an integer value.
function binary_bit_is(v, b, t=1)
Test if a binary bit position of an integer value equals a test bit.
function unique(v)
Return a list of the unique elements of an iterable value.
function find(mv, v, c=1, i, i1=0, i2)
Find the occurrences of a match value in an iterable value.
function second(v)
Return the second element of an iterable value.
function first(v)
Return the first element of an iterable value.
function strl(v)
Convert a list of values to a concatenated string.
function strl_html(v, b, p, a, f, d=false)
Convert a list of values to a concatenated HTML-formatted string.
function histogram(v, m=0, cs, cb, cp, ca, cf, d=false)
Generate a histogram for the elements of a list of values.
function get_fn(r)
Return facets number for the given arc radius.