Click or drag to resize

ISurfaceClosestPoint Method

Input the parameters of the point on the surface that is closest to testPoint.

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
bool ClosestPoint(
	Point3 testPoint,
	out double u,
	out double v
)

Parameters

testPoint
Type: Karamba.GeometryPoint3
A point to test against.
u
Type: SystemDouble
U parameter of the surface that is closest to testPoint.
v
Type: SystemDouble
V parameter of the surface that is closest to testPoint.

Return Value

Type: Boolean
true on success, false on failure.
See Also