PointsToPointPairs
Converts two sets of points NamedPointsOnTriangle
into PointCorrespondences
. The node can match corresponding points by name or by alphabetical order.
Editor
PointsToPointPairs node has a visual editor where matched point correspondences are displayed. All the points that can’t find a pair are marked in red.
Inputs
- Left Points
NamedPointsOnTriangle
First array of named points- Right Points
NamedPointsOnTriangle
Second array of named points
Output
PointCorrespondences
Point correspondences
Parameters
- Match by:
- Name
matches points by their name. The match is case sensitive.
- Alphabetical Order
matches points by alphabetical order.
- If no pair:
- Ignore
points without pair are excluded from resulting array.
- Error
the node returns error if any point without a pair is found.