M_Rhino_Geometry_Rectangle3d_Corner - mcneel/rhinocommon-api-docs GitHub Wiki
Gets the corner at the given index.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public Point3d Corner(
int index
)
VB
Public Function Corner (
index As Integer
) As Point3d
- index
- Type: System.Int32
Index of corner, valid values are: 0 = lower left (min-x, min-y)1 = lower right (max-x, min-y)
2 = upper right (max-x, max-y)
3 = upper left (min-x, max-y)
Type: Point3d
The point at the given corner index.
Supported in: 6.0.16224.21491, 5D58w