Skip to content

Properties_T_Rhino_Geometry_Box

Will Pearson edited this page Aug 12, 2016 · 2 revisions

Box Properties

The Box type exposes the following members.

Properties

 

Name Description
Public property Area Gets the total surface area of this box.
Public property BoundingBox Gets the world axis aligned Bounding box for this oriented box.
Public property Center Gets the point that is in the center of the box.
Public propertyStatic member Empty Empty Box. Empty boxes are considered to be invalid.
Public property IsValid Gets the validity of this Box. Boxes are invalid when the base plane or any of the dimension intervals are invalid or decreasing.
Public property Plane Gets or sets the orientation plane for this Box.
Public propertyStatic member Unset Gets a Box whose base plane and axis dimensions are all Unset.
Public property Volume Gets the total volume of this box.
Public property X Gets or sets the Interval that describes the dimension of the Box along the orientation plane X-Axis. Otherwise known as the Width of the Box.
Public property Y Gets or sets the Interval that describes the dimension of the Box along the orientation plane Y-Axis. Otherwise known as the Depth of the Box.
Public property Z Gets or sets the Interval that describes the dimension of the Box along the orientation plane Z-Axis. Otherwise known as the Height of the Box.
  Back to Top

See Also

Reference

Box Structure
Rhino.Geometry Namespace

Clone this wiki locally