3D dimensions in TechDraw

Discussions about the development of the TechDraw workbench
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
run_the_race
Posts: 161
Joined: Mon Feb 01, 2021 7:22 pm

3D dimensions in TechDraw

Post by run_the_race »

Referencing this thread:
https://forum.freecadweb.org/viewtopic.php?f=3&t=22014

Which ends in recommending opening an issue here fior discussion. Basically it seems like 3D dimension style was updated to the ISO standard way in 0.18, then there was regression in 0.19/0.20, as shown below:

Image

Should I open a bug on the tracker, or is this an intentional change?
domad
Veteran
Posts: 2091
Joined: Mon Jun 22, 2020 12:16 pm

Re: 3D dimensions in TechDraw

Post by domad »

run_the_race wrote: Sat May 01, 2021 12:42 pm ........................
Should I open a bug on the tracker, or is this an intentional change?
Good evening to the Community, hello run_the_race!

This could be an alternative: https://forum.freecadweb.org/viewtopic.php?f=28&t=53848
run_the_race
Posts: 161
Joined: Mon Feb 01, 2021 7:22 pm

Re: 3D dimensions in TechDraw

Post by run_the_race »

domad wrote: Sat May 01, 2021 6:31 pm
run_the_race wrote: Sat May 01, 2021 12:42 pm ........................
Should I open a bug on the tracker, or is this an intentional change?
Good evening to the Community, hello run_the_race!

This could be an alternative: https://forum.freecadweb.org/viewtopic.php?f=28&t=53848
Good evening!
That seems like a lonog work around, not a long term solution.
domad
Veteran
Posts: 2091
Joined: Mon Jun 22, 2020 12:16 pm

Re: 3D dimensions in TechDraw

Post by domad »

run_the_race wrote: Sat May 01, 2021 7:05 pm ...............
That seems like a lonog work around, not a long term solution.
Yes, an alternative / temporary solution because it is slow.
run_the_race
Posts: 161
Joined: Mon Feb 01, 2021 7:22 pm

Re: 3D dimensions in TechDraw

Post by run_the_race »

domad wrote: Sat May 01, 2021 7:21 pm
run_the_race wrote: Sat May 01, 2021 7:05 pm ...............
That seems like a lonog work around, not a long term solution.
Yes, an alternative / temporary solution because it is slow.
Okay, well thanks for providing a work around for in the mean time :idea:
rock.vice
Posts: 22
Joined: Sat Jan 02, 2021 6:12 pm

Re: 3D dimensions in TechDraw

Post by rock.vice »

Hi to everybody in the community,
I would point out again to the developers of TechDraw the different behavior in 3D dimensions using Freecad v018.x and v0.19.x
Screenshot_20211101_145042.png
Screenshot_20211101_145042.png (491.07 KiB) Viewed 4914 times

This can be considered a regression (at least according to many users, including me): it would help a lot to provide again the option to align the extension lines to the XYZ axes.
Even if the current v0.19 behavior was introduced to cover other user cases, this option could be made selectable in the property window

Please do not blame on me if this fix was already planned for a future release,
Rocco V.

OS: KDE neon User - Plasma 25th Anniversary Edition (KDE/plasma)
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.19.24291 (Git) AppImage
Build type: Release
Branch: (HEAD detached at 0.19.2)
Hash: 7b5e18a0759de778b74d3a5c17eba9cb815035ac
Python version: 3.8.8
Qt version: 5.12.9
Coin version: 4.0.0
OCC version: 7.4.0
Locale: English/United States (en_US)
User avatar
Shalmeneser
Veteran
Posts: 9546
Joined: Wed Dec 23, 2020 12:04 am
Location: Fr

Re: 3D dimensions in TechDraw

Post by Shalmeneser »

+1
wmayer
Founder
Posts: 20298
Joined: Thu Feb 19, 2009 10:32 am
Contact:

Re: 3D dimensions in TechDraw

Post by wmayer »

This might be the commit to blame: git commit b75398d76345f3c88e09

QGIViewDimension is the class to handle dimension items in the graphic view and for ISO drawing there were used the functions findIsoDir and findIsoExt
See https://github.com/FreeCAD/FreeCAD/comm ... a9cf50L620

After the changes these functions are not used any more. Here the corresponding PR: https://github.com/FreeCAD/FreeCAD/pull/2552

Link to the Mantis issue: issue #0004687
branvan
Posts: 8
Joined: Sat May 28, 2022 6:47 pm

Re: 3D dimensions in TechDraw

Post by branvan »

+1
unfortunately the corresponding issue https://tracker.freecad.org/view.php?id=0004687 has been closed.
Apparently there is a way to reproduce the desired result but I have not found anything.

Does anybody know how to get decent 3d dimensions?

Thank you!
branvan
Posts: 8
Joined: Sat May 28, 2022 6:47 pm

[SOLVED] Re: 3D dimensions in TechDraw

Post by branvan »

Ok I found it, apparently a new feature in 0.21:

https://wiki.freecad.org/TechDraw_AxoLengthDimension/en
Post Reply