I think the word you're looking for is 'afford' meaning having the ability to pay for goods, I appreciate English is not your first language.
Search found 1608 matches
- Sun Aug 07, 2022 4:48 pm
- Forum: UX/UI Design
- Topic: Default anti aliasing setting
- Replies: 7
- Views: 318
- Sun Aug 07, 2022 4:38 pm
- Forum: Install / Compile
- Topic: Compilation failure.
- Replies: 7
- Views: 420
Re: Compilation failure.
-DFREECAD_USE_OCC_VARIANT="Official Version" \ -DOpenCASCADE_DIR="$OCC_DIR/lib/cmake/opencascade" \ <------------------------------- /!\ /!\ /!\ -DOCC_INCLUDE_DIR="$OCC_DIR/include/opencascade" \ -DOCC_LIBRARY="$OCC_DIR/lib/libTKernel.so" \ -DOCCT_CMAKE_FALLB...
- Sun Aug 07, 2022 2:41 pm
- Forum: Install / Compile
- Topic: Freecad not openinig any more , after installing addons
- Replies: 3
- Views: 128
Re: Freecad not openinig any more , after installing addons
It's caused by the accent in your username, the fix has been applied ready for 0.20.1. The new version installer is supposed to be released in the next few days but that is subject to any issues with the packaging.
- Sun Aug 07, 2022 11:29 am
- Forum: Help on using FreeCAD
- Topic: Draft ShapeString can't open symbolic links?
- Replies: 1
- Views: 166
Re: Draft ShapeString can't open symbolic links?
I don't use flatpak so haven't been able to confirm but I believe any fonts that flatpak needs access to by default should be in ~/.local/share/fonts therefore you will need to copy them over from locations that flatpak cannot. This obviously is not ideal due to duplication but it is a known securit...
- Sat Aug 06, 2022 9:23 am
- Forum: Install / Compile
- Topic: Compilation failure.
- Replies: 7
- Views: 420
Re: Compilation failure.
I did give a step-by-step guide when occt760beta was released because I knew I'd forget how to do it months later and this has the correct cmake recommendation https://forum.freecadweb.org/viewtopic. ... 70#p539270
- Sat Aug 06, 2022 9:16 am
- Forum: Python scripting and macros
- Topic: [solved] How to do Translation instead of Rotation in this code? Coin3D
- Replies: 8
- Views: 326
Re: How to do Translation instead of Rotation?
Based on a simple search I believe (unless it's changed) you require something like to move to X5, Y0, Z0:
Have a look at https://forum.freecadweb.org/viewtopic.php?p=82414 for some inspiration.
Code: Select all
camera.position.setValue(FreeCAD.Vector(5,0,0))
- Sat Aug 06, 2022 9:05 am
- Forum: Help on using FreeCAD
- Topic: Curves workbench
- Replies: 1313
- Views: 212039
Re: Curves workbench
chrisb ,the fact that fcgear, Fasteners and Sheetmetal don't have any version numbers next to them indicates either a Mac specific issue or maybe time to clear out all your Addons and reinstall them in maybe groups of three or four. On my self compiled Linux they have been reporting correctly for a...
- Fri Aug 05, 2022 6:59 pm
- Forum: Help on using FreeCAD
- Topic: Turner Cube meshing with solid faces
- Replies: 5
- Views: 399
Re: Turner Cube meshing with solid faces
If you want to slightly speed up the process you can use the attached macro. Firstly you need to edit line 24 and put in the correct location of your Cura install. If you are using Part Design Wb make sure the Body is selected before running the macro. Note if you end up building assemblies, you wil...
- Fri Aug 05, 2022 6:37 pm
- Forum: Help on using FreeCAD
- Topic: How can I calculate the total surface area of an object? (and optionally exclude some planes)
- Replies: 3
- Views: 269
Re: How can I calculate the total surface area of an object? (and optionally exclude some planes)
Hopefully this covers what you need with the excluding of certain faces. The procedure using your file is click on Common and run the macro. The code as you see (Line Number 5) is excluding Face1 which you'd have to amend with a line for each face to be excluded. It gives you the total surface area ...
- Fri Aug 05, 2022 3:32 pm
- Forum: Help on using FreeCAD
- Topic: FreeCAD show the start picture and then instantly crashes on Windows 10
- Replies: 10
- Views: 630