Name
elc — Eliminate with clip functionality
Syntax
elc lt | gt | bet | out
Description
This command works primarely on polydata. All grids of type structured points will be transformed to polydata. The clipping edge will be made up with triangles.
Arguments
gt val [rval]
Unknown macro: {indent}
Eliminate dataset values greater than val [replace by rval]
lt val [rval]
Unknown macro: {indent}
Eliminate dataset values less than val [replace by rval]
bet val1 val2 [rval]
Unknown macro: {indent}
Eliminate dataset values between val1 and val2 [replace by rval]
out val1 val2 [rval]
Unknown macro: {indent}
Eliminate dataset values outside range from val1 to val2 [replace by rval]
Examples
Ex.1: Title-of-example
# read any grid xxx arg1 ;# Example bla bla pol ;# Display as polygon
See also
[yyy], [zzz]