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: 1.0.0.0 (1.0.0.0)
Syntax
bool IsNear(
	Point3 p
)

Parameters

p
Type: Karamba.GeometryPoint3

[Missing <param name="p"/> documentation for "M:Karamba.Geometry.IVicinity.IsNear(Karamba.Geometry.Point3)"]

Return Value

Type: Boolean

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

See Also