Class WormGearSetCompoundPowerFlow
Inheritance
System.Object
WormGearSetCompoundPowerFlow
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class WormGearSetCompoundPowerFlow : GearSetCompoundPowerFlow, IEquatable<APIBase>
Properties
AssemblyAnalysisCases
Declaration
public ReadOnlyCollection<WormGearSetPowerFlow> AssemblyAnalysisCases { get; }
Property Value
AssemblyAnalysisCasesReady
Declaration
public ReadOnlyCollection<WormGearSetPowerFlow> AssemblyAnalysisCasesReady { get; }
Property Value
AssemblyDesign
Declaration
public WormGearSet AssemblyDesign { get; }
Property Value
ComponentDesign
Declaration
[Obsolete("Use AssemblyDesign")]
public WormGearSet ComponentDesign { get; }
Property Value
GearSetDutyCycleRating
Declaration
[Obsolete("Use WormGearSetDutyCycleRating")]
public WormGearSetDutyCycleRating GearSetDutyCycleRating { get; }
Property Value
WormGearsCompoundPowerFlow
Declaration
public ReadOnlyCollection<WormGearCompoundPowerFlow> WormGearsCompoundPowerFlow { get; }
Property Value
WormGearSetDutyCycleRating
Declaration
public WormGearSetDutyCycleRating WormGearSetDutyCycleRating { get; }
Property Value
WormMeshesCompoundPowerFlow
Declaration
public ReadOnlyCollection<WormGearMeshCompoundPowerFlow> WormMeshesCompoundPowerFlow { get; }
Property Value
Implements
System.IEquatable<T>
Extension Methods