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
CellStatisticsParamsobject with default parameters.- get_volume: bool, optional
Provides option to compute and get cumulative cell volume of all element.
- json_data: dict, optional
JSON dictionary to create a
CellStatisticsParamsobject with provided parameters.
Examples
>>> cell_statistics_params = prime.CellStatisticsParams(model = model)
Methods
Print the default values of
CellStatisticsParamsobject.CellStatisticsParams.set_default([get_volume])Set the default values of the
CellStatisticsParamsobject.Attributes
Provides option to compute and get cumulative cell volume of all element.