IAnalysis3DResultsGetOffsetDisplacementsAsync Method

Returns displacements at element offsets for a loading ID and a result type

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

Parameters

id
Type: SystemGuid
The ID of loading to get displacements at element offsets for
loadingResultType
Type: TSD.API.Remoting.LoadingLoadingResultType
The loading result type to get displacements at element offsets for
indices
Type: System.Collections.GenericIEnumerableInt32
The requested indices, null to get all

Return Value

Type: TaskIEnumerableIElementOffsetDisplacements
A collection of displacements at element offsets
See Also