IModelRunAnalysisAsync Method

Performs an analysis of requested type over a requested selection of combinations and loadcases

Namespace:  TSD.API.Remoting.Structure
Assembly:  TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116
Syntax
Task<IEnumerable<Guid>> RunAnalysisAsync(
	AnalysisType analysisType,
	IEnumerable<Guid> requestedLoading = null
)

Parameters

analysisType
Type: TSD.API.Remoting.SolverAnalysisType
The requested AnalysisType
requestedLoading (Optional)
Type: System.Collections.GenericIEnumerableGuid
The collection of Ids of requested combinations and loadcases (may be null or empty)

Return Value

Type: TaskIEnumerableGuid
Collection of IDs of analysed combinations and loadcases
Remarks
If no loading is requested, analysis will use applicable combinations. Additional loadcases may be added to the analysis process automatically
See Also