|
Usage: off_color_radial [options] [input_file] Color in radial pattern based on symmetry. Options -h,--help this help message (run 'off_util -H help' for general help) --version version information -d <opt> coloring. radial=1, axes=2 (default: 1) (multiple -d as needed) -a <ax,p> axis order. primary=1, secondary=2, tertiary=3, all=4 (default: 1) p is percent length of the axis. (default: 100 percent) (multiple -a as needed) -f <list> specify a list of elements, list starts with element letter, followed by an index number list, given as index ranges separated by commas. range can be one number or two numbers separated by a hyphen (default range numbers: 0 and largest index). Index number list will be preceded by f, e, v for faces, edges and vertices. Elements resolve to connected faces to be staring point for radial coloring. special selector: s for number of face sides (multiple -f as needed, -f overrides -a) -s <sym> symmetry subgroup (Schoenflies notation) -l <lim> minimum distance change to terminate planarization, as negative exponent (default: 12 giving 1e-12) -o <file> write output to file (default: write to standard output) Coloring Options (run 'off_util -H color' for help on color formats) -T <tran> face transparency. valid range from 0 (invisible) to 255 (opaque) -m <maps> color maps for all elements to be tried in turn (default: rng) -n <maps> color maps for axes (A=1: calculated, A=2: map_red:blue:yellow) -A <opt> color axes by nfold=1, order=2 (default: 1)
off_color -e white -v white geo_7_4_d | off_color_radial -A 2 | antiview -v 0.01
conway a^5C | off_color_radial -f f0,3 | antiview -x ve
Colors by bands of color eminating from radial points on the model. It can color from symmetry axes or chosen faces. It can also display symmetry axes as part of the model.
Up:
Programs and Documentation
Next:
off_trans - transformations (rotations etc) of OFF files