Skip to content

M_Rhino_Geometry_BoundingBox_FurthestPoint

Will Pearson edited this page Aug 12, 2016 · 2 revisions

BoundingBox.FurthestPoint Method

Finds the furthest point on the Box.

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

Syntax

C#

public Point3d FurthestPoint(
	Point3d point
)

VB

Public Function FurthestPoint ( 
	point As Point3d
) As Point3d

Parameters

 

point
Type: Rhino.Geometry.Point3d
Sample point.

Return Value

Type: Point3d
The point on the box that is furthest from the sample point.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

BoundingBox Structure
Rhino.Geometry Namespace

Clone this wiki locally