Adds element to certain position in the octree. Note that positions outside the octree area will be ignored!

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

Syntax

C#
public void Add(
	Point3D position,
	T t
)
Visual Basic
Public Sub Add ( _
	position As Point3D, _
	t As T _
)
JScript
public function Add(
	position : Point3D, 
	t : T
)

Parameters

position
Type: System.Windows.Media.Media3D..::..Point3D
Position of the object.
t
Type: T
Reference to the object.

See Also