How to cut off a corner?

Post here for help on using FreeCAD's graphical user interface (GUI).
Forum rules
and Helpful information
IMPORTANT: Please click here and read this first, before asking for help

Also, be nice to others! Read the FreeCAD code of conduct!
mario52
Veteran
Posts: 4701
Joined: Wed May 16, 2012 2:13 pm

Re: How to cut off a corner?

Post by mario52 »

Maybe you need a special feature, go into Macros_recipes and Code_snippets, Topological_data_scripting.
My macros on Gist.github here complete macros Wiki and forum.
Technicus
Posts: 4
Joined: Sat May 20, 2017 6:34 pm

Re: How to cut off a corner?

Post by Technicus »

Hey there, I followed this tutorial: < https://wiki.freecadweb.org/Whiffle_Ball_tutorial >.

I am wondering though -- what is the math for figuring out how big to make the cut away boxes, where to place them, and at what angle to position them.

Is there a formula to calculate all of that?

What calculations must be computed to accommodate for different size cuts and different size boxes to cut from?

Is there a tool in the Part workbench specifically for this operation, or a macro maybe?
TheMarkster
Veteran
Posts: 5513
Joined: Thu Apr 05, 2018 1:53 am

Re: How to cut off a corner?

Post by TheMarkster »

Parametric proposal. Modify the dd object properties.
Snip macro screenshot-2950b6.png
Snip macro screenshot-2950b6.png (140.12 KiB) Viewed 574 times
I was going to attach the sketch to a datum plane, but I don't see the advantage of a datum plane in this instance and prefer to have as few objects in the tree as possible.
Attachments
corner_cutoff.FCStd
(20.64 KiB) Downloaded 36 times
Dushyant007

Re: How to cut off a corner?

Post by Dushyant007 »

As @jmaustpc suggests, there are many ways to do this and is indeed true. So here is the other way to do it using Slice Apart !
Slice.gif
Slice.gif (68.41 KiB) Viewed 552 times
Post Reply