Search found 35 matches

by ajlittoz
Sat Dec 09, 2023 10:11 am
Forum: Developers corner
Topic: FreeCAD compatibility with Python 3.12
Replies: 15
Views: 13071

FreeCAD compatibility with Python 3.12

Hi all, FreeCAD code depends on Python deprecated module distutils which has now been removed from Python 3.12. Consequently, FreeCAD does not install/compile when Python is updated to 3.12. Fedora 39 has moved to Python 3.12 which means FreeCAD can no longer run. Fedora packagers/maintainers have r...
by ajlittoz
Sun Jun 11, 2023 8:52 am
Forum: Help on using FreeCAD
Topic: Replacing an external spreadsheet without losing parametrisation
Replies: 5
Views: 1104

Re: Replacing an external spreadsheet without losing parametrisation

Roy_043 This is the solution. A bit tedious because of the relabelling of all parameters with the file name, but it works. What is not mentioned in the documentation is the need to have the spreadsheet project file open in the same FC instance as the model, otherwise references are not found. Thank...
by ajlittoz
Sat Jun 10, 2023 6:53 pm
Forum: Help on using FreeCAD
Topic: Replacing an external spreadsheet without losing parametrisation
Replies: 5
Views: 1104

Re: Replacing an external spreadsheet without losing parametrisation

A FreeCAD file (*.FCStd) is a zip file. You can perhaps play with the spreadsheet sub-file. I had a look at if. The spreadsheet is stored as an XML <Object name="…"> … </Object> in Document.xml . Thus, if I follow your suggestion, the procedure could be: import the spreadsheet into a blan...
by ajlittoz
Sat Jun 10, 2023 1:33 pm
Forum: Help on using FreeCAD
Topic: Replacing an external spreadsheet without losing parametrisation
Replies: 5
Views: 1104

Replacing an external spreadsheet without losing parametrisation

Hi all, OS: Fedora Linux 38 (Thirty Eight) (KDE) Word size of FreeCAD: 64-bit Version: 0.20.2.Unknown Build type: Unknown Python 3.11.1, Qt 5.15.8, Coin 4.0.0, Vtk 9.2.5, OCC 7.6.3 Locale: French/France (fr_FR) I collect all my design parameters in an external spreadsheet because dedicated apps allo...
by ajlittoz
Fri Oct 29, 2021 4:45 pm
Forum: Help on using FreeCAD
Topic: Clarification needed on cloned sketches
Replies: 3
Views: 902

Re: Clarification needed on cloned sketches

No, but I'll have a look at your suggestion.
by ajlittoz
Fri Oct 29, 2021 3:26 pm
Forum: Help on using FreeCAD
Topic: Clarification needed on cloned sketches
Replies: 3
Views: 902

Clarification needed on cloned sketches

Hi all, I'm trying to "template" my project through the use of "cloned sketches". Here is my procedure: I create one "master" sketch per object category, in my case various windows and doors Once tuned, these sketches are considered read-only. They have 2 degrees of fre...
by ajlittoz
Thu Oct 07, 2021 1:21 pm
Forum: Help on using FreeCAD
Topic: User-friendly way to reverse line orientation?
Replies: 3
Views: 1648

Re: User-friendly way to reverse line orientation?

@thomas-neemann: thanks for the suggestion; it works within sketches (though I wouldn't call it user-friendly).

Is there a similar trick for independent lines (not drawn inside sketches)? When bounds are defined by expressions, I doubt the expressions would transfer to the "duplicate".
by ajlittoz
Wed Oct 06, 2021 5:16 pm
Forum: Help on using FreeCAD
Topic: User-friendly way to reverse line orientation?
Replies: 3
Views: 1648

User-friendly way to reverse line orientation?

Hi all, I draw a wireframe skeleton for inner walls, e.g. each segment is supposed to delimit a face of a wall and all segments are drawn inside a single sketch to make ultimately a single "logical" wall (and decrease the number of objects in the tree). Although I am very cautious about th...
by ajlittoz
Sat Oct 02, 2021 8:17 am
Forum: Help on using FreeCAD
Topic: Objects not displayed in tree view
Replies: 16
Views: 3656

Re: Objects not displayed in tree view

I still have no idea how this could have happened inadvertently, Since I forgot to press `F2`, the sequences of characters perhaps provided a substitute for `View`>`Visibility`>`Mask object` on selected one(s). A recompute fixes the error. However, you may consider using more sensible names: There ...
by ajlittoz
Fri Oct 01, 2021 6:23 pm
Forum: Help on using FreeCAD
Topic: Objects not displayed in tree view
Replies: 16
Views: 3656

Re: Objects not displayed in tree view

Reduced file: 52ParmelanParm-forum.FCStd I had to remove many elements, among which the gables and a shed. My goal is to get all the sketches visible in the tree (at least the "primary" or template ones like IDoor sketch). Many of them have Show In Tree property set to false and can no lon...