Click or drag to resize

RayMeshIntersectionGetClosestIntersection Method

Returns closest intersection to a given point.

Namespace:  Karamba.Results.ShellSection
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public KeyValuePair<int, Point3> GetClosestIntersection(
	Point3 point
)

Parameters

point
Type: Karamba.GeometryPoint3
Point to test for closeness.

Return Value

Type: KeyValuePairInt32, Point3
Closest intersection.
See Also