Mario, I don't it's useful to do this work in Grasshopper. If you're going to have to do it manually anyway, you might as well do it in Rhino. Or better yet, write a RhinoScript / GrasshopperVBNETScript to do it for you.
On the other hand, the Srf4Pt component takes single point inputs, so if you can figure out how to generate your point index numbers in one go, you could create all surface panels in a single go. But it may be even more complex than writing a script.... I don't know. -- David Rutten Robert McNeel & Associates On Nov 6, 11:36 pm, mario <[EMAIL PROTECTED]> wrote: > A quick modification....yz was missing > > On Nov 6, 5:04 pm, mario <[EMAIL PROTECTED]> wrote: > > > Hi to all. > > I'm uploading a gh file, I'm trying to create a srf using range, so > > it's length and curvature can be controlled by a slider...no problem > > with that. > > Then I'm creating a triangular component using divide srf, and with > > Item, I'm selecting specific points. > > My question is....I it possible to quickly assign specific item > > numbers?. > > I'm doing it one by one...it working perfectly, but is going to be a > > pain! > > I'll have to assign 400 different item numbers....gh might crash > > Thanks for the ideas!!
