Bezier Path
Define a bezier curve path with interactive editor. Each segment can be promoted to input/output pins for external control.
intermediate
Since P00
Output Ports
Path
Path output from Bezier Path.
Count
Count output from Bezier Path.
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
| Width | Int | 64 | Canvas width in pixels |
| Height | Int | 64 | Canvas height in pixels |
| Path Data | CustomData | "" | Controls the path data setting for Bezier Path. |
| Segments | Int | 0 | Controls the segments setting for Bezier Path. |
| Seg N | Map | "" | Controls the seg n setting for Bezier Path. |
Overview
Define a bezier curve path with interactive editor. Each segment can be promoted to input/output pins for external control.
Inputs and Outputs
Output Ports
- Path
Path: Path output from Bezier Path. - Count
Int: Count output from Bezier Path.
Key Parameters
| Name | Type | Default | Description |
|---|---|---|---|
| Width | Int | 64 | Canvas width in pixels |
| Height | Int | 64 | Canvas height in pixels |
| Path Data | CustomData | "" | Controls the path data setting for Bezier Path. |
| Segments | Int | 0 | Controls the segments setting for Bezier Path. |
| Seg N | Map | "" | Controls the seg n setting for Bezier Path. |
When to Use
Use Bezier Path 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.