Trying to understand FEM MaterialP & UVW space

   3279   1   2
User Avatar
Member
22 posts
Joined: July 2019
Offline
Hi,

I've been playing around with FEM lately and I'm trying to picture how the MaterialP and the UVW space is mapped to the position P values that I assign in wrangle nodes. So the most basic:
v@materialP = v@P;

This seems simple enough. But I can't picture the UVW mapping to the geometry.

What I currently understand, or think I understand:
I have tried to manipulated it in various ways to try to understand how it all affects the FEM simulation. I can only speculate that the UVW space is referring to the stress force that is being acted on the FEM object? And according to documentation, by setting materialW, U & V values will be inferred. I'm not sure how that works.

And when I assign something like:
v@materialW = set(-v@P.x, -v@P.y, -v@P.z);

It creates contraction effect, which makes sense to me, because all the vectors are pointing inward, since my object is centered at origin.

Can someone shine a light on how the FEM material UVW mapping looks like, something I can wrap my head around?
Edited by bubblepins - Sept. 2, 2020 14:33:43
User Avatar
Member
761 posts
Joined: April 2014
Offline
I tried using a attribute noise with two attributes @baseP and @materialP as the attribute @materialP is suppose to keep the points in their original initial base position throughout the whole simulation no need for the @P attribute but this is not the case. When using an attribute noise SOP in a DOPNet all the points still move instead of those points or vertices with @materialP remaining in their original position ?

Since everyone uses FEM it seems difficult to find an answer on this particular issue; I'm hoping someone at SideFX can help ?
【T】【C】【S】
  • Quick Links