Toolpath
The root block of every SynthBlocks design. Created automatically when you start a new SynthBlocks module. Cannot be deleted.
Block
Interactive preview is available in the interactive reader.
Parameters
seed- Global random seed (0–999999). All Random blocks use this seed for deterministic output. Same seed = same result every time.
paths- Statement slot — place Path Groups or any operation blocks here. Top-level blocks are wrapped into implicit path groups.
How it works
Every SynthBlocks design has exactly one Toolpath block. It defines the global seed for randomness and contains all your paths. The engine processes paths sequentially from top to bottom.