Level Axes Bubble in Tech Draw View

Discussions about the development of the TechDraw workbench
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
User avatar
wandererfan
Veteran
Posts: 6309
Joined: Tue Nov 06, 2012 5:42 pm
Contact:

Re: Level Axes Bubble in Tech Draw View

Post by wandererfan »

bensay wrote: Wed May 24, 2023 3:57 pm Noob here. Why does it need to be fixed in Arch? Isn't it a TechDraw module that has to have special cases for bubbles added? @wandererfan
I was thinking it was an DraftView/ArchView, which is just an Svg symbol to us.

We could try to add something that draws a bubble & number if a Source object is an Arc.something, but I don't know enough about Arch to identify an Arch.something.
User avatar
bensay
Posts: 202
Joined: Wed Dec 22, 2021 8:14 pm
Location: Danmark
Contact:

Re: Level Axes Bubble in Tech Draw View

Post by bensay »

It would be easy to just reuse the same SVG. Thing is, if it's possible with the current TechDraw rendering setup. Everything is spit into the HLR algorithm, that returns stuff to be drawn. We would have to identify special stuff (like bubbles), save them, and place them at correct locations.
User avatar
wandererfan
Veteran
Posts: 6309
Joined: Tue Nov 06, 2012 5:42 pm
Contact:

Re: Level Axes Bubble in Tech Draw View

Post by wandererfan »

bensay wrote: Wed May 24, 2023 9:50 pm Everything is spit into the HLR algorithm, that returns stuff to be drawn. We would have to identify special stuff (like bubbles), save them, and place them at correct locations.
The bubbles would have to be handled like section lines or detail highlights that get drawn over the basic geometry.
Post Reply