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