BoundingBox.Corner Method

BoundingBoxCorner Method

Gets one of the eight corners of the box.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
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: Point3d
The requested point.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also