Class ConicalGearSystemDeflection
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ConicalGearSystemDeflection
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.SystemDeflections
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public abstract class ConicalGearSystemDeflection : GearSystemDeflection, IEquatable<APIBase>
Properties
ComponentDesign
Declaration
public ConicalGear ComponentDesign { get; }
Property Value
Type | Description |
---|---|
ConicalGear |
ConicalGearLTCAResults
Declaration
public ConicalGearLoadDistributionAnalysis ConicalGearLTCAResults { get; }
Property Value
Type | Description |
---|---|
ConicalGearLoadDistributionAnalysis |
Planetaries
Declaration
public ReadOnlyCollection<ConicalGearSystemDeflection> Planetaries { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<ConicalGearSystemDeflection> |
PowerFlowResults
Declaration
public ConicalGearPowerFlow PowerFlowResults { get; }
Property Value
Type | Description |
---|---|
ConicalGearPowerFlow |
Implements
System.IEquatable<T>