Eyeshot 10 WinForms API Reference
CenterDownsampling Method

WinForms Assembly > devDept.Eyeshot.Entities Namespace > FastPointCloud Class : CenterDownsampling Method
The size of the single voxel for the grid filter.
Performs a center downsampling to this fastpointcloud.
Syntax
'Declaration
 
Public Sub CenterDownsampling( _
   ByVal voxelSize As Double _
) 
public void CenterDownsampling( 
   double voxelSize
)

Parameters

voxelSize
The size of the single voxel for the grid filter.
Remarks
You need to call ViewportLayout.Entities.Regen() to see the effect of this command.
See Also

Reference

FastPointCloud Class
FastPointCloud Members