Click or drag to resize

BoxGetCorners Method

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

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public Point3d[] GetCorners()

Return Value

Type: Point3d
An array of 8 corners.
See Also