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

In This Topic
    QuadTree Constructor(QuadTree)
    In This Topic
    Build Octree from other (to build OrientedOctree quickly). The resulting Octree should be Read Only. (For internal use only)
    Syntax
    'Declaration
     
    Protected Friend Function New( _
       ByVal other As QuadTree _
    )
    protected internal QuadTree( 
       QuadTree other
    )

    Parameters

    other
    See Also