Geometry bounds
Calculates the bounds of the input primitives.
Inputs
-
geometry
- Accepts a single geometry connection (unless the SHIFT key is held).
-
output opposite
- When
true, swaps the output minimum and maximum bounds (min↔max).
- When
Outputs
-
xMin
- The value of the minimum bound of all the input primitives in the x-axis.
-
yMin
- The value of the minimum bound of all the input primitives in the y-axis.
-
zMin
- The value of the minimum bound of all the input primitives in the z-axis.
-
xMax
- The value of the maximum bound of all the input primitives in the x-axis.
-
yMax
- The value of the maximum bound of all the input primitives in the y-axis.
-
zMax
- The value of the maximum bound of all the input primitives in the z-axis.
-
primitive minimum bounds
- The list of vector values of the minimum bounds of each individual input primitive.
-
primitive maximum bounds
- The list of vector values of the maximum bounds of each individual input primitive.
Note(s)
- Other names for this node include: GeometryBounds, Extent, Min, and Max.