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