I uploaded a small project that divides a surface using a Graph (only in U direction so far, V is divided evenly) http://groups.google.com/group/grasshopper3d/web/SrfDiv.zip
The problem is that you need to modify U0 and U1 in the exact same way, or you'll get gaps. That is why I feed them both into the same Graph object, and I split the list into 2 again afterwards. -- David Rutten [email protected] Robert McNeel & Associates On Mar 3, 5:22 pm, David Rutten <[email protected]> wrote: > Hi Oliver, > > your subdivision is wrong. You have to adjust both the U0 and the U1 > values if you want to keep your pattern intact. You are currently only > changing the U0 and V0 values of surface domains through the Graph > objects. > > -- > David Rutten > [email protected] > Robert McNeel & Associates > > On Mar 3, 3:47 pm, dodo <[email protected]> wrote: > > > Hi David, hi everyone, > > > I uploaded the file "uneven.zip" > > Any feedback will be greatly appreciated. > > > Thanks, Oliver > > > On Mar 3, 3:43 pm, dodo <[email protected]> wrote: > > > > Hi David, hi everyone, > > > > I posted this before but I should have just attached the GHX, with my > > > problem. > > > I managed to unevenly subdevide a surface and would like to use the > > > surface box > boxmorph > > > to map an geometrie per subsurface, but for some reson it doesn't > > > work. > > > It always morphed everything to the first subsurface, . . . > > > > Please help, I want to use this for a project and can't get it to > > > funktion right. > > > > Please have a look into the attached files maybe someone can figure > > > out what I am doing wrong. > > > > Thanks in advance, Oliver > > > > btw, how do attach a file?
