IModel Interface |
Represents solver model of TSD
Namespace: TSD.API.Remoting.Solver
Assembly: TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 23.1.0.154
Syntax
The IModel type exposes the following members.
Properties
Name | Description | |
---|---|---|
AnalysisType | Gets the type of analysis this model applies to | |
Id |
Gets the ID
(Inherited from IHaveId) |
Methods
Name | Description | |
---|---|---|
GetDiaphragmsAsync | Returns a collection of IDiaphragm instances | |
GetElements1DAsync | Returns a collection of IElement1D instances | |
GetElements2DAsync | Returns a collection of IElement2D instances | |
GetEntityCollectionAsync | Returns a collection of model entities of given entity type | |
GetNodesAsync | Returns a collection of INode instances | |
GetPanelsAsync | Returns a collection of IPanel instances | |
GetResultLinesAsync | Returns a collection of IResultLine instances | |
GetResultsAsync | Returns the analysis results | |
GetWallLinesAsync | Returns a collection of IWallLine instances |
See Also