Skip to main content

Combinatorial

Allows combination and permutation of data by either creating clones or reference copies of entities.

NodeImage_19fbd59a-ed19-483c-bd0d-e0c7773de563

Tags: Entity

Parameters

Type [Choice]
The type of operation to perform.
Combination means that the items will be paired, without caring for the order.
Permutation means that the items will be paired, caring for the order.
Copy Method [Choice]
Indicates if the if the entities should be copied by reference or by cloning them.
Outputs [List]
The output streams, which indicate how the combinations/permutations are performed.
Outputs [Compound] [Adds ports 1]
An output stream.

Inputs

  • Input [Collective | Entity]: The entities to be combined.

Outputs

This node has no native outputs.

Parameter Outputs

  • [1] Output [Entity]: The output with a clone or reference copy of the entity.