Sample Boolean SpatialVar
Spatial
The Sample Boolean Spatial Variable node takes in a point in 3D space, a name that matches that space, a boolean operation mode, and a default (base) value if that space cannot be found, then returns the value found in the space, otherwise it will return the default value.
This node works with spatial variable components, and will need a BoxConstantValueSpatialVariable or similar to function as expected.
Inputs
Point (float3)
The point to check in global 3D space.
Name (String)
The named space/area to look for.
Mode (BooleanSpatialVariableMode)
The boolean operation mode used to determine the value of this sample. (Any
, All
, or XOR
)
BaseValue (bool)
If a named space cannot be found, use this value.
Outputs
* (Pseudo-Generic)
Returns the value found in this space/area, otherwise return the default (base) value.