Method GetSupportReactionAsync
GetSupportReactionAsync(int, AnalysisType, Guid, bool, CancellationToken)
Returns support reactions for a loading case at given end
Declaration
Task<IEnumerable<IForce3DGlobal>?> GetSupportReactionAsync(int endIndex, AnalysisType analysisType, Guid loadingId, bool reduceAxialLoad, CancellationToken cancellationToken = default)
Parameters
| Type | Name | Description |
|---|---|---|
| int | endIndex | The index of span end |
| AnalysisType | analysisType | The analysis type |
| Guid | loadingId | The loading ID |
| bool | reduceAxialLoad | Indicates whether axial load should be reduced |
| CancellationToken | cancellationToken | The optional cancellation token |
Returns
| Type | Description |
|---|---|
| Task<IEnumerable<IForce3DGlobal>> | Collection of two IForce3DGlobal instances |
Remarks
Values returned are static and seismic or maximum and minimum in case of envelopes