Obi Official Forum
Obi Solver Boundary Box - Printable Version

+- Obi Official Forum (https://obi.virtualmethodstudio.com/forum)
+-- Forum: Obi Users Category (https://obi.virtualmethodstudio.com/forum/forum-1.html)
+--- Forum: Obi Softbody (https://obi.virtualmethodstudio.com/forum/forum-12.html)
+--- Thread: Obi Solver Boundary Box (/thread-2830.html)



Obi Solver Boundary Box - zasox - 25-03-2021

How to take "obi solver" in used based "Oni" type in boundary box values (size,center).
i want to create new box collider with use boundary box values.


RE: Obi Solver Boundary Box - josemendez - 25-03-2021

(25-03-2021, 06:28 PM)zasox Wrote: How to take "obi solver" in used based "Oni" type in boundary box values (size,center).
i want to create new box collider with use boundary box values.

Hi there,

I don't understand your question, sorry Triste . Do you mean how to get the solver's bounding box?


RE: Obi Solver Boundary Box - zasox - 26-03-2021

(25-03-2021, 07:13 PM)josemendez Wrote: Hi there,

I don't understand your question, sorry  Triste . Do you mean how to get the solver's bounding box?
yes i mean it solver's bounding box.Sorry for technical term confusion.


RE: Obi Solver Boundary Box - josemendez - 26-03-2021

You can get it like this:

Code:
var b = solver.Bounds;



RE: Obi Solver Boundary Box - zasox - 26-03-2021

(26-03-2021, 09:38 AM)josemendez Wrote: You can get it like this:

Code:
var b = solver.Bounds;
thank you Sonrisa Sonrisa Sonrisa