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

In This Topic
    SpatialSubdivision Method (QuadTree)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overridable Sub SpatialSubdivision( _
       ByVal parent As QuadEntityDataNode, _
       ByVal indexOfElements As HashSet(Of Integer), _
       ByVal maxTriCount As Integer, _
       ByRef trCount As Integer, _
       ByVal worker As BackgroundWorker _
    ) 
    protected virtual void SpatialSubdivision( 
       QuadEntityDataNode parent,
       HashSet<int> indexOfElements,
       int maxTriCount,
       ref int trCount,
       BackgroundWorker worker
    )

    Parameters

    parent
    indexOfElements
    maxTriCount
    trCount
    worker
    See Also