There's no hard-coded limit, but there's been a report before about a ghx file which was ~40 MB and didn't work as expected. You can always save the file as GH instead of GHX, which has no String length limitations (and it's also a lot smaller)
-- David Rutten Robert McNeel & Associates On Nov 7, 2:43 pm, mario <[EMAIL PROTECTED]> wrote: > David, thanks for te quick reply. > I guess I have to do it in gh, because the srf4pt component will adapt > to the new range loft configuration only with gh, not rhino. > Well .....it will take a couple hours, what im afraid of is the size > that the ghx might take...is there a limit to that???? > > best > m > > On Nov 7, 7:13 am, David Rutten <[EMAIL PROTECTED]> wrote: > > > 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!!- Hide quoted text - > > > - Show quoted text -
