Description:

Gets an array filled with the 8 corner points of this box. See remarks for the return order.

Syntax:
public Point3d[] GetCorners()
Returns:
Type: Point3d[]
An array of 8 corners.
Remarks:
[0] Min.X, Min.Y, Min.Z [1] Max.X, Min.Y, Min.Z [2] Max.X, Max.Y, Min.Z [3] Min.X, Max.Y, Min.Z [4] Min.X, Min.Y, Max.Z [5] Max.X, Min.Y, Max.Z [6] Max.X, Max.Y, Max.Z [7] Min.X, Max.Y, Max.Z
Available since:
5.0

Nothing found