Method GetEndForceAsync
GetEndForceAsync(int, AnalysisType, Guid, LoadingResultType, CancellationToken)
Returns the end force for given loading case
Declaration
Task<IForce3DLocal?> GetEndForceAsync(int endIndex, AnalysisType analysisType, Guid loadingId, LoadingResultType loadingResultType, CancellationToken cancellationToken = default)
Parameters
| Type | Name | Description |
|---|---|---|
| int | endIndex | The index of span end |
| AnalysisType | analysisType | The analysis type |
| Guid | loadingId | The loading ID |
| LoadingResultType | loadingResultType | The loading result type |
| CancellationToken | cancellationToken | The optional cancellation token |
Returns
| Type | Description |
|---|---|
| Task<IForce3DLocal> | The end force |