Internal representation of an octree node.

Namespace: Ico.Windows.Media.Media3D
Assembly: Ico3DControlsLibrary (in Ico3DControlsLibrary.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public class Node : IDisposable
Visual Basic
Public Class Node _
	Implements IDisposable
JScript
public class Node implements IDisposable

Remarks

The class is only intended to provide the octree structure, whereas the logic (adding/removing objects, expanding, collapsing) should be implemented in the octree class itself.

Inheritance Hierarchy

System..::..Object
  Ico.Windows.Media.Media3D..::..Octree<(Of <(<'T>)>)>..::..Node

See Also