    

 ## On this page

  

 

 # RemoveZoneResults

 Last update: 20.02.2026 

<a id="ansys.meshing.prime.RemoveZoneResults"></a>

### *class* ansys.meshing.prime.RemoveZoneResults(model=None, error\_code=None, warning\_codes=None, json\_data=None, \*\*kwargs)

Results associated with the remove zone operation.

- **Parameters:**
    
    **model: Model**: Model to create a `RemoveZoneResults` object with default parameters.
    
    **error\_code: ErrorCode, optional**: Error code associated with the failure of operation.
    
    **warning\_codes: List\[WarningCode\], optional**: Warning codes associated with the remove zone operation.
    
    **json\_data: dict, optional**: JSON dictionary to create a `RemoveZoneResults` object with provided parameters.

### Examples

```pycon
&gt;&gt;&gt; remove_zone_results = prime.RemoveZoneResults(model = model)

```

### Methods

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

NameDescription[`RemoveZoneResults.error_code`](ansys.meshing.prime.RemoveZoneResults.error_code.md#ansys.meshing.prime.RemoveZoneResults.error_code)Error code associated with the failure of operation.[`RemoveZoneResults.warning_codes`](ansys.meshing.prime.RemoveZoneResults.warning_codes.md#ansys.meshing.prime.RemoveZoneResults.warning_codes)Warning codes associated with the remove zone operation.