Path Array

Place objects along a bezier path with various distribution modes

intermediate
Since P00

Input Ports

Path

Bezier path used for object placement

Path
Stamp

Image placed at each point; uses a 1 px dot when not connected

Image

Output Ports

Image

Image with the array placement applied

Image

Parameters

NameTypeDefaultDescription
WidthInt64Canvas width
HeightInt64Canvas height
ScopeEnumWhether to apply the operation to all subpaths or one subpath
Sub-pathInt0Subpath used in single-subpath mode
CountInt5Number of placements per subpath
ModeEnumEqualPlacement method
SeedInt0Random seed for Random and Scatter modes
SpreadInt4Maximum scatter deviation in pixels
Scatter SideEnumBothWhich side to scatter to: both, inside, or outside
Fill DirectionEnumForwardPlacement direction for Fill mode (start to end or end to start)
Fill StepInt1Pixel interval for placement in Fill mode
ColorColorWhiteDot color used when no stamp image is connected
Pixel PerfectBoolfalsePixel-perfect mode
Pixel Perfect ModeEnumRemoveCornerPixel-perfect correction mode
ParameterBoolfalseCross-product based edge removal for closed paths
Closed Path Removal SideEnumOuterWhether to remove inside or outside edges

Overview

Place objects along a bezier path with various distribution modes

Inputs and Outputs

Input Ports

  • Path Path: Bezier path used for object placement
  • Stamp Image: Image placed at each point; uses a 1 px dot when not connected

Output Ports

  • Image Image: Image with the array placement applied

Key Parameters

NameTypeDefaultDescription
WidthInt64Canvas width
HeightInt64Canvas height
ScopeEnumWhether to apply the operation to all subpaths or one subpath
Sub-pathInt0Subpath used in single-subpath mode
CountInt5Number of placements per subpath
ModeEnumEqualPlacement method
SeedInt0Random seed for Random and Scatter modes
SpreadInt4Maximum scatter deviation in pixels
Scatter SideEnumBothWhich side to scatter to: both, inside, or outside
Fill DirectionEnumForwardPlacement direction for Fill mode (start to end or end to start)
Fill StepInt1Pixel interval for placement in Fill mode
ColorColorWhiteDot color used when no stamp image is connected
Pixel PerfectBoolfalsePixel-perfect mode
Pixel Perfect ModeEnumRemoveCornerPixel-perfect correction mode
ParameterBoolfalseCross-product based edge removal for closed paths
Closed Path Removal SideEnumOuterWhether to remove inside or outside edges

When to Use

Use Path Array when you need this operation to remain explicit, reusable, and easy to tune inside a PixPipeline node graph.

Notes

Connect compatible data types and preview the result while tuning this node. Parameter names and port names follow the PixPipeline UI.

Related Nodes

bezierpath
preview
multipath
Path Array — PixPipeline Node Reference