Method GetMeshTargetSize
GetMeshTargetSize(DocumentId)
Gets target size of mesh into an analysis preparation document.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 19, 15, 0)]
SmartReal GetMeshTargetSize(DocumentId inDocumentId)
Parameters
| Type | Name | Description |
|---|---|---|
| DocumentId | inDocumentId | Identifier of the preparation document. |
Returns
| Type | Description |
|---|---|
| SmartReal | The target size of the mesh. |
Remarks
This method is available since v7.19.
Examples
DocumentId docId = TopSolidHost.Documents.EditedDocument;
SmartReal meshSize =TopSolidCaeHost.Documents.GetMeshTargetSize(docId);