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