[Solved] missing auto-apply for cross section view label

Discussions about the development of the TechDraw workbench
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
Post Reply
User avatar
uwestoehr
Veteran
Posts: 4961
Joined: Sun Jan 27, 2019 3:21 am
Location: Germany
Contact:

[Solved] missing auto-apply for cross section view label

Post by uwestoehr »

- create a new page ad there a view
- select the view and insert a section view
- in the appearing task dialog click on the button "looking up", then insert the Identifier "A" and eventually press OK

result: The Identifier is missing. So after it has been defined in the task dialog an apply is missing (one must at the moment press Apply before one can click OK)
Last edited by uwestoehr on Wed Jan 08, 2020 3:01 am, edited 1 time in total.
svbol
Posts: 41
Joined: Mon Dec 09, 2019 8:29 pm

Re: missing auto-apply for cross section view label

Post by svbol »

Yes, I have this problem too.
I see line A-A in my Front view, but not see "Section A-A" under my section.
Usually I use two sections. And section's name very important for me.

OS: Linux Mint 18.2 32 bit
FreeCAD Daily last build
Last edited by svbol on Fri Jan 31, 2020 4:12 pm, edited 1 time in total.
User avatar
wandererfan
Veteran
Posts: 6313
Joined: Tue Nov 06, 2012 5:42 pm
Contact:

Re: missing auto-apply for cross section view label

Post by wandererfan »

svbol wrote: Sat Dec 14, 2019 5:27 am Yes, I have this problem too.
I see line A-A in my Front view, bit not see "Section A-A" under my section.
Usually I use two sections. And section's name very important for me.

OS: Linux Mint 18.2 32 bit
FreeCAD Daily last build
Just a reminder that Labels are not displayed on printed/exported copies of the drawing by default. You can either fill in the Caption property or set the View's KeepLabel property to true if you want text under the View in the final result.
User avatar
bitacovir
Veteran
Posts: 1570
Joined: Sat Apr 19, 2014 6:23 am
Contact:

Re: missing auto-apply for cross section view label

Post by bitacovir »

svbol wrote: Sat Dec 14, 2019 5:27 am
OS: Linux Mint 18.2 32 bit
FreeCAD Daily last build
It is recommended using: Help menu / About FreeCAD / Copy to clipboard
for FreeCAD version details.
::bitacovir::
==================
One must be absolutely modern.
Arthur Rimbaud (A Season in Hell -1873)

Canal Youtube Grupo Telegram de FreeCAD Español

My personal web site
My GitHub repository
Mini Airflow Tunnel Project
User avatar
wandererfan
Veteran
Posts: 6313
Joined: Tue Nov 06, 2012 5:42 pm
Contact:

Re: missing auto-apply for cross section view label

Post by wandererfan »

uwestoehr wrote: Mon Dec 09, 2019 6:54 pm
svbol wrote: Sat Dec 14, 2019 5:27 am
Should be fixed by git commit 4cca918a76 and git commit e33a90dc50.
User avatar
uwestoehr
Veteran
Posts: 4961
Joined: Sun Jan 27, 2019 3:21 am
Location: Germany
Contact:

Re: missing auto-apply for cross section view label

Post by uwestoehr »

wandererfan wrote: Sun Dec 29, 2019 6:19 pm Should be fixed by git commit 4cca918a76 and git commit e33a90dc50.
It is not completely fixed. This case still fails:

1. select a view and insert a section view
2. in the appearing task dialog click first on the button looking up then insert as identifier "G" and eventually press OK

Doing it the other way round (first entering the identifier, then pressing the button to define the section type) works now.
User avatar
wandererfan
Veteran
Posts: 6313
Joined: Tue Nov 06, 2012 5:42 pm
Contact:

Re: missing auto-apply for cross section view label

Post by wandererfan »

uwestoehr wrote: Fri Jan 03, 2020 1:02 pm It is not completely fixed.
git commit 0ef89a9e57
User avatar
uwestoehr
Veteran
Posts: 4961
Joined: Sun Jan 27, 2019 3:21 am
Location: Germany
Contact:

Re: missing auto-apply for cross section view label

Post by uwestoehr »

wandererfan wrote: Sat Jan 04, 2020 3:02 pm git commit 0ef89a9e57
Many thanks. I tested and it works fine now.
User avatar
Kunda1
Veteran
Posts: 13434
Joined: Thu Jan 05, 2017 9:03 pm

Re: missing auto-apply for cross section view label

Post by Kunda1 »

Can this thread be marked [Solved] ?
Alone you go faster. Together we go farther
Please mark thread [Solved]
Want to contribute back to FC? Checkout:
'good first issues' | Open TODOs and FIXMEs | How to Help FreeCAD | How to report Bugs
Post Reply