Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / QuadTree Class / QuadTree Constructor / QuadTree Constructor(Entity)

In This Topic
    QuadTree Constructor(Entity)
    In This Topic
    Initializes a new instance of the Octree class. Standard Constructor that defines the maximum number of triangles per Octant as (Mesh.Triangles.Length / 100).
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal entity As Entity _
    )
    public QuadTree( 
       Entity entity
    )

    Parameters

    entity
    See Also