Class CylindricalGearPowerFlow
Inheritance
System.Object
CylindricalGearPowerFlow
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.PowerFlows
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public class CylindricalGearPowerFlow : GearPowerFlow, IEquatable<APIBase>
Properties
ComponentDesign
Declaration
public CylindricalGear ComponentDesign { get; }
Property Value
Type | Description |
---|---|
CylindricalGear |
ComponentDetailedAnalysis
Declaration
public CylindricalGearRating ComponentDetailedAnalysis { get; }
Property Value
Type | Description |
---|---|
CylindricalGearRating |
ComponentLoadCase
Declaration
public CylindricalGearLoadCase ComponentLoadCase { get; }
Property Value
Type | Description |
---|---|
CylindricalGearLoadCase |
Implements
System.IEquatable<T>