Method GetLineElementEndForcesSetsAsync
GetLineElementEndForcesSetsAsync(Guid, AnalysisType, bool, CombinationItemFactorPurpose, Guid?, ILineElementFilterCollection?, CancellationToken)
Returns a collection of line element end forces sets for the given parameters
Declaration
Task<IEnumerable<ILineElementEndForcesSet>> GetLineElementEndForcesSetsAsync(Guid loadingId, AnalysisType analysisType, bool applyLoadReductions, CombinationItemFactorPurpose combinationItemFactorPurpose, Guid? lineElementId = null, ILineElementFilterCollection? filters = null, CancellationToken cancellationToken = default)
Parameters
| Type | Name | Description |
|---|---|---|
| Guid | loadingId | The ID of loading to get line element end forces sets for |
| AnalysisType | analysisType | The analysis type to get line element end forces sets for |
| bool | applyLoadReductions | A value indicating whether the load reductions should be applied |
| CombinationItemFactorPurpose | combinationItemFactorPurpose | The combination item factor purpose to use |
| Guid? | lineElementId | The ID of the line element to get end forces sets for (if null, the |
| ILineElementFilterCollection | filters | The collection of filters to apply in case the line element ID is not specified |
| CancellationToken | cancellationToken | The optional cancellation token |
Returns
| Type | Description |
|---|---|
| Task<IEnumerable<ILineElementEndForcesSet>> | A collection of line element end forces sets |