Skip to content

Commit

Permalink
Merge pull request #4978 from nortikin/update_menu_nodes_comments_52
Browse files Browse the repository at this point in the history
Updates docs for node Spacial->Voronoi on Mesh
  • Loading branch information
satabol authored Aug 13, 2023
2 parents c8e0c4b + 81a5eae commit 90c470e
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/nodes/pulga_physics/pulga_springs_force.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ Input
* **Rest Length**: Springs rest length, if set to 0 the rest length will be calculated from the initial position.
* **Clamp**: Constrain maximum difference each iteration. If set to 0 no clap will be applied

.. _PULGA_SPRINGS_FORCE_EXAMPLES:

Examples
--------

Expand Down
49 changes: 48 additions & 1 deletion docs/nodes/spatial/voronoi_on_mesh.rst
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,48 @@ This node has the following outputs:
* **Edges**. Edges of generated mesh.
* **Faces**. Faces of generated mesh.

Addition info
-------------

From version of sverchok 1.3.0-alpha sites can be any configurations: Line, Plane, Circle, Sphere

.. image:: https://github.com/nortikin/sverchok/assets/14288520/20df452e-be1e-47b2-acda-f2b7a1a8553e
:target: https://github.com/nortikin/sverchok/assets/14288520/20df452e-be1e-47b2-acda-f2b7a1a8553e

* Generator-> :doc:`Plane </nodes/generator/plane_mk3>`
* Generator-> :doc:`Line </nodes/generator/line_mk4>`
* Matrix-> :doc:`Matrix In </nodes/matrix/matrix_in_mk4>`
* Viz-> :doc:`Viewer Draw </nodes/viz/viewer_draw_mk4>`

--------

.. image:: https://github.com/nortikin/sverchok/assets/14288520/22ab225c-a8b5-4596-bee1-85a6412c8bb1
:target: https://github.com/nortikin/sverchok/assets/14288520/22ab225c-a8b5-4596-bee1-85a6412c8bb1

* Generator-> :doc:`Plane </nodes/generator/plane_mk3>`
* Generator-> :doc:`Cylinder </nodes/generator/cylinder_mk2>`
* Viz-> :doc:`Viewer Draw </nodes/viz/viewer_draw_mk4>`

--------

.. image:: https://github.com/nortikin/sverchok/assets/14288520/8fa05903-0244-441a-87a3-aa42415e6b30
:target: https://github.com/nortikin/sverchok/assets/14288520/8fa05903-0244-441a-87a3-aa42415e6b30

* Generator-> :doc:`NGon </nodes/generator/ngon>`
* Generator-> :doc:`Cylinder </nodes/generator/cylinder_mk2>`
* Transform-> :doc:`Rotate </nodes/transforms/rotate_mk3>`
* Viz-> :doc:`Viewer Draw </nodes/viz/viewer_draw_mk4>`

--------

.. image:: https://github.com/nortikin/sverchok/assets/14288520/27e4c0a4-e56d-4f4f-9db5-04a92c0c7180
:target: https://github.com/nortikin/sverchok/assets/14288520/27e4c0a4-e56d-4f4f-9db5-04a92c0c7180

* Generator-> :doc:`Cylinder </nodes/generator/cylinder_mk2>`
* Generator-> :doc:`IcoSphere </nodes/generator/icosphere>`
* Transform-> :doc:`Rotate </nodes/transforms/rotate_mk3>`
* Viz-> :doc:`Viewer Draw </nodes/viz/viewer_draw_mk4>`

Example of usage
----------------

Expand All @@ -113,4 +155,9 @@ Example of usage
* Modifiers->Modifier Change-> :doc:`Inset Faces </nodes/modifier_change/inset_faces>`
* Modifiers->Modifier Make-> :doc:`Subdivide </nodes/modifier_change/subdivide_mk2>`
* Matrix-> :doc:`Matrix In </nodes/matrix/matrix_in_mk4>`
* Viz-> :doc:`Viewer Draw </nodes/viz/viewer_draw_mk4>`
* Viz-> :doc:`Viewer Draw </nodes/viz/viewer_draw_mk4>`

See also example
----------------

* Pulga Physics-> :ref:`Pulga Springs Force <PULGA_SPRINGS_FORCE_EXAMPLES>`

0 comments on commit 90c470e

Please sign in to comment.