Class ComponentCompoundSystemDeflection
Inheritance
System.Object
ComponentCompoundSystemDeflection
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.SystemDeflections.Compound
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public abstract class ComponentCompoundSystemDeflection : PartCompoundSystemDeflection, IEquatable<APIBase>
Properties
ComponentAnalysisCases
Declaration
public ReadOnlyCollection<ComponentSystemDeflection> ComponentAnalysisCases { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<ComponentSystemDeflection> |
ComponentAnalysisCasesReady
Declaration
public ReadOnlyCollection<ComponentSystemDeflection> ComponentAnalysisCasesReady { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<ComponentSystemDeflection> |
EnergyLost
Measurement: Energy
Declaration
public double EnergyLost { get; }
Property Value
Type | Description |
---|---|
System.Double |
EnergyLostContribution
Measurement: Percentage
Declaration
public double EnergyLostContribution { get; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>