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.

Options

Self-intersection when sweeping through spring endpoints

I have a spring-like structure made from a sweep of a circle cross section following the path of a helix. At the end of the spring, I want to extend its path so that its endpoint lies on the helix axis and its tangent is parallel to this axis. the radius of the spring itself is pretty large (larger than the radius of the helix), so most of my attempts have ended in self-intersections when calling opSweep(). I've been looking at splines (opFitSpline) being generated from the endpoint of the spring, the tangent of the endpoint for start tangent, some arbitrary point on the axis, and the direction of the axis for the end tangent. However, these only work for small radii.

I was wondering if anyone had an idea on how to create this spring with endpoints on its axis that takes into account its radius (i.e. some path as a function of the spring radius that connects the helix endpoint with its axis and allows for a circle sweep without self-intersections).

Thanks!

Comments

  • Options
    mahirmahir Member, Developers Posts: 1,291 ✭✭✭✭✭
    A picture is worth a thousand words.
Sign In or Register to comment.