Description
Deletes noisy vertices in a specified shell and returns an RFErrorCode value indicating whether an error occurs.
Syntax
Function RFPointTools.FilterNoisePoints(shellID As RFEntityID, bAutoDist As Boolean, dMinClusterDist As Double, iMaxClusterSize As Long) As RFErrorCode
The FilterNoisePoints syntax has these parts:
| Part | Description |
|---|---|
| shellID | [IN] RFEntityID Required. Shell's RFEntityID to filter. |
| bAutoDist | [IN] Boolean Required. Whether it calculates minimum cluster distance automatically or not. |
| dMinClusterDist | [IN] Double Required. Minimum distance between clusters. |
| iMaxClusterSize | [IN] Long Required. Maximum number of points regarded as noise cluster. |
Remarks