Search found 4602 matches
- Sat Jul 02, 2022 1:32 am
- Forum: TechDraw
- Topic: (WORKAROUND) Speed by techdraw
- Replies: 17
- Views: 447
Re: Speed by techdraw
I'm not sure I understand the issue. Draft.Shape2View uses the same OCC functions as TechDraw.NewView. If you run both, you run those functions twice, so I can't see that being faster. If the issue is that TechDraw.ActiveView is too slow, then that could be. I don't use that function as it never se...
- Thu Jun 30, 2022 1:16 pm
- Forum: TechDraw
- Topic: Navigation Styles for TD - Phase 1
- Replies: 17
- Views: 1075
Re: Navigation Styles for TD - Phase 1
Standard FC cursors for pan and zoom and handling of context menus added to master by git commit fdcfd4c565.
- Thu Jun 30, 2022 1:15 pm
- Forum: TechDraw
- Topic: Annotating lines at Dxf
- Replies: 21
- Views: 952
Re: Annotating lines at Dxf
End points of diameter and radius dimensions should be fixed by git commit 866da5980c.
- Thu Jun 30, 2022 1:10 pm
- Forum: TechDraw
- Topic: export a sloped line from TechDraw Page to Dxf
- Replies: 6
- Views: 387
Re: export a sloped line from TechDraw Page to Dxf
git commit cos lines 460d153d6c adds the ability to export cosmetic lines.
- Tue Jun 28, 2022 10:33 pm
- Forum: TechDraw
- Topic: [SOLVED] GeoConvert::Surface2BSpline() - infinite surface
- Replies: 6
- Views: 481
Re: [SOLVED] GeoConvert::Surface2BSpline() - infinite surface
I just wanted to pass on that I've upgraded to v.20 and this issue with the LCS causing the infinite surface is still happening for me. I know how to "fix" it now so I can at least keep working without redrawing everything, but I wanted to pass on that v.20 doesn't seem to have prevented ...
- Tue Jun 28, 2022 5:35 pm
- Forum: Packaging
- Topic: Volunteer Packagers Needed for the PPA
- Replies: 12
- Views: 2623
Re: Volunteer Packagers Needed for the PPA
Case in point via @wandererfan https://forum.freecadweb.org/viewtopic.php?f=42&t=69858 As I understand it, the Launchpad processing provides both the PPA and the packages that are used in Debian based distributions other than Ubuntu. The PPA for the stable release is not required IF the version...
- Tue Jun 28, 2022 1:34 pm
- Forum: Packaging
- Topic: Bounty for Broken PPA/Launchpad - Problem Description
- Replies: 2
- Views: 241
Bounty for Broken PPA/Launchpad - Problem Description
Our PPA/Launchpad process is broken for some versions of FreeCAD on some versions of Linux. I would like to put up a bounty to get this fixed. To that end, I've attempted to draft a description of the problem to attract bounty hunters. Since my knowledge of packaging is not terribly deep, I would ap...
- Mon Jun 27, 2022 8:51 pm
- Forum: Developers corner
- Topic: DXFNext
- Replies: 22
- Views: 2507
Re: DXFNext
n short, I have tested the Ezdxf library. Which needs only to read the following file 80 seconds. This is my selfish perspective, so apply salt liberally... Reading is to some extent the easy part of dealing with Dxf - you only have to read the interesting parts and ignore the rest. The hard part i...
- Mon Jun 27, 2022 1:59 pm
- Forum: Developers corner
- Topic: [fixed] [regression] [TD] not compilable
- Replies: 16
- Views: 791
Re: [fixed] [regression] [TD] not compilable
Will the class QGSPage be extended by using the members in some methods or can they be removed? QGSPage (QGraphcisScene) is new and took over some scene related tasks that were in QGVPage (QGraphicsView). It is entirely possible some QGVPage code came along for the ride. Eventually, QGSPage will ha...
- Sun Jun 26, 2022 8:34 pm
- Forum: Developers corner
- Topic: DXFNext
- Replies: 22
- Views: 2507