Skip to main content

Switch

Overview

Acts as a gatekeeper that selects between two potential mesh data inputs based on a boolean condition.


Inputs

NameTypeDescription
ConditionboolThe toggle that determines which input is passed to the output.
False CondMeshDataThe mesh data to use when the condition is false.
True CondMeshDataThe mesh data to use when the condition is true.

Outputs

NameTypeDescription
OutputMeshDataThe selected mesh data based on the current state of the condition.

Parameters

This node does not expose additional parameters.


Behavior Notes

  • If the Condition is true, the trueCond input is used; otherwise, the falseCond input is used.