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