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.
Fillet a corner of 2 lines on different planes
darren_mason871
Member Posts: 44 ✭✭
Can the fillet tool be used on this middle corner at intersecting planes? Sketch 1 and Sketch 2
0
Best Answer
-
Using the 3D Fillet FeatureScript that @MBartlett21 left a link to, and then using the Pipe FeatureScript, well here’s how it all works
2
Answers
-
Not to make one single continuous curve. You could create a sketch on that plane, use the edges, do a fillet and then use a composite curve to combine everything. See example here, which is a copy of your doc with a folder 'Composite' containing the features that make a single Curve for the whole thing.
https://cad.onshape.com/documents/b623e62012d50f8c31e5d157/w/e632a16baaf38b255b5e29f3/e/70b71176aa90fa7c762ec9f8
Or in that same doc you can see an example of use of a custom feature that takes a bunch of points and radii and creates a line-arc-line chain. If what you are after is a line-arc chain then that could be a simpler way to capture the creation. The custom feature is defined in this doc:
https://cad.onshape.com/documents/ca7d35ff68a48d0ee7e2be9b/w/82356f23c3209a32074dfb89/e/c9925e1130e8f87ab2b3f246
Paul Chastell
TVP, Onshape Labs1 -
Or, you could you use this custom feature

https://cad.onshape.com/documents/f2142f9b0b8676a357bed10e/w/5bfb4561275b308a9eb79a04/e/7e10f2f37cf15b4969fb50d6
Philip Thomas - Onshape0 -
I tried 3D Fillet and it made an arc at the line intersection, but the pipe custom feature still shows a square corner. How do I get the pipe custom feature to arc like the line?https://cad.onshape.com/documents/1db574d36917eeda4fe62099/w/61ab260acf1e9075c09a20c7/e/38310d241a1b950fd61210cd
0 -
Or you could use this other custom feature which is like the one above, but allows you to select many lines to fillet at once.
https://cad.onshape.com/documents/5d235ff0a55e76d384b9e1a4
0 -
darren_mason871 said:I tried 3D Fillet and it made an arc at the line intersection, but the pipe custom feature still shows a square corner. How do I get the pipe custom feature to arc like the line?https://cad.onshape.com/documents/1db574d36917eeda4fe62099/w/61ab260acf1e9075c09a20c7/e/38310d241a1b950fd61210cd
0 -
-
Using the 3D Fillet FeatureScript that @MBartlett21 left a link to, and then using the Pipe FeatureScript, well here’s how it all works
2


