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