CADability dotNET
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
The IGeoObject obj offers the point p as a snappoint in the given mode.
This method checks whether to use this point as the closest snap point.
This method is typically called by GeoObjects from the FindSnapPoint(SnapPointFinder) method.
Namespace: CADability.GeoObjectAssembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Syntax
| C# |
|---|
public void Check( GeoPoint p, IGeoObject obj, SnapPointFinder..::..DidSnapModes mode ) |
| Visual Basic |
|---|
Public Sub Check ( _ p As GeoPoint, _ obj As IGeoObject, _ mode As SnapPointFinder..::..DidSnapModes _ ) |
| Visual C++ |
|---|
public: void Check( GeoPoint p, IGeoObject^ obj, SnapPointFinder..::..DidSnapModes mode ) |