Common Options
-RRegion. In 1-D this is
xmin/xmax. In 2-D this isxmin/xmax/ymin/ymax. In 3-D this isxmin/xmax/ymin/ymax/zmin/zmax.-IGrid increment. Optional dimensions inherit from the first increment. In 1-D, this is
dx. In 2-D, this isdx/dy. In 3-D, this isdx/dy/dz.-FWindow taper functions for each dimension. Run
blend --show-windowsto list available names. In 1-D, this isxfunction. In 2-D, this isxfunction/yfunction. In 3-D, this isxfunction/yfunction/zfunction.-TTaper ratios for beginning and ending sides of each dimension. In 1-D, this is
rx1/rx2. In 2-D, this isrx1/rx2/ry1/ry2. In 3-D, this isrx1/rx2/ry1/ry2/rz1/rz2.-BBlendfile input for multiple polygons/supports.
-CClobber mode for polygon overlap handling: first
f, lowestl, lasto, highestu, arithmetic averagea, geometric averageg, or productp.-MMonotone conversion method for non-xy-monotone polygons. Options include
e,b,E, andB. Optionseandbare only available for themonotonemodule and use the regular mathematical definition of xy-monotonicity, fornondecreasing vertices. OptionsEandBare the only available options for thewindow2dandwindow3dmodules and use a stricter definition of xy-monotonicity, forstrictly increasing vertices.-NWrite polygons modified by
-Mby inserting_monotonebefore the file extension, for examplesouth_america_monotone.txtforsouth_america.txt.-VVerbosity. Levels are quiet
q, errors onlye, warnings and errorsw, timings, warnings, and errorst, informational messages, timings, warnings, and errorsi, compatibility messages and all lower verbosity messagesc, and debug messages and all lower verbosity messagesd.