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

In This Topic
    Octree Constructor(Octree)
    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 Octree _
    )
    protected internal Octree( 
       Octree other
    )

    Parameters

    other
    See Also