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: 23.1.0.154
Syntax
Task<IForce3DLocal?> GetEndForceAsync(
	int endIndex,
	AnalysisType analysisType,
	Guid loadingId,
	LoadingResultType loadingResultType,
	CancellationToken cancellationToken = default
)

Parameters

endIndex  Int32
The index of span end
analysisType  AnalysisType
The analysis type
loadingId  Guid
The loading ID
loadingResultType  LoadingResultType
The loading result type
cancellationToken  CancellationToken  (Optional)
The optional cancellation token

Return Value

TaskIForce3DLocal
The end force
See Also
Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next