ILoadingRsaSeismic Interface

Represents RSA seismic results of a loading

Namespace:  TSD.API.Remoting.Solver
Assembly:  TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116
Syntax
public interface ILoadingRsaSeismic

The ILoadingRsaSeismic type exposes the following members.

Properties
  NameDescription
Public propertyDisplacementsScaleFactor
Gets the scale factor of displacements
Public propertyForcesScaleFactor
Gets the scale factor of forces
Public propertyModes
Gets the RSA modes
Top
Methods
  NameDescription
Public methodGetEndForcesAsync
Returns a collection of end forces
Public methodGetNodalDisplacementsAsync
Returns a collection of nodal displacements
Public methodGetNodalForcesAsync
Returns a collection of nodal forces
Public methodGetNodalMeshForcesAsync
Returns a collection of nodal mesh forces
Public methodGetOffsetDisplacementsAsync
Returns a collection of displacements at element offsets
Public methodGetResultLineForcesAsync
Returns a collection of result line forces
Public methodGetWallLineForcesAsync
Returns a collection of wall line forces
Top
See Also