Table of Contents

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 ClStrip

The CL strip hosting the steps.

originalStepIndex int

The original step index to shift from.

Returns

int

The shifted step index.