Octree(Mesh, Int32) Constructor

Initializes a new instance of the Octree class. Constructor with possibility to define an integer for maximum number of triangles per Octant.
Public Sub New( _ 
ByVal mesh As Mesh, _ 
ByVal limit As Integer
)
This language is not supported or no code example is available.
public Octree( 
Mesh mesh
int limit 
)
This language is not supported or no code example is available.

Parameters

mesh
Mesh

The mesh.

limit
int

Maximum number of triangles per Octant.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition