    

 ## On this page

  

 

 # SetScopeResults

 Last update: 17.07.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

```pycon
&gt;&gt;&gt; set_scope_results = prime.SetScopeResults(model = model)

```

### Methods

NameDescription[`SetScopeResults.print_default`](ansys.meshing.prime.SetScopeResults.print_default.md#ansys.meshing.prime.SetScopeResults.print_default)()Print the default values of `SetScopeResults` object.[`SetScopeResults.set_default`](ansys.meshing.prime.SetScopeResults.set_default.md#ansys.meshing.prime.SetScopeResults.set_default)(\[error\_code, ...\])Set the default values of the `SetScopeResults` object.### Attributes

NameDescription[`SetScopeResults.error_code`](ansys.meshing.prime.SetScopeResults.error_code.md#ansys.meshing.prime.SetScopeResults.error_code)Error code associated with the set scope.[`SetScopeResults.warning_code`](ansys.meshing.prime.SetScopeResults.warning_code.md#ansys.meshing.prime.SetScopeResults.warning_code)Warning code associated with the set scope.