FastPointCloud.Subdivide Method

Subdivides the FastPointCloud into a set of smaller ones given a maximum number of points per voxel.
Public Function Subdivide( _ 
ByVal maxNumPoints As Integer
) As FastPointCloud()
This language is not supported or no code example is available.
public FastPointCloud[] Subdivide( 
int maxNumPoints 
)
This language is not supported or no code example is available.

Parameters

maxNumPoints
int

The maximum number of points per voxel.

Return Value

FastPointCloud[]

The list of the smaller FastPointClouds

.NET Framework

Supported in: 4.8

In this article

Definition