MergePoints
From SOFAWiki
This engine returns a meged list of positions, given 2 primary lists.
Input Data's
- X1
- positions of the 1st object.
- X2
- positions of the 2nd object.
Output Data's
- points
- a new list of positions, containing the 2 previous lists
- indices1
- indices of the 1st position list in the new list
- indices2
- indices of the 2nd position list in the new list
Examples
See multi-engines example.
