Class MassDiscCompoundModalAnalysisAtAStiffness
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
MassDiscCompoundModalAnalysisAtAStiffness
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 MassDiscCompoundModalAnalysisAtAStiffness : VirtualComponentCompoundModalAnalysisAtAStiffness, IEquatable<APIBase>
Properties
ComponentAnalysisCases
Declaration
public ReadOnlyCollection<MassDiscModalAnalysisAtAStiffness> ComponentAnalysisCases { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<MassDiscModalAnalysisAtAStiffness> |
ComponentAnalysisCasesReady
Declaration
public ReadOnlyCollection<MassDiscModalAnalysisAtAStiffness> ComponentAnalysisCasesReady { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<MassDiscModalAnalysisAtAStiffness> |
ComponentDesign
Declaration
public MassDisc ComponentDesign { get; }
Property Value
Type | Description |
---|---|
MassDisc |
Planetaries
Declaration
public ReadOnlyCollection<MassDiscCompoundModalAnalysisAtAStiffness> Planetaries { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<MassDiscCompoundModalAnalysisAtAStiffness> |
Implements
System.IEquatable<T>