Click or drag to resize

VicinityMeshHasClosestPoint Method

Determine whether there exists a closest point to any mesh whose distance to the test_point is smaller or equal than limit_dist.

Namespace:  Karamba.GHopper.Geometry
Assembly:  Karamba3D (in Karamba3D.dll) Version: 2.2.0.5 (2.2.0.5)
Syntax
public bool HasClosestPoint(
	Point3 testPoint,
	double limit_dist
)

Parameters

testPoint
Type: Karamba.GeometryPoint3
Test point.
limit_dist
Type: SystemDouble

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

Return Value

Type: Boolean
True if such a point exists, false otherwise.
See Also