Skip to content

Commit

Permalink
Merge pull request #4945 from nortikin/update_menu_nodes_comments_49
Browse files Browse the repository at this point in the history
Fix doc Fields->Mesh Nearest Normal.
  • Loading branch information
satabol authored Jul 5, 2023
2 parents bd35b62 + a455882 commit 24e966e
Showing 1 changed file with 27 additions and 21 deletions.
48 changes: 27 additions & 21 deletions docs/nodes/field/mesh_normal_field.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ Interpolation is done with RBF_ method.

.. _RBF: http://www.scholarpedia.org/article/Radial_basis_function

.. image:: https://github.com/nortikin/sverchok/assets/14288520/f3b1da19-f184-4748-8a1d-f7c4fbd1d48f
:target: https://github.com/nortikin/sverchok/assets/14288520/f3b1da19-f184-4748-8a1d-f7c4fbd1d48f
.. image:: https://github.com/nortikin/sverchok/assets/14288520/6567015b-3981-4332-a5d1-cc8f1f18b2a6
:target: https://github.com/nortikin/sverchok/assets/14288520/6567015b-3981-4332-a5d1-cc8f1f18b2a6

Inputs
------
Expand All @@ -40,19 +40,30 @@ This node has the following parameters:
* **Interpolate**. This parameter is available only when the SciPy library is
available. If checked, then the node will interpolate between nearest mesh
normals to generate a smooth field. Unchecked by default.

.. image:: https://github.com/nortikin/sverchok/assets/14288520/865eb1fc-b0ba-4226-8e74-d5ca4f39bd75
:target: https://github.com/nortikin/sverchok/assets/14288520/865eb1fc-b0ba-4226-8e74-d5ca4f39bd75

* **Function**. This parameter is available only when **Interpolate** parameter
is available. The specific function used by the node. The available values
are:

* Multi Quadric
* Inverse
* Gaussian
* Cubic
* Quintic
* Thin Plate
.. image:: https://github.com/nortikin/sverchok/assets/14288520/402016d9-a345-4db4-bd3f-8e99a6c73d36
:target: https://github.com/nortikin/sverchok/assets/14288520/402016d9-a345-4db4-bd3f-8e99a6c73d36

* **Multi Quadric**
* **Inverse**
* **Gaussian**
* **Cubic**
* **Quintic**
* **Thin Plate**

The default function is **Multi Quadric**.
* **Signed**. This parameter is available only when **Interpolate** parameter is unchecked. If signed is ON then some normals may
get opposite normals of mesh:

The default function is Multi Quadric.
* **Signed**. This parameter is available only when **Interpolate** parameter is unchecked.
.. image:: https://github.com/nortikin/sverchok/assets/14288520/c3292e20-b407-4c0c-a31f-50c28fd8f4af
:target: https://github.com/nortikin/sverchok/assets/14288520/c3292e20-b407-4c0c-a31f-50c28fd8f4af

Outputs
-------
Expand All @@ -64,16 +75,11 @@ This node has the following output:
Examples
--------

.. image:: https://github.com/nortikin/sverchok/assets/14288520/3cd68134-c1cd-44a8-ac0c-aeab2c8f0a57
:target: https://github.com/nortikin/sverchok/assets/14288520/3cd68134-c1cd-44a8-ac0c-aeab2c8f0a57
.. image:: https://github.com/nortikin/sverchok/assets/14288520/b57dbe15-3bb1-4ede-9d66-c7b2ceba0d13
:target: https://github.com/nortikin/sverchok/assets/14288520/b57dbe15-3bb1-4ede-9d66-c7b2ceba0d13

* Generator-> :doc:`Line </nodes/generator/line_mk4>`
* Generator-> :doc:`Plane </nodes/generator/plane_mk3>`
* Generator-> :doc:`Box </nodes/generator/box_mk2>`
* Generator-> :doc:`Suzanne </nodes/generator/suzanne>`
* Fields-> :doc:`Evaluate Vector Field </nodes/field/vector_field_eval>`
* Fields-> :doc:`Apply Vector Field </nodes/field/vector_field_apply>`
* Analyzers-> :ref:`Component Analyzer/Faces/Center <FACES_CENTER>`
* Modifiers->Modifier Make-> :doc:`Subdivide </nodes/modifier_change/subdivide_mk2>`
* Matrix-> :doc:`Matrix Apply to Mesh </nodes/matrix/apply_and_join>`
* Generator-> :doc:`IcoSphere </nodes/generator/icosphere>`
* Viz-> :doc:`Viewer Draw </nodes/viz/viewer_draw_mk4>`
* Fields-> :doc:`Evaluate Vector Field </nodes/field/vector_field_eval>`
* Generator-> :doc:`Box </nodes/generator/box_mk2>`
* Generator-> :doc:`Line </nodes/generator/line_mk4>`

0 comments on commit 24e966e

Please sign in to comment.