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.
Convert a series of connected lines to a smooth spline
bert_drake
Member Posts: 3 ✭
in General
When drawing a sketch, is there any way to convert a series of lines to a smooth spline, or polyline, like in autocad?
0
Comments
You can use the `Composite Curve` tool to convert multiple curves into one curve when you are using it with other features. You can see the help page here.
Best,
Mike
Here's 3 lines in a sketch:
As Michael says, composite curve:
I wrote this fit spline with feature script that builds a smooth curve through input geometry & fit parameter:
Theres also a fit spline in the curves menu drop down, which is driven by vertices & magnitudes:
So what's the difference in my fit spline & OS's fit spline?
Different approaches:
I follow curvature and they follow vertices.
I follow the input curves based on a tolerance:
Anyway, yes OS can compose curves in many different ways.