Search found 6148 matches

by wandererfan
Sat Mar 30, 2024 7:13 pm
Forum: TechDraw
Topic: Part Mirror behaves strangely in TechDraw ... BUG?
Replies: 27
Views: 2111

Re: Part Mirror behaves strangely in TechDraw ... BUG?

When you say whole shape, do you mean in your example, when Part selected, it should contain: Sphere , Cube (Mirror #1) and Cube ? Yes. If for some reason I did not want the original Cube included, I could toggle its visibility off. As things are, I'd have to merge the original cube and the mirror ...
by wandererfan
Sat Mar 30, 2024 4:07 pm
Forum: TechDraw
Topic: Some TechDraw observations ad therefore FRs
Replies: 9
Views: 1036

Re: Some TechDraw observations ad therefore FRs

user1234 wrote: Fri Mar 29, 2024 2:45 pm The property keep updated should be also in view (section, detail, etc.) object level.
I seems to me that somebody is working on implementing a skipRecompute setting at the document object level. This would replace our keep updated setting. I'll see if I can find some more info.
by wandererfan
Sat Mar 30, 2024 4:05 pm
Forum: TechDraw
Topic: Part Mirror behaves strangely in TechDraw ... BUG?
Replies: 27
Views: 2111

Re: Part Mirror behaves strangely in TechDraw ... BUG?

There are a few things going on that are giving you trouble. The first problem area is just the way Part Mirror works. The shape of Steher001 (Mirror #2) does not include Steher001 (Mirror #1) and the shape of Steher001 (Mirror #1) does not include Steher001. When I export PartWB mirrored objects, ...
by wandererfan
Sat Mar 30, 2024 3:14 pm
Forum: Help on using FreeCAD
Topic: How to create views of an assembly in TechDraw
Replies: 8
Views: 713

Re: How to create views of an assembly in TechDraw

maxb wrote: Sat Mar 30, 2024 12:09 pm Is it possible to create the views of an assembly to add dimensions on a drawing?
I haven't done this lately, but AFAIK it works. Please post a sample file showing the problem.
by wandererfan
Fri Mar 29, 2024 2:11 pm
Forum: TechDraw
Topic: TechDraw - 3D aligned projection
Replies: 13
Views: 893

Re: TechDraw - 3D aligned projection

The reason we trim the direction after 6 digits is that coin uses single precision floating point numbers which are good to 6-9 decimal digits. The rest of FreeCAD (mostly?) uses double precision floating point numbers which are good to ~15 decimal digits. Deciding that a projection direction of (1...
by wandererfan
Fri Mar 29, 2024 1:47 pm
Forum: TechDraw
Topic: Part Mirror behaves strangely in TechDraw ... BUG?
Replies: 27
Views: 2111

Re: Part Mirror behaves strangely in TechDraw ... BUG?

PhilippM wrote: Fri Mar 29, 2024 11:51 am
The pictures are nice, but please post your file so we can do some proper investigation.
by wandererfan
Thu Mar 28, 2024 2:10 pm
Forum: TechDraw
Topic: 'Update template field' ?
Replies: 2
Views: 251

Re: 'Update template field' ?

Is anyone using it and if yes for what exactly? I don't know who uses this. There have been requests to fill the title block from the document information as far back as I can remember ( 5903 . There is this tool, the add-on "TitleBlock WB" and Tomas' implementation of the "freecad:a...
by wandererfan
Thu Mar 28, 2024 1:37 pm
Forum: TechDraw
Topic: Extend centerlines + undo → segfault
Replies: 4
Views: 459

Re: Extend centerlines + undo → segfault

SIXe wrote: Wed Mar 20, 2024 7:38 pm
Should be fixed by git commit 10b9229492.

Note that cosmetic actions are not in general "undo-able" as they are not document objects.
by wandererfan
Thu Mar 28, 2024 1:33 pm
Forum: TechDraw
Topic: TechDraw - 3D aligned projection
Replies: 13
Views: 893

Re: TechDraw - 3D aligned projection

NewJoker wrote: Wed Mar 27, 2024 8:22 pm Couldn't they use a similar code to cut the unnecessary digits from the direction ?
Sure. Just needs somebody to find all the places that can set a direction and add the code.
by wandererfan
Wed Mar 27, 2024 8:20 pm
Forum: TechDraw
Topic: TechDraw - 3D aligned projection
Replies: 13
Views: 893

Re: TechDraw - 3D aligned projection

<r><QUOTE author="Rubox" post_id="749940" time="1711546982" user_id="64715"><s>[quote=Rubox post_id=749940 time=1711546982 user_id=64715]</s> I try to open in 0.22 dev version and the section look in the right way.<br/> I don't understand why i got that result in 0.21, and only with linked body. <e>...