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