Skip to main content

Mesh Clip

Performs Clipping operations (Union, Intersection, Difference, Xor) between mesh faces that lie on the same plane.

NodeImage_09b038d3-ee37-4e0b-9091-9aff6f690ce6

Tags: Mesh

Parameters

Operation [Choice]
Type of clipping operation to apply.
Union means that the result is the sum of the face areas.
Intersection means that the result is the intersection of the faces areas.
Difference means that the result is the difference between the faces areas (where the target removes intersecting areas from the source).
Difference means that the result corresponds to the areas that do not overlap.

Inputs

  • Source [Single | Mesh]: The first/source/minuend mesh used in the clipping operation.
  • Target [Single | Mesh]: The second/target/subtrahend mesh used in the clipping operation.

Outputs

  • Output [Mesh]: Resulting mesh from the clipping operation.