RFPointTools.FilterNoisePoints



Your Ad Here

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 [INRFEntityID Required. Shell's RFEntityID to filter.
bAutoDist [INBoolean Required. Whether it calculates minimum cluster distance automatically or not.
dMinClusterDist [INDouble Required. Minimum distance between clusters.
iMaxClusterSize [INLong Required. Maximum number of points regarded as noise cluster.

Remarks

Return to Rapidform Index


Your Ad Here