Description
Specifies the sampling ratio of RFDocument.Import method. When import a point cloud file, it is possible to reduce the number of points. This method is used to import very large point cloud data files.
Syntax
Function RFDocument.SetImportSamplingRatio(ratio As Double) As RFErrorCode
The SetImportSamplingRatio syntax has these parts:
| Part | Description |
|---|---|
| ratio | [IN] Double Required. Resample ratio(%) of data file. |
Remarks