List Slice
Extracts a contiguous slice from a list
intermediate
Since P00
Input Ports
List
List input for List Slice.
Output Ports
List
List output from List Slice.
Count
Count output from List Slice.
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
| Start | Int | `0` | Controls the start setting for List Slice. |
| Count | Int | `0` | Controls the count setting for List Slice. |
Overview
Extracts a contiguous slice from a list
Inputs and Outputs
Input Ports
- List
List\<T>: List input for List Slice.
Output Ports
- List
List\<T>: List output from List Slice. - Count
Int: Count output from List Slice.
Key Parameters
| Name | Type | Default | Description |
|---|---|---|---|
| Start | Int | `0` | Controls the start setting for List Slice. |
| Count | Int | `0` | Controls the count setting for List Slice. |
When to Use
Use List Slice 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.