Initializes octree according to given spatial area.
Namespace: Ico.Windows.Media.Media3DAssembly: Ico3DControlsLibrary (in Ico3DControlsLibrary.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public Octree(
Rect3D area,
int leafElements
) |
Visual Basic |
---|
Public Sub New ( _
area As Rect3D, _
leafElements As Integer _
) |
JScript |
---|
public function Octree(
area : Rect3D,
leafElements : int
) |
Parameters
- area
- Type: System.Windows.Media.Media3D..::..Rect3D
Area covered by the octree (must be non-empty).
- leafElements
- Type: System..::..Int32
Max. number of elements in leaves (must be higher or equal to 1).
See Also