Method GetModeShapesByNodeAsync

GetModeShapesByNodeAsync(Guid, int, CancellationToken)

Returns mode shapes for a loading with given ID and specified mode

Declaration
Task<IEnumerable<INodalDisplacement>> GetModeShapesByNodeAsync(Guid loadingId, int modeIndex, CancellationToken cancellationToken = default)
Parameters
Type Name Description
Guid loadingId

The ID of loading to get mode shapes for

int modeIndex

The index of the mode (from GetVibrationModesAsync(Guid, CancellationToken)) to get mode shapes for

CancellationToken cancellationToken

The optional cancellation token

Returns
Type Description
Task<IEnumerable<INodalDisplacement>>

A collection of mode shapes grouped by node

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