[fixed] UI bug with Loft dialog

About the development of the Part Design module/workbench. PLEASE DO NOT POST HELP REQUESTS HERE!
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:

[fixed] UI bug with Loft dialog

Post by uwestoehr »

The Loft dialog does not take into account the options of the loft.

An example:
wDhUySAGHL.gif
wDhUySAGHL.gif (192.68 KiB) Viewed 707 times
This loft has the option "ruled" set but the dialog does not reflect this.
Looking at the code I see that the dialog is simply not properly initialized.

This PR fixes this bug: https://github.com/FreeCAD/FreeCAD/pull/3871
Last edited by uwestoehr on Fri Sep 18, 2020 10:51 am, edited 1 time in total.
User avatar
Pauvres_honteux
Posts: 728
Joined: Sun Feb 16, 2014 12:05 am
Location: Far side of the moon

Re: UI bug with Loft dialog

Post by Pauvres_honteux »

Hi uwestoehr, do I interpret your gif correct if I say "ruled" = smoothing the resulting surface?
User avatar
uwestoehr
Veteran
Posts: 4961
Joined: Sun Jan 27, 2019 3:21 am
Location: Germany
Contact:

Re: UI bug with Loft dialog

Post by uwestoehr »

Pauvres_honteux wrote: Tue Sep 15, 2020 1:03 pm Hi uwestoehr, do I interpret your gif correct if I say "ruled" = smoothing the resulting surface?
No. See: https://wiki.freecadweb.org/PartDesign_ ... ft#Options
Post Reply