Cartesian Product
Builds every combination between list A and list B
basic
Since P00
Input Ports
A
A input for Cartesian Product.
B
B input for Cartesian Product.
Output Ports
Entries
Entries output from Cartesian Product.
Count
Count output from Cartesian Product.
Overview
Builds every combination between list A and list B
Inputs and Outputs
Input Ports
- A
List\<Any>: A input for Cartesian Product. - B
List\<Any>: B input for Cartesian Product.
Output Ports
- Entries
List\<Map>: Entries output from Cartesian Product. - Count
Int: Count output from Cartesian Product.
When to Use
Use Cartesian Product 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.