shaise / FreeCAD_SheetMetal

A simple sheet metal workbench for FreeCAD
http://theseger.com/projects/2015/06/sheet-metal-addon-for-freecad/
GNU Lesser General Public License v2.1
190 stars 55 forks source link

Improvement - Base Shape Type settings #355

Open leoheck opened 1 month ago

leoheck commented 1 month ago

Changing Base Shape type could hide the entire line instead of just disabling the input field. I think there is a property for that.

What do you think? This would improve the usability a bit.

image

leoheck commented 1 month ago

image

Also, input fields with numbers could have more space... The input field of the Base Feature could have the same min Width as the others some the fields could be the same length

shaise commented 1 month ago

Changing Base Shape type could hide the entire line instead of just disabling the input field. I think there is a property for that.

What do you think? This would improve the usability a bit.

I did not understand...

leoheck commented 1 month ago

When I select U-shape, for instance. It disables the input field of Flange width as you can see the image above. The first image has the Flat as the Base shape which has the Bend radius and the Height disabled as well.

Instead of disabling the input field keeping it there visible. The whole line could be hidden (removed) from the view.

shaise commented 1 month ago

Now I understand. Hide instead of disable. Ok, I'll think about it.