Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / Octree Class
Members

In This Topic
    Octree Class
    In This Topic
    This class help divide the Mesh's space in 8 parts, each one with a definite number of Triangles.
    Syntax
    'Declaration
     
    Public Class Octree 
       Inherits QuadTree
    public class Octree : QuadTree 
    Inheritance Hierarchy

    System.Object
       devDept.Eyeshot.WorkUnit
          devDept.Eyeshot.QuadTree
             devDept.Eyeshot.Octree

    See Also