Class BevelDifferentialGearSystemDeflection
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
BevelDifferentialGearSystemDeflection
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.SystemDeflections
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class BevelDifferentialGearSystemDeflection : BevelGearSystemDeflection, IEquatable<APIBase>
Properties
ComponentDesign
Declaration
public BevelDifferentialGear ComponentDesign { get; }
Property Value
Type | Description |
---|---|
BevelDifferentialGear |
ComponentDetailedAnalysis
Declaration
public BevelGearRating ComponentDetailedAnalysis { get; }
Property Value
Type | Description |
---|---|
BevelGearRating |
ComponentLoadCase
Declaration
public BevelDifferentialGearLoadCase ComponentLoadCase { get; }
Property Value
Type | Description |
---|---|
BevelDifferentialGearLoadCase |
PowerFlowResults
Declaration
public BevelDifferentialGearPowerFlow PowerFlowResults { get; }
Property Value
Type | Description |
---|---|
BevelDifferentialGearPowerFlow |
Implements
System.IEquatable<T>