Class BevelDifferentialGearSetPowerFlow
Inheritance
System.Object
BevelDifferentialGearSetPowerFlow
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class BevelDifferentialGearSetPowerFlow : BevelGearSetPowerFlow, IEquatable<APIBase>
Properties
AssemblyDesign
Declaration
public BevelDifferentialGearSet AssemblyDesign { get; }
Property Value
AssemblyLoadCase
Declaration
public BevelDifferentialGearSetLoadCase AssemblyLoadCase { get; }
Property Value
BevelDifferentialGearsPowerFlow
Declaration
public ReadOnlyCollection<BevelDifferentialGearPowerFlow> BevelDifferentialGearsPowerFlow { get; }
Property Value
BevelDifferentialMeshesPowerFlow
Declaration
public ReadOnlyCollection<BevelDifferentialGearMeshPowerFlow> BevelDifferentialMeshesPowerFlow { get; }
Property Value
BevelGearsPowerFlow
Declaration
[Obsolete("Use BevelDifferentialGearsPowerFlow")]
public ReadOnlyCollection<BevelDifferentialGearPowerFlow> BevelGearsPowerFlow { get; }
Property Value
BevelMeshesPowerFlow
Declaration
[Obsolete("Use BevelDifferentialMeshesPowerFlow")]
public ReadOnlyCollection<BevelDifferentialGearMeshPowerFlow> BevelMeshesPowerFlow { get; }
Property Value
ComponentDetailedAnalysis
Declaration
public BevelGearSetRating ComponentDetailedAnalysis { get; }
Property Value
Rating
Declaration
[Obsolete("Use ComponentDetailedAnalysis")]
public BevelGearSetRating Rating { get; }
Property Value
Implements
System.IEquatable<T>
Extension Methods