Click or drag to resize

RhinoBrepClosestPoint Method (Point3)

Finds a point on the brep that is closest to testPoint.

Namespace:  Karamba.GHopper.Geometry
Assembly:  Karamba3D (in Karamba3D.dll) Version: 2.2.0.5 (2.2.0.5)
Syntax
public Point3 ClosestPoint(
	Point3 testPoint
)

Parameters

testPoint
Type: Karamba.GeometryPoint3
Base point to project to brep.

Return Value

Type: Point3
The point on the Brep closest to testPoint or Point3d.Unset if the operation failed.

Implements

IBrepClosestPoint(Point3)
See Also