Class AbstractAssemblyCompoundSystemDeflection
Inheritance
System.Object
AbstractAssemblyCompoundSystemDeflection
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.SystemDeflections.Compound
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public abstract class AbstractAssemblyCompoundSystemDeflection : PartCompoundSystemDeflection, IEquatable<APIBase>
Properties
AllComponents
Declaration
public ReadOnlyCollection<ComponentCompoundSystemDeflection> AllComponents { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<ComponentCompoundSystemDeflection> |
AllConnections
Declaration
public ReadOnlyCollection<ConnectionCompoundSystemDeflection> AllConnections { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<ConnectionCompoundSystemDeflection> |
AssemblyAnalysisCases
Declaration
public ReadOnlyCollection<AbstractAssemblySystemDeflection> AssemblyAnalysisCases { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<AbstractAssemblySystemDeflection> |
AssemblyAnalysisCasesReady
Declaration
public ReadOnlyCollection<AbstractAssemblySystemDeflection> AssemblyAnalysisCasesReady { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<AbstractAssemblySystemDeflection> |
Implements
System.IEquatable<T>