Description
Thins vertices in a specified shell and returns an RFErrorCode value indicating whether an error occurs.
Syntax
Function RFPointTools.ThinPointsOfShell(shellID As RFEntityID, dSearchRadius As Double) As RFErrorCode
The ThinPointsOfShell syntax has these parts:
| Part | Description |
|---|---|
| shellID | [IN] RFEntityID Required. Shell's RFEntityID to thin. |
| dSearchRadius | [IN] Double Required. Distance criteria to search vertices located nearby. |
Remarks