Mesh.BuildOctree Method

Builds octree's data.
Public Sub BuildOctree( _ 
Optional ByVal maxNumTriangles As Integer = 1000 _ 
)
This language is not supported or no code example is available.
public void BuildOctree( 
int maxNumTriangles = 1000 
)
This language is not supported or no code example is available.

Parameters

maxNumTriangles
int

Maximum number of triangles per octant

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition