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