Delete Geometry Node
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.
输入
- 几何数据(Geometry)
Standard geometry input.
- 选择
Boolean field that is true for parts of the geometry to be deleted.
属性
- 域
The domain on which the selection field is evaluated.
- 点光
The selection is on the points, control points, and vertices of the geometry.
- 边
The selection is on the edges of the mesh component. The other components are not modified.
- 面
The selection is on the faces of the mesh component. The other components are not modified.
- 样条线
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.
- 模式
The type of elements to be affected. This only applies to the mesh component.
- 全部
Vertices, edges, and faces in the selection will be deleted.
- 仅边和面
Vertices won't be deleted, even if they are in the selection.
- 仅面
Only faces in the selection will be deleted.
输出
- 几何数据(Geometry)
Standard geometry output.