Class CylindricalGearSetPowerFlow
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
CylindricalGearSetPowerFlow
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.PowerFlows
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class CylindricalGearSetPowerFlow : GearSetPowerFlow, IEquatable<APIBase>
Properties
AssemblyDesign
Declaration
public CylindricalGearSet AssemblyDesign { get; }
Property Value
Type | Description |
---|---|
CylindricalGearSet |
AssemblyLoadCase
Declaration
public CylindricalGearSetLoadCase AssemblyLoadCase { get; }
Property Value
Type | Description |
---|---|
CylindricalGearSetLoadCase |
ComponentDetailedAnalysis
Declaration
public CylindricalGearSetRating ComponentDetailedAnalysis { get; }
Property Value
Type | Description |
---|---|
CylindricalGearSetRating |
CylindricalGearsPowerFlow
Declaration
public ReadOnlyCollection<CylindricalGearPowerFlow> CylindricalGearsPowerFlow { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<CylindricalGearPowerFlow> |
CylindricalMeshesPowerFlow
Declaration
public ReadOnlyCollection<CylindricalGearMeshPowerFlow> CylindricalMeshesPowerFlow { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<CylindricalGearMeshPowerFlow> |
RatingsForAllDesigns
Declaration
public ReadOnlyCollection<CylindricalGearSetRating> RatingsForAllDesigns { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<CylindricalGearSetRating> |
Implements
System.IEquatable<T>