Class SingleAnalysis
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
SingleAnalysis
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults
Assembly: SMT.MastaAPI.13.0.dll
Syntax
[ComVisible(true)]
[ClassInterface(ClassInterfaceType.AutoDual)]
[Guid("136CC982-D2DE-4CAB-B5EF-D0C46F47281E")]
public class SingleAnalysis : MarshalByRefObjectPermanent
Constructors
SingleAnalysis(AnalysisType, LoadCase)
Declaration
public SingleAnalysis(AnalysisType analysisType, LoadCase loadCase)
Parameters
Type | Name | Description |
---|---|---|
AnalysisType | analysisType | |
LoadCase | loadCase |
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 taskProgress)
Parameters
Type | Name | Description |
---|---|---|
SMT.MastaAPIUtility.TaskProgress | taskProgress |
ResultsFor(DesignEntityAnalysis)
If designEntity is planetary, this will return the result at the same planet angle
Declaration
public DesignEntityAnalysis ResultsFor(DesignEntityAnalysis designEntityAnalysis)
Parameters
Type | Name | Description |
---|---|---|
DesignEntityAnalysis | designEntityAnalysis |
Returns
Type | Description |
---|---|
DesignEntityAnalysis |
ResultsFor(DesignEntity)
If designEntity is planetary, this will only return the result for the planetary original
Declaration
public DesignEntityAnalysis ResultsFor(DesignEntity designEntity)
Parameters
Type | Name | Description |
---|---|---|
DesignEntity | designEntity |
Returns
Type | Description |
---|---|
DesignEntityAnalysis |