FastPointCloud.CentroidDownsampling Method

Performs a centroid downsampling to this fastpointcloud.
Public Sub CentroidDownsampling( _ 
ByVal voxelSize As Double
)
This language is not supported or no code example is available.
public void CentroidDownsampling( 
double voxelSize 
)
This language is not supported or no code example is available.

Parameters

voxelSize
double

The size of the single voxel for the grid filter.

Remarks
 
You need to call Environment.Entities.Regen() to see the effect of this command.

.NET Framework

Supported in: 4.8

In this article

Definition