yj

yj

About Me

Connect

LOCATION
Not Specified
WEBSITE

Houdini Skills

Availability

Not Specified

Recent Forum Posts

What is the best way to bring the fractured geometry? Sept. 15, 2010, 5:31 a.m.

Hi!

When I use ‘RBDFracturedObject’, it costs a lot of memories and time because of ‘Copy Object DOP’ and applying data.
Do you have any solution about this problem?
What is the best way to bring the fractured geometry?



Cheers,
Yj

How to get 'Parameter Operation' of forces via HDK? Sept. 15, 2010, 5:17 a.m.

I'm sorry there's no one can answer my question.
I solved this problem using ‘active parameter’ w/ some expressions.
I hope this article helps someone like me.
And still waiting for the real answer.
Plz notice me if you know

How to get 'Parameter Operation' of forces via HDK? Aug. 31, 2010, 7:33 a.m.

Hi! I'm trying to make RBD Solver in DOP with HDK and having a problem with getting forces.



const SIM_Data *DopData;
for(int i = 0; i< CurrentObject->getNumSubData(); i++)
{
if(DopData = currObject->getNthConstSubData(
&forcename, SIM_DataFilterByType(“SIM_ForceUniform”), f,
0, SIM_DataFilterAll() ))
{
//—- apply UniformForce
}
}



I thought ‘getNthConstSubData’ fn returns null except the first time,
when ‘Parameter Operation’ is set to ‘Set Initial’.
But the result is the same as ‘Set Always’.
Did I something wrong?
Please give me some help!



Cheers,
Yj