IAnalysis3DResultsGetNodalMeshForcesAsync Method

Returns nodal mesh forces for a loading ID

Namespace:  TSD.API.Remoting.Solver
Assembly:  TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116
Syntax
Task<IEnumerable<INodalMeshForces>> GetNodalMeshForcesAsync(
	Guid id,
	IEnumerable<int> indices
)

Parameters

id
Type: SystemGuid
The ID of loading to get nodal mesh forces for
indices
Type: System.Collections.GenericIEnumerableInt32
The requested indices, null to get all

Return Value

Type: TaskIEnumerableINodalMeshForces
A collection of nodal mesh forces
See Also