Assistance with Mirror and Overall Part Design

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!
AndrewLindsay
Posts: 17
Joined: Sat Feb 27, 2021 11:31 am

Assistance with Mirror and Overall Part Design

Post by AndrewLindsay »

Hello,
I'm creating a 'battery clip' that I can then 3d print. I have managed to design the inner clip outline, as one half, figuring that it is a simple mirror operation, but I am having a few issues.
I have used FreeCad many years ago (Version 0.15) and have installed the latest version (Version 0.20) on my Mac.
I can design the half inner profile, but I want to do the following.
1. Make the walls of the clip 2mm in width to make it solid.
2. Mirror the sketch to complete the design.
I have included my sketch file in case someone is able to assist.
Attachments
BatteryClip.FCStd
(6.75 KiB) Downloaded 17 times
User avatar
Willem
Veteran
Posts: 1853
Joined: Fri Aug 12, 2016 3:27 pm
Location: Lisse, The Netherlands

Re: Assistance with Mirror and Overall Part Design

Post by Willem »

Welcome back. freecad has changed a lot since version 0.15.
The solution for your problem is simple. To make a closed shape draw a line on the vertical axis.
Pad it and at last mirror it
Schermafdruk van 2022-08-06 08-04-20.png
Schermafdruk van 2022-08-06 08-04-20.png (30.08 KiB) Viewed 864 times
AndrewLindsay
Posts: 17
Joined: Sat Feb 27, 2021 11:31 am

Re: Assistance with Mirror and Overall Part Design

Post by AndrewLindsay »

Cheers. Thanks for the assistance
User avatar
mfro
Posts: 666
Joined: Sat Sep 23, 2017 8:15 am

Re: Assistance with Mirror and Overall Part Design

Post by mfro »

from your description, it is (at least for me) hard to guess how the finished part is supposed to look like.

Like this:
Clip.png
Clip.png (47.67 KiB) Viewed 840 times
??

That's done like the following:
  1. as already noted, the sketch must be closed
  2. pad it
  3. mirror the pad
  4. this is one of the cases where 'Refine' *must* be true for the following step to succeed
  5. do a thickness with the front and the back face selected. If you haven't set refine on the mirror, the thickness will have problems with its seam and fail
Attachments
BatteryClip.FCStd
(36.14 KiB) Downloaded 11 times
Cheers,
Markus
chrisb
Veteran
Posts: 54144
Joined: Tue Mar 17, 2015 9:14 am

Re: Assistance with Mirror and Overall Part Design

Post by chrisb »

You can do this with tools outside of PartDesign:
- move the sketch out and delete the body
- create an Arch->Wall from the sketch. I gave it Width=1mm, Height=10mm
- make a Part->Mirror, if necessary fuse it:
SnipScreenshot-282a72.png
SnipScreenshot-282a72.png (20.81 KiB) Viewed 821 times
Attachments
BatteryClip_cb.FCStd
(13.29 KiB) Downloaded 10 times
A Sketcher Lecture with in-depth information is available in English, auf Deutsch, en français, en español.
chrisb
Veteran
Posts: 54144
Joined: Tue Mar 17, 2015 9:14 am

Re: Assistance with Mirror and Overall Part Design

Post by chrisb »

If you want to stay in PartDesign:
- create a SubShapeBinder
- give it an offset (half of the width of the clip)
- pad the SubShapeBinder
- mirror it in PartDesign.

The circular overlaps can be removed by setting Refine=true in the Mirror.
Attachments
BatteryClip_cb2.FCStd
(23.54 KiB) Downloaded 15 times
A Sketcher Lecture with in-depth information is available in English, auf Deutsch, en français, en español.
AndrewLindsay
Posts: 17
Joined: Sat Feb 27, 2021 11:31 am

Re: Assistance with Mirror and Overall Part Design

Post by AndrewLindsay »

Wow!!

So many ways to skin the cat! Thanks for all your assistance. I will look into these solutions and see which one fits my brain/work flow best.

Regards
Andrew Lindsay
User avatar
mfro
Posts: 666
Joined: Sat Sep 23, 2017 8:15 am

Re: Assistance with Mirror and Overall Part Design

Post by mfro »

chrisb wrote:
Nice one. Should go into a "how to use the not-so-obvious features of ShapeBinders" wiki article.
Cheers,
Markus
User avatar
thomas-neemann
Veteran
Posts: 11888
Joined: Wed Jan 22, 2020 6:03 pm
Location: Osnabrück DE 🇩🇪
Contact:

Re: Assistance with Mirror and Overall Part Design

Post by thomas-neemann »

Maybe the following is off topic, but I know of one company that complains about autodesk inventor because you can't create changes in the mirrored half at the sketch level. freecad can do that, but probably not (yet) in partdesign
Gruß Dipl.-Ing. (FH) Thomas Neemann

https://www.youtube.com/@thomasneemann5 ... ry=freecad
chrisb
Veteran
Posts: 54144
Joined: Tue Mar 17, 2015 9:14 am

Re: Assistance with Mirror and Overall Part Design

Post by chrisb »

thomas-neemann wrote: Sat Aug 06, 2022 7:58 am Maybe the following is off topic
It is indeed.
A Sketcher Lecture with in-depth information is available in English, auf Deutsch, en français, en español.
Post Reply