Hello,
I am trying to inflate a mesh which has cutouts but when I simulate the kangaroo engine the mesh starts to disappear. I don’t know why this is happening but any advice will be really helpful.
Thank you.
meshVanishes.gh (49.9 KB)Hello,
I am trying to inflate a mesh which has cutouts but when I simulate the kangaroo engine the mesh starts to disappear. I don’t know why this is happening but any advice will be really helpful.
Thank you.
meshVanishes.gh (49.9 KB)This usually happens when the tolerance is set too low - the mesh must have some edges shorter than the default setting of 0.01, so their ends are getting combined into a single particle, causing problems.
Changing the tolerance to 0.00001 should fix it.
Hi @DanielPiker
I changed the tolerance to 0.00001 and it worked like a charm. Thank you so much, will remember this from henceforth and yes, there were a few really short edges.