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
205 stars 58 forks source link

Feature: Hide Base Shape Type setting (instead of disabling) #355

Open leoheck opened 4 months ago

leoheck commented 4 months 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 4 months 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 4 months 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 4 months 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 4 months ago

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