Version: 13.0

    Show / Hide Table of Contents

    Enum BearingNodePosition

    Namespace: SMT.MastaAPI.Bearings.BearingDesigns.Concept
    Assembly: SMT.MastaAPI.13.0.dll
    Syntax
    [ComVisible(true)]
    [Guid("b289c230-71de-8d5d-cc7c-d70d0c152351")]
    [ApiEnumFor("SMT.Bearings.BearingDesigns.Concept.BearingNodePosition, SMT.Bearings")]
    public enum BearingNodePosition

    Fields

    Name Description
    Centre

    The nodes for the left and right of the bearing will be put as close to the centre of the bearing as possible. This allows modelling of the hard contact in the system.

    LeftAndRight

    The nodes for the left and right of the bearing will be put as close to the left and right of the bearing as possible. This can be used to model a concept version of a more detailed thrust bearing.

    Back to top