Class CylindricalGearMeshPowerFlow
Inheritance
System.Object
CylindricalGearMeshPowerFlow
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.PowerFlows
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class CylindricalGearMeshPowerFlow : GearMeshPowerFlow, IEquatable<APIBase>
Properties
ComponentDetailedAnalysis
Declaration
public CylindricalGearMeshRating ComponentDetailedAnalysis { get; }
Property Value
| Type | Description |
|---|---|
| CylindricalGearMeshRating |
ConnectionDesign
Declaration
public CylindricalGearMesh ConnectionDesign { get; }
Property Value
| Type | Description |
|---|---|
| CylindricalGearMesh |
ConnectionLoadCase
Declaration
public CylindricalGearMeshLoadCase ConnectionLoadCase { get; }
Property Value
| Type | Description |
|---|---|
| CylindricalGearMeshLoadCase |
Rating
Declaration
[Obsolete("Use ComponentDetailedAnalysis")]
public CylindricalGearMeshRating Rating { get; }
Property Value
| Type | Description |
|---|---|
| CylindricalGearMeshRating |
Implements
System.IEquatable<T>