Module gr_cut


Name:
gr_cut - a GRToolbox module
Description:
Cuts all points outside the specified area.
Synopsis:
-[x x1 x2 y y1 y2 z z1 z2 0 01 02 1 11 12 ... n n1 n2h o v noc nof now skip f m c e i s l]
-help For help on all options.
Special Options:
-unit Set Bounds to the unit -square.
-x double double X-Bounds.
-x1 double Lower bound x-coordinate. (Default:-MAXDOUBLE)
-x2 double Upper bound x-coordinate. (Default: MAXDOUBLE)
-y double double y-Bounds.
-y1 double Lower bound y-coordinate.(Default:-MAXDOUBLE)
-y2 double Upper bound y-coordinate. (Default: MAXDOUBLE)
-z double double Z-Bounds.
-z1 double Lower bound z-coordinate.(Default:-MAXDOUBLE)
-z2 double Upper bound z-coordinate. (Default: MAXDOUBLE)
-0 double double X-Bounds.
-01 double Lower bound x-coordinate.(Default:-MAXDOUBLE)
-02 double Upper bound x-coordinate. (Default: MAXDOUBLE)
-1 double double Y-Bounds.
-11 double Lower bound y-coordinate.(Default:-MAXDOUBLE)
-12 double Upper bound y-coordinate. (Default: MAXDOUBLE)
-n double double nth coordinate-Bounds.
-n1 double Lower bound n-coordinate.(Default:-MAXDOUBLE)
-n2 double Upper bound n-coordinate. (Default: MAXDOUBLE)
Example Input Data:
1 0
3 4
5 2
8 9
10 3
&
0 1
2 3
3 4
4 9
Example Output Data:
1 0
3 4
5 2
8 9
10 3
&
0 1
2 3
3 4
4 9



Back to List of all GR Modules.