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