IMemberSpanGetEndForceAsync Method

Returns the end force for given loading case

Namespace:  TSD.API.Remoting.Structure
Assembly:  TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116
Syntax
Task<IForce3DLocal?> GetEndForceAsync(
	int endIndex,
	AnalysisType analysisType,
	Guid loadingId,
	LoadingResultType loadingResultType
)

Parameters

endIndex
Type: SystemInt32
The index of span end
analysisType
Type: TSD.API.Remoting.SolverAnalysisType
The analysis type
loadingId
Type: SystemGuid
The loading ID
loadingResultType
Type: TSD.API.Remoting.LoadingLoadingResultType
The loading result type

Return Value

Type: TaskIForce3DLocal
The end force
See Also