The following is a short and simple setup for how to bring objects from world space, to uv space, back to world space:
There are many reasons why you may want an object flattened into its UV space. For example, if you wanted to wrap an object in a complex geometry, such as a knit, it would be easiest to flatten that object first, place the knit geo where the flat pieces are, and then transform that knit geo back to the original mesh based on its UVs.
One prerequisite for this setup is that the incoming object needs relatively clean UVs. You can get away with quite a bit by using uvunwrap and uvlayout SOPs, but it is best to have proper sculpted UVs.
To flatten an object to its UV space:
v@P = set(@uv.x, 0, @uv.y);