Version: 13.0

    Show / Hide Table of Contents

    Class KlingelnbergCycloPalloidConicalGearSingleFlankRating

    Inheritance
    System.Object
    System.MarshalByRefObject
    SMT.MastaAPIUtility.MarshalByRefObjectPermanent
    APIBase
    GearSingleFlankRating
    KlingelnbergCycloPalloidConicalGearSingleFlankRating
    KlingelnbergCycloPalloidHypoidGearSingleFlankRating
    Implements
    System.IEquatable<APIBase>
    Inherited Members
    GearSingleFlankRating._parent
    GearSingleFlankRating.Duration
    GearSingleFlankRating.Name
    GearSingleFlankRating.NumberOfLoadCycles
    GearSingleFlankRating.Power
    GearSingleFlankRating.RotationSpeed
    GearSingleFlankRating.Torque
    GearSingleFlankRating.ReportNames
    GearSingleFlankRating.OutputDefaultReportTo(String)
    GearSingleFlankRating.GetDefaultReportWithEncodedImages()
    GearSingleFlankRating.OutputActiveReportTo(String)
    GearSingleFlankRating.OutputActiveReportAsTextTo(String)
    GearSingleFlankRating.GetActiveReportWithEncodedImages()
    GearSingleFlankRating.OutputNamedReportTo(String, String)
    GearSingleFlankRating.OutputNamedReportAsMastaReport(String, String)
    GearSingleFlankRating.OutputNamedReportAsTextTo(String, String)
    GearSingleFlankRating.GetNamedReportWithEncodedImages(String)
    APIBase.DisconnectFromMASTA()
    APIBase.GetProperty<T>(String)
    APIBase.SetProperty(String, Object)
    APIBase.cacheRpds
    APIBase.clearCachedRpds()
    APIBase.getNamedObjectList<TElementType>(String)
    APIBase.getExpandableProperty<TReturnType>(String)
    APIBase.callPartialMethod(String, (T1, T2)<Type, Object>[])
    APIBase.callPartialMethod<T>(String, T)
    APIBase.callPartialMethod<T>(String, (T1, T2)<Type, Object>, T)
    APIBase.callPartialMethod<T>(String, (T1, T2)<Type, Object>, (T1, T2)<Type, Object>, T)
    APIBase.callPartialMethod<T>(String, (T1, T2)<Type, Object>, (T1, T2)<Type, Object>, (T1, T2)<Type, Object>, T)
    APIBase.callPartialMethod<T1, T2>(String, (T1, T2)<Type, Object>, T1, T2)
    APIBase.getPartialProperty(String)
    APIBase.setPartialProperty(String, Object)
    APIBase.IsValid(String)
    APIBase.IsReadOnly(String)
    APIBase.isInvalid
    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.CreateObjRef(Type)
    APIBase.RunPython(String, String, Object)
    APIBase.createWrappedRange(Double, Double)
    APIBase.createWrappedVector2D(Double, Double)
    APIBase.createWrappedPosition3D(Double, Double, Double)
    APIBase.Equals(APIBase)
    APIBase.GetHashCode()
    APIBase.Equals(Object)
    SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
    Namespace: SMT.MastaAPI.Gears.Rating.KlingelnbergConical.KN3030
    Assembly: SMT.MastaAPI.13.0.dll
    Syntax
    public class KlingelnbergCycloPalloidConicalGearSingleFlankRating : GearSingleFlankRating, IEquatable<APIBase>

    Properties

    AllowableBendingStressNumber

    Measurement: Stress

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

    AllowableContactStressNumber

    Measurement: Stress

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

    BendingStress

    Measurement: Stress

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

    BendingStressLimit

    Measurement: Stress

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

    BendingStressSafetyFactor

    Measurement: SafetyFactor

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

    FlankRoughness

    Measurement: VeryShortLength

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

    MeanPitchDiameter

    Measurement: ShortLength

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

    RatedTangentialForce

    Measurement: Torque

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

    RatedTorque

    Measurement: Torque

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

    RelativeSensitivityFactor

    Relative Sensitivity Factor For Endurance Limit. According to KN 3030. The calculation is based on DIN 3990:1987 Method B1.

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

    RelativeSurfaceFactor

    According to KN 3030. The calculation is based on DIN 3990:1987 Method B1.

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

    SizeFactor

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

    StressCorrectionFactor

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

    TangentialSpeed

    Measurement: Velocity

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

    ToothFormFactor

    Declaration
    public double ToothFormFactor { 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