Search found 6155 matches

by wandererfan
Fri Apr 12, 2024 5:46 pm
Forum: TechDraw
Topic: Issue #5694 Broken View
Replies: 34
Views: 3187

Re: Issue #5694 Broken View

Version 0.1 of Broken View is available after git commit 74556bced8
break_not_fixedwDims.png
break_not_fixedwDims.png (10.9 KiB) Viewed 414 times
by wandererfan
Fri Apr 12, 2024 3:33 pm
Forum: TechDraw
Topic: Missing lines in TechDraw Workbench
Replies: 20
Views: 2682

Re: Missing lines in TechDraw Workbench

SLJeans wrote: Fri Apr 12, 2024 1:40 pm
user1234's suggest is the "correct" fix. For a quick and dirty workaround, use the Perspective projector with a long focal distance instead of the standard projector. Perspective sometimes works when the default does not.
perspectiveProjector.png
perspectiveProjector.png (36.97 KiB) Viewed 106 times
037_perspectiveProjector.png
037_perspectiveProjector.png (42.59 KiB) Viewed 106 times
by wandererfan
Fri Apr 12, 2024 2:54 pm
Forum: TechDraw
Topic: API: getVertexBySelection() is broken in version 0.21.x
Replies: 14
Views: 1224

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

The HLR & face finding threads started as a result of doc.recompute() are not finished before the call to getVertexBySelection. Until the HLR thread completes, there is no geometry to provide a vertex. If you add a short wait it should work. The wait status methods are not exposed to Python, so...
by wandererfan
Fri Apr 12, 2024 2:24 pm
Forum: TechDraw
Topic: API: getVertexBySelection() is broken in version 0.21.x
Replies: 14
Views: 1224

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

This is really odd. getVertexBySelection works from the console, but not from a macro. Will have to dig a bit on this one. >>> # doc = App.getDocument("touchedOnClickTest") >>> # obj = doc.getObject("View") >>> ### End command Std_SendToPythonConsole >>> obj <DrawViewPart object...
by wandererfan
Fri Apr 12, 2024 1:12 pm
Forum: TechDraw
Topic: Detailed view linked dimensions move
Replies: 7
Views: 702

Re: Detailed view linked dimensions move

Mejico wrote: Fri Apr 12, 2024 12:49 am
Any chance of a sample file showing the problem? It's hard to debug pictures.
by wandererfan
Tue Apr 09, 2024 12:16 pm
Forum: TechDraw
Topic: Some TechDraw observations ad therefore FRs
Replies: 9
Views: 1049

Re: Some TechDraw observations ad therefore FRs

user1234 wrote: Tue Apr 09, 2024 10:20 am Or had not the time yet.
This is the winning answer. :)
by wandererfan
Tue Apr 09, 2024 12:13 pm
Forum: TechDraw
Topic: Line Decoration tool does not work with hidden lines
Replies: 2
Views: 249

Re: Line Decoration tool does not work with hidden lines

Carlos999 wrote: Mon Apr 08, 2024 6:44 pm I'm not sure if anyone else has noticed this.
Well. I certainly didn't. Hidden lines always use the settings from Preferences for hidden line style and from the line group for the width.

Now that you point it out, it makes sense that hidden lines should have modifiable attributes.
by wandererfan
Mon Apr 08, 2024 3:00 pm
Forum: TechDraw
Topic: BUG? Adding center lines and radius fails on non axis-aligned planes
Replies: 9
Views: 678

Re: BUG? Adding center lines and radius fails on non axis-aligned planes

I'm having a problem with TechDraw adding center lines to holes on planes that are not aligned with model global axis planes. If you want your view to be aligned with a face, you should select that face when you create the view. This will use the face normal to determine the projection directions. ...
by wandererfan
Mon Apr 08, 2024 2:16 pm
Forum: TechDraw
Topic: Total sheet number is filled out incorrectly
Replies: 4
Views: 507

Re: Total sheet number is filled out incorrectly

SIXe wrote: Wed Apr 03, 2024 8:40 pm
Should be fixed by git commit ee39814f0c
by wandererfan
Mon Apr 08, 2024 2:14 pm
Forum: TechDraw
Topic: Insert Rich Text Annotation
Replies: 2
Views: 333

Re: Insert Rich Text Annotation

maxb wrote: Sun Apr 07, 2024 4:51 pm
Does the RTA still work despite the message?

I see a couple of places in RTA that mention QPixmap and masks, but I not super familiar with the RTA code so I will have to poke around a bit.