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

In This Topic
    Octree Constructor
    In This Topic
    Overload List
    OverloadDescription
    Initializes a new instance of the Octree class. Standard Constructor that defines the maximum number of triangles per Octant as (Mesh.Triangles.Length / 100).  
    Empty constructor - for internal use only.  
    Build Octree from other (to build OrientedOctree quickly). The resulting Octree should be Read Only. (For internal use only)  
    Initializes a new instance of the Octree class. Constructor with possibility to define an integer for maximum number of triangles per Octant.  
    See Also