3dSynth

Docs / SynthBlocks

Open in the interactive docs reader

Min

Minimum of two values. Returns the smaller of the two inputs.

Block

Interactive preview is available in the interactive reader.

Parameters

A
First value.
B
Second value.

How it works

Min caps a value from above when combined with a constant. Example: Min(normZ * 50, 25) limits growth to 25 mm.