Class FEPartHarmonicAnalysisResultsPropertyAccessor
Inheritance
System.Object
FEPartHarmonicAnalysisResultsPropertyAccessor
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.HarmonicAnalyses.ReportablePropertyResults
Assembly: SMT.MastaAPI.14.1.dll
Syntax
public class FEPartHarmonicAnalysisResultsPropertyAccessor : HarmonicAnalysisResultsPropertyAccessor, IEquatable<APIBase>
Properties
CombinedOrders
Declaration
public ResultsForMultipleOrdersForFESurface CombinedOrders { get; }
Property Value
| Type | Description |
|---|---|
| ResultsForMultipleOrdersForFESurface |
Excitations
Declaration
public ReadOnlyCollection<FEPartSingleWhineAnalysisResultsPropertyAccessor> Excitations { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.ObjectModel.ReadOnlyCollection<FEPartSingleWhineAnalysisResultsPropertyAccessor> |
OrdersForCombinedExcitations
Declaration
public ReadOnlyCollection<ResultsForOrderIncludingSurfaces> OrdersForCombinedExcitations { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.ObjectModel.ReadOnlyCollection<ResultsForOrderIncludingSurfaces> |
OrdersForCombinedExcitationsFromSameParts
Declaration
public ReadOnlyCollection<ResultsForOrderIncludingSurfaces> OrdersForCombinedExcitationsFromSameParts { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.ObjectModel.ReadOnlyCollection<ResultsForOrderIncludingSurfaces> |
Implements
System.IEquatable<T>