Welcome to the Onshape forum! Ask questions and join in the discussions about everything Onshape.

First time visiting? Here are some places to start:
  1. Looking for a certain topic? Check out the categories filter or use Search (upper right).
  2. Need support? Ask a question to our Community Support category.
  3. Please submit support tickets for bugs but you can request improvements in the Product Feedback category.
  4. 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.

Point of Intersection.

darren_13darren_13 Member, Developers Posts: 118 ✭✭
Is there a good way to evaluate the point at which two lines or edges intersect? 


Cheers,
Darren
Tagged:

Comments

  • konstantin_shiriazdanovkonstantin_shiriazdanov Member Posts: 1,221 ✭✭✭✭✭
    evDistance gives the minimal distance between entities, and you can extract from evDistanceResult coordinate of points, that give a minimal distance - if entities intersect each other the distance will be zero
  • darren_13darren_13 Member, Developers Posts: 118 ✭✭
    yes, ok I'll do this. thought there might be a way of evaluating a collision for a point, but this will work. Cheers.
  • darren_13darren_13 Member, Developers Posts: 118 ✭✭
    as a follow up, this worked cheers @konstantin_shiriazdanov.
Sign In or Register to comment.