Octree.SpatialSubdivision Method

Protected Overrides Sub SpatialSubdivision( _ 
ByVal parent As QuadEntityDataNode, _ 
ByVal indexOfTriangles As HashSet(Of Integer), _ 
ByVal maxTriCount As Integer, _ 
ByRef trCount As Integer, _ 
ByVal worker As BackgroundWorker
)
This language is not supported or no code example is available.
protected override void SpatialSubdivision( 
QuadEntityDataNode parent
HashSet<int> indexOfTriangles
int maxTriCount
ref int trCount
BackgroundWorker worker 
)
This language is not supported or no code example is available.

Parameters

parent
QuadEntityDataNode

indexOfTriangles
HashSet<int>

maxTriCount
int

trCount
int

worker
BackgroundWorker

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition