Interface ICAEDocuments
Gives access to Cae documents.
Namespace: TopSolid.Cae.Kernel.Automating
Assembly: TopSolid.Cae.Kernel.Automating.dll
Syntax
[ServiceContract]
[AvailableSinceVersion(7, 19, 15, 0)]
public interface ICAEDocuments
Remarks
This interface is available since v7.17.
Methods
| Name | Description |
|---|---|
| GetMeshTargetSize(DocumentId) | Gets target size of mesh into an analysis preparation document. |
| IsAnalysisPreparationDocument(DocumentId) | Tells whether a document is an analysis preparation document. |
| IsAnalysisResultsDocument(DocumentId) | Tells whether a document is an analysis results document. |
| MeshNeedsRefreshing(DocumentId) | Tells whether the mesh of an analysis preparation document needs to be refreshed. |
| RefreshMesh(DocumentId) | Refresh the mesh of an analysis preparation document. |
| SetMeshTargetSize(DocumentId, SmartReal) | Sets target size for a mesh of an analysis preparation document. |
| Solve(DocumentId, out string) | Launch resolution of an analysis preparation document. |