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