Enum BoundAnchorMode
- Namespace
- Hi.Numerical.StepSelectionUtils
- Assembly
- HiMech.dll
Defines the mode for anchoring boundaries when selecting steps.
public enum BoundAnchorMode
- Extension Methods
Fields
FirstTouch = 4
Anchor at the first touch point.
LastTouch = 8
Anchor at the last touch point.
LineBegin = 1
Anchor at the beginning of a line.
LineEnd = 2
Anchor at the end of a line.
Undefined = 0
Undefined anchor mode.