David:
After a couple days i was able to do it manually, it was a pain but i
think it look great.
I think the problem is that gh got really slow, i guess because it has
to "read" 400 points one by one.
When i change the parameters in the range or the sdv of the srf.....gh
takes a while to adapt.
I guess i'll try to find a way to do it in one go...i hope!!!...I
think i need i component that is able to take the first one, and every
time add 4 (since they are 4 points) incrementally, i dont know if
there is a component like that available yet....
thanks
m


On Nov 8, 4:28 pm, mario <[EMAIL PROTECTED]> wrote:
> thank you david!!!
> i'll upload teh file when its finnished.
> best
> mario
>
> On Nov 7, 11:52 am, David Rutten <[EMAIL PROTECTED]> wrote:
>
> > 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 -- Hide quoted text -
>
> > - Show quoted text -

Reply via email to