Method GetFoundationReactionsAsync

GetFoundationReactionsAsync(Guid, AnalysisType, FoundationReactionsAxisSystem, bool, CombinationItemFactorPurpose, CancellationToken)

Returns a collection of foundation reactions for the given parameters

Declaration
Task<IEnumerable<IFoundationReactions>> GetFoundationReactionsAsync(Guid id, AnalysisType analysisType, FoundationReactionsAxisSystem axisSystem, bool applyLoadReductions, CombinationItemFactorPurpose combinationItemFactorPurpose, CancellationToken cancellationToken = default)
Parameters
Type Name Description
Guid id

The ID of loading to get foundation reactions for

AnalysisType analysisType

The analysis type to get foundation reactions for

FoundationReactionsAxisSystem axisSystem

The axis system of loading to get foundation reactions in

bool applyLoadReductions

A value indicating whether the load reductions should be applied

CombinationItemFactorPurpose combinationItemFactorPurpose

The combination item factor purpose to use

CancellationToken cancellationToken

The optional cancellation token

Returns
Type Description
Task<IEnumerable<IFoundationReactions>>

A collection of foundation reactions

Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next