SurfaceMeshStatisticsResult
Results from surface mesh statistics computation.
Import
import ScriptingApi as api
# Access the class
# SurfaceMeshStatisticsResult is available via api.SurfaceMeshStatisticsResult
Properties
surface_name
Name of the surface object analyzed.
Type: str
statistics
A list of api.SurfaceMeshStatistics() - Statistics for the whole surface or per-region statistics. Use api.SurfaceMeshStatistics()
Type: list