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