Staircase-Aware Smoothing of Medical Surface Meshes
Calculates the vertex orientations based on the highest orientation change of
adjacent faces relative to the stack orientation.

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

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.
- faceOrientations (array<Single>[]()[][])
- Mapped per-vertex face orientations relative to
the stack orientation.

Return Value
The per-vertex orientation changes of adjacent faces.
Assembly:
Visualisierung2 (Module: Visualisierung2) Version: 1.0.0.0 (1.0.0.0)