Search found 539 matches

by vanuan
Tue Mar 19, 2024 5:40 pm
Forum: Open discussion
Topic: Direct modeling now in low cost CAD
Replies: 26
Views: 4376

Re: Direct modeling now in low cost CAD

Any time now
by vanuan
Thu Feb 15, 2024 9:54 pm
Forum: Help on using FreeCAD
Topic: Imperial Units in Draft Workbench
Replies: 6
Views: 1883

Re: Imperial Units in Draft Workbench

It doesn't appear to respect metric system either, as changing to the MKS system doesn't have any effect.
by vanuan
Thu Feb 23, 2023 12:55 am
Forum: Developers corner
Topic: List of geometries in sketches.
Replies: 15
Views: 1798

Re: List of geometries in sketches.

From the symptoms it looks like Geometry[0] is recreated when you're changing its name.
by vanuan
Mon Feb 20, 2023 8:30 pm
Forum: Developers corner
Topic: How to properly use ObjectIdentifier?
Replies: 11
Views: 1879

Re: How to properly use ObjectIdentifier?

onekk wrote: Mon Feb 20, 2023 5:30 pm :D :lol:
Laugh all you want until AI takes your job
by vanuan
Mon Feb 20, 2023 5:13 pm
Forum: Developers corner
Topic: How to properly use ObjectIdentifier?
Replies: 11
Views: 1879

Re: How to properly use ObjectIdentifier?

Here's what ChatGPT gave import FreeCAD # Get the active document doc = FreeCAD.ActiveDocument # Get the Sketch object you want to label sketch = doc.Sketch # Get the ObjectIdentifier of the Sketch object sketch_oid = sketch.Name # Loop through the geometry elements in the Sketch object for index, g...
by vanuan
Sat Feb 18, 2023 3:14 pm
Forum: Developers corner
Topic: FreeCAD web frontend
Replies: 2
Views: 1878

Re: FreeCAD web frontend

I propose another phase: 1. Replace the FreeCADCmd binary and all associated C++ code with Python frontend calling to *.so libraries and PySide/PyQt. 2. Distribute FreeCAD.so FreeCADGui.so, libFreeCADApp.so, libFreeCADBase.so, libFreeCADGui.so as python packages or similarly to how blender does it: ...
by vanuan
Sat Feb 18, 2023 1:02 pm
Forum: Developers corner
Topic: Type-checked Python
Replies: 16
Views: 3153

Re: Type-checked Python

Hello all. I've decided to give this another look and try using the new AI tools available: Screenshot from 2023-02-18 14-57-30.png def closeDocument(self, str) -> None: This is a bit incorrect, since it doesn't have an access to the context of where is this method attached. But if you change a prom...
by vanuan
Sun Jun 06, 2021 4:01 pm
Forum: Help on using FreeCAD
Topic: [solved] AppImage crashes in Ubuntu (nspr and localtime64)
Replies: 6
Views: 1257

Re: AppImage crashes in Ubuntu (nspr and localtime64)

Yes. Issue solved by installing Ubuntu updates.
by vanuan
Sun Jun 06, 2021 3:56 pm
Forum: Help on using FreeCAD
Topic: [solved] AppImage crashes in Ubuntu (nspr and localtime64)
Replies: 6
Views: 1257

Re: AppImage crashes in Ubuntu (nspr and localtime64)

This is not an issue with FreeCAD. This is likely an issue with Ubuntu. Because it has opened just fine before updates.
by vanuan
Sun Jun 06, 2021 2:13 pm
Forum: Help on using FreeCAD
Topic: [solved] AppImage crashes in Ubuntu (nspr and localtime64)
Replies: 6
Views: 1257

[solved] AppImage crashes in Ubuntu (nspr and localtime64)

Has anybody seen this error? 1: /tmp/.mount_FreeCAaikhCv/usr/libexec/../lib/libQt5WebEngineCore.so.5: error: symbol lookup error: undefined symbol: localtime64 (fatal) 1: /tmp/.mount_FreeCAaikhCv/usr/libexec/../lib/libQt5WebEngineCore.so.5: error: symbol lookup error: undefined symbol: localtime64_r...