Method GetOffsetDisplacementsAsync

GetOffsetDisplacementsAsync(Guid, LoadingResultType, IEnumerable<int>?, CancellationToken)

Returns displacements at element offsets for a loading ID and a result type

Declaration
Task<IEnumerable<IElementOffsetDisplacements>> GetOffsetDisplacementsAsync(Guid id, LoadingResultType loadingResultType, IEnumerable<int>? indices = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
Guid id

The ID of loading to get displacements at element offsets for

LoadingResultType loadingResultType

The loading result type to get displacements at element offsets for

IEnumerable<int> indices

The requested indices, null to get all

CancellationToken cancellationToken

The optional cancellation token

Returns
Type Description
Task<IEnumerable<IElementOffsetDisplacements>>

A collection of displacements at element offsets

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