Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / FastPointCloud Class / Subdivide Method
The maximum number of points per voxel.

In This Topic
    Subdivide Method
    In This Topic
    Subdivides the FastPointCloud into a set of smaller ones given a maximum number of points per voxel.
    Syntax
    'Declaration
     
    Public Function Subdivide( _
       ByVal maxNumPoints As Integer _
    ) As FastPointCloud()
    public FastPointCloud[] Subdivide( 
       int maxNumPoints
    )

    Parameters

    maxNumPoints
    The maximum number of points per voxel.

    Return Value

    The list of the smaller FastPointClouds
    See Also