Hi Rajaa and Damien. Damien, I can't download the definition, if I right click and choose saver target file as it downloads a HTML doc and even if I change the extension I can't open it. Could you pelase upload the definition compressed? Many Thanks
Rajaa, thanks alot for the vb.net component, I had a look at the code and noticed you assigned 5 rows and wrote a subset for each list, is it possible to have the row input as a slider and then produce N number of subset list as you did for 5? Many thanks to you both Evert Amador On Jan 28, 5:53 pm, Rajaa <[email protected]> wrote: > Hi Evert > > Here is 2 examples of how to handle dividing a surface in a script. > Check this > link:http://en.wiki.mcneel.com/default.aspx/McNeel/GrassHopperGallery.html > > The first sample outputs one longlist(row after the other, if you > like to extract sublists later) and the other has each row as one > output. > > Let me know if you need further help. > > On Jan 28, 3:58 am, Evert <[email protected]> wrote: > > > > > Hi Damien, > > > Thanks a lot for this. > > > This is actually very similar to the definition I could make, but I'd > > like to extract all U and V rows at the same time and at the moment I > > need to manually replicate thesubsetlistand that where I'm stuck! I > > can't make it parametrically controlled by the number of U and V rows. > > > I'll try to modify you definition to see if I can make it. > > > Cheers. > > > Evert Amador > > > On Jan 27, 6:02 pm, damien_alomar <[email protected]> wrote: > > > > I just uploaded a definition that allows you to extract individual U > > > and V rows from a surface point grid. You don't need scripting for > > > this as its achievable with a few components (surprisingly few > > > actually). I'm not sure if its what you're looking for, but its worth > > > taking a look. > > > >http://grasshopper3d.googlegroups.com/web/extractU_V_screencap.jpg?hl... > > > >http://grasshopper3d.googlegroups.com/web/extractU_V.ghx?hl=en&gsc=W5... > > > > -Damien > > > > On Jan 26, 11:51 am, Evert <[email protected]> wrote: > > > > > Hi, Thanks for replying! > > > > > My inputlistare UV points divisions on a surface and the subsets I > > > > need at this moments are rows of point in the 2 directions. > > > > > I'm sure it's possible with GH components but I spent loads of time > > > > yesterday and I needed to build eachsubsetseparate changing the > > > > range for every rows. So I though it could be possible to script in > > > > VB.net to produce UVsubsetfor each row where sliders would give you > > > > the UV in the division points for the surface and also thesubsetlist > > > > to be produce by the vb.net component. > > > > > I will then would like to have odd and even pointssubsetfor every > > > > row so I can move them to become the control points for nurbs curves > > > > and then to be able to loft them. > > > > > Thanks again > > > > > Evert Amador > > > > > On Jan 26, 4:09 pm, Rajaa <[email protected]> wrote: > > > > > > Hi, > > > > > Can you give specific example? > > > > > That is what is your input to the sorting script component, what > > > > > output you expect and what sorting function you need. > > > > > > On Jan 26, 9:51 am, rompompom <[email protected]> > > > > > wrote: > > > > > > > i would try to create a multidimensional array orlist. since it's > > > > > > not > > > > > > possible to define classes in the scripting node, that's probably > > > > > > the > > > > > > only possible solution. if you pass that array to a predefined > > > > > > gh-node > > > > > > this, of course, isn't of any use. you can just do that, if the node > > > > > > to handle that array is a scripted node too, and in that case you > > > > > > can > > > > > > write all the code in a single node... > > > > > > > other possible solution: multiple outputs ordered in the way you > > > > > > need > > > > > > them. but that only works, if you have the same number of points for > > > > > > each surface. and it can be very annoying if the point count for > > > > > > each > > > > > > surface is 137 ;-) > > > > > > > sip matthias > > > > > > > On Jan 26, 4:34 pm, Evert <[email protected]> wrote: > > > > > > > > Hi All, > > > > > > > > Has anyone seen any examples of creating and > > > > > > > managingsubsetlistwith > > > > > > > the vb.net component? > > > > > > > > Let's say I've cerated an array of point in a surface and I want > > > > > > > to > > > > > > > created different subsets of points to be able to manipulate them > > > > > > > independently. any ideas? > > > > > > > > You help will be very much appreciated. > > > > > > > > Cheers! > > > > > > > > Evert Amador- Hide quoted text - > > > > > > > - Show quoted text -- Hide quoted text - > > > - Show quoted text -- Hide quoted text - > > - Show quoted text -
