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.
