Method GetTotalDeflectionsAsync
GetTotalDeflectionsAsync(Guid, IEnumerable<int>?, CancellationToken)
Returns total nodal displacements for an event ID
Declaration
Task<IEnumerable<INodalDisplacement>> GetTotalDeflectionsAsync(Guid id, IEnumerable<int>? indices = null, CancellationToken cancellationToken = default)
Parameters
| Type | Name | Description |
|---|---|---|
| Guid | id | The ID of event to get nodal displacements for |
| IEnumerable<int> | indices | The requested INode indices, |
| CancellationToken | cancellationToken | The optional cancellation token |
Returns
| Type | Description |
|---|---|
| Task<IEnumerable<INodalDisplacement>> | A collection of nodal displacements |