Nodo Borrar geometría¶
The Delete Geometry node removes the selected part of a geometry. It behaves similarly to the Delete tool in Edit Mode. The type of elements to be deleted can be specified with the domain and mode properties.
Entradas¶
- Geometría
Entrada estándar de geometría.
- Selección
Boolean field that is true for parts of the geometry to be deleted.
Propiedades¶
- Dominio
The domain on which the selection field is evaluated.
- Punto (o Apuntar):
The selection is on the points, control points, and vertices of the geometry.
- Borde:
The selection is on the edges of the mesh component. The other components are not modified.
- Cara:
The selection is on the faces of the mesh component. The other components are not modified.
- Curva:
The selection is on the splines in the curve component. For each spline, it will either be deleted entirely or not at all. The other components are not modified.
- Instancia:
The selection is on the top-level instances, and the entire instance is removed if it is selected. If the input also contains realized geometry, that will be unaffected.
- Modo
The type of elements to be affected. This only applies to the mesh component.
- Todo:
Vertices, edges, and faces in the selection will be deleted.
- Sólo bordes y caras:
Vertices won’t be deleted, even if they are in the selection.
- Sólo caras:
Only faces in the selection will be deleted.
Salida¶
- Geometría
Salida estándar de geometría.