Method GetSupportReactionAsync

GetSupportReactionAsync(Guid, bool, CancellationToken)

Calculates support reaction for ordinary loading case

Declaration
Task<IForce3DGlobal> GetSupportReactionAsync(Guid loadingId, bool reduceAxialLoad, CancellationToken cancellationToken = default)
Parameters
Type Name Description
Guid loadingId

The loading ID to calculate support reaction for

bool reduceAxialLoad

A value indicating whether axial load should be reduced

CancellationToken cancellationToken

The optional cancellation token

Returns
Type Description
Task<IForce3DGlobal>

The resulting reaction

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