Class FEPartAdvancedSystemDeflection
Inheritance
System.Object
FEPartAdvancedSystemDeflection
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.AdvancedSystemDeflections
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class FEPartAdvancedSystemDeflection : AbstractShaftOrHousingAdvancedSystemDeflection, 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 |
ComponentSystemDeflectionResults
Declaration
public ReadOnlyCollection<FEPartSystemDeflection> ComponentSystemDeflectionResults { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<FEPartSystemDeflection> |
Planetaries
Declaration
public ReadOnlyCollection<FEPartAdvancedSystemDeflection> Planetaries { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<FEPartAdvancedSystemDeflection> |
Implements
System.IEquatable<T>