FastPointCloud.ZoomFitSpeed Property

Gets or sets the number of points skipped during zoom fit and bounding box computation.
Public Property ZoomFitSpeed() As Integer
This language is not supported or no code example is available.
public int ZoomFitSpeed {get; set;}
This language is not supported or no code example is available.

Property Value

int
Remarks
 

This value indicates how often a point is chosen. In practice, we take one, discard 'n' and then take another, and so on.

Set to 0 for accurate ZoomFit and bounding box, increase for better performance.

.NET Framework

Supported in: 4.8

In this article

Definition