Search Results for

    Show / Hide Table of Contents

    Method GetMaterialElasticLimit

    GetMaterialElasticLimit(DocumentId)

    Gets the material elastic limit from a result document.

    Declaration
    [OperationContract]
    [AvailableSinceVersion(7, 19, 15, 0)]
    Real GetMaterialElasticLimit(DocumentId inDocumentId)
    Parameters
    Type Name Description
    DocumentId inDocumentId

    Identifier of the document to analyze.

    Returns
    Type Description
    Real

    The value of the elastic limit.

    Remarks

    This method is available since v7.19.

    Examples
    DocumentId docId = TopSolidHost.Documents.EditedDocument;
    Real elasticLimit = TopSolidCaeHost.Results.GetMaterialElasticLimit(docId);
    In this article
    Back to top
    • Term of use
    • Corporate information
    • Privacy Policy - GDPR

    Copyright ©2025 TopSolid - All rights reserved.