Properties_T_Rhino_Geometry_BoundingBox - mcneel/rhinocommon-api-docs GitHub Wiki

BoundingBox Properties

The BoundingBox type exposes the following members.

Properties

 

Name Description
Public property Center Gets the point in the center of the boundingbox.
Public property Diagonal Gets the diagonal vector of this BoundingBox. The diagonal connects the Min and Max points.
Public propertyStatic member Empty Gets an [Empty] boundingbox. An Empty box is an invalid structure that has negative width.
Public property IsValid Gets a value that indicates whether or not this boundingbox is valid. Empty boxes are not valid, and neither are boxes with unset points.
Public property Max Gets or sets the point in the maximal corner.
Public property Min Gets or sets the point in the minimal corner.
Public propertyStatic member Unset Gets a boundingbox that has Unset coordinates for Min and Max.
  Back to Top

See Also

Reference

BoundingBox Structure
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️