Interface IRsaMode
Represents response spectrum analysis mode
Namespace: TSD.API.Remoting.Solver
Assembly: TSD.API.Remoting.dll
Syntax
public interface IRsaMode
Properties
| Name | Description |
|---|---|
| BaseShear | Gets the base shear (in [N]) |
| Frequency | Gets the frequency (in [Hz]) |
| ParticipationMass | Gets the participation mass |
| VibrationMode | Gets the vibration mode index |
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 |