Version: 15.0

    Show / Hide Table of Contents

    Enum ProfileDataToUse

    Namespace: SMT.MastaAPI.Bearings.RollerBearingProfiles
    Assembly: SMT.MastaAPI.15.0.dll
    Syntax
    public enum ProfileDataToUse

    Fields

    Name Description
    ActualData

    The actual data entered will be used directly.

    FittedStandardProfile

    One of several standard profiles will be fitted to the data.

    Smoothed

    A spline will be fitted to the specified data and used in the analysis instead of the specified points.

    Back to top