Class BoundSelectorUtil
- Namespace
- Hi.Numerical.StepSelectionUtils
- Assembly
- HiMech.dll
Utility class for selecting steps within boundaries in a CL strip.
public static class BoundSelectorUtil
- Inheritance
-
BoundSelectorUtil
- Inherited Members
Methods
GetStepRange(ClStrip, BoundSelectorPair)
Gets the range of step indices based on the provided boundary selector pair.
public static Range<int> GetStepRange(this ClStrip clStrip, BoundSelectorPair rangeStepLineMark)
Parameters
clStripClStripThe CL strip containing the steps.
rangeStepLineMarkBoundSelectorPairThe boundary selector pair defining the range.