    

 ## On this page

  

 

 # CellStatisticsResults

 Last update: 17.07.2025 

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

### *class* ansys.meshing.prime.CellStatisticsResults(model=None, volume=None, error\_code=None, json\_data=None, \*\*kwargs)

Results of cell statistics information.

- **Parameters:**
    
    **model: Model**: Model to create a `CellStatisticsResults` object with default parameters.
    
    **volume: float, optional**: Cumulative volume of all the cell elements of selected entities.
    
    **error\_code: ErrorCode, optional**: Error code associated with the cell statistics function.
    
    **json\_data: dict, optional**: JSON dictionary to create a `CellStatisticsResults` object with provided parameters.

### Examples

```pycon
&gt;&gt;&gt; cell_statistics_results = prime.CellStatisticsResults(model = model)

```

### Methods

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

NameDescription[`CellStatisticsResults.error_code`](ansys.meshing.prime.CellStatisticsResults.error_code.md#ansys.meshing.prime.CellStatisticsResults.error_code)Error code associated with the cell statistics function.[`CellStatisticsResults.volume`](ansys.meshing.prime.CellStatisticsResults.volume.md#ansys.meshing.prime.CellStatisticsResults.volume)Cumulative volume of all the cell elements of selected entities.