IAnalysis3DResultsGetMaximumMeshForcesAsync Method

Returns the maximum mesh node 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<IMeshForces> GetMaximumMeshForcesAsync(
	Guid id
)

Parameters

id
Type: SystemGuid
The ID of loading to get the maximum mesh node forces for

Return Value

Type: TaskIMeshForces
The maximum mesh node forces
See Also