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

In This Topic
    Octree Constructor(Mesh)
    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 mesh As Mesh _
    )
    public Octree( 
       Mesh mesh
    )

    Parameters

    mesh
    The mesh.
    See Also