Version:

    Show / Hide Table of Contents

    Class StraightBevelDiffMeshedGearRating

    Inheritance
    System.Object
    APIBase
    ConicalMeshedGearRating
    StraightBevelDiffMeshedGearRating
    Implements
    System.IEquatable<APIBase>
    Inherited Members
    ConicalMeshedGearRating._parent
    ConicalMeshedGearRating.ActiveFlank
    ConicalMeshedGearRating.AxialForce
    ConicalMeshedGearRating.AxialForceType
    ConicalMeshedGearRating.GleasonAxialFactor
    ConicalMeshedGearRating.GleasonSeparatingFactor
    ConicalMeshedGearRating.Name
    ConicalMeshedGearRating.NormalForce
    ConicalMeshedGearRating.RadialForce
    ConicalMeshedGearRating.RadialForceType
    ConicalMeshedGearRating.TangentialForce
    APIBase.DisconnectFromMASTA()
    APIBase.GetProperty<T>(String)
    APIBase.SetProperty(String, Object)
    APIBase.clearCachedRpds()
    APIBase.getNamedObjectList<TElementType>(String)
    APIBase.getExpandableProperty<TReturnType>(String)
    APIBase.callPartialMethod(String, [])
    APIBase.callPartialMethod<T>(String, T)
    APIBase.callPartialMethod<T>(String, , T)
    APIBase.callPartialMethod<T>(String, , , T)
    APIBase.callPartialMethod<T>(String, , , , T)
    APIBase.callPartialMethod<T1, T2>(String, , T1, T2)
    APIBase.getPartialProperty(String)
    APIBase.setPartialProperty(String, Object)
    APIBase.IsValid(String)
    APIBase.IsReadOnly(String)
    APIBase.DocumentationUrl()
    APIBase.ToString()
    APIBase.RunPython<T>(String, String, Object)
    APIBase.RunPythonCode<T>(String, String, Object)
    APIBase.RunPythonCode<T>(String)
    APIBase.RunPython<T>(String, String)
    APIBase.RunPython(String, String, Object)
    APIBase.createWrappedRange(Double, Double)
    APIBase.createWrappedVector2D(Double, Double)
    APIBase.createWrappedPosition3D(Double, Double, Double)
    APIBase.ToListWithSelectedItem<T>(IEnumerable<T>)
    APIBase.ToListWithSelectedItem<T>(T, IEnumerable<T>)
    APIBase.Equals(APIBase)
    APIBase.GetHashCode()
    APIBase.Equals(Object)
    APIBase.InvalidProperties
    APIBase.ReadOnlyProperties
    APIBase.AllPropertiesAreReadOnly
    APIBase.AllPropertiesAreInvalid
    APIBase.cacheRpds
    APIBase.isInvalid
    Namespace: SMT.MastaAPI.Gears.Rating.StraightBevelDiff
    Assembly: SMT.MastaAPI.14.1.1.dll
    Syntax
    public class StraightBevelDiffMeshedGearRating : ConicalMeshedGearRating, IEquatable<APIBase>

    Properties

    AllowableBendingStressForPeakTorque

    Declaration
    public double AllowableBendingStressForPeakTorque { get; }
    Property Value
    Type Description
    System.Double

    AllowableBendingStressForPerformanceTorque

    Declaration
    public double AllowableBendingStressForPerformanceTorque { get; }
    Property Value
    Type Description
    System.Double

    CalculatedBendingStressForPeakTorque

    Declaration
    public double CalculatedBendingStressForPeakTorque { get; }
    Property Value
    Type Description
    System.Double

    CalculatedBendingStressForPerformanceTorque

    Declaration
    public double CalculatedBendingStressForPerformanceTorque { get; }
    Property Value
    Type Description
    System.Double

    PeakTorque

    Declaration
    public double PeakTorque { get; }
    Property Value
    Type Description
    System.Double

    PerformanceTorque

    Declaration
    public double PerformanceTorque { get; }
    Property Value
    Type Description
    System.Double

    RatingResult

    Declaration
    public string RatingResult { get; }
    Property Value
    Type Description
    System.String

    SafetyFactorForPeakTorque

    Declaration
    public double SafetyFactorForPeakTorque { get; }
    Property Value
    Type Description
    System.Double

    SafetyFactorForPerformanceTorque

    Declaration
    public double SafetyFactorForPerformanceTorque { get; }
    Property Value
    Type Description
    System.Double

    StrengthFactor

    Declaration
    public double StrengthFactor { get; }
    Property Value
    Type Description
    System.Double

    TotalTorqueTransmitted

    Declaration
    public double TotalTorqueTransmitted { get; }
    Property Value
    Type Description
    System.Double

    TotalTransmittedPeakTorque

    Declaration
    public double TotalTransmittedPeakTorque { get; }
    Property Value
    Type Description
    System.Double

    Implements

    System.IEquatable<T>

    Extension Methods

    UtilityMethods.IsReadOnly<T>(T, Expression<Func<T, Object>>)
    UtilityMethods.IsValid<T>(T, Expression<Func<T, Object>>)
    UtilityMethods.IsMethodValid<T>(T, Expression<Func<T, Action>>)
    UtilityMethods.IsMethodReadOnly<T>(T, Expression<Func<T, Action>>)
    Back to top