Module gr_range


Name:
gr_range - a GRToolbox module
Description:
Scaling of the object by giving ranges for
all coordinates (-r...)
If a range is specified only for some coordiates.
all the other coordinates will stay the same.
This operation will not respect the aspect ratio of.
the object (see also: gr_scale -h).
Synopsis:
-[all r rx ry rz r0 r1 ...rnh o v noc nof now skip f m c e i s l]
-help For help on all options.
Special Options:
-all Use Min and Max values of all sets!
-r double double Range in x- direction.
-r0 double double Range 1.direction (x).
-r1 double double Range 2.direction(y).
-rn double double Range n.direction.
-rx double double Range in x-direction.
-ry double double Range in y-direction.
-rz double double Range in z-direction.
Example Input Data:
0 1 2
3 4 5 4
6 7 8
9 10 11
12 13 14
Example Output Data:
0 1 2
3 4 5
6 7 8
9 10 11
12 13 14



Back to List of all GR Modules.