Function convertParameterVelocityAffectedValue

  • Adjusts the given value based on the SI unit velocity and Feed constant. It checks if the parameters are influenced by either of these two factors and applies the appropriate conversions.

    Returns

    The adjusted value after applying the necessary conversions.

    Parameters

    • index: number

      The index identifying the affected parameter.

    • subindex: number

      The subindex identifying the affected parameter.

    • value: number

      The value to be adjusted based on the SI unit velocity or Feed constant.

    • oldSiUnitVelocity: number

      The original SI unit velocity value.

    • newSiUnitVelocity: number

      The new SI unit velocity value to convert to.

    • oldFeedConstant: number

      The original Feed constant value.

    • newFeedConstant: number

      The new Feed constant value to convert to.

    • round: boolean = true

    Returns number

Generated using TypeDoc