IModel Interface

Represents solver model of TSD

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

The IModel type exposes the following members.

Properties
  NameDescription
Public propertyAnalysisType
Gets the type of analysis this model applies to
Public propertyId
Gets the ID
(Inherited from IHaveId.)
Top
Methods
  NameDescription
Public methodGetDiaphragmsAsync
Returns a collection of IDiaphragm instances
Public methodGetElements1DAsync
Returns a collection of IElement1D instances
Public methodGetElements2DAsync
Returns a collection of IElement2D instances
Public methodGetEntityCollectionAsync
Returns a collection of model entities of given entity type
Public methodGetNodesAsync
Returns a collection of INode instances
Public methodGetPanelsAsync
Returns a collection of IPanel instances
Public methodGetResultLinesAsync
Returns a collection of IResultLine instances
Public methodGetResultsAsync
Returns the analysis results
Public methodGetWallLinesAsync
Returns a collection of IWallLine instances
Top
See Also