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 7 Next »

Unknown macro: {alias}

Name

eli — Eliminate points

Syntax

eli [sca | xsca | zsca [keep | und] ] lt | gt | bet | out | ins | iwi | owi | izo | ozo | ocu | owd | rsc | clip | num | cel | bse | und | dfd

Description

Eliminate and / or replace point or scalar values in polydata or grid.

Arguments

sca

Unknown macro: {indent}

Elimination is performed on the scalars and replaced on z values.

xsca

Unknown macro: {indent}

Elimination is tested on scalars and replaced on the scalars.

zsca

Unknown macro: {indent}

Elimination is tested on z values and replaced on the scalar.

keep

Unknown macro: {indent}

Scalar removal does not mean z removal.

und

Unknown macro: {indent}

Eliminate points of undefined values in scalars.

cel

Unknown macro: {indent}

Use cell scalars for elimination test.

gt value [rvalue]

Unknown macro: {indent}

Eliminate dataset values greater than value [replace by rvalue]. Similar for lt.

gt value [rvalue rsc]

Unknown macro: {indent}

Eliminate dataset values greater than value [replace by rvalue into the scalar]. Similar for lt.

bet value1 value2 [rvalue]

Unknown macro: {indent}

Eliminate dataset values between value1 and value2 [replace by rvalue]

bse

Unknown macro: {indent}

Eliminate points in cells between start and end.

ins hi workspacename [rvalue]

Unknown macro: {indent}

Eliminate points inside the area of grid in workspace workspacename [and replace by rvalue].

out

Unknown macro: {indent}

Outside, as for ins.

iwi

Unknown macro: {indent}

Eliminate data inside the window. The window is displayed by the frame icon.

owi

Unknown macro: {indent}

Eliminate data outside the window. The window is displayed by the frame icon.

izo

Unknown macro: {indent}

Eliminate data inside the zoom window. The zoom window is the visual window when operating in 2D mode.

ozo

Unknown macro: {indent}

Eliminate data outside the zoom window. The screen must be in 2D mode. See eli izo.

ocu distance

Unknown macro: {indent}

Eliminate data outside the cursor point plus a distance distance.

owd [distance] [name]

Unknown macro: {indent}

Eliminate data outside dataset plus distance in workspace named workdata or name.

rsc

Unknown macro: {indent}

Replace with scalars in the replace operation.

clip

Unknown macro: {indent}

Clip polydata exact towards the elimination boundary.

num

Unknown macro: {indent}

Eliminate and replace until a number.

nan

Unknown macro: {indent}

Eliminate all points that are not_a_number.

und

Unknown macro: {indent}

Interpolate undefined values in a grid.

dfd

Unknown macro: {indent}

Drop field data when eliminating points.

Examples

Ex.1: Eliminate by scalars on combined polydata grid

win demo          ;# Get demo window (450000 460000 6450000 6460000 1000 4000)
spe bgc whi       ;# Specify background color to white
mak ran 11        ;# Make 11 random points
grp 222 222       ;# Make grid of dimension 222 x 222
mak p             ;# Make polydata
mhi mygrid        ;# Move to mygrid
mak ran 11        ;# Make 11 random points
grp 222 222       ;# Make grid of dimension 222 x 222
mak p             ;# Make polydata
mak rsc mygrid    ;# Replace scalars from mygrid to active
eli sca gt 2500   ;# Eliminate z values when scalars are greater than 2500
map               ;# Map the result polydata grid

The above example produces this image.


Eliminate by scalars

See also

elc - Eliminate and clip, lgo - Logical operation for grids, rep - Replace, und - Undefined change

Unknown macro: {pagebreak}
  • No labels