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.
How can the extents of a split be controlled?
robert_scott_jr_
Member Posts: 525 ✭✭✭
I am trying to split the rectangular parts at their corners at a 45 degree angles. The first split uses a plane. After suppressing that feature, I used a surface for the split. In both cases the split extended beyond the corners into the vertical sides of the parts. I suspected the plane to have that result since the plane is infinite. I did not expect that to happen when using the surface since the surface is fixed to the diagonal created in the sketch using the corners of the part vertices. How can the split be restricted to the corner only? - Scotty
0
Best Answer
-
robert_scott_jr_ Member Posts: 525 ✭✭✭That is nice and appreciated. Thanks, Michael, for your work in making tasks easier to achieve in Onshape. Thanks also for the notifications of the updates. - Scotty
1
Answers
Instead of splitting with a plane, split using a surface as the tool.
Learn more about the Gospel of Christ ( Here )
CADSharp - We make custom features and integrated Onshape apps! Learn How to FeatureScript Here 🔴
Hi Scotty - hats off to @MichaelPascoe for a cool trick method. In answer to your original question: You are correct a plane will always go infinite. With trim with surface choose 'Trim to face boundaries' to keep the trim confined to the size of your trim surface.
I'm working on a more automated feature that will do these steps. It will be simple at first, but I will let you know when it is finished
Learn more about the Gospel of Christ ( Here )
CADSharp - We make custom features and integrated Onshape apps! Learn How to FeatureScript Here 🔴
@robert_scott_jr_ you can't split a body with a sketch element. You need a body (surface, plane, Mate Connector, etc).
If you are selecting sketch elements (lines, arcs, etc) then you can Split faces, but not bodies.
However, the other thing to note is that you cannot split a body in only one location as you are trying to do. The result of the split would be that you still have 1 body, that has a location with two faces that are coincident to each other... (which doesn't work in CAD systems). I think that @bruce_williams tip will not work with your original setup, since the result of a split would still be a single body (and therefore it fails).
Here are some examples.
Splitting the body with the surface like this will NOT work, because the result of a split MUST be 2 separate bodies:
Even using the "Trim to face boundaries" fails here because there's no multi-body solution:
If you deselect that option, you can see that the splitting plane is extended through the body, and the Split works:
If you have a body that allows a multi-body result after a split, you can see that both options work, and using the "Trim to face boundaries" gives the desired result:
You need to do a split operation that results in 2 (or more) separate bodies. (They can still have coincident faces though). That's what @MichaelPascoe suggested with his tip.
Hope this helps!
nice explanation! I discovered my method did not work on first split after posting; I am sorry for not correcting that. Thanks for covering the topic correctly.
Learn more about the Gospel of Christ ( Here )
CADSharp - We make custom features and integrated Onshape apps! Learn How to FeatureScript Here 🔴
@robert_scott_jr_
Here is the Split Joint feature I've been working on. It will be buggy, I need to re-write quite a bit of code to make it more robust. Consider this a beta test.
Split Joints (BETA)
Learn more about the Gospel of Christ ( Here )
CADSharp - We make custom features and integrated Onshape apps! Learn How to FeatureScript Here 🔴
Learn more about the Gospel of Christ ( Here )
CADSharp - We make custom features and integrated Onshape apps! Learn How to FeatureScript Here 🔴
Onshape has done a fantastic job with this software. I really appreciate their work.
Learn more about the Gospel of Christ ( Here )
CADSharp - We make custom features and integrated Onshape apps! Learn How to FeatureScript Here 🔴