Rectangle3d.BoundingBox Property

Rectangle3dBoundingBox Property

Gets the world aligned bounding box for this rectangle.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public BoundingBox BoundingBox { get; }
Public ReadOnly Property BoundingBox As BoundingBox
	Get

Property Value

Type: BoundingBox
See Also