Staircase-Aware Smoothing of Medical Surface Meshes
Adds a list of RenderEffectNodes to the effect. Each list of nodes
is drawn into an own screen segment.

Declaration Syntax
public void AddNodeList(
List<RenderEffectNode> nodeList,
SplitObjectEffectElementDelegate initialization,
Label label
)
Public Sub AddNodeList ( _
nodeList As List(Of RenderEffectNode), _
initialization As SplitObjectEffectElementDelegate, _
label As Label _
)
public:
void AddNodeList(
List<RenderEffectNode^>^ nodeList,
SplitObjectEffectElementDelegate^ initialization,
Label^ label
)

Parameters
- nodeList (List<(Of <(<'RenderEffectNode>)>)>)
- A list of RenderEffectNodes containing the drawable
objects.
- initialization (SplitObjectEffectElementDelegate)
- A delegate that is called prior to drawing the
objects of the list.
- label (Label)
- A label that is used as title for the screen segment.
May be null.
Assembly:
Visualisierung2 (Module: Visualisierung2) Version: 1.0.0.0 (1.0.0.0)