Staircase-Aware Smoothing of Medical Surface Meshes
Calculates the mean curvature of a mesh.

Declaration Syntax
public static float[] CalculateCurvature(
BusyWindow busyWindow,
Mesh mesh
)
Public Shared Function CalculateCurvature ( _
busyWindow As BusyWindow, _
mesh As Mesh _
) As Single()
public:
static array<float>^ CalculateCurvature(
BusyWindow^ busyWindow,
Mesh^ mesh
)

Parameters
- busyWindow (BusyWindow)
- If a BusyWindow instance is provided, the progress
of the method is shown there. May be null.
- mesh (Mesh)
- The mesh to be processed.

Return Value
The per-vertex roughness of the mesh calculated as
1 - mean curvature.
Assembly:
Visualisierung2 (Module: Visualisierung2) Version: 1.0.0.0 (1.0.0.0)