Upload the file so the helpers can have a look.
Search found 42965 matches
- Mon Aug 15, 2022 6:31 am
- Forum: Help on using FreeCAD
- Topic: Drink Can Lid with Text on inside surface - how?
- Replies: 5
- Views: 167
- Mon Aug 15, 2022 6:28 am
- Forum: Install / Compile
- Topic: Can I install Freecad on an external hard drive?
- Replies: 5
- Views: 184
Re: Can I install Freecad on an external hard drive?
So is there a way to do this? Can I tweak the transfer of files? You can use a batch file where you set these variables before calling FreeCAD. But it isn't really much volume created there. I'm not on Windows and thus cannot test, but I guess that the system's temp directories are cleared on reboo...
- Mon Aug 15, 2022 6:08 am
- Forum: Developers corner
- Topic: Expression parser broken for Python objects
- Replies: 8
- Views: 199
Re: Expression parser broken for Python objects
As a workaround you can enter the values with units:
As you most probably don't have a constant expression you can add a unit to a unitless value like this
Code: Select all
1V+2V
Code: Select all
<<someExpression>>*1V + <<someOtherExpression>>*1V
- Mon Aug 15, 2022 6:00 am
- Forum: Developers corner
- Topic: Expression parser broken for Python objects
- Replies: 8
- Views: 199
Re: Expression parser broken for Python objects
The issue exists also in 0.20: OS: macOS 10.16 Word size of FreeCAD: 64-bit Version: 0.20.29177 (Git) Build type: Release Branch: (HEAD detached at 0.20) Hash: 68e337670e227889217652ddac593c93b5e8dc94 Python 3.9.13, Qt 5.12.9, Coin 4.0.0, Vtk 9.1.0, OCC 7.5.3 Locale: C/Default (C) Installed mods: * ...
- Mon Aug 15, 2022 5:58 am
- Forum: IFC
- Topic: Can't open IFC file in FC 0.20 Windows
- Replies: 2
- Views: 79
Re: Can't open IFC file in FC 0.20 Windows
Hi and welcome to the forum!
Please retry with the latest 0.21 development version. If the problem persists, come back and add your FreeCAD infos as desribed here: http://forum.freecadweb.org/viewtopic.php?f=3&t=2264.
Please retry with the latest 0.21 development version. If the problem persists, come back and add your FreeCAD infos as desribed here: http://forum.freecadweb.org/viewtopic.php?f=3&t=2264.
- Mon Aug 15, 2022 5:53 am
- Forum: Help on using FreeCAD
- Topic: Drink Can Lid with Text on inside surface - how?
- Replies: 5
- Views: 167
Re: Drink Can Lid with Text on inside surface - how?
Hi and welcome to the forum!
I have written a tutorial on using ShapeStrings in PartDesign: https://forum.freecadweb.org/viewtopic.php?t=36623.
I have written a tutorial on using ShapeStrings in PartDesign: https://forum.freecadweb.org/viewtopic.php?t=36623.
- Mon Aug 15, 2022 5:49 am
- Forum: Developers corner
- Topic: Expression parser broken for Python objects
- Replies: 8
- Views: 199
Re: Expression parser broken for Python objects
Confirmed. You should add your FreeCAD infos too. OS: macOS 10.16 Word size of FreeCAD: 64-bit Version: 0.21.29997 (Git) Build type: Release Branch: master Hash: b52967d52ac46eff7c59e74d991f3f5b298944ef Python 3.10.5, Qt 5.15.4, Coin 4.0.0, Vtk 9.1.0, OCC 7.6.2 Locale: C/Default (C) Installed mods: ...
- Sun Aug 14, 2022 10:46 pm
- Forum: Forum in Deutsch
- Topic: Dodekaeder
- Replies: 26
- Views: 826
Re: Dodekaeder
Danke. Mein Ziel war die Demonstration des Folding Modus.
Zunächst hatte ich für die erste Tasche direkt die DatumPlane genutzt. das ging gut, aber das PolarPattern hat mir dann einen Strich durch die rechnung gemacht. Womöglich ist das ein Bug.
- Sun Aug 14, 2022 10:42 pm
- Forum: Open discussion
- Topic: Helix computing very slow. How to do performance code changes?
- Replies: 9
- Views: 342
Re: Helix computing very slow. How to do performance code changes?
If you have many threds to model, then using Fasteners workbench is very useful, because you can control thread modeling with a single parameter. And using expressions provides a possibility to switch them off while modeling and then switch them all on in one single go as a final step.
- Sun Aug 14, 2022 10:34 pm
- Forum: Open discussion
- Topic: Part WB Loft vs PartDesign WB Loft - hollow lofts?
- Replies: 5
- Views: 250
Re: Part WB Loft vs PartDesign WB Loft - hollow lofts?
Part Loft and Sweep are much older than their PartDesign counterparts. So perhaps it may well be possible to augment the Part functions as well?