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