Welcome to the Onshape forum! Ask questions and join in the discussions about everything Onshape.
First time visiting? Here are some places to start:- Looking for a certain topic? Check out the categories filter or use Search (upper right).
- Need support? Ask a question to our Community Support category.
- Please submit support tickets for bugs but you can request improvements in the Product Feedback category.
- Be respectful, on topic and if you see a problem, Flag it.
If you would like to contact our Community Manager personally, feel free to send a private message or an email.
evaluate UV parameter on surface nearest to point
adamohern
Member, OS Professional Posts: 216 PRO
I have a vertex selection and a surface selection.
I want to find the normal direction of the surface selection at the point nearest the selected vertex, even if that vertex is not touching the surface.
I expect to use the evFaceTangentPlane().normal to find the direction, but evFaceTangentPlane() requires a surface parameter expressed as a UV coordinate.
Any hints appreciated!
I want to find the normal direction of the surface selection at the point nearest the selected vertex, even if that vertex is not touching the surface.
I expect to use the evFaceTangentPlane().normal to find the direction, but evFaceTangentPlane() requires a surface parameter expressed as a UV coordinate.
Any hints appreciated!
0
Best Answer
-
ilya_baran Onshape Employees, Developers, HDM Posts: 1,211evDistance will give you the info (including the uv parameter) you needIlya Baran \ VP, Architecture and FeatureScript \ Onshape Inc5
Answers
Is it possible to add to the search terms in the editor so that searching for any of the words "nearest point on surface" would suggest evDistance? That kind of thing would help in a lot of places, actually.