RhinoCommon API
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

public Point3d FurthestPoint( Point3d point )
Public Function FurthestPoint ( point As Point3d ) As Point3d
Parameters
- point
- Type: Rhino.GeometryPoint3d
Sample point.
Return Value
Type: Point3dThe point on the box that is furthest from the sample point.
