Click or drag to resize

BoxFurthestPoint Method

Finds the furthest point on the Box. The Box should be Valid for this to work properly.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public Point3d FurthestPoint(
	Point3d point
)

Parameters

point
Type: Rhino.GeometryPoint3d
Sample point.

Return Value

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