Volume Break surface node

Breaks geometry using a signed distance field volume.

All Parameters Inputs

See also: Iso Offset

The Volume Break operation cuts geometry using a signed distance field (SDF). An SDF is a function over space, which evaluates to the signed distance to the surface of a specified volume. The geometry is cut by the volume along its surface.

It can be specified whether to keep the cut geometry lying inside or outside the volume, or keep both. Additional geometry may also be generated to close any holes created by the cut.

Parameters

Geometry to Keep

Retain the geometry inside or outside the SDF volume, or both (all).

Closing Geometry

Add geometry to fill in holes created by the break, or leave them open (do not close).

  • Flat: create one polygon for each hole (may not be planar).

  • Pyramid: find an apex point so that the closing geometry is a pointy approximation to the volume.

Close Polygons

If holes are left open, then check this option to close polygons that were opened by the cut. If holes are closed, then polygons are automatically closed.

Snapping Tolerance

A high tolerance will cause cuts to occur from vertex to vertex, while a low tolerance will cause the geometry to be split more accurately, introducing new vertices. To avoid tiny polygons, set the tolerance to a high enough value so that cuts that would otherwise occur close to a vertex will instead occur on the vertex itself when the distance to the vertex is less than the tolerance value.

Create Groups

Create groups to differentiate between the output geometry lying inside the volume and the output geometry lying outside the volume.

Inside Group

The name of the primitive group containing polygons inside the volume.

Closure

The name of the primitive group containing the closing geometry with respect to the inside geometry.

Outside Group

The name of the primitive group containing polygons outside the volume.

Closure

The name of the primitive group containing the closing geometry with respect to the outside geometry. The contents are identical to that of the first closure group.

Inputs

Geometry

The geometry to be cut.

Volume

The SDF volume used to break the geometry.

Usages in other examples

Example name Example for