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