Skip to main content

Delete

Overview

Removes vertices from a mesh based on a provided index or selection list.


Inputs

NameTypeDescription
InputMeshDataThe mesh from which elements will be removed.
SelectionintVertex index value used to identify which parts of the mesh to delete.
Invert SelectionboolIf true, deletes everything except the provided selection.

Outputs

NameTypeDescription
OutputMeshDataThe resulting mesh after the deletion has occurred.

Parameters

This node does not expose additional parameters.


Behavior Notes