M_Rhino_Geometry_BoundingBox_Corner - mcneel/rhinocommon-api-docs GitHub Wiki

BoundingBox.Corner Method

Gets one of the eight corners of the box.

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

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

Parameters

 

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.

Return Value

Type: Point3d
The requested point.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

BoundingBox Structure
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️