Freecad 0.17 - Pad up to face - Datum Plane is invalid

Have some feature requests, feedback, cool stuff to share, or want to know where FreeCAD is going? This is the place.
Forum rules
Be nice to others! Read the FreeCAD code of conduct!
Jee-Bee
Veteran
Posts: 2566
Joined: Tue Jun 16, 2015 10:32 am
Location: Netherlands

Re: Freecad 0.17 - Pad up to face - Datum Plane is invalid

Post by Jee-Bee »

I think up to selection is better than up to selected object
peterl94
Veteran
Posts: 1001
Joined: Thu May 23, 2013 7:31 pm
Location: United States

Re: Freecad 0.17 - Pad up to face - Datum Plane is invalid

Post by peterl94 »

Well, if you want to use the same term for both, I would keep it short and just go with "Up to object."
User avatar
industromatic
Posts: 150
Joined: Thu Mar 27, 2014 4:30 pm
Location: Austin Texas
Contact:

Re: Freecad 0.17 - Pad up to face - Datum Plane is invalid

Post by industromatic »

it would be good to be able to define specify solids with one or both ends on datum planes. Solids such as cone, cylinder, box.
chrisb
Veteran
Posts: 54177
Joined: Tue Mar 17, 2015 9:14 am

Re: Freecad 0.17 - Pad up to face - Datum Plane is invalid

Post by chrisb »

industromatic wrote: Fri Sep 08, 2017 7:25 pm it would be good to be able to define specify solids with one or both ends on datum planes. Solids such as cone, cylinder, box.
This seems to me a rather theoretic approach. Do you have a usecase for this? For me it would be enough to attach a sketch to a datum plane and pad it to the next plane.
A Sketcher Lecture with in-depth information is available in English, auf Deutsch, en français, en español.
User avatar
NormandC
Veteran
Posts: 18589
Joined: Sat Feb 06, 2010 9:52 pm
Location: Québec, Canada

Re: Freecad 0.17 - Pad up to face - Datum Plane is invalid

Post by NormandC »

Honestly, I don't think "object" is a good term here. Object is too generic, it can mean anything. This mode of padding is intended to go to a face or a plane, not a generic object which in FreeCAD could be a vertex, an edge, a shape etc.

If you want a more generic term, I would go with "Reference", which could be interpreted in the context of the tool. So in the Fillet parameters, a reference could be an edge or a face; in "Pad to...", it would refer to a face or a plane, etc.
chrisb
Veteran
Posts: 54177
Joined: Tue Mar 17, 2015 9:14 am

Re: Freecad 0.17 - Pad up to face - Datum Plane is invalid

Post by chrisb »

Any objections against "Reference"? If not I would include the notion in the bug tracker.
A Sketcher Lecture with in-depth information is available in English, auf Deutsch, en français, en español.
jmaustpc
Veteran
Posts: 11207
Joined: Tue Jul 26, 2011 6:28 am
Location: Australia

Re: Freecad 0.17 - Pad up to face - Datum Plane is invalid

Post by jmaustpc »

"Object" is a bad idea because you pad to a specific face on an object, not the object itself.
vectronic
Posts: 52
Joined: Sun Feb 18, 2018 9:44 pm

Re: Freecad 0.17 - Pad up to face - Datum Plane is invalid

Post by vectronic »

NormandC wrote: Thu Sep 07, 2017 4:08 am It works for me in the following test file. I wonder if it's because the Pad feature is based on an existing solid?
I have had a similar issue: Padding up to a datum plane for a sketch with no underlying solid wasn't allowed (error message regarding zero height as mentioned earlier), but padding from a sketch on the face of an existing solid did work.

However, in the case where it did work, it only half worked... I had created one item on the sketch and then duplicated as a rectangular array (see sketch.png). Only the original sketch item was padded, the others were ignored (see pad breaks with uptoface.png). If I switch from pad UpToBody to Dimension then immediately all items are padded (see pad works with dimension.png).
sketch.png
sketch.png (88.44 KiB) Viewed 1572 times
pad breaks with uptoface.png
pad breaks with uptoface.png (39 KiB) Viewed 1572 times
pad works with dimension.png
pad works with dimension.png (39.98 KiB) Viewed 1572 times
freedman
Veteran
Posts: 3465
Joined: Thu Mar 22, 2018 3:02 am
Location: Washington State, USA

Re: Freecad 0.17 - Pad up to face - Datum Plane is invalid

Post by freedman »

I see the same problem. Looks like a bug.

OS: Windows 7
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.18.13705 (Git)
Build type: Release
Branch: master
Hash: 891682a41220943af114f1312b57e04401c4cefb
Python version: 2.7.14
Qt version: 4.8.7
Coin version: 4.0.0a
OCC version: 7.2.0
Locale: English/UnitedStates (en_US)
freedman
Veteran
Posts: 3465
Joined: Thu Mar 22, 2018 3:02 am
Location: Washington State, USA

Re: Freecad 0.17 - Pad up to face - Datum Plane is invalid

Post by freedman »

I'll write this up as a bug if someone tells me it's not already on the list.
Post Reply