SurfaceMeshStatisticType
Surface mesh statistic types. Defines the types of statistics for surface mesh objects.
Import
import ScriptingApi as api
# Access the class
# SurfaceMeshStatisticType is available via api.SurfaceMeshStatisticType
Enumeration Values
Enumeration Type from SurfaceMeshStatisticType
| Value | Description |
|---|---|
SurfaceMeshStatisticType.NumVertices | NumVertices option |
SurfaceMeshStatisticType.NumTriangles | NumTriangles option |
SurfaceMeshStatisticType.NumUniqueEdges | NumUniqueEdges option |
SurfaceMeshStatisticType.NumEstimatedEdges | NumEstimatedEdges option |
SurfaceMeshStatisticType.Volume | Volume option |
SurfaceMeshStatisticType.VolumeFraction | VolumeFraction option |
SurfaceMeshStatisticType.SurfaceArea | SurfaceArea option |
SurfaceMeshStatisticType.SurfaceAreaFraction | SurfaceAreaFraction option |
SurfaceMeshStatisticType.SurfaceAreaToVolumeRatio | SurfaceAreaToVolumeRatio option |
SurfaceMeshStatisticType.ShapeIndex | ShapeIndex option |
SurfaceMeshStatisticType.Sphericity | Sphericity option |
SurfaceMeshStatisticType.Compactness | Compactness option |
SurfaceMeshStatisticType.Diameter | Diameter option |
SurfaceMeshStatisticType.CenterOfMassX | CenterOfMassX option |
SurfaceMeshStatisticType.CenterOfMassY | CenterOfMassY option |
SurfaceMeshStatisticType.CenterOfMassZ | CenterOfMassZ option |
SurfaceMeshStatisticType.BoundingBoxArea | BoundingBoxArea option |
SurfaceMeshStatisticType.BoundingBoxVolume | BoundingBoxVolume option |
SurfaceMeshStatisticType.BoundingBoxDiagonal | BoundingBoxDiagonal option |
SurfaceMeshStatisticType.BoundingBoxSizeX | BoundingBoxSizeX option |
SurfaceMeshStatisticType.BoundingBoxSizeY | BoundingBoxSizeY option |
SurfaceMeshStatisticType.BoundingBoxSizeZ | BoundingBoxSizeZ option |
SurfaceMeshStatisticType.BoundingBoxCenterX | BoundingBoxCenterX option |
SurfaceMeshStatisticType.BoundingBoxCenterY | BoundingBoxCenterY option |
SurfaceMeshStatisticType.BoundingBoxCenterZ | BoundingBoxCenterZ option |
SurfaceMeshStatisticType.NumRegions | NumRegions option |
SurfaceMeshStatisticType.NumBoundaryEdges | NumBoundaryEdges option |
SurfaceMeshStatisticType.NumNonManifoldEdges | NumNonManifoldEdges option |
SurfaceMeshStatisticType.EulerCharacteristic | EulerCharacteristic option |
SurfaceMeshStatisticType.Genus | Genus option |
Usage Example
import ScriptingApi as api
# Access enumeration values
value = api.SurfaceMeshStatisticType.NumVertices