Skip to main content

Spiral

Overview

Generates a spiral-shaped curve.


Inputs

NameTypeDescription
HeightfloatTotal height of the spiral.
TurnsfloatNumber of turns in the spiral.
Start RadiusfloatRadius of the spiral at the start.
Increase Per TurnfloatAmount the radius increases for each turn.
Radius ScalefloatScale factor applied to the spiral radius.
ResolutionfloatNumber of segments per turn used to generate the curve.

Outputs

NameTypeDescription
OutputCurveGenerated spiral curve.

Parameters

This node does not expose additional parameters.


Behavior Notes

  • Higher Resolution values produce smoother spirals at the cost of additional points.
  • Increase Per Turn controls how quickly the spiral expands outward.
  • Radius Scale can be used to globally scale the spiral’s radius.