Click or drag to resize

BoundingBoxCorner Method

Gets one of the eight corners of the box.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public Point3d Corner(
	bool minX,
	bool minY,
	bool minZ
)

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.
See Also