Search found 6152 matches

by wandererfan
Fri Apr 19, 2024 11:04 pm
Forum: TechDraw
Topic: View cosmetics somehow messed up
Replies: 3
Views: 173

Re: View cosmetics somehow messed up

More background. I placed the ProjGroup views on sheet 1 and added sheet 2 with a front view so I could create a section view at a larger scale as there is no room on the first sheet. I am unable to create the section view from the ProjGroup then move that to another sheet (really confuses FreeCAD)...
by wandererfan
Fri Apr 19, 2024 3:15 pm
Forum: TechDraw
Topic: Export PDF - file name PDF extention missing
Replies: 12
Views: 1130

Re: Export PDF - file name PDF extention missing

SIXe wrote: Fri Apr 19, 2024 8:24 am Good question. I'm curious myself.
don't bet on this, but I think one dialog supports external sources (file shares) and the other doesn't. There is a similar situation with bookmarks, and I think the one that supports shares doesn't support bookmarks. So, neither is perfect.
by wandererfan
Fri Apr 19, 2024 3:09 pm
Forum: TechDraw
Topic: View cosmetics somehow messed up
Replies: 3
Views: 173

Re: View cosmetics somehow messed up

I had added lines in a view to represent circles normal to the view plane that do not show in Techdraw. Also added a section view. After adding a top rail to the model, I had to change spacing on the projected views. Now the section lines and all lines added in the drawing are no longer located in ...
by wandererfan
Fri Apr 19, 2024 3:02 pm
Forum: TechDraw
Topic: Testing Help Request - Cosmetics
Replies: 6
Views: 381

Re: Testing Help Request - Cosmetics

Just pushed a new version: Red Extension Tools Add Cosmetic Intersection Vertex(es) ... y swapped by -y *** fixed - BaseGeom::intersection() performs invertY on result Add Cosmetic Circle ... wrong position of circle center *** fixed - execDrawCosmCircle uses wrong variable for center Add Cosmetic P...
by wandererfan
Thu Apr 18, 2024 11:35 pm
Forum: TechDraw
Topic: API: getVertexBySelection() is broken in version 0.21.x
Replies: 14
Views: 1160

Re: API: getVertexBySelection() is broken in version 0.21.x

JarvisOac wrote: Thu Apr 18, 2024 9:54 pm I guess it will be FreeCAD version 0.23.x ?
They are in v022dev now. So they will be in v0.22.0.
by wandererfan
Thu Apr 18, 2024 7:10 pm
Forum: TechDraw
Topic: Issue #5694 Broken View
Replies: 34
Views: 3126

Re: Issue #5694 Broken View

Most often, if it was a linked object or resided within some container object, pressing the "Broken View" button resulted in an error message saying that a break object couldn't be found within the selection. Yeah, App::Link needs lots of special handling to get the right object/shape/loc...
by wandererfan
Thu Apr 18, 2024 7:04 pm
Forum: TechDraw
Topic: Testing Help Request - Cosmetics
Replies: 6
Views: 381

Re: Testing Help Request - Cosmetics

edi wrote: Thu Apr 18, 2024 2:53 pm
Great! Thank you.

Just to clarify, your results are all for the "red" tools, correct? Must get around to merging a few tools some day.
by wandererfan
Thu Apr 18, 2024 6:47 pm
Forum: TechDraw
Topic: [FIXED] TD Leaderline jumps to page corner after save-load cycle
Replies: 5
Views: 324

Re: [BUG?] TD Leaderline jumps to page corner after save-load cycle

The case in the example file should be fixed by 1b39f6f3d9 . There were changes to view parenting recently and this might have been a side effect. Dimension, Balloons and now Leaders should be ok, but there may be issues with other things that can be a child of another view (RichAnno comes to mind,...
by wandererfan
Thu Apr 18, 2024 2:30 pm
Forum: TechDraw
Topic: API: getVertexBySelection() is broken in version 0.21.x
Replies: 14
Views: 1160

Re: API: getVertexBySelection() is broken in version 0.21.x

JarvisOac wrote: Mon Apr 15, 2024 10:31 pm
It doesn't help you on v21, but DrawViewPart.getVisibleVertexes() and DrawViewPart.getHiddenVertexes() are available in main branch after git commit 5ed00d52dc.