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

In This Topic
    SpatialSubdivision Method (Octree)
    In This Topic
    Syntax
    'Declaration
     
    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 _
    ) 
    protected override void SpatialSubdivision( 
       QuadEntityDataNode parent,
       HashSet<int> indexOfTriangles,
       int maxTriCount,
       ref int trCount,
       BackgroundWorker worker
    )

    Parameters

    parent
    indexOfTriangles
    maxTriCount
    trCount
    worker
    See Also