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()
Public Function GetCorners As Point3d()
Return Value
Type:
Point3dAn array of 8 corners.
See Also