IAnalysis3DResultsGetMinimumMeshForcesAsync Method

Returns the minimum 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> GetMinimumMeshForcesAsync(
	Guid id
)

Parameters

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

Return Value

Type: TaskIMeshForces
The minimum mesh node forces
See Also