Class CylindricalGearSetCompoundPowerFlow
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
CylindricalGearSetCompoundPowerFlow
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 CylindricalGearSetCompoundPowerFlow : GearSetCompoundPowerFlow, IEquatable<APIBase>
Properties
AssemblyAnalysisCases
Declaration
public ReadOnlyCollection<CylindricalGearSetPowerFlow> AssemblyAnalysisCases { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.ObjectModel.ReadOnlyCollection<CylindricalGearSetPowerFlow> |
AssemblyAnalysisCasesReady
Declaration
public ReadOnlyCollection<CylindricalGearSetPowerFlow> AssemblyAnalysisCasesReady { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.ObjectModel.ReadOnlyCollection<CylindricalGearSetPowerFlow> |
AssemblyDesign
Declaration
public CylindricalGearSet AssemblyDesign { get; }
Property Value
| Type | Description |
|---|---|
| CylindricalGearSet |
CylindricalGearsCompoundPowerFlow
Declaration
public ReadOnlyCollection<CylindricalGearCompoundPowerFlow> CylindricalGearsCompoundPowerFlow { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.ObjectModel.ReadOnlyCollection<CylindricalGearCompoundPowerFlow> |
CylindricalGearSetDutyCycleRating
Declaration
public CylindricalGearSetDutyCycleRating CylindricalGearSetDutyCycleRating { get; }
Property Value
| Type | Description |
|---|---|
| CylindricalGearSetDutyCycleRating |
CylindricalMeshesCompoundPowerFlow
Declaration
public ReadOnlyCollection<CylindricalGearMeshCompoundPowerFlow> CylindricalMeshesCompoundPowerFlow { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.ObjectModel.ReadOnlyCollection<CylindricalGearMeshCompoundPowerFlow> |
RatingsForAllDesigns
Declaration
public ReadOnlyCollection<CylindricalGearSetDutyCycleRating> RatingsForAllDesigns { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.ObjectModel.ReadOnlyCollection<CylindricalGearSetDutyCycleRating> |
Implements
System.IEquatable<T>