Class WormGearSetPowerFlow
Inheritance
System.Object
WormGearSetPowerFlow
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class WormGearSetPowerFlow : GearSetPowerFlow, IEquatable<APIBase>
Properties
AssemblyDesign
Declaration
public WormGearSet AssemblyDesign { get; }
Property Value
AssemblyLoadCase
Declaration
public WormGearSetLoadCase AssemblyLoadCase { get; }
Property Value
ComponentDetailedAnalysis
Declaration
public WormGearSetRating ComponentDetailedAnalysis { get; }
Property Value
GearsPowerFlow
Declaration
[Obsolete("Use WormGearsPowerFlow")]
public ReadOnlyCollection<WormGearPowerFlow> GearsPowerFlow { get; }
Property Value
Type |
Description |
System.Collections.ObjectModel.ReadOnlyCollection<WormGearPowerFlow> |
|
MeshesPowerFlow
Declaration
[Obsolete("Use WormMeshesPowerFlow")]
public ReadOnlyCollection<WormGearMeshPowerFlow> MeshesPowerFlow { get; }
Property Value
Rating
Declaration
[Obsolete("Use ComponentDetailedAnalysis")]
public WormGearSetRating Rating { get; }
Property Value
WormGearsPowerFlow
Declaration
public ReadOnlyCollection<WormGearPowerFlow> WormGearsPowerFlow { get; }
Property Value
Type |
Description |
System.Collections.ObjectModel.ReadOnlyCollection<WormGearPowerFlow> |
|
WormMeshesPowerFlow
Declaration
public ReadOnlyCollection<WormGearMeshPowerFlow> WormMeshesPowerFlow { get; }
Property Value
Implements
System.IEquatable<T>
Extension Methods