CADability dotNET
Ths class serves as a parameter to FindSnapPoint(SnapPointFinder). It keeps the best snappoint, the object, which caused it and the distance to the mouse point.

Namespace: CADability.GeoObject
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public class SnapPointFinder
Visual Basic
Public Class SnapPointFinder
Visual C++
public ref class SnapPointFinder

Inheritance Hierarchy

System..::..Object
  CADability.GeoObject..::..SnapPointFinder

See Also