Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / Octree Class / Octree Constructor / Octree Constructor(Mesh,Int32)
The mesh.
Maximum number of triangles per Octant.

In This Topic
    Octree Constructor(Mesh,Int32)
    In This Topic
    Initializes a new instance of the Octree class. Constructor with possibility to define an integer for maximum number of triangles per Octant.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal mesh As Mesh, _
       ByVal limit As Integer _
    )
    public Octree( 
       Mesh mesh,
       int limit
    )

    Parameters

    mesh
    The mesh.
    limit
    Maximum number of triangles per Octant.
    See Also