Version: 13.0

    Show / Hide Table of Contents

    Enum ProfileDataToUse

    Namespace: SMT.MastaAPI.Bearings.RollerBearingProfiles
    Assembly: SMT.MastaAPI.13.0.dll
    Syntax
    [ComVisible(true)]
    [Guid("37110962-7830-f493-2785-662c29a12127")]
    [ApiEnumFor("SMT.Bearings.RollerBearingProfiles.ProfileDataToUse, SMT.Bearings")]
    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