Hi Manuel,

I never did get that component to work...I ended up using another work
around.

With regard to the script you have been exploring, perhaps you could
use the join command in grasshopper on the curves before you apply the
sweep? I'll try to have a more in depth look at this when I get a bit
more time, although I wouldn't be surprised if we see the sweep
components getting an upgrade in coming release(s).

Cheers,

Ben

On Mar 11, 11:30 am, "Manuel A." <[email protected]> wrote:
> Hi,
> I explore in the component's vb script and I think that the component
> only accept one rail as input and not a list of rails as I thought.
> Here is what I found in the script:
> ...
> Sub RunScript(ByVal Rail As OnCurve, ByVal Shapes As List(Of OnCurve))
> .......
> Sub Sweep1( ByVal Rail As IOnCurve, ByVal sCurves As List(Of OnCurve),
> ByRef Sweep1_Breps As List(Of OnBrep))
> ...
>
> I don't know nothing about programming, but i believe that it have to
> say something like ByVal Rail As List (Of OnCurve) or something
> similar, Is that the problem? Can someone help me with this? or
> someone already make a component like the one I need? I didn't find
> anything in older posts and older files are no longer available.
>
> Thanks and sorry for any mistakes in my english.

Reply via email to