Module: Surface Statistics ()
This module takes a Surface as its input and computes the statistics of that surface. The resulting data is displayed in a Spreadsheet. Data computed with this module:
- Num points: Number of points in the surface object.
- Num faces: Number of faces in the surface object.
- Num patches: Number of patches in the surface object.
- Num contours: Number of contours in the surface object.
- Num edges: Number of edges in the surface object.
- Num Center: Coordinates of the center of the surface object.
- Min edge length: Minimum edge length in the surface object.
- Max edge length: Maximum edge length in the surface object.
- Mean edge length: Average edge length in the surface object.
- Genus: An integer representing the maximum number of cuttings along non-intersecting closed simple curves without rendering the resultant manifold disconnected.
- Euler-Poincare: A number that describes a topological space's shape or structure regardless of the way it is bent.
Data [required]
The surface to be investigated.