FastPointCloud.CenterDownsampling Method

Performs a center downsampling to this fastpointcloud.
Public Sub CenterDownsampling( _ 
ByVal voxelSize As Double
)
This language is not supported or no code example is available.
public void CenterDownsampling( 
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