Version: 13.0

    Show / Hide Table of Contents

    Enum RigidConnectorTiltStiffnessTypes

    Namespace: SMT.MastaAPI.SystemModel.PartModel.Couplings
    Assembly: SMT.MastaAPI.13.0.dll
    Syntax
    [ComVisible(true)]
    [Guid("b799b7e8-9317-2de6-261e-2189b8f7824e")]
    [ApiEnumFor("SMT.MAA.PartModel.Couplings.RigidConnectorTiltStiffnessTypes, SMT.MAA")]
    public enum RigidConnectorTiltStiffnessTypes

    Fields

    Name Description
    DerivedFromLengthAndRadialStiffness

    The radial, axial and torsional stiffness is as specified. The tilt stiffness is derived from the radial stiffness and the length of the connection. For a Rigid Bond an Additional Tilt Stiffness may be specified.

    SingleNodeWithSpecifiedStiffness

    The shaft/hub connection model uses a single node connection and the stiffness is as specified.

    Back to top