Click or drag to resize

RhinoMeshClosestMeshPoint Method

/// Gets the point on the mesh that is closest to a given test point. Similar to the ClosestPoint function except this returns a MeshPoint class which includes extra information beyond just the location of the closest point.

Namespace:  Karamba.GHopper.Geometry
Assembly:  karambaGH (in karambaGH.dll) Version: 1.15.0.0 (1.15.0.0)
Syntax
public Point3 ClosestMeshPoint(
	Point3 testPoint,
	double maximumDistance
)

Parameters

testPoint
Type: Karamba.GeometryPoint3

[Missing <param name="testPoint"/> documentation for "M:Karamba.GHopper.Geometry.RhinoMesh.ClosestMeshPoint(Karamba.Geometry.Point3,System.Double)"]

maximumDistance
Type: SystemDouble

[Missing <param name="maximumDistance"/> documentation for "M:Karamba.GHopper.Geometry.RhinoMesh.ClosestMeshPoint(Karamba.Geometry.Point3,System.Double)"]

Return Value

Type: Point3

[Missing <returns> documentation for "M:Karamba.GHopper.Geometry.RhinoMesh.ClosestMeshPoint(Karamba.Geometry.Point3,System.Double)"]

Implements

IMeshClosestMeshPoint(Point3, Double)
See Also