Interface IModelBase
Contains common functionality of Tekla Structural Designer solver models
Namespace: TSD.API.Remoting.Solver
Assembly: TSD.API.Remoting.dll
Syntax
public interface IModelBase
Methods
| Name | Description |
|---|---|
| GetDiaphragmsAsync(IEnumerable<int>?, CancellationToken) | Returns a collection of IDiaphragm instances |
| GetElements1DAsync(IEnumerable<int>?, CancellationToken) | Returns a collection of IElement1D instances |
| GetElements2DAsync(IEnumerable<int>?, CancellationToken) | Returns a collection of IElement2D instances |
| GetEntityCollectionAsync(ModelEntityType, CancellationToken) | Returns a collection of model entities of given entity type |
| GetNodesAsync(IEnumerable<int>?, CancellationToken) | Returns a collection of INode instances |
| GetPanelsAsync(IEnumerable<int>?, CancellationToken) | Returns a collection of IPanel instances |
| GetResultLinesAsync(IEnumerable<int>?, CancellationToken) | Returns a collection of IResultLine instances |
| GetWallLinesAsync(IEnumerable<int>?, CancellationToken) | Returns a collection of IWallLine instances |