drawopt.spad line 219 [edit on github]
This package is undocumented
adaptive(l, b)
takes the list of draw options, l
, and checks the list to see if it contains the option adaptive
. If the option does not exist the value, b
is returned.
clipBoolean(l, b)
takes the list of draw options, l
, and checks the list to see if it contains the option clipBoolean
. If the option does not exist the value, b
is returned.
coord(l, p)
takes the list of draw options, l
, and checks the list to see if it contains the option coord
. If the option does not exist the value, p
is returned.
curveColorPalette(l, p)
takes the list of draw options, l
, and checks the list to see if it contains the option curveColorPalette
. If the option does not exist the value, p
is returned.
pointColorPalette(l, p)
takes the list of draw options, l
, and checks the list to see if it contains the option pointColorPalette
. If the option does not exist the value, p
is returned.
ranges(l, r)
takes the list of draw options, l
, and checks the list to see if it contains the option ranges
. If the option does not exist the value, r
is returned.
space(l)
takes a list of draw options, l
, and checks to see if it contains the option space
. If the option doesn't
exist, then an empty space is returned.
style(l, s)
takes the list of draw options, l
, and checks the list to see if it contains the option style
. If the option does not exist the value, s
is returned.
title(l, s)
takes the list of draw options, l
, and checks the list to see if it contains the option title
. If the option does not exist the value, s
is returned.
toScale(l, b)
takes the list of draw options, l
, and checks the list to see if it contains the option toScale
. If the option does not exist the value, b
is returned.
tubePoints(l, n)
takes the list of draw options, l
, and checks the list to see if it contains the option tubePoints
. If the option does not exist the value, n
is returned.
tubeRadius(l, n)
takes the list of draw options, l
, and checks the list to see if it contains the option tubeRadius
. If the option does not exist the value, n
is returned.
units(l, u)
takes the list of draw options, l
, and checks the list to see if it contains the option unit
. If the option does not exist the value, u
is returned.
var1Steps(l, n)
takes the list of draw options, l
, and checks the list to see if it contains the option var1Steps
. If the option does not exist the value, n
is returned.
var2Steps(l, n)
takes the list of draw options, l
, and checks the list to see if it contains the option var2Steps
. If the option does not exist the value, n
is returned.
viewpoint(l, ls)
takes the list of draw options, l
, and checks the list to see if it contains the option viewpoint
. IF the option does not exist, the value ls
is returned.