Class RootAssemblyCompoundSystemDeflection
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
RootAssemblyCompoundSystemDeflection
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.SystemDeflections.Compound
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class RootAssemblyCompoundSystemDeflection : AssemblyCompoundSystemDeflection, IEquatable<APIBase>
Properties
AssemblyAnalysisCases
Declaration
public ReadOnlyCollection<RootAssemblySystemDeflection> AssemblyAnalysisCases { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<RootAssemblySystemDeflection> |
AssemblyAnalysisCasesReady
Declaration
public ReadOnlyCollection<RootAssemblySystemDeflection> AssemblyAnalysisCasesReady { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<RootAssemblySystemDeflection> |
BearingRaceFEs
Declaration
public ReadOnlyCollection<RaceBearingFESystemDeflection> BearingRaceFEs { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<RaceBearingFESystemDeflection> |
DutyCycleEfficiencyResults
Declaration
public DutyCycleEfficiencyResults DutyCycleEfficiencyResults { get; }
Property Value
Type | Description |
---|---|
DutyCycleEfficiencyResults |
RootAssemblyCompoundPowerFlow
Declaration
public RootAssemblyCompoundPowerFlow RootAssemblyCompoundPowerFlow { get; }
Property Value
Type | Description |
---|---|
RootAssemblyCompoundPowerFlow |
Methods
PeakToPeakTransmissionErrorChart(IReadOnlyList<CylindricalGearMeshMicroGeometryDutyCycle>, String, String, String)
Declaration
public TwoDChartDefinition PeakToPeakTransmissionErrorChart(IReadOnlyList<CylindricalGearMeshMicroGeometryDutyCycle> meshDutyCycles, string header, string xAxisTitle, string yAxisTitle)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IReadOnlyList<CylindricalGearMeshMicroGeometryDutyCycle> | meshDutyCycles | |
System.String | header | |
System.String | xAxisTitle | |
System.String | yAxisTitle |
Returns
Type | Description |
---|---|
TwoDChartDefinition |
Implements
System.IEquatable<T>