Issue with padding a sketch

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!
Post Reply
AliHatukai
Posts: 8
Joined: Sun Apr 14, 2019 2:27 pm

Issue with padding a sketch

Post by AliHatukai »

Hi all :)

I have this small issue with me trying to pad a sketch in part design, But before that i want to ask sometihng..
What's the difference between "Pad" in part design workbench or "Extrude" in part workbench ?

And not to the issue itself. I have this simple sketch (That took me forever to do i must admit..) that when i try to extrude
it fails, and when i try to pad it for some strange reason it cuts part of the sketch off..


something it writes in the report view is

Part::Extrusion: Links go out of the allowed scope
Exception (Wed Apr 17 15:48:28 2019): Wire is not closed.


any help ?
thanks.
Attachments
Problem.png
Problem.png (3.34 KiB) Viewed 617 times
Sketch.png
Sketch.png (20.06 KiB) Viewed 617 times
Mold for ASTM D638.FCStd
(12.12 KiB) Downloaded 21 times
User avatar
HarryGeier
Veteran
Posts: 1231
Joined: Mon Jul 10, 2017 12:36 pm
Location: Hof Germany

Re: Issue with padding a sketch

Post by HarryGeier »

Hello Ali

the difference is :

A PAD creates a parametric FEATURE ( OCC based ) in Part Design. I can be based on sketch or on a face.

An Extrusion creates an CSG Object based on any shape.

PAD should be used in Part Design based projects . Extrusions should be used in non Part Design based projects and can be used as base features for beeing further modelled in part Design .

Mixing both is possible but sometimes tricky and error prone. Thus ist should be used by experienced users.

Your sketch problem: The line at the right end ( short vertical ) exists 2 times.. Delete one of them , then it works
Last edited by HarryGeier on Wed Apr 17, 2019 1:08 pm, edited 1 time in total.
Kaum macht man´s richtig , gehts´s
My Video Tutorials on Youtube: https://www.youtube.com/channel/UCoe3B ... p8Q/videos
My FreeCAD Stuff on Hidrive: https://my.hidrive.com/share/qr3l1yddy6#$/
AliHatukai
Posts: 8
Joined: Sun Apr 14, 2019 2:27 pm

Re: Issue with padding a sketch

Post by AliHatukai »

HarryGeier wrote: Wed Apr 17, 2019 12:55 pm Hello Ali

the difference is :

A PAD creates a parametric FEATURE ( OCC based ) in Part Design. I can be based on sketch or on a face.

An Extrusion creates an CSG Object based on any shape.

PAD should be used in Part Design based projects . Extrusions should be used in non Part Design based projects and can be used as base features for beeing further modelled in part Design .

Mixing both is possible but sometimes tricky and error prone. Thus ist should be used by experienced users.
Thanks for your help!

I fixed the issue by the way. Found the spot where the lines didnt connect and now it works fine.

Thanks!
User avatar
HarryGeier
Veteran
Posts: 1231
Joined: Mon Jul 10, 2017 12:36 pm
Location: Hof Germany

Re: Issue with padding a sketch

Post by HarryGeier »

Fine, see my answer edited...
Kaum macht man´s richtig , gehts´s
My Video Tutorials on Youtube: https://www.youtube.com/channel/UCoe3B ... p8Q/videos
My FreeCAD Stuff on Hidrive: https://my.hidrive.com/share/qr3l1yddy6#$/
AliHatukai
Posts: 8
Joined: Sun Apr 14, 2019 2:27 pm

Re: Issue with padding a sketch

Post by AliHatukai »

HarryGeier wrote: Wed Apr 17, 2019 1:08 pm Fine, see my answer edited...
I did exactly what you told me to do and it works. thanks!
User avatar
bejant
Veteran
Posts: 6075
Joined: Thu Jul 11, 2013 3:06 pm

Re: Issue with padding a sketch

Post by bejant »

AliHatukai wrote: Wed Apr 17, 2019 12:43 pm What's the difference between "Pad" in part design workbench or "Extrude" in part workbench ?
Hi Ali, and welcome!

A few more differences for FreeCAD version 0.17 and newer:

  • Pad must be inside a Body container.
    • Not so with Extrude.
  • The result of Pad must be one solid.
    • The result of Extrude can be separate geometries.
  • The result of Pad must be one solid.
    • The result of Extrude doesn't have to be solid.
Post Reply