FreeCAD Nodes (renamed from fc_nodes)

Show off your FreeCAD projects here!
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
Post Reply
dtay
Posts: 20
Joined: Fri Jan 17, 2020 12:52 pm

Re: FreeCAD Nodes (renamed from fc_nodes)

Post by dtay »

This is so much fun! Thank you for your efforts!!
Node_test.JPG
Node_test.JPG (194.62 KiB) Viewed 13203 times
bleber
Posts: 259
Joined: Thu Jun 30, 2016 5:12 pm

Re: FreeCAD Nodes (renamed from fc_nodes)

Post by bleber »

Another beautiful voronoi.
The shapes are different, maybe another voronoi type?
https://github.com/reox/FreeCAD_macros/ ... oi.FCMacro
User avatar
j8sr0230
Posts: 140
Joined: Thu Apr 07, 2022 8:59 am
Location: Chemnitz
Contact:

Re: FreeCAD Nodes (renamed from fc_nodes)

Post by j8sr0230 »

dtay wrote: Wed Nov 16, 2022 8:21 pm This is so much fun! Thank you for your efforts!!
Node_test.JPG
This looks great, maybe we should start a FreeCAD Nodes showroom for all the great designs and ideas.
Codelink on GitHub: https://github.com/j8sr0230/codelink
Codelink on PiPy: https://pypi.org/project/codelink/
FreeCAD Nodes Workbench on GitHub: https://github.com/j8sr0230/Nodes
User avatar
j8sr0230
Posts: 140
Joined: Thu Apr 07, 2022 8:59 am
Location: Chemnitz
Contact:

Re: FreeCAD Nodes (renamed from fc_nodes)

Post by j8sr0230 »

Hi Friends,
in my new update (which is not ready yet) I will rename the Voronoi (Srf) node to DualMesh node, which is more in line with its function. In parallel I'm developing a "real" Voronoi on Srf node which does not need a mesh but generates Voronoi cells on a surface around given points. This node then harmonizes perfectly with the recently released Populate Srf node. You can model great Point Attractor constellations with this new node (see animation). The update is coming soon :)
Point Attractor Voronoi
Point Attractor Voronoi
voronoi_fun.gif (761.43 KiB) Viewed 12888 times
Codelink on GitHub: https://github.com/j8sr0230/codelink
Codelink on PiPy: https://pypi.org/project/codelink/
FreeCAD Nodes Workbench on GitHub: https://github.com/j8sr0230/Nodes
User avatar
j8sr0230
Posts: 140
Joined: Thu Apr 07, 2022 8:59 am
Location: Chemnitz
Contact:

Re: FreeCAD Nodes (renamed from fc_nodes)

Post by j8sr0230 »

Ok the new Voronoi on Srf node is ready. It is intended for bounded BRep surfaces. The new FreeCAD Nodes version is being merged and should be online soon. Be patient with too high slider values. Too much details make FreeCAD sweat quite a bit :D Have fun with it!
Voronoi in Srf
Voronoi in Srf
vor_on_srf.PNG (371.81 KiB) Viewed 12834 times
Codelink on GitHub: https://github.com/j8sr0230/codelink
Codelink on PiPy: https://pypi.org/project/codelink/
FreeCAD Nodes Workbench on GitHub: https://github.com/j8sr0230/Nodes
User avatar
j8sr0230
Posts: 140
Joined: Thu Apr 07, 2022 8:59 am
Location: Chemnitz
Contact:

Re: FreeCAD Nodes (renamed from fc_nodes)

Post by j8sr0230 »

@Kunda1 Is Users > Users Showcase actually the right place to promote and discuss a Workbench or is there a central place for this kind of topics?
Codelink on GitHub: https://github.com/j8sr0230/codelink
Codelink on PiPy: https://pypi.org/project/codelink/
FreeCAD Nodes Workbench on GitHub: https://github.com/j8sr0230/Nodes
User avatar
Kunda1
Veteran
Posts: 13434
Joined: Thu Jan 05, 2017 9:03 pm

Re: FreeCAD Nodes (renamed from fc_nodes)

Post by Kunda1 »

j8sr0230 wrote: Fri Nov 18, 2022 9:26 am [Is Users > Users Showcase actually the right place to promote and discuss a Workbench or is there a central place for this kind of topics?
Thanks for asking! We should we have 2 separate threads. This thread exclusively for news/announcements/features/ about the workbench. The 2nd thread should be to discuss bugs/features etc...
Alone you go faster. Together we go farther
Please mark thread [Solved]
Want to contribute back to FC? Checkout:
'good first issues' | Open TODOs and FIXMEs | How to Help FreeCAD | How to report Bugs
User avatar
j8sr0230
Posts: 140
Joined: Thu Apr 07, 2022 8:59 am
Location: Chemnitz
Contact:

Re: FreeCAD Nodes (renamed from fc_nodes)

Post by j8sr0230 »

In addition to the Populate Face node, there is now the Populate Solid node as a prerequisite for true 3D Voronoi creation. Voronoi 3D is already visible in the context menu, but it does not work yet. Without Populate Solid I could not work on this one further, but it will come soon.
Populate Nodes
Populate Nodes
populate_nodes.PNG (308.86 KiB) Viewed 10773 times
Codelink on GitHub: https://github.com/j8sr0230/codelink
Codelink on PiPy: https://pypi.org/project/codelink/
FreeCAD Nodes Workbench on GitHub: https://github.com/j8sr0230/Nodes
User avatar
MisterMaker
Posts: 739
Joined: Mon Sep 21, 2020 7:41 am

Re: FreeCAD Nodes (renamed from fc_nodes)

Post by MisterMaker »

MAybe a cool idea, to have import file nodes? So you can link a step file to a Freecad file dynamically?
User avatar
j8sr0230
Posts: 140
Joined: Thu Apr 07, 2022 8:59 am
Location: Chemnitz
Contact:

Re: FreeCAD Nodes (renamed from fc_nodes)

Post by j8sr0230 »

IT IS ALIVE!!! The new Voronoi on Solid node for FreeCAD Nodes is coming soon :shock:
Voronoi on Solid
Voronoi on Solid
voronoi_on_sld.PNG (434.4 KiB) Viewed 10399 times
Codelink on GitHub: https://github.com/j8sr0230/codelink
Codelink on PiPy: https://pypi.org/project/codelink/
FreeCAD Nodes Workbench on GitHub: https://github.com/j8sr0230/Nodes
Post Reply