Method MeshNeedsRefreshing
MeshNeedsRefreshing(DocumentId)
Tells whether the mesh of an analysis preparation document needs to be refreshed.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 19, 15, 0)]
bool MeshNeedsRefreshing(DocumentId inDocumentId)
Parameters
| Type | Name | Description |
|---|---|---|
| DocumentId | inDocumentId | Identifier of the document to analyze. |
Returns
| Type | Description |
|---|---|
| bool | Whether mesh needs to be refreshed. |
Remarks
This method is available since v7.19.
Examples
DocumentId docId = TopSolidHost.Documents.EditedDocument;
string needsRefreshing = TopSolidCaeHost.Documents.MeshNeedsRefreshing(docId);