Class StraightBevelDiffGearSetPowerFlow
Inheritance
System.Object
StraightBevelDiffGearSetPowerFlow
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class StraightBevelDiffGearSetPowerFlow : BevelGearSetPowerFlow, IEquatable<APIBase>
Properties
AssemblyDesign
Declaration
public StraightBevelDiffGearSet AssemblyDesign { get; }
Property Value
AssemblyLoadCase
Declaration
public StraightBevelDiffGearSetLoadCase AssemblyLoadCase { get; }
Property Value
BevelGearsPowerFlow
Declaration
[Obsolete("Use StraightBevelDiffGearsPowerFlow")]
public ReadOnlyCollection<StraightBevelDiffGearPowerFlow> BevelGearsPowerFlow { get; }
Property Value
BevelMeshesPowerFlow
Declaration
[Obsolete("Use StraightBevelDiffMeshesPowerFlow")]
public ReadOnlyCollection<StraightBevelDiffGearMeshPowerFlow> BevelMeshesPowerFlow { get; }
Property Value
ComponentDetailedAnalysis
Declaration
public StraightBevelDiffGearSetRating ComponentDetailedAnalysis { get; }
Property Value
Rating
Declaration
[Obsolete("Use ComponentDetailedAnalysis")]
public StraightBevelDiffGearSetRating Rating { get; }
Property Value
StraightBevelDiffGearsPowerFlow
Declaration
public ReadOnlyCollection<StraightBevelDiffGearPowerFlow> StraightBevelDiffGearsPowerFlow { get; }
Property Value
StraightBevelDiffMeshesPowerFlow
Declaration
public ReadOnlyCollection<StraightBevelDiffGearMeshPowerFlow> StraightBevelDiffMeshesPowerFlow { get; }
Property Value
Implements
System.IEquatable<T>
Extension Methods