Interface IModel
Represents solver model of TSD
Inherited Members
Namespace: TSD.API.Remoting.Solver
Assembly: TSD.API.Remoting.dll
Syntax
public interface IModel : IModelBase, IHaveId
Properties
| Name | Description |
|---|---|
| AnalysisType | Gets the type of analysis this model applies to |
Methods
| Name | Description |
|---|---|
| GetCentreOfMassAndRigidityResultsAsync(Guid, CancellationToken) | Returns the centre of mass and rigidity results for a specific loading |
| GetResultsAsync(CancellationToken) | Returns the analysis results |