Click or drag to resize

IVicinityIsNear Method

Returns true if the given point is within the tolerance distance of the predefined geometric objects.

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
bool IsNear(
	Point3 p
)

Parameters

p
Type: Karamba.GeometryPoint3
Point to test.

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Karamba.Geometry.IVicinity.IsNear(Karamba.Geometry.Point3)"]

See Also