Box.GetCorners Method

BoxGetCorners Method

Gets an array of the 8 corner points of this box.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public Point3d[] GetCorners()
Public Function GetCorners As Point3d()

Return Value

Type: Point3d
An array of 8 corners.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also