Class BearingCompoundDynamicAnalysis
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
BearingCompoundDynamicAnalysis
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.DynamicAnalyses.Compound
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class BearingCompoundDynamicAnalysis : ConnectorCompoundDynamicAnalysis, IEquatable<APIBase>
Properties
ComponentAnalysisCases
Declaration
public ReadOnlyCollection<BearingDynamicAnalysis> ComponentAnalysisCases { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<BearingDynamicAnalysis> |
ComponentAnalysisCasesReady
Declaration
public ReadOnlyCollection<BearingDynamicAnalysis> ComponentAnalysisCasesReady { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<BearingDynamicAnalysis> |
ComponentDesign
Declaration
public Bearing ComponentDesign { get; }
Property Value
Type | Description |
---|---|
Bearing |
Planetaries
Declaration
public ReadOnlyCollection<BearingCompoundDynamicAnalysis> Planetaries { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<BearingCompoundDynamicAnalysis> |
Implements
System.IEquatable<T>