Version: 15.0

    Show / Hide Table of Contents

    Enum CrowningSpecificationMethod

    Namespace: SMT.MastaAPI.Cycloidal
    Assembly: SMT.MastaAPI.15.0.dll
    Syntax
    public enum CrowningSpecificationMethod

    Fields

    Name Description
    Circular

    Creates a modification in the form Δ l(a) = R - sqrt(R2 - a2), where a is the offset from the centre of the lobe and R is the radius of a circle with its origin in the centre of the lobe.

    Logarithmic

    Creates a modification in the form Δl(a) = -f⋅loge(1 - (2a/L)2) where a is the offset from the centre of the lobe, L is the face width and f is a specified coefficient.

    Back to top