CellStatisticsParams#

class ansys.meshing.prime.CellStatisticsParams(model=None, get_volume=None, json_data=None, **kwargs)#

Parameters used to calculate cell statistics.

Parameters:
model: Model

Model to create a CellStatisticsParams object with default parameters.

get_volume: bool, optional

Provides option to compute and get cumulative cell volume.

json_data: dict, optional

JSON dictionary to create a CellStatisticsParams object with provided parameters.

Examples

>>> cell_statistics_params = prime.CellStatisticsParams(model = model)

Methods

CellStatisticsParams.print_default()

Print the default values of CellStatisticsParams object.

CellStatisticsParams.set_default([get_volume])

Set the default values of the CellStatisticsParams object.

Attributes

CellStatisticsParams.get_volume

Provides option to compute and get cumulative cell volume.