Method GetMaximumMeshForcesAsync
GetMaximumMeshForcesAsync(Guid, CancellationToken)
Returns the maximum mesh node forces for a loading ID
Declaration
Task<IMeshForces?> GetMaximumMeshForcesAsync(Guid id, CancellationToken cancellationToken = default)
Parameters
| Type | Name | Description |
|---|---|---|
| Guid | id | The ID of loading to get the maximum mesh node forces for |
| CancellationToken | cancellationToken | The optional cancellation token |
Returns
| Type | Description |
|---|---|
| Task<IMeshForces> | The maximum mesh node forces |