Class GearMeshCompoundPowerFlow
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
GearMeshCompoundPowerFlow
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 abstract class GearMeshCompoundPowerFlow : InterMountableComponentConnectionCompoundPowerFlow, IEquatable<APIBase>
Properties
ConnectionAnalysisCases
Declaration
public ReadOnlyCollection<GearMeshPowerFlow> ConnectionAnalysisCases { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<GearMeshPowerFlow> |
ConnectionAnalysisCasesReady
Declaration
public ReadOnlyCollection<GearMeshPowerFlow> ConnectionAnalysisCasesReady { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<GearMeshPowerFlow> |
GearMeshDutyCycleRating
Declaration
public MeshDutyCycleRating GearMeshDutyCycleRating { get; }
Property Value
Type | Description |
---|---|
MeshDutyCycleRating |
Implements
System.IEquatable<T>