Class CompoundAnalysis
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
CompoundAnalysis
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults
Assembly: SMT.MastaAPI.13.0.dll
Syntax
[ComVisible(true)]
[ClassInterface(ClassInterfaceType.AutoDual)]
[Guid("62FF79EC-FD9C-4199-842B-4C1E0CACE790")]
public class CompoundAnalysis : MarshalByRefObjectPermanent
Constructors
CompoundAnalysis(AnalysisType, AbstractLoadCaseGroup)
Declaration
public CompoundAnalysis(AnalysisType analysisType, AbstractLoadCaseGroup abstractLoadCaseGroup)
Parameters
Type | Name | Description |
---|---|---|
AnalysisType | analysisType | |
AbstractLoadCaseGroup | abstractLoadCaseGroup |
Properties
ResultsReady
Declaration
public bool ResultsReady { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
PerformAnalysis()
Declaration
public void PerformAnalysis()
PerformAnalysis(TaskProgress)
Declaration
public void PerformAnalysis(TaskProgress progress)
Parameters
Type | Name | Description |
---|---|---|
SMT.MastaAPIUtility.TaskProgress | progress |
ResultsFor(DesignEntity)
Declaration
public IEnumerable<DesignEntityCompoundAnalysis> ResultsFor(DesignEntity designEntity)
Parameters
Type | Name | Description |
---|---|---|
DesignEntity | designEntity |
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<DesignEntityCompoundAnalysis> |