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.

Can I get all of the points where a curve passes through a plane

joshtargojoshtargo Member Posts: 237 EDU

EvDistance only seems to return one intersection point, even if a curves passes through a plane multiple times. How do I get them all?

Answers

  • Konst_ShKonst_Sh Member Posts: 50 PRO

    You can copy that curve, split it with plane, and evaluate vertices which are created by that split operation

  • Jacob_CorderJacob_Corder Member Posts: 137 PRO

    As @Konst_Sh said that will work but the qCreatedBy(id,EntityType.VERTEX) will not get the start and end points also if they were not split so check the original vertices to see if they touch the plane using either evDistance or distance check between the point and the return of project(plane,point)

Sign In or Register to comment.