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(ジオメトリ)
標準のジオメトリ入力です。
- Selection(選択)
Boolean field that is true for parts of the geometry to be deleted.
Properties(プロパティ)
- Domain(ドメイン)
The domain on which the selection field is evaluated.
- Point(ポイント)
The selection is on the points, control points, and vertices of the geometry.
- Edge(辺)
The selection is on the edges of the mesh component. The other components are not modified.
- Faces(面)
The selection is on the faces of the mesh component. The other components are not modified.
- Spline(スプライン)
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.
- Instances(インスタンス)
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.
- Mode(モード)
The type of elements to be affected. This only applies to the mesh component.
- All(全て)
Vertices, edges, and faces in the selection will be deleted.
- Only Edges & Faces(辺と面のみ)
Vertices won't be deleted, even if they are in the selection.
- Only Faces(面のみ)
Only faces in the selection will be deleted.
Output(出力)
- Geometry(ジオメトリ)
標準のジオメトリ出力です。