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

Name

del — Delete point(s) and cell(s)

Syntax

del [all | num | cel | cli | dis | dsp | lin | nocle | rep | rpp | spl | upd | poi] [xy | xyz]

del fd fielddataname ; # deleting field data

Description

Delete operation in a polydata set. Will delete points or cells in polydata. Can also delete field data.

Arguments

Unknown macro: {indent}

No argument. Delete point closest to cursor position.

all

Unknown macro: {indent}

Delete all multiple points.

num number

Unknown macro: {indent}

Delete point number number.

cel [number | lt | gt | nr | rep | undo]

Unknown macro: {indent}

Delete cell actions.

Unknown macro: {indent}

No arguments. Delete a whole cell closest to the cursor position.
number - Delete cell number number.
lt | gt distance - Delete cells lower | greater (longer) than distance.
lt | gt number_of_points nr- Delete cells with less | more than number_of_points points. Observe the nr syntax at the end.
rep - Cell elements are delete for every cursor pick (use 'p' or work in 2D mode by clicking).
undo - Undo last delete cell action.

Unknown macro: {indent}


cli

Unknown macro: {indent}

Delete a cell by a crossing line made by two cursor positions.

dis

Unknown macro: {indent}

Display a marker at the deleted point.

dsp

Unknown macro: {indent}

Delete nearest point and split the line in two cells.

lin

Unknown macro: {indent}

Delete a whole line closest to the cursor.

nocle

Unknown macro: {indent}

Delete nearest point with 'no clean'. This means sequential delete will update the graphics until the command mak cle, to clean up everything.

poi

Unknown macro: {indent}

Delete a single point with an alternative algorithm. Will create an immediate update of the dataset. Redisplay the data before continuing.

rep

Unknown macro: {indent}

Points are delete for every cursor pick (use keyboard p).

rpp

Unknown macro: {indent}

Mark the point for later delete. del upd will delete the points at the end.

spl

Unknown macro: {indent}

Split the line in two cells after the nearest point.

upd

Unknown macro: {indent}

Will delete points marked by rpp. Usefull for large datasets.

xy | xyz

Unknown macro: {indent}

Use 2D or 3D search for xy or xyz coordinates. 3D is default.

fd fielddataname

Unknown macro: {indent}

Delete field data of name fielddataname.

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