M_Rhino_Geometry_BoundingBox_GetEdges - mcneel/rhinocommon-api-docs GitHub Wiki

BoundingBox.GetEdges Method

Gets an array of the 12 edges of this box.

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public Line[] GetEdges()

VB

Public Function GetEdges As Line()

Return Value

Type: Line[]
If the boundingbox IsValid, the 12 edges; otherwise, null.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

BoundingBox Structure
Rhino.Geometry Namespace

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