Part design / sketch qestion

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!
cncwhiz
Posts: 11
Joined: Tue Oct 20, 2020 5:07 pm

Part design / sketch qestion

Post by cncwhiz »

I have a part that I have sketched and padded. I want to draw a sketch on one of it's surfaces, and then do features with that sketch. Is this possible?

Coming from solidworks, so that's how I see what i am doing. Just trying to translate those functions to FreeCAD.
drmacro
Veteran
Posts: 9001
Joined: Sun Mar 02, 2014 4:35 pm

Re: Part design / sketch qestion

Post by drmacro »

It is possible, but not recommended because of the topological naming problem.

Simply create the sketch as normal and select the appropriate base plane.

Then go to the Property view and change the Attachment offset as needed.
Star Trek II: The Wrath of Khan: Spock: "...His pattern indicates two-dimensional thinking."
cncwhiz
Posts: 11
Joined: Tue Oct 20, 2020 5:07 pm

Re: Part design / sketch qestion

Post by cncwhiz »

Thanks

Can you elaborate on the "going to the property view".
drmacro
Veteran
Posts: 9001
Joined: Sun Mar 02, 2014 4:35 pm

Re: Part design / sketch qestion

Post by drmacro »

PropView_annot.png
PropView_annot.png (100.15 KiB) Viewed 475 times
Star Trek II: The Wrath of Khan: Spock: "...His pattern indicates two-dimensional thinking."
drmacro
Veteran
Posts: 9001
Joined: Sun Mar 02, 2014 4:35 pm

Re: Part design / sketch qestion

Post by drmacro »

SketchAttach.gif
SketchAttach.gif (794.51 KiB) Viewed 470 times
Star Trek II: The Wrath of Khan: Spock: "...His pattern indicates two-dimensional thinking."
cncwhiz
Posts: 11
Joined: Tue Oct 20, 2020 5:07 pm

Re: Part design / sketch qestion

Post by cncwhiz »

I see. Thanks.

I may struggle with this. I can get the sketch drawn by selecting a base plane, but an issue I am having is that I can't do dimensions to locate the sketch within / on my current part. For instance if I am trying to put a hole in the side of a part I have already padded, I need to be able to draw that sketch and locate it on the existing part. To do that I use the constraint that fixes the distance between two points, vertical or horizontal. I can locate the the features on my existing sketch geometry, but nothing on the previously drawn and padded part because it isn't technically active. The only available point to use is the X,Y, Z zero.

For example, in solidworks, I could grab the point at the intersection of two lines of the solid I was working on.

What can I do about this?
drmacro
Veteran
Posts: 9001
Joined: Sun Mar 02, 2014 4:35 pm

Re: Part design / sketch qestion

Post by drmacro »

With the sketch open, use the sketcher external geometry tool.

https://wiki.freecadweb.org/Sketcher_External

But, you should use external geometry from other sketches (not generated geometry, i.e. faces or edges that result from previous pads, pockets, etc.) to avoid the topo issue.

You can toggle the other sketch visible with the space bar and select geometry from it.

See Advice for creating stable models: https://wiki.freecadweb.org/Feature_editing
Star Trek II: The Wrath of Khan: Spock: "...His pattern indicates two-dimensional thinking."
cncwhiz
Posts: 11
Joined: Tue Oct 20, 2020 5:07 pm

Re: Part design / sketch qestion

Post by cncwhiz »

OK. That fixed that. Able to get the external geometry tool and get that working, also using the property view to move the sketch to whatever surface i need.

Now I am trying to extrude or cut the hole that the geometry was drawn for. I tried using the pocket or hole buttons but I am not getting intended results. Is there anything else I need to know about using these?
drmacro
Veteran
Posts: 9001
Joined: Sun Mar 02, 2014 4:35 pm

Re: Part design / sketch qestion

Post by drmacro »

Yes, a subtle point. If I get what you asking... ;)

Pocketing creates a negative, so, when you pocket you may need to check the reverse box. Otherwise it is pocketing into air.
Star Trek II: The Wrath of Khan: Spock: "...His pattern indicates two-dimensional thinking."
drmacro
Veteran
Posts: 9001
Joined: Sun Mar 02, 2014 4:35 pm

Re: Part design / sketch qestion

Post by drmacro »

Oh, and the Hole tool gets only it's center from the selected sketch. The diameter, countersink, etc. is defined by the Hole tool dialog.


PS: read through the first pdf of the series linked in my sig below for more enlightenment on these topics.
(Yup, shameless plug... :mrgreen: )
Star Trek II: The Wrath of Khan: Spock: "...His pattern indicates two-dimensional thinking."
Post Reply