    

 ## On this page

  

 

 # ExtractVolumesParams

 Last update: 20.02.2026 

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

### *class* ansys.meshing.prime.ExtractVolumesParams(model=None, create\_zone=None, suggested\_zone\_name=None, json\_data=None, \*\*kwargs)

Parameters to extract flow volumes.

- **Parameters:**
    
    **model: Model**: Model to create a `ExtractVolumesParams` object with default parameters.
    
    **create\_zone: bool, optional**: Option to create zone for flow volumes extracted.
    
    **suggested\_zone\_name: str, optional**: Name suggested for the created zone. If there is a volume zone existing with suggested name, then extracted flow volumes will be added to it.
    
    **json\_data: dict, optional**: JSON dictionary to create a `ExtractVolumesParams` object with provided parameters.

### Examples

```pycon
&gt;&gt;&gt; extract_volumes_params = prime.ExtractVolumesParams(model = model)

```

### Methods

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

NameDescription[`ExtractVolumesParams.create_zone`](ansys.meshing.prime.ExtractVolumesParams.create_zone.md#ansys.meshing.prime.ExtractVolumesParams.create_zone)Option to create zone for flow volumes extracted.[`ExtractVolumesParams.suggested_zone_name`](ansys.meshing.prime.ExtractVolumesParams.suggested_zone_name.md#ansys.meshing.prime.ExtractVolumesParams.suggested_zone_name)Name suggested for the created zone.