Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

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


Result of xxx on grid

See also

[yyy], [zzz]

  • No labels