Interface ILoadingRsaSeismic
Represents RSA seismic results of a loading
Namespace: TSD.API.Remoting.Solver
Assembly: TSD.API.Remoting.dll
Syntax
public interface ILoadingRsaSeismic
Properties
| Name | Description |
|---|---|
| DisplacementsScaleFactor | Gets the scale factor of displacements |
| ForcesScaleFactor | Gets the scale factor of forces |
| Modes | Gets the RSA modes |
Methods
| Name | Description |
|---|---|
| GetEndForcesAsync(IEnumerable<int>, CancellationToken) | Returns a collection of end forces |
| GetNodalDisplacementsAsync(IEnumerable<int>, CancellationToken) | Returns a collection of nodal displacements |
| GetNodalForcesAsync(IEnumerable<int>, CancellationToken) | Returns a collection of nodal forces |
| GetNodalMeshForcesAsync(IEnumerable<int>, CancellationToken) | Returns a collection of nodal mesh forces |
| GetOffsetDisplacementsAsync(IEnumerable<int>, CancellationToken) | Returns a collection of displacements at element offsets |
| GetResultLineForcesAsync(IEnumerable<int>, CancellationToken) | Returns a collection of result line forces |
| GetWallLineForcesAsync(IEnumerable<int>, CancellationToken) | Returns a collection of wall line forces |