List of my modules...
Module: Merge Close Points
Description:
Merges points that are closer than a given distance.
Left image : original set of points; right image : output set. the places circled in red shows the points that have been merged.
Connections:
Points
[required]
The input set of points.
Ports:
Distance

Set the distance below which points are to be merged.
Merge

Push this button to apply the merging.
Commands:
Additional options can be accessed when typing in the console Merge_Close_Points COMMAND_NAME.
create
Runs the computation. Returns the name of the output, so it can be used in a script, such as set RESULT [Merge_Close_Points create].