IFloor |
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
The IFloorAnalysisSolverModel type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetDiaphragmsAsync |
Returns a collection of IDiaphragm instances
(Inherited from IModelBase) | |
GetElements1DAsync |
Returns a collection of IElement1D instances
(Inherited from IModelBase) | |
GetElements2DAsync |
Returns a collection of IElement2D instances
(Inherited from IModelBase) | |
GetEntityCollectionAsync |
Returns a collection of model entities of given entity type
(Inherited from IModelBase) | |
GetModeShapesByNodeAsync | Returns mode shapes for a loading with given ID and specified mode | |
GetNodesAsync |
Returns a collection of INode instances
(Inherited from IModelBase) | |
GetPanelsAsync |
Returns a collection of IPanel instances
(Inherited from IModelBase) | |
GetResultLinesAsync |
Returns a collection of IResultLine instances
(Inherited from IModelBase) | |
GetVibrationModesAsync | Returns vibration modes for a loading with given ID | |
GetWallLinesAsync |
Returns a collection of IWallLine instances
(Inherited from IModelBase) |
See Also