CellStatisticsResults#

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

>>> cell_statistics_results = prime.CellStatisticsResults(model = model)

Methods

CellStatisticsResults.print_default()

Print the default values of CellStatisticsResults object.

CellStatisticsResults.set_default([volume, ...])

Set the default values of the CellStatisticsResults object.

Attributes

CellStatisticsResults.error_code

Error code associated with the cell statistics function.

CellStatisticsResults.volume

Cumulative volume of all the cell elements of selected entities.