Description
Deletes redundant vertices in a specified shell and returns an RFErrorCode value indicating whether an error occurs.
Syntax
Function RFPointTools.FilterRedundancy(shellID As RFEntityID, radius As Double) As RFErrorCode
The FilterRedundancy syntax has these parts:
| Part | Description |
|---|---|
| shellID | [IN] RFEntityID Required. Shell's RFEntityID to filter. |
| radius | [IN] Double Required. Distance criteria to determine whether vertices are redundant or not. |
Remarks