Class SpiralBevelGearMeshSystemDeflection
Inheritance
System.Object
SpiralBevelGearMeshSystemDeflection
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.SystemDeflections
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class SpiralBevelGearMeshSystemDeflection : BevelGearMeshSystemDeflection, IEquatable<APIBase>
Properties
ComponentDetailedAnalysis
Declaration
public SpiralBevelGearMeshRating ComponentDetailedAnalysis { get; }
Property Value
Type | Description |
---|---|
SpiralBevelGearMeshRating |
ConnectionDesign
Declaration
public SpiralBevelGearMesh ConnectionDesign { get; }
Property Value
Type | Description |
---|---|
SpiralBevelGearMesh |
ConnectionLoadCase
Declaration
public SpiralBevelGearMeshLoadCase ConnectionLoadCase { get; }
Property Value
Type | Description |
---|---|
SpiralBevelGearMeshLoadCase |
PowerFlowResults
Declaration
public SpiralBevelGearMeshPowerFlow PowerFlowResults { get; }
Property Value
Type | Description |
---|---|
SpiralBevelGearMeshPowerFlow |
Rating
Declaration
[Obsolete("Use ComponentDetailedAnalysis")]
public SpiralBevelGearMeshRating Rating { get; }
Property Value
Type | Description |
---|---|
SpiralBevelGearMeshRating |
Implements
System.IEquatable<T>