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