List of my modules...
Module: Points_In_Pairs
Description:
Given two sets of input points of arbitrary size, this module creates two new sets, of same size (the minimum of the two input ones), where the ith point of the first output set is paired to the ith in the second. The approach used is a nearest neighbours one : the two closest points are paired up first, then the following closest, and so on.
Example : the image on the left shows the two input sets. The image on the right shows the output sets, where the points' order has been rearranged for the pairing up.
Connections:
Points
[required]
First set of points.
More points
[required]
Second set of points.
Ports:
Now

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