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.
extract parametric curve on surface?
adamohern
Member, OS Professional Posts: 216 PRO
Can I extract an isoparametric curve from a surface? Put another a way, a curve that follows the U or V direction of the surface perfectly at a specific parameter? Something like evFaceTangentPlane() except grabbing a curve instead of a plane.
0
Comments
Until we do, I can imagine building an approximation by sampling points on the isoparametric curve with evFaceTangentPlane(), building a short line segment that extends in both directions along the normal at each sample point, lofting between them, and intersecting the original surface with the loft surface (say, by splitting the loft surface with the original and using the resulting edge). That should give a very good approximation with a relatively small number of sample points.
I'll work around it.