NormalizeBounds method
Makes all of the minimum bounds less than or equal to the maximum bounds.
Syntax
object.NormalizeBounds();
Parameters
This method has no parameters.
Return value
This method does not return a value.
Remarks
This function exchanges any bounds' minimum/maximum values to make sure that the minimum value is less than or equal to the maximum value along each dimension.