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
Print the default values of
CellStatisticsParams
object.CellStatisticsParams.set_default
([get_volume])Set the default values of the
CellStatisticsParams
object.Attributes
Provides option to compute and get cumulative cell volume.