M_Rhino_Geometry_BoundingBox_Corner - mcneel/rhinocommon-api-docs GitHub Wiki
Gets one of the eight corners of the box.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public Point3d Corner(
bool minX,
bool minY,
bool minZ
)
VB
Public Function Corner (
minX As Boolean,
minY As Boolean,
minZ As Boolean
) As Point3d
- minX
- Type: System.Boolean
true for the minimum on the X axis; false for the maximum. - minY
- Type: System.Boolean
true for the minimum on the Y axis; false for the maximum. - minZ
- Type: System.Boolean
true for the minimum on the Z axis; false for the maximum.
Type: Point3d
The requested point.
Supported in: 6.0.16224.21491, 5D58w