McMMOptionsmcmmSnapMethods Enumeration
|
|
Snap methods method
Namespace:
MediaCy.Addins.Measurements
Assembly:
MediaCy.Addins.Measurements (in MediaCy.Addins.Measurements.dll) Version: 3.1.0.0
SyntaxPublic Enumeration mcmmSnapMethods
Members
| Member name | Value | Description |
---|
| mcmmSnapNone | 0 |
do not snap
|
| mcmmSnapCursorToStraightEdge | 1 |
snap cursor to the straight edge
|
| mcmmSnapCursorToAnyEdge | 2 |
snap cursor to any edge
|
| mcmmSnapWholeLine | 3 |
adjust line position after creation to the sharpest Rising and Falling edges
|
| mcmmSnapLineEnds | 4 |
adjust line ends after creation to the strongest edge within SnapRadius
|
| mcmmSnapLineToEdge | 5 |
snap line to the edge along the line and adjust ends
|
| mcmmSnapToCircle | 6 |
create a best-fit circle based on the click point and max radius
|
| mcmmSnapToLine | 7 |
create a line that measures line/fiber/elongated_object thickness based on the click point on the object and max radius
|
Remarks
See Also