Class ZerolBevelGearMeshPowerFlow
Inheritance
System.Object
ZerolBevelGearMeshPowerFlow
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.PowerFlows
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class ZerolBevelGearMeshPowerFlow : BevelGearMeshPowerFlow, 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 |
Rating
Declaration
[Obsolete("Use ComponentDetailedAnalysis")]
public ZerolBevelGearMeshRating Rating { get; }
Property Value
Type | Description |
---|---|
ZerolBevelGearMeshRating |
Implements
System.IEquatable<T>