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.
Attach Spline
famadorian
Member Posts: 390 ✭✭✭
Answers
Onshape, Inc.
Here is a video on sketching constraints that might be worth a watch: https://www.onshape.com/cad-blog/tech-tips-constraining-your-sketch
Onshape, Inc.
Onshape, Inc.
https://www.youtube.com/watch?v=J4BnFlojBIs
I don't know in any simpler terms to convey what I want to do. This is not rocket science. I want to make one single spline out of two splines; that means I have to connect one end of a spline to a beginning of another spline.
If it is for creating a solid or surface using tools like Extrude, Sweep, Loft, etc., then there is no need to convert them into a single entity. All those tools can use multiple curves to create the feature.
If it is so that you can have all the control handles work together to edit the shape of the curve, then that is a different matter.
For that, there is no built-in way (that I am aware of) to convert them into a single spline. You would be better off just using a single spline to begin with and adding more control points where you need them.
It also may be possible to create a Featurescript that will take multiple splines and convert them into a single one.
I also fail to understand why the OP wants to merge splines. You can make splines coincident (and tangent if needed) at the ends, which is more or less equivalent.
You are correct. I was mistakenly remembering the splines in SolidWorks, which did have handles on the control points.
The short answer is : Onshape currently does not have merge spline functionality. Please create an improvement request.
Thank you for your reply. I hope you don't mind if I ask further questions - I'd like to understand you use case better. Do you need to model terrain as NURBS (vs. polygonal mesh) ? If so, - why? How road is different from a sweep? Could you please provide pictures of models where you needed low level control in order to achieve the shape you need?
https://www.youtube.com/watch?v=9_voQevw9T0
This is basically how you work with splines and surfaces. You create a cage of splines, then you create surfaces, until you eventually makes it a solid.
This is a useful feature to keep your patch structure simple. You will still need to create an improvement request in the category on the right. In the meantime you could try the fit spline feature at onshape.com/featurescript
Owen S.
HWM-Water Ltd
HWM-Water Ltd
So, we can now attach surfaces, but not attach splines?
There is a custom feature called fit spline that might help you in the interim.
You can write it,
https://forum.onshape.com/discussion/5311/fit-spline
I wrote it a while back and the code is open source.
Also, as Phillip pointed out to me, you can pick a sketch with 2 splines as a guide vs picking the splines. Requires the sketch to have only 2 splines defined.
Also, I'm not sure I'd concatenate a bunch of splines into a large curve. I tend to keep these things simple. I guess it's a preference.