|
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)
Syntaxpublic KeyValuePair<int, Point3> GetClosestIntersection(
Point3 point
)
Public Function GetClosestIntersection (
point As Point3
) As KeyValuePair(Of Integer, Point3)
public:
KeyValuePair<int, Point3> GetClosestIntersection(
Point3 point
)
member GetClosestIntersection :
point : Point3 -> KeyValuePair<int, Point3>
Parameters
- point
- Type: Karamba.GeometryPoint3
Point to test for closeness.
Return Value
Type:
KeyValuePairInt32,
Point3Closest intersection.
See Also