IFloorAnalysisSolverModel Interface

Represents a solver model associated with floor analysis model

Namespace: TSD.API.Remoting.FloorAnalysis
Assembly: TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 24.0.1.45+53a79b69d75fb81c51fcd389e0bdcf241e5b9f7c
Syntax
public interface IFloorAnalysisSolverModel : IModelBase

The IFloorAnalysisSolverModel type exposes the following members.

Methods
 NameDescription
Public methodGetDiaphragmsAsync Returns a collection of IDiaphragm instances
(Inherited from IModelBase)
Public methodGetElements1DAsync Returns a collection of IElement1D instances
(Inherited from IModelBase)
Public methodGetElements2DAsync Returns a collection of IElement2D instances
(Inherited from IModelBase)
Public methodGetEntityCollectionAsync Returns a collection of model entities of given entity type
(Inherited from IModelBase)
Public methodGetModeShapesByNodeAsync Returns mode shapes for a loading with given ID and specified mode
Public methodGetNodesAsync Returns a collection of INode instances
(Inherited from IModelBase)
Public methodGetPanelsAsync Returns a collection of IPanel instances
(Inherited from IModelBase)
Public methodGetResultLinesAsync Returns a collection of IResultLine instances
(Inherited from IModelBase)
Public methodGetVibrationModesAsync Returns vibration modes for a loading with given ID
Public methodGetWallLinesAsync Returns a collection of IWallLine instances
(Inherited from IModelBase)
Top
See Also
Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next