Hi Carlo,

afraid not... The sort component needs to operate on a single list of
length values for this to work. If you feed in lines from different
surfaces, it will all get muddled up.
The new version should do this without problems, but I just tried it
and found yet another bug :(

It's a great test case though, thanks.
David

--
David Rutten
[email protected]
Robert McNeel & Associates.


On Feb 23, 11:25 pm, K4rl33 <[email protected]> wrote:
> Hi guys,
> here you can see my problem:
>
> http://groups.google.com/group/grasshopper3d/web/Mindist.jpg
>
> I'm able to find a line of minimum distance between two surfaces. My
> problem is to find n lines of minimum distance between n surfaces and
> a surface! Is there a way to do it without repeating the script for
> each surface?
>
> It would be useful to have a command option that let the program
> consider "each value at single time" when we set a list of multiple
> values (for example surfaces or points). Is it possible or have we to
> do a script? It would be a script very usefull and could be integrated
> in the program...
>
> P.S. I know that I can do a series and consider each surface as the
> "i" element of the series and then bake the line of minimum distance
> for each one, but my goal is to do the operation 1 time for all the
> min. distance lines.

Reply via email to