Class CylindricalGearMeshPowerFlow
Inheritance
System.Object
CylindricalGearMeshPowerFlow
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.PowerFlows
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed 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>