Interface IStepShift
- Namespace
- Hi.Numerical.StepSelectionUtils
- Assembly
- HiMech.dll
Interface for defining step shift behavior.
public interface IStepShift : IMakeXmlSource
- Inherited Members
- Extension Methods
Methods
GetShiftedStepIndex(ClStrip, int)
Gets the shifted step index based on the original step index.
int GetShiftedStepIndex(ClStrip host, int originalStepIndex)
Parameters
host
ClStripThe CL strip hosting the steps.
originalStepIndex
intThe original step index to shift from.
Returns
- int
The shifted step index.