Method GetCentreOfMassAndRigidityResultsAsync

GetCentreOfMassAndRigidityResultsAsync(Guid, CancellationToken)

Returns the centre of mass and rigidity results for a specific loading

Declaration
Task<IEnumerable<ICentreOfMassAndRigidityResult>> GetCentreOfMassAndRigidityResultsAsync(Guid loadingId, CancellationToken cancellationToken = default)
Parameters
Type Name Description
Guid loadingId

The ID of loading to get the centre of mass and rigidity results for

CancellationToken cancellationToken

The optional cancellation token

Returns
Type Description
Task<IEnumerable<ICentreOfMassAndRigidityResult>>

A collection of ICentreOfMassAndRigidityResult instances

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