MergePointPairs
Allows to merge point pairs from SelectPointPairs and SelectPointPairsWithSplines before passing them to Wrapping. MergePointPairs merges points by names and tries to resolve possible conflicts.
Inputs
- Point Pairs
PointCorrespondences(multiple) An input point pairs to merge.- Geometry Left
Geometry(optional) First preview geometry.- Geometry Right
Geometry(optional) Second preview geometry.
Output
PointCorrespondencesMerged points pairs.
Parameters
- If Has Duplicates:
if different input point pairs have the same name, then…
- Error
exit and print an error.
- Use First
preserve first pair value. Point pairs order is defined by connection order.
- Use Last
override pair value. Point pairs order is defined by connection order.
- Ignore
if any confict occurs, just delete this name from final result set.