CADability dotNET
Searches for the best point in this model which corresponds to the mouse position and the active snap modes. Mouse position and snap modes are contained in the spf parameter, where also the result is returned

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

Syntax

C#
public void AdjustPoint(
	SnapPointFinder spf,
	Set<Layer> visibleLayers
)
Visual Basic
Public Sub AdjustPoint ( _
	spf As SnapPointFinder, _
	visibleLayers As Set(Of Layer) _
)
Visual C++
public:
void AdjustPoint(
	SnapPointFinder^ spf, 
	Set<Layer^>^ visibleLayers
)

Parameters

spf
Type: CADability.GeoObject..::..SnapPointFinder
SnapPointFinder class which contains the snap mode and the mouse position
visibleLayers
Type: Set<(Of <(<'Layer>)>)>
Layers to be included in the search

See Also