Geometry bounds
Calculates the bounds of the input primitives.
Inputs
- 
geometry
- Accepts a single geometry connection (unless the SHIFT key is held).
 
 - 
output opposite
- Sets whether to invert the output geometry bounds or not.
 
 
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.
 
 
Notes
- Other names for this node include: GeometryBounds, Extent, Minimum, and Maximum.