Search Results for

    Show / Hide Table of Contents

    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);
    In this article
    Back to top
    • Term of use
    • Corporate information
    • Privacy Policy - GDPR

    Copyright ©2025 TopSolid - All rights reserved.