Description
Deletes vertices in a specified shell uniformly to reduce the point cloud density, and returns an RFErrorCode value indicating whether an error occurs.
Syntax
Function RFPointTools.SamplePointsSimple(shellID As RFEntityID, dPercentage As Double, iSamplingType As RFSamplingType) As RFErrorCode
The SamplePointsSimple syntax has these parts:
| Part | Description |
|---|---|
| shellID | [IN] RFEntityID Required. Shell's RFEntityID to remove vertices. |
| dPercentage | [IN] Double Required. Reduction ratio in percentage. |
| iSamplingType | [IN] RFSamplingType Required. Sampling type. |
Remarks