Skip to main content

Prime Mesh Python client library 2025 R2

SetScopeResults

Last update: 10.09.2025

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

Results associated with the set scope operation.

  • Parameters:

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

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

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

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

Examples

>>> set_scope_results = prime.SetScopeResults(model = model)

Methods

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

Attributes

Name Description
SetScopeResults.error_code Error code associated with the set scope.
SetScopeResults.warning_code Warning code associated with the set scope.

Connect with Ansys