Skip to content

Properties_T_Rhino_Geometry_Rectangle3d

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

Rectangle3d Properties

The Rectangle3d type exposes the following members.

Properties

 

Name Description
Public property Area Gets the unsigned Area of the rectangle.
Public property BoundingBox Gets the world aligned boundingbox for this rectangle.
Public property Center Gets the point in the center of the rectangle.
Public property Circumference Gets the circumference of the rectangle.
Public property Height Gets the signed height of the rectangle. If the Y dimension is decreasing, the height will be negative.
Public property IsValid Gets a value indicating whether or not this is a valid rectangle. A rectangle is considered to be valid when the base plane and both dimensions are valid.
Public property Plane Gets or sets the base plane of the rectangle.
Public propertyStatic member Unset Gets a rectangle with Unset components.
Public property Width Gets the signed width of the rectangle. If the X dimension is decreasing, the width will be negative.
Public property X Gets or sets the dimensions of the rectangle along the base plane X-Axis (i.e. the width).
Public property Y Gets or sets the dimensions of the rectangle along the base plane Y-Axis (i.e. the height).
  Back to Top

See Also

Reference

Rectangle3d Structure
Rhino.Geometry Namespace

Clone this wiki locally