10-09-2019, 02:42 PM
You can apply a general position offset with a Spread operator, after using Birth Flow to merge flow#1 into flow#2.
If the relative position cannot be achieved with a Spread operator, you'll need to use a more complex setup with a Script operator to transfer relative surface locations by saving the nearest face index and barycentric coordinates to custom data channels, then using those measurements to determine where on the second surface particles should be placed.
If the relative position cannot be achieved with a Spread operator, you'll need to use a more complex setup with a Script operator to transfer relative surface locations by saving the nearest face index and barycentric coordinates to custom data channels, then using those measurements to determine where on the second surface particles should be placed.