Click or drag to resize

McMMOptionsmcmmSnapMethods Enumeration

Snap methods method

Namespace:  MediaCy.Addins.Measurements
Assembly:  MediaCy.Addins.Measurements (in MediaCy.Addins.Measurements.dll) Version: 3.1.0.0
Syntax
VB
Public Enumeration mcmmSnapMethods
Members
  Member nameValueDescription
mcmmSnapNone0 do not snap
mcmmSnapCursorToStraightEdge1 snap cursor to the straight edge
mcmmSnapCursorToAnyEdge2 snap cursor to any edge
mcmmSnapWholeLine3 adjust line position after creation to the sharpest Rising and Falling edges
mcmmSnapLineEnds4 adjust line ends after creation to the strongest edge within SnapRadius
mcmmSnapLineToEdge5 snap line to the edge along the line and adjust ends
mcmmSnapToCircle6 create a best-fit circle based on the click point and max radius
mcmmSnapToLine7 create a line that measures line/fiber/elongated_object thickness based on the click point on the object and max radius
Remarks