ConnectSequential

Read with AI
All docs in one file (llms-full.txt)
ConnectSequential #3D #Node
ConnectSequential

Connects the input PointCloud with line segments in vertex order and outputs each segment to the Scene as an instance of a Cube squashed into a thin bar. Trim Start / Trim End are a window within the segment-number space [0, segment count], and a segment that straddles the edge of the window is drawn only partway, so animating Trim gives an expression where the line draws more of itself. The color of a segment is the midpoint of the colors of the points at its two ends.

  • Thickness — line thickness (default 0.15, lower limit 0.001)
  • Trim Start / Trim End — clamped to 0-1 (default 0 / 1)
  • Closed (loop) toggle — on connects the end to the start (default on)

If Trim Start is greater than Trim End they are automatically swapped, so reversing them does not make the line disappear or flip. Nothing is drawn when the input has fewer than 2 points. When Material is not connected, the default SRLit material is used.

Input ports

Port IDType
PointCloudPointCloudInput
MaterialMaterialInput
Thicknessfloat
Trim Startfloat
Trim Endfloat

Output ports

Port IDType
SceneSceneDataOutput

Scriptable members

PathType
thicknessInputfloat
trimStartInputfloat
trimEndInputfloat
closedbool

Synapse Apps (scripting)

await synapse.modules.create({ type: "ConnectSequential" })

Pages linking here

Also referenced from