VolumeMeshStatisticType
Volume mesh statistic types. Defines the types of statistics for volume mesh (tetrahedral mesh) objects.
Import
import ScriptingApi as api
# Access the class
# VolumeMeshStatisticType is available via api.VolumeMeshStatisticType
Enumeration Values
Enumeration Type from VolumeMeshStatisticType
| Value | Description |
|---|---|
VolumeMeshStatisticType.NumVertices | NumVertices option |
VolumeMeshStatisticType.NumCells | NumCells option |
VolumeMeshStatisticType.NumTetrahedra | NumTetrahedra option |
VolumeMeshStatisticType.NumHexahedra | NumHexahedra option |
VolumeMeshStatisticType.NumWedges | NumWedges option |
VolumeMeshStatisticType.NumPyramids | NumPyramids option |
VolumeMeshStatisticType.NumPolyhedra | NumPolyhedra option |
VolumeMeshStatisticType.NumOtherCells | NumOtherCells option |
VolumeMeshStatisticType.NumEdges | NumEdges option |
VolumeMeshStatisticType.NumFaces | NumFaces option |
VolumeMeshStatisticType.TotalVolume | TotalVolume option |
VolumeMeshStatisticType.VolumeFraction | VolumeFraction option |
VolumeMeshStatisticType.SurfaceArea | SurfaceArea option |
VolumeMeshStatisticType.SurfaceAreaFraction | SurfaceAreaFraction option |
VolumeMeshStatisticType.SurfaceAreaToVolumeRatio | SurfaceAreaToVolumeRatio option |
VolumeMeshStatisticType.ShapeIndex | ShapeIndex option |
VolumeMeshStatisticType.Sphericity | Sphericity option |
VolumeMeshStatisticType.Compactness | Compactness option |
VolumeMeshStatisticType.Diameter | Diameter option |
VolumeMeshStatisticType.CenterOfMassX | CenterOfMassX option |
VolumeMeshStatisticType.CenterOfMassY | CenterOfMassY option |
VolumeMeshStatisticType.CenterOfMassZ | CenterOfMassZ option |
VolumeMeshStatisticType.BoundingBoxArea | BoundingBoxArea option |
VolumeMeshStatisticType.BoundingBoxVolume | BoundingBoxVolume option |
VolumeMeshStatisticType.BoundingBoxDiagonal | BoundingBoxDiagonal option |
VolumeMeshStatisticType.BoundingBoxSizeX | BoundingBoxSizeX option |
VolumeMeshStatisticType.BoundingBoxSizeY | BoundingBoxSizeY option |
VolumeMeshStatisticType.BoundingBoxSizeZ | BoundingBoxSizeZ option |
VolumeMeshStatisticType.BoundingBoxCenterX | BoundingBoxCenterX option |
VolumeMeshStatisticType.BoundingBoxCenterY | BoundingBoxCenterY option |
VolumeMeshStatisticType.BoundingBoxCenterZ | BoundingBoxCenterZ option |
VolumeMeshStatisticType.NumRegions | NumRegions option |
VolumeMeshStatisticType.NumBoundaryFaces | NumBoundaryFaces option |
Usage Example
import ScriptingApi as api
# Access enumeration values
value = api.VolumeMeshStatisticType.NumVertices