Interface IAnalysis3DResults
Represents results of a 3D analysis
Assembly: TSD.API.Remoting.dll
Syntax
public interface IAnalysis3DResults
Methods
| Name |
Description |
|
GetDriftCheckAsync(EntityType, int, CancellationToken)
|
Returns drift check for an entity
|
|
GetEndForcesAsync(Guid, LoadingResultType, IEnumerable<int>?, CancellationToken)
|
Returns end forces for a loading ID and a result type
|
|
GetMaximumMeshForcesAsync(Guid, CancellationToken)
|
Returns the maximum mesh node forces for a loading ID
|
|
GetMinimumMeshForcesAsync(Guid, CancellationToken)
|
Returns the minimum mesh node forces for a loading ID
|
|
GetNodalDisplacementsAsync(Guid, LoadingResultType, IEnumerable<int>?, CancellationToken)
|
Returns nodal displacements for a loading ID and a result type
|
|
GetNodalMeshForcesAsync(Guid, IEnumerable<int>?, CancellationToken)
|
Returns nodal mesh forces for a loading ID
|
|
GetNodalReactionsAsync(Guid, LoadingResultType, IEnumerable<int>?, CancellationToken)
|
Returns nodal reactions for a loading ID and a result type
|
|
GetNodalSlabForcesAsync(Guid, LoadingResultType, IEnumerable<int>?, CancellationToken)
|
Returns nodal slab forces for a loading ID and a result type
|
|
GetNodalWallForcesAsync(Guid, LoadingResultType, IEnumerable<int>?, CancellationToken)
|
Returns nodal wall forces for a loading ID and a result type
|
|
GetOffsetDisplacementsAsync(Guid, LoadingResultType, IEnumerable<int>?, CancellationToken)
|
Returns displacements at element offsets for a loading ID and a result type
|
|
GetOffsetForcesAsync(Guid, LoadingResultType, IEnumerable<int>?, CancellationToken)
|
Returns offset forces for a loading ID and a result type
|
|
GetResultLineForcesAsync(Guid, LoadingResultType, IEnumerable<int>?, CancellationToken)
|
Returns result line forces for a loading ID and a result type
|
|
GetSolvedLoadingIdsAsync(CancellationToken)
|
Returns a collection of IDs of solved loading
|
|
GetWallLineForcesAsync(Guid, LoadingResultType, IEnumerable<int>?, CancellationToken)
|
Returns wall line forces for a loading ID and a result type
|