Search found 6074 matches

by wandererfan
Tue Mar 19, 2024 12:06 pm
Forum: Open discussion
Topic: parabola export to .dxf format
Replies: 2
Views: 100

Re: parabola export to .dxf format

I created a simple parabola sketch, exported it in.dxf, and tried to import it but I could not find the parabola curve. Any reason why we cant export parabola shapes?... AFAIK, dxf does not support parabolas (at least in the versions we handle). There is no code in the C++ exporter to handle parabo...
by wandererfan
Mon Mar 18, 2024 1:29 pm
Forum: TechDraw
Topic: Cannot create a projection
Replies: 5
Views: 358

Re: Cannot create a projection

wodzuu wrote: Mon Mar 18, 2024 11:53 am
Are you able to post a broken file? Your user.cfg would be helpful also.
by wandererfan
Sun Mar 17, 2024 9:21 pm
Forum: TechDraw
Topic: Filling Template Fields
Replies: 2
Views: 300

Re: Filling Template Fields

previous discussion re template fields auto fill: viewtopic.php?t=82904
by wandererfan
Sun Mar 17, 2024 4:14 pm
Forum: TechDraw
Topic: Cannot create a projection
Replies: 5
Views: 358

Re: Cannot create a projection

When you say "project an item", are you referring to https://wiki.freecad.org/TechDraw_ProjectShape , https://wiki.freecad.org/TechDraw_ProjectionGroup , or something else? There was a problem like this a while ago related to preferences. Do your TD preference pages look like they have se...
by wandererfan
Sun Mar 17, 2024 12:59 pm
Forum: TechDraw
Topic: Dimension Changes
Replies: 0
Views: 147

Dimension Changes

If you are using v022dev, please pay attention to your dimensions. This PR " [TD]Refactor LTNP correction code for Dimensions" issue #13007 changes a lot of dimension code, so there could be glitches.

Thanks.
by wandererfan
Sun Mar 17, 2024 12:11 am
Forum: TechDraw
Topic: Filling Template Fields
Replies: 2
Views: 300

Filling Template Fields

@tpavlicek , @Syres , @Paul Ebbers

Probably a good idea for you three to confer on this one https://github.com/FreeCAD/FreeCAD/pull/13005 before merge.
by wandererfan
Sat Mar 16, 2024 2:29 pm
Forum: Help on using FreeCAD
Topic: Copying a view in a TechDraw page
Replies: 5
Views: 377

Re: Copying a view in a TechDraw page

I made a drilling template in Sketcher to be printed out, cut out, and glued to a piece of metal. Interesting requirement. I print a lot of cutting templates, but I've never needed many of the same template at the same time. I would do this by putting a single cutting template view on a blank page ...
by wandererfan
Fri Mar 15, 2024 11:56 pm
Forum: TechDraw
Topic: Drawing of Assembly "Exploded Views"
Replies: 1
Views: 296

Re: Drawing of Assembly "Exploded Views"

No problem adding a dependency. We already have a bunch. set(TechDrawLIBS Measure Part Spreadsheet Import PartDesign ) If the source exploded view object is clearly identifiable by the C++ code then having the creation code decide between a regular view and an exploded view will work. Something is ...
by wandererfan
Fri Mar 15, 2024 2:01 am
Forum: TechDraw
Topic: Add hole or shaft fit - interval limits 0 should be displayed without trailing zeros
Replies: 15
Views: 971

Re: Add hole or shaft fit - interval limits 0 should be displayed without trailing zeros

fca3b80da8 should address: - over/under tolerance format interference - substitution of 0.01 for 0.0 - the tolerances are now left justified. still thinking about how to do decimal separator alignment. - the default tolerance format for shaft fit is now %-.6w which should produce a '-' for negative...
by wandererfan
Fri Mar 15, 2024 1:49 am
Forum: TechDraw
Topic: Segfault when deleting dimension if dialogue is still open
Replies: 3
Views: 304

Re: Segfault when deleting dimension if dialogue is still open

SIXe wrote: Thu Mar 14, 2024 8:45 am
Should be fixed by git commit 29cfe6db51