Class WormGearSetCompoundPowerFlow
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
WormGearSetCompoundPowerFlow
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.PowerFlows.Compound
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class WormGearSetCompoundPowerFlow : GearSetCompoundPowerFlow, IEquatable<APIBase>
Properties
AssemblyAnalysisCases
Declaration
public ReadOnlyCollection<WormGearSetPowerFlow> AssemblyAnalysisCases { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<WormGearSetPowerFlow> |
AssemblyAnalysisCasesReady
Declaration
public ReadOnlyCollection<WormGearSetPowerFlow> AssemblyAnalysisCasesReady { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<WormGearSetPowerFlow> |
AssemblyDesign
Declaration
public WormGearSet AssemblyDesign { get; }
Property Value
Type | Description |
---|---|
WormGearSet |
WormGearsCompoundPowerFlow
Declaration
public ReadOnlyCollection<WormGearCompoundPowerFlow> WormGearsCompoundPowerFlow { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<WormGearCompoundPowerFlow> |
WormGearSetDutyCycleRating
Declaration
public WormGearSetDutyCycleRating WormGearSetDutyCycleRating { get; }
Property Value
Type | Description |
---|---|
WormGearSetDutyCycleRating |
WormMeshesCompoundPowerFlow
Declaration
public ReadOnlyCollection<WormGearMeshCompoundPowerFlow> WormMeshesCompoundPowerFlow { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<WormGearMeshCompoundPowerFlow> |
Implements
System.IEquatable<T>