Method GetMinimumMeshForcesAsync

GetMinimumMeshForcesAsync(Guid, CancellationToken)

Returns the minimum mesh node forces for a loading ID

Declaration
Task<IMeshForces?> GetMinimumMeshForcesAsync(Guid id, CancellationToken cancellationToken = default)
Parameters
Type Name Description
Guid id

The ID of loading to get the minimum mesh node forces for

CancellationToken cancellationToken

The optional cancellation token

Returns
Type Description
Task<IMeshForces>

The minimum mesh node forces

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