Page 6 of 20

Re: FreeCAD Nodes (renamed from fc_nodes)

Posted: Thu Nov 24, 2022 9:53 am
by j8sr0230
Hi friends,
it took me a while, but the Voronoi on Solid node is now available. It generates a Voronoi diagram not on a mesh but on a real BRep solid and produces either clean solids or shells. It supports the modes solid voronoi cells (0), inverse solid voronoi cells (1), voronoi shells (2) and inverse voronoi shells (3), see figure. Enclosed you will also find a small demo file for an easy entry. Have fun with it!
Voronoi on Solid
Voronoi on Solid
nodes_voronoi_on_solids.PNG (698.65 KiB) Viewed 13327 times

Re: FreeCAD Nodes (renamed from fc_nodes)

Posted: Thu Nov 24, 2022 2:18 pm
by ncadoret
j8sr0230 wrote: Wed Nov 23, 2022 9:38 pm IT IS ALIVE!!! The new Voronoi on Solid node for FreeCAD Nodes is coming soon :shock:
voronoi_on_sld.PNG
Now you have my attention !

I am very interested in creating Voronoï type structures inside solids and was struggling to create a macro for it. I'm sure with that node I will be able to get the results I want much quicker.

Need to find the time to play with it but thank you for your work !

Re: FreeCAD Nodes (renamed from fc_nodes)

Posted: Fri Nov 25, 2022 10:12 am
by j8sr0230
Hi friends,
just in time for Black Friday there are lots of new nodes. I have just published the nodes Extrude, Vector Math, Vector Length and Surface Center. Attached is a nice application example where Voronoi cells are extruded in the Z direction depending on their distance from the red marked point. Have fun with it :)
Extrusion_viewport
Extrusion_viewport
extrusion_node.PNG (192.82 KiB) Viewed 13168 times
Extrusion_node_graph
Extrusion_node_graph
extrusion_node_graph.PNG (150.69 KiB) Viewed 13168 times

Re: FreeCAD Nodes (renamed from fc_nodes)

Posted: Fri Nov 25, 2022 10:33 am
by -alex-
Models done with this WB are impressive!
As a simple user I hope to be skilled enought someday to use it.
Thanks for your efforts :D

Re: FreeCAD Nodes (renamed from fc_nodes)

Posted: Fri Nov 25, 2022 10:48 am
by j8sr0230
-alex- wrote: Fri Nov 25, 2022 10:33 am Models done with this WB are impressive!
As a simple user I hope to be skilled enought someday to use it.
Thanks for your efforts :D
After there is a reasonable roundstock of nodes and a stable framework, I will start a Youtube series to promote the Workbench and node-based modeling with FreeCAD. My intention is to pick up all users with small follow along videos. But it will take a bit more time i think :)

By the way, the node graph I have shown above is complete and does not need any further dependencies. That means, if you wire everything as shown, you will also get the displayed parametric extrusion. Just dare :)

Re: FreeCAD Nodes (renamed from fc_nodes)

Posted: Fri Nov 25, 2022 11:40 am
by -alex-
j8sr0230 wrote: Fri Nov 25, 2022 10:48 am My intention is to pick up all users with small follow along videos.
That would be great :)

But it will take a bit more time i think :)
FC motto: it's done when it's done ;)

Just dare :)
You're right :D

Re: FreeCAD Nodes (renamed from fc_nodes)

Posted: Mon Nov 28, 2022 8:08 am
by j8sr0230
Transform Nodes for FreeCAD Nodes
With the latest update the transform nodes Rotate, Translate and Uniform Scale are now available. All support multi input for all sockets and array broadcasting. Here you can see a simple demo for the Rotate node.
Rotate node demo
Rotate node demo
cube_rotation.gif (935.75 KiB) Viewed 12534 times

Re: FreeCAD Nodes (renamed from fc_nodes)

Posted: Mon Nov 28, 2022 10:43 am
by j8sr0230
And the new Evaluate Srf node in action:
Evaluate Srf node
Evaluate Srf node
nodes_evaluate_surface.gif (533.13 KiB) Viewed 12494 times

Re: FreeCAD Nodes (renamed from fc_nodes)

Posted: Mon Nov 28, 2022 1:45 pm
by j8sr0230
The new Align node allows you to align shapes to vectors. In the following example, I determine the surface normal of a sphere at selected points and align a prism to it. The duplication of the prism to each point of interest is done automatically by array broadcasting.
Align node
Align node
nodes_align_shape.gif (894.11 KiB) Viewed 12382 times

Re: FreeCAD Nodes (renamed from fc_nodes)

Posted: Mon Nov 28, 2022 7:58 pm
by Kunda1
Unbelievable progress! :mindblown: