algorithmic modeling for Rhino
Any takers? Good times here :)
My dear Watson
See the Dark Side first > since each closest pt gives us 2 values (u,v) we ... need some "further" classification or not?
forgot to add vectors and planes in that C#
Thank you for the C# Mr. Bell. Good point you make about the boolean being false... Seems logical that that is where I was mistaken. I gotta learn to write script like you. I've learned some python but GH is written in C# so hmmm....
Get rid of the Elise, buy a M3 (even secondhand).
Hello Erik,
I think your problem comes from your data structure in the surfaces tree you're using as input.
If you visualise the output from your Surface Closest Point component, this is what you get :
I think you're looking for something more like :
Oh, and here is the definition of course...
Thank you for your reply FRIou.
@FRiou I agree it must have been a problem with the surfaces, but what got me confused was the data structure of the curves in relation to the surfaces. Usually the surfaces and the division points sync up. It seems you duplicated the values of the surfaces to the same value as the points. Is this where I ran into problems? Normally I don't need to do this I don't believe; however, in this case it makes sense.
Thank you again.
Erik
Hello Erik,
Your problem was that there was no coherence between your points tree structure and your surfaces tree structure.
Your points tree was like {# of surface;# of curve}(list of points on curve) i.e. the points on the 5th curve of the 3rd surface where in branch {3;5}.
Your surfaces tree was like {0;# of surface} i.e. your 3rd surface was in branch {0;3}.
So you asked your Closest Point on Surface component to match your {3;5} points tree branch to your {0;3} surfaces tree branch... components are smart but not that smart.
So you need to have a surfaces tree structure corresponding to your points tree structure, i.e. for each {3;x} branch of your points tree, you need a {3;x} branch in your surfaces tree with your 3rd surface in it. Hence the duplicate.
I hope this clears it up a bit.
Welcome to
Grasshopper
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
© 2024 Created by Scott Davidson. Powered by