Class CylindricalGearSetPowerFlow
Inheritance
System.Object
CylindricalGearSetPowerFlow
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public class CylindricalGearSetPowerFlow : GearSetPowerFlow, IEquatable<APIBase>
Properties
AssemblyDesign
Declaration
public CylindricalGearSet AssemblyDesign { get; }
Property Value
AssemblyLoadCase
Declaration
public CylindricalGearSetLoadCase AssemblyLoadCase { get; }
Property Value
ComponentDetailedAnalysis
Declaration
public CylindricalGearSetRating ComponentDetailedAnalysis { get; }
Property Value
CylindricalGearsPowerFlow
Declaration
public ReadOnlyCollection<CylindricalGearPowerFlow> CylindricalGearsPowerFlow { get; }
Property Value
CylindricalMeshesPowerFlow
Declaration
public ReadOnlyCollection<CylindricalGearMeshPowerFlow> CylindricalMeshesPowerFlow { get; }
Property Value
GearsPowerFlow
Declaration
[Obsolete("Use CylindricalGearsPowerFlow")]
public ReadOnlyCollection<CylindricalGearPowerFlow> GearsPowerFlow { get; }
Property Value
MeshesPowerFlow
Declaration
[Obsolete("Use CylindricalMeshesPowerFlow")]
public ReadOnlyCollection<CylindricalGearMeshPowerFlow> MeshesPowerFlow { get; }
Property Value
Rating
Declaration
[Obsolete("Use ComponentDetailedAnalysis")]
public CylindricalGearSetRating Rating { get; }
Property Value
RatingsForAllDesigns
Declaration
public ReadOnlyCollection<CylindricalGearSetRating> RatingsForAllDesigns { get; }
Property Value
Implements
System.IEquatable<T>
Extension Methods