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