Class FlexiblePinAnalysisGearAndBearingRating
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
FlexiblePinAnalysisGearAndBearingRating
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.FlexiblePinAnalyses
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class FlexiblePinAnalysisGearAndBearingRating : FlexiblePinAnalysis, IEquatable<APIBase>
Properties
BearingAnalyses
Declaration
public ReadOnlyCollection<BearingCompoundSystemDeflection> BearingAnalyses { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<BearingCompoundSystemDeflection> |
GearSetAnalysis
Declaration
public CylindricalGearSetCompoundSystemDeflection GearSetAnalysis { get; }
Property Value
Type | Description |
---|---|
CylindricalGearSetCompoundSystemDeflection |
Implements
System.IEquatable<T>