Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / FastPointCloud Class / CenterDownsampling Method
The size of the single voxel for the grid filter.

In This Topic
    CenterDownsampling Method
    In This Topic
    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