RhinoCommon API
BoundingBoxCorner Method |
Gets one of the eight corners of the box.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll)

public Point3d Corner( bool minX, bool minY, bool minZ )
Public Function Corner ( minX As Boolean, minY As Boolean, minZ As Boolean ) As Point3d
Parameters
- minX
- Type: SystemBoolean
true for the minimum on the X axis; false for the maximum. - minY
- Type: SystemBoolean
true for the minimum on the Y axis; false for the maximum. - minZ
- Type: SystemBoolean
true for the minimum on the Z axis; false for the maximum.
Return Value
Type: Point3dThe requested point.

Rhino for Mac
Supported in: 5.4Rhino for Windows
Supported in: 6.14