shaise / FreeCAD_FastenersWB

A workbench to add/attach various fasteners to parts
GNU General Public License v2.0
279 stars 85 forks source link

Threaded solids of revolution as first-class citizens #20

Closed KOLANICH closed 8 months ago

KOLANICH commented 6 years ago

Threads are very widespread in technic, and there are even special conventions to mark threads on blueprints without drawing them.

So I guess that all bodies of revolution in freecad should have a property, making them as threaded. This may allow marking threads when making drawings, marking and showing threads without real rendering them in 3d (for example it is possible to apply a texture or a shader to show them) and importing threads from OpenSCAD (there is a library making threads, but nothing prevents us threat the symbols defined there as intrinsics) keeping them as metadata not a 3d model.

shaise commented 6 years ago

Hi Kolanich, Yes, I guess you are right, but I think right now there is no system in freecad core to treat objects as special entities.

luzpaz commented 6 years ago

@KOLANICH I recommend opening a feature request on the FreeCAD forums to discuss this further with the devs and community...

luzpaz commented 4 years ago

@KOLANICH care to follow up and create a forum thread to discuss this?

alexneufeld commented 8 months ago

This should be closed. It's not relevant to us, as the requested feature would seemingly be part of the FreeCAD core distribution and not an addon module. Therefore there is no work related to the stated problem to be done in this repository.

shaise commented 8 months ago

agree. closing