IModel Interface

Represents solver model of TSD

Namespace: TSD.API.Remoting.Solver
Assembly: TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 24.0.1.45+53a79b69d75fb81c51fcd389e0bdcf241e5b9f7c
Syntax
public interface IModel : IModelBase, 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
(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 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 methodGetResultsAsync Returns the analysis results
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