BoundingBox Structure
The axis-aligned bounding box

Namespace: Aspose.ThreeD.Utilities
Assembly: Aspose.3D (in Aspose.3D.dll) Version: 20.3.0.0 (20.3)
Syntax
public struct BoundingBox

The BoundingBox type exposes the following members.

Constructors
  NameDescription
Public methodBoundingBox(Vector3, Vector3)
Initialize a finite bounding box with given minimum and maximum corner
Public methodBoundingBox(Double, Double, Double, Double, Double, Double)
Initialize a finite bounding box with given minimum and maximum corner
Properties
  NameDescription
Public propertyExtent
Gets the extent of the bounding box.
Public propertyMaximum
The maximum corner of the bounding box
Public propertyMinimum
The minimum corner of the bounding box
Methods
  NameDescription
Public methodEquals
Determines if two objects are equal
(Overrides ValueTypeEquals(Object).)
Public methodStatic memberFromGeometry
Construct a bounding box from given geometry
Public methodGetHashCode
Returns the hash code for this instance
(Overrides ValueTypeGetHashCode.)
Public methodGetType (Inherited from Object.)
Public methodToString
Gets the string representation of the bounding box.
(Overrides ValueTypeToString.)
Operators
  NameDescription
Public operatorStatic memberMultiply
Operator overloading for multiply
Fields
  NameDescription
Public fieldStatic memberInfinite
The infinite bounding box
Public fieldStatic memberNull
The null bounding box
See Also