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