Class SpiralBevelGearSetPowerFlow
Inheritance
System.Object
SpiralBevelGearSetPowerFlow
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class SpiralBevelGearSetPowerFlow : BevelGearSetPowerFlow, IEquatable<APIBase>
Properties
AssemblyDesign
Declaration
public SpiralBevelGearSet AssemblyDesign { get; }
Property Value
AssemblyLoadCase
Declaration
public SpiralBevelGearSetLoadCase AssemblyLoadCase { get; }
Property Value
BevelGearsPowerFlow
Declaration
[Obsolete("Use SpiralBevelGearsPowerFlow")]
public ReadOnlyCollection<SpiralBevelGearPowerFlow> BevelGearsPowerFlow { get; }
Property Value
BevelMeshesPowerFlow
Declaration
[Obsolete("Use SpiralBevelMeshesPowerFlow")]
public ReadOnlyCollection<SpiralBevelGearMeshPowerFlow> BevelMeshesPowerFlow { get; }
Property Value
ComponentDetailedAnalysis
Declaration
public SpiralBevelGearSetRating ComponentDetailedAnalysis { get; }
Property Value
Rating
Declaration
[Obsolete("Use ComponentDetailedAnalysis")]
public SpiralBevelGearSetRating Rating { get; }
Property Value
SpiralBevelGearsPowerFlow
Declaration
public ReadOnlyCollection<SpiralBevelGearPowerFlow> SpiralBevelGearsPowerFlow { get; }
Property Value
SpiralBevelMeshesPowerFlow
Declaration
public ReadOnlyCollection<SpiralBevelGearMeshPowerFlow> SpiralBevelMeshesPowerFlow { get; }
Property Value
Implements
System.IEquatable<T>
Extension Methods