Version: 13.0

    Show / Hide Table of Contents

    Enum BearingProtectionLevel

    Namespace: SMT.MastaAPI.Bearings.BearingDesigns.Rolling
    Assembly: SMT.MastaAPI.13.0.dll
    Syntax
    [ComVisible(true)]
    [Guid("e9d5f5a6-9268-45e7-74cb-e3d981a2879b")]
    [ApiEnumFor("SMT.Bearings.BearingDesigns.Rolling.BearingProtectionLevel, SMT.Bearings")]
    public enum BearingProtectionLevel

    Fields

    Name Description
    InternalGeometryAndAdvancedBearingResultsHidden

    Only the envelope and ratings are visible.

    InternalGeometryHidden

    Only the envelope, per-element results, and ratings are visible.

    None

    The envelope, internal geometry, per-element results, and ratings are visible.

    Back to top