Click or drag to resize

CartesianBounds Properties

The CartesianBounds type exposes the following members.

Properties
  NameDescription
Public propertyIsFinite
Gets a value indicating whether this instance has a finite range.
Public propertyIsUnbounded
Gets a value indicating whether this instance ranges from NegativeInfinity to PositiveInfinity for all coordinates.
Public propertyIsUndefined
Gets a value indicating whether any of the bounds coordinates for this instance have the value NaN.
Public propertyLowerBound
Gets the minimal value defining the bounds.
Public propertyStatic memberUnbounded
Gets a set of CartesianBounds representing the full range of real values from negative infinity to positive infinity.
Public propertyStatic memberUndefined
Gets a set of CartesianBounds with values of NaN.
Public propertyUpperBound
Gets the maximal value defining the bounds.
Public propertyXBounds
Gets the bounds for the X coordinate.
Public propertyYBounds
Gets the bounds for the Y coordinate.
Public propertyZBounds
Gets the bounds for the Z coordinate.
Top
See Also