Placing spawn particle on the Random face center of parent? - Printable Version +- tyFlow Forum (https://forum.tyflow.com) +-- Forum: tyFlow Discussion (https://forum.tyflow.com/forum-1.html) +--- Forum: General Discussion (https://forum.tyflow.com/forum-2.html) +--- Thread: Placing spawn particle on the Random face center of parent? (/thread-4522.html) |
Placing spawn particle on the Random face center of parent? - MajidAdab - 10-09-2024 Hello Everyone, I want to create a sequence of Tetrahedrons that are placed on the center of its previous particle random face. in the meantime, I want to check that there are no inner collisions in the whole system. I mean in the spawn operator I want to choose the correct random face center of previous one to not collide with others. I do not know how I can create this with Tyflow. I tried spawn on the surface but it can not place it exactly on the face center. only the first initial particle is placed correctly because I can use position OP. but position OP does not accept the previous Birth ID particle as an object. I also tried with script OP but I could not succeed. appreciate for your help in advance |