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