Search found 6155 matches

by wandererfan
Tue Apr 23, 2024 12:35 am
Forum: TechDraw
Topic: TechDraw - Dimensions don't match Sketch
Replies: 3
Views: 159

Re: TechDraw - Dimensions don't match Sketch

Just a guess without the file, but I would check the projection direction against the sketch normal. Send the view to the python console then enter "obj.Direction". If the sketch is on a standard plane, but Direction has garbage in the low digits, then that's the problem. Just reset the D...
by wandererfan
Sun Apr 21, 2024 1:01 pm
Forum: Help on using FreeCAD
Topic: Ondsel techdraw link dimensions
Replies: 1
Views: 201

Re: Ondsel techdraw link dimensions

I'm running the latest dev version, is it possible that ondsel assemblies can not be used in techdraw to link dimensions? I can select the correct points, link them in techdraw to a dimension, but when I go to check out that dimension it is (very) wrong. It is simply impossible or am I doing someth...
by wandererfan
Sat Apr 20, 2024 2:53 pm
Forum: TechDraw
Topic: Testing Help Request - Cosmetics
Replies: 7
Views: 539

Re: Testing Help Request - Cosmetics

Maybe i do not gt it, what in general is changed in the branch? The original intent of the CosmeticReview branch was to go though each tool that creates a cosmetic item and fix any of them that didn't give correct results, mainly scaling and rotation issues, but sometimes positioning. The big chang...
by wandererfan
Fri Apr 19, 2024 11:04 pm
Forum: TechDraw
Topic: View cosmetics somehow messed up
Replies: 3
Views: 288

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: 13
Views: 1222

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: 288

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: 7
Views: 539

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: 1230

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: 3200

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...