Print view · Max · 1 pageChoose "Save as PDF" as the destination in the print dialog.
Back to the docs

Mesh Morpher documentation

Max

1 page · exported 2026-09-06 · https://meshmorpher.com/docs/studio-and-graph/voxel/math/max

Studio and Graph › Voxel › Math

Max

The larger of A and B, which is the same operation Intersection performs, since positive means outside.

Max node

The Max node

When to use it

The larger of A and B, which is the same operation Intersection performs, since positive means outside.

Max is for numeric work: max(x, 0) to strip negatives, clamping a value by hand. Intersection is for shapes. Same maths, and a reader can tell them apart at a glance.

Pins

Pin Type Description
A Number The first number.
B Number The second number.
Pin Type Description
Result Number The answer.