Version: 15.0

    Show / Hide Table of Contents

    Enum BearingNodeOption

    Namespace: SMT.MastaAPI.SystemModel.FE
    Assembly: SMT.MastaAPI.15.0.dll
    Syntax
    public enum BearingNodeOption

    Fields

    Name Description
    NodePerBearingRow

    In the case of a double-row bearing, each row will connect to its own node.

    SingleNodeForBearing

    A single node is used to connect to all rows of the bearing.

    Back to top