Delete points
Deletes points using a mask or index list.
Inputs
-
geometry
- Accepts a single geometry connection (unless the SHIFT key is held).
-
mask
- The list of boolean values that defines which points to delete from input primitives.
-
index list
- The list of indices that defines which points to delete from input primitives.
-
invert
- Sets whether to invert the selection of deleted points or not.
Outputs
-
geometry
- Output primitives.
-
points
- The list of points of the output primitives.
-
points.x
- The list of x values of the points of the output primitives.
-
points.y
- The list of y values of the points of the output primitives.
-
points.z
- The list of z values of the points of the output primitives.
Note(s)
-
This node will delete points from almost any input primitives with some exceptions:
-
Polylines/NURBS curves where the resulting curve will be left with only a single point.
-
Other names for this node include: DeletePoints, Erase, and Nuke.