Search found 8389 matches

by Roy_043
Fri Apr 19, 2024 1:33 pm
Forum: Draft, Arch & BIM
Topic: Subtracting roof from wall not working for me.
Replies: 1
Views: 72

Re: Subtracting roof from wall not working for me.

Welcome. Can you post your file? Without it we can only guess what "this project" is.
by Roy_043
Fri Apr 19, 2024 9:53 am
Forum: Help on using FreeCAD
Topic: Cut/Trim parts which are created with Draft_OrthoArray
Replies: 1
Views: 104

Re: Cut/Trim parts which are created with Draft_OrthoArray

See attached file. There must be a small space between the elements of the array.
by Roy_043
Thu Apr 18, 2024 7:52 pm
Forum: Open discussion
Topic: Is it intentional that LinearPattern's "occurences" parameter includes the original features but the "length" doesn't?
Replies: 7
Views: 508

Re: Is it intentional that LinearPattern's "occurences" parameter includes the original features but the "length" doesn'

The pattern is an array that does not really have a start or endpoint, the length is the length of a translation vector. And what would be the start point of (for example) a cylindrical feature? In an older version of the page the text is: Define the Length (distance) between the last copied occurre...
by Roy_043
Thu Apr 18, 2024 7:04 pm
Forum: Help on using FreeCAD
Topic: weird update behaviour of PartLink Placement List
Replies: 4
Views: 354

Re: weird update behaviour of PartLink Placement List

Without your file it is very unlikely that anyone will look into this. Maybe also consider using Draft arrays (Draft_OrthoArray)...
by Roy_043
Thu Apr 18, 2024 6:56 pm
Forum: Help on using FreeCAD
Topic: Rotation about LCS and Dataplanes
Replies: 12
Views: 570

Re: Rotation about LCS and Dataplanes

With some more planning this exercise can become a lot easier. Notice how both sketches are constrained relative to their axes in the attached file.
by Roy_043
Thu Apr 18, 2024 10:52 am
Forum: Announcements & Features
Topic: gNucleus : Generate FreeCAD models by GenAI
Replies: 23
Views: 1383

Re: gNucleus : Generate FreeCAD models by GenAI

chrisb wrote: Thu Apr 18, 2024 7:06 am Here is a real life FreeCAD model, which would like to see AI generated:
It seem clear that gNucleus does not generate CAD models at all. It provides a language interface to change the parametrics of existing CAD models (created by humans).
by Roy_043
Thu Apr 18, 2024 8:18 am
Forum: Help on using FreeCAD
Topic: (WORKAROUND) Setting treeview mode in dev
Replies: 3
Views: 324

Re: Setting treeview mode in dev

Changing to that setting should make the Property view detachable from the Tree view. But you may have to detach manually. In fact, AFAICT, you don't have to restart.
by Roy_043
Thu Apr 18, 2024 7:50 am
Forum: Help on using FreeCAD
Topic: can I avoid jumping names of sketch features in animated master sketches?
Replies: 3
Views: 368

Re: can I avoid jumping names of sketch features in animated master sketches?

wjr wrote: Wed Apr 17, 2024 11:33 pm you also found this out by trial and error
That is indeed the case.
by Roy_043
Wed Apr 17, 2024 5:12 pm
Forum: Open discussion
Topic: Is it intentional that LinearPattern's "occurences" parameter includes the original features but the "length" doesn't?
Replies: 7
Views: 508

Re: Is it intentional that LinearPattern's "occurences" parameter includes the original features but the "length" doesn'

I don't think it is correct to say "length of the original feature" as that is not how the length is measured, it is rather the distance from the first to the last occurrence. In real life this is rather common of course: If you have to evenly space 10 objects you have to divide the total ...