Eyeshot 10 WPF API Reference
Subdivide Method

WPF Assembly > devDept.Eyeshot.Entities Namespace > FastPointCloud Class : Subdivide Method
The maximum number of points per voxel.
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

Reference

FastPointCloud Class
FastPointCloud Members