Method GetNodalMeshForcesAsync
GetNodalMeshForcesAsync(Guid, IEnumerable<int>?, CancellationToken)
Returns nodal mesh forces for a loading ID
Declaration
Task<IEnumerable<INodalMeshForces>> GetNodalMeshForcesAsync(Guid id, IEnumerable<int>? indices = null, CancellationToken cancellationToken = default)
Parameters
| Type | Name | Description |
|---|---|---|
| Guid | id | The ID of loading to get nodal mesh forces for |
| IEnumerable<int> | indices | The requested indices, |
| CancellationToken | cancellationToken | The optional cancellation token |
Returns
| Type | Description |
|---|---|
| Task<IEnumerable<INodalMeshForces>> | A collection of nodal mesh forces |