Skip to main content

Prime Mesh Python client library 2025 R2 SP04

SetParamsResults

Last update: 20.02.2026

class ansys.meshing.prime.SetParamsResults(model=None, error_code=None, warning_code=None, json_data=None, **kwargs)

Results associated with the set parameters operation.

  • Parameters:

    model: Model : Model to create a SetParamsResults object with default parameters.

    error_code: ErrorCode, optional : Error code associated with the set parameters operation.

    warning_code: WarningCode, optional : Warning code associated with the set parameters operation.

    json_data: dict, optional : JSON dictionary to create a SetParamsResults object with provided parameters.

Examples

>>> set_params_results = prime.SetParamsResults(model = model)

Methods

Name Description
SetParamsResults.print_default() Print the default values of SetParamsResults object.
SetParamsResults.set_default([error_code, ...]) Set the default values of the SetParamsResults object.

Attributes

Name Description
SetParamsResults.error_code Error code associated with the set parameters operation.
SetParamsResults.warning_code Warning code associated with the set parameters operation.

Connect with Ansys