Grasshopper

algorithmic modeling for Rhino

Hello everyone,

I was exploring the evaluate surface component. It seems to work fine when we create a point in GH. But when we use a point from Rhino, it is not created on the surface. What am I missing here?

The image below shows how the point is created far away from the surface.




Same situation with curved surface.



Thank you :)

Views: 20067

Replies to This Discussion

Try right clicking the S input on the Evaluate component and turning Reparameterize on, which will make the UV domains of your surface go from 0 to 1. Then use points that are in that range (from 0 to 1). Or you can use the MD Slider to make points that way also.
Thanks Chris! :)
The Evaluate surface component does not evaluate points, it evaluates UV space. Basically, you have to translate that point into some sort of UV information in order for the results of that component to mean anything. Use the Surface Close Point component to find the UV parameters for the closest point, then feed that into the Evaluate surface component to get the frame and normal.

Ah thats clear! Thanks Damien :)
Aahh... That's nice. I hadn't noticed the "uvP" output before. That is actually really useful for a project I'm working on. Thanks, Damien.

thx man

Thanks Damien :)

RSS

About

Translate

Search

© 2024   Created by Scott Davidson.   Powered by

Badges  |  Report an Issue  |  Terms of Service