|
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)
SyntaxFunction IsNear (
p As Point3
) As Boolean
abstract IsNear :
p : Point3 -> bool
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