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
clStrip
ClStripThe CL strip containing the steps.
rangeStepLineMark
BoundSelectorPairThe boundary selector pair defining the range.