Search found 6222 matches

by onekk
Mon Apr 22, 2024 5:14 pm
Forum: Announcements & Features
Topic: gNucleus : Generate FreeCAD models by GenAI
Replies: 31
Views: 1951

Re: gNucleus : Generate FreeCAD models by GenAI

gNucleusAI wrote: Mon Apr 22, 2024 4:37 pm ...
Many thanks.

Carlo D.
by onekk
Mon Apr 22, 2024 5:15 am
Forum: Assembly
Topic: FreeCAD 22dev-Assembly WB (Ondsel) Slider Joint
Replies: 3
Views: 234

Re: FreeCAD 22dev-Assembly WB (Ondsel) Slider Joint

Ask in Assembly sub forum it is a better place.

But it seems that you are using a development version of FreeCAD so don't put Ondsel on the title, as you are not using the Ondsel version if FreeCAD.

use "Integrated Assembly WB" instead is more correct.
by onekk
Mon Apr 22, 2024 5:07 am
Forum: Help on using FreeCAD
Topic: Is there a "paste | special | value" analog in FreeCAD spreadsheets?
Replies: 9
Views: 771

Re: Is there a "paste | special | value" analog in FreeCAD spreadsheets?

use range() instead xrange() was a python2 function. keep in mind that range will return item from 0 to the number you set so if you put 5 it will output (0, 1, 2, 3, 4), so you have to arrange indexes in case they start from 1 or specify different values, see python reference for further informatio...
by onekk
Sun Apr 21, 2024 5:31 pm
Forum: Announcements & Features
Topic: gNucleus : Generate FreeCAD models by GenAI
Replies: 31
Views: 1951

Re: gNucleus : Generate FreeCAD models by GenAI

gNucleusAI wrote: Sat Apr 20, 2024 7:04 pm @onekk

...

Similar to other GenAI models, gNucleus GenAI Model is built on the foundation of the "Transformer" architecture.
...
Very interesting, could you post some info on how to find information about this matter?

Kind regards

Carlo D.
by onekk
Sun Apr 21, 2024 2:39 pm
Forum: Python scripting and macros
Topic: How to display context menu (right-click menu) with a macro
Replies: 5
Views: 353

Re: Simulate Right click

In Qt you have mouse events, but it depends where the click is done, as actual code could already capture the long click and trigger an action before the one you want to add. Qt however could "sum" events or you could detach already connected events and write a new managment code, that eve...
by onekk
Sun Apr 21, 2024 2:29 pm
Forum: Python scripting and macros
Topic: merge faces (again)
Replies: 11
Views: 3670

Re: merge faces (again)

Leaving alone the necrobumping. (last message prior yours in this thread is very old) If you start from faces and not wires as in the example you could fuse the, but if they are near and not overlapping there could be a problem during fusion. It worth to know also was WB you are using. Posting a Fre...
by onekk
Sat Apr 20, 2024 6:09 pm
Forum: Open discussion
Topic: Is FreeCAD ready for production?
Replies: 6
Views: 619

Re: Is FreeCAD ready for production?

... In context of the original question "Is FreeCAD ready for production" I think mentioning the OCCT issues is very relevant, they shouldn't be avoided because they aren't controlled by FreeCAD. But if FreeCAD will implement a different way to define fillets and thickness (thing that is ...
by onekk
Sat Apr 20, 2024 1:31 pm
Forum: Open discussion
Topic: Auto allocate new elements on selected folder
Replies: 4
Views: 338

Re: Auto allocate new elements on selected folder

Edit: wrong assumptions due to having guessed wrong what the OP was meaning.

Kind regards

Carlo D.
by onekk
Sat Apr 20, 2024 1:24 pm
Forum: Developers corner
Topic: [Bug?] Sketch Geometry Extension Not Saved in Point Object
Replies: 3
Views: 303

Re: [Bug?] Sketch Geometry Extension Not Saved in Point Object

paullee wrote: Sat Apr 20, 2024 9:28 am ...
Probably you must poke actual developers it seems that abdullah is not part of the team anymore.

Some works on sketchers has been done by @paddle but probably there are other developers working in it.

Kind regards

Carlo D.
by onekk
Sat Apr 20, 2024 1:17 pm
Forum: Open discussion
Topic: Is FreeCAD ready for production?
Replies: 6
Views: 619

Re: Is FreeCAD ready for production?

... Ok but this add not too much to the discussion. OCCT limitation are well known and some of them have not been updated as some kernel users are not using them. (keep in mind that OCCT is used by some non OpenSource users that probably are paying a big part of development bills). So until things ...