Click or drag to resize

IBrepClosestPoint Method (Point3)

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

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
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.
See Also