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