CADability dotNET
Returns the last snap mode, i.e. the reason why the snap took place. E.g. did snap to an endpoint or did snap to the surface of a face.

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

Syntax

C#
public SnapPointFinder..::..DidSnapModes LastSnapMode { get; }
Visual Basic
Public ReadOnly Property LastSnapMode As SnapPointFinder..::..DidSnapModes
	Get
Visual C++
public:
property SnapPointFinder..::..DidSnapModes LastSnapMode {
	SnapPointFinder..::..DidSnapModes get ();
}

See Also