Version: 15.0

    Show / Hide Table of Contents

    Class WindageLossCalculationParametersForCurvedSurfaceOfSection

    Inheritance
    System.Object
    APIBase
    WindageLossCalculationParametersForCurvedSurfaceOfSection
    Implements
    System.IEquatable<APIBase>
    Inherited Members
    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.SystemModel.PartModel.ShaftModel
    Assembly: SMT.MastaAPI.15.0.dll
    Syntax
    public sealed class WindageLossCalculationParametersForCurvedSurfaceOfSection : APIBase, IEquatable<APIBase>

    Properties

    AngularSpeed

    Measurement: AngularVelocity

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

    CylindricalGear

    If the given surface is the toothed surface of a cylindrical gear, use this to access properties of the gear.

    Declaration
    public CylindricalGear CylindricalGear { get; }
    Property Value
    Type Description
    CylindricalGear

    Gear

    If the given surface is the toothed surface of a gear, use this to access properties of the gear.

    Declaration
    public Gear Gear { get; }
    Property Value
    Type Description
    Gear

    IsSurfaceUndersideOfAWebbedGear

    This is the case if the given surface is the non-toothed cylindrical surface of an overhung / webbed gear.

    Declaration
    public bool IsSurfaceUndersideOfAWebbedGear { get; }
    Property Value
    Type Description
    System.Boolean

    IsToothedSurfaceOfCylindricalGear

    This is the case if the given surface is the toothed surface of a cylindrical gear.

    Declaration
    public bool IsToothedSurfaceOfCylindricalGear { get; }
    Property Value
    Type Description
    System.Boolean

    IsToothedSurfaceOfGear

    This is the case if the given surface is the toothed surface of a gear.

    Declaration
    public bool IsToothedSurfaceOfGear { get; }
    Property Value
    Type Description
    System.Boolean

    MeanDiameter

    Measurement: ShortLength

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

    OilParameters

    Declaration
    public WindageLossCalculationOilParameters OilParameters { get; }
    Property Value
    Type Description
    WindageLossCalculationOilParameters

    RoughnessFactor

    For tooth surfaces, this is the roughness factor from ISO/TR 14179-1:2001 equation 23, divided by the square root of tan(helix angle), as in equation 26. For smooth surfaces, this is equal to 1.

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

    SectionLengthAlongAxis

    Measurement: ShortLength

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

    SectionLengthAlongSurface

    Measurement: ShortLength

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