![](/modules/custom/trimble_html_import/icons/logo.png) | ILoadingRsaSeismicGetNodalForcesAsync Method |
Returns a collection of nodal forces
Namespace: TSD.API.Remoting.SolverAssembly: TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 23.1.0.154
SyntaxTask<IEnumerable<INodalForce>> GetNodalForcesAsync(
IEnumerable<int> indices,
CancellationToken cancellationToken = default
)
Function GetNodalForcesAsync (
indices As IEnumerable(Of Integer),
Optional cancellationToken As CancellationToken = Nothing
) As Task(Of IEnumerable(Of INodalForce))
Task<IEnumerable<INodalForce^>^>^ GetNodalForcesAsync(
IEnumerable<int>^ indices,
CancellationToken cancellationToken = CancellationToken()
)
abstract GetNodalForcesAsync :
indices : IEnumerable<int> *
?cancellationToken : CancellationToken
(* Defaults:
let _cancellationToken = defaultArg cancellationToken new CancellationToken()
*)
-> Task<IEnumerable<INodalForce>>
Parameters
- indices IEnumerableInt32
- The requested indices ( to get all)
- cancellationToken CancellationToken (Optional)
- The optional cancellation token
Return Value
TaskIEnumerableINodalForceA collection of nodal forces
See Also