Skip to main content

VolumeMeshStatisticsResult

Other

Results from volume mesh statistics computation.

Import

import ScriptingApi as api

# Access the class
# VolumeMeshStatisticsResult is available via api.VolumeMeshStatisticsResult

Properties

volume_mesh_name

Name of the volume mesh object analyzed.

Type: str


statistics

Statistics for the volume mesh.

Type: VolumeMeshStatistics


See Also