Bug in Attachment placement of body element...

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
hinckel
Posts: 113
Joined: Fri Nov 21, 2014 11:45 am
Location: SJCAMPOS, SP - BR

Bug in Attachment placement of body element...

Post by hinckel »

In the Part Design WB, create a New Body.
  • New Sketch, choose the XZ-plane
  • Choose the Data tab in the panel.
  • Attachment -> Position -> X -> increase by xx. Coodinate axes of sketch plane move xx in the +X direction (to the right)
  • Aattachment -> Position -> Z -> increase by zz. Coordinate axes of the sketch plane move zz in the -Y axis direction
  • Attachment -> Position -> Y -> increase by yy. Coordente axes of the sketch plane move yy in the +Z direction (up).
  • Attachment position vector shows [xx,yy,00]
  • Placment position vector sows [xx,00,yy].
Apparent mix-up of Z axis and -Y axis directions in the Gui.
chrisb
Veteran
Posts: 54302
Joined: Tue Mar 17, 2015 9:14 am

Re: Bug in Attachment placement of body element...

Post by chrisb »

For all attachments Z-direction is always perpendicular to the plane.
A Sketcher Lecture with in-depth information is available in English, auf Deutsch, en français, en español.
hinckel
Posts: 113
Joined: Fri Nov 21, 2014 11:45 am
Location: SJCAMPOS, SP - BR

Re: Bug in Attachment placement of body element...

Post by hinckel »

Thanks for the information @chrisb. A little bit counter-intuitive, but, if it is by design, it's fine. The result is correct.
chrisb
Veteran
Posts: 54302
Joined: Tue Mar 17, 2015 9:14 am

Re: Bug in Attachment placement of body element...

Post by chrisb »

hinckel wrote: Mon Sep 10, 2018 12:06 am Thanks for the information @chrisb. A little bit counter-intuitive, but, if it is by design, it's fine. The result is correct.
It comes probably from attachment of DatumPlanes where it is sensible. Z is always perpendicular to the plane.
A Sketcher Lecture with in-depth information is available in English, auf Deutsch, en français, en español.
Post Reply