menu
RhinoCommon API
search
search
V8
arrow_drop_down
new_releases
wb_sunny
RhinoCommon documentation has a new look. The old site can still be found
here
.
Close
Description:
Gets one of the eight corners of the box.
Syntax:
public
Point3d
Corner(
bool
minX
,
bool
minY
,
bool
minZ
)
Parameters:
minX
Type:
bool
True for the minimum on the X axis; False for the maximum.
minY
Type:
bool
True for the minimum on the Y axis; False for the maximum.
minZ
Type:
bool
True for the minimum on the Z axis; False for the maximum.
Returns:
Type:
Point3d
The requested point.
Available since:
5.0
home
/
Rhino.Geometry
/
BoundingBox
/
Corner
Corner method
Class:
Rhino.Geometry.BoundingBox
Nothing found