Samuel
Samuel
Closing this PR. Replacement PR is #21425
Unfortunately there is no support for imperial output yet. See also #14. Any contributions would be gladly accepted
I agree, that's why I left it open as a separate issue. Maybe it's more likely that someone adds the feature that way.
I just added some info, is this clear enough?
@maxwxyz I think this is unrelated to FEM
I think we could actually get rid of the PNG support, it is currently unused. Then yeah, it could become BitModelIcon. Mixing different types of assets in one folder is...
I actually worked on that before and even finished a widget for it: https://github.com/knipknap/better-tool-library/blob/main/btl/ui/curve.py But the widget is not yet used by BTL, so the code is dormant. The goal...
My thoughts: I would consider the params a backend function which should be unaware of the UI - so I would choose one of the following approaches: - Option 1:...
I think not - especially when thinking about "shareable tools", but also when considering tools with "mixed specifications" - some dimensions may be specified in metric, others in inches. Imagine...
Thanks, I am glad to see that the work I put in is useful ;-). Since FreeCAD already has user settings for preferred units, my instinct would be: 1. Test...