Background
I am currently developing a plugin for myself, and am quite new in this field.
The problem occurs on Kangaroo solver running inside of my component.
What I am trying to do is getting the results of solver by only giving the input mesh. I do know about Zombie solver, but I hope it can be done all inside of my component for future usage and deeper understanding.
Problem
Although I am putting the same goals with same tolerance and same threshold, I somehow get different results between the normal solver and solver inside of my component. I have tried switching values, but I could not figure out what’s causing it. Right now, it iterates few times, but change is very small.
Notes
I want to know 1.If it is a fixable issue 2.The reason behind it, if possible 3.How to fix it.
I did not know a proper way to share plugin files, so I attached a simple gh file with my cs of the component. I apologize if it is not convenient. I’ll be happy to reply if there has to be further information.
Sincerely, Yu
KangarooQuestion.cs (5.2 KB)
KangarooQuestion.gh (41.4 KB)