Evaluate Scalar Field

https://github.com/nortikin/sverchok/assets/14288520/3432d895-ff38-4572-a457-2042af551134

Functionality

This node calculates the value of the provided Scalar Field at the specified point.

https://github.com/nortikin/sverchok/assets/14288520/714094c1-ba64-4de9-84e6-b9287ead8b51

Inputs

This node has the following inputs:

  • Field. The field to be evaluated. This input is mandatory.

  • Vertices. The points at which the field is to be evaluated. The default value is (0, 0, 0).

Parameters

  • Output NumPy. Outputs NumPy arrays in stead of regular python lists. Improves performance

    https://github.com/nortikin/sverchok/assets/14288520/ea333341-963f-4c80-8ea3-354d836c2d93

Outputs

This node has the following output:

  • Value. The values of the field at the specified points.

Performance Notes

This node works faster when the vertices list are NumPy arrays

Example of usage

Example of Description:

https://github.com/nortikin/sverchok/assets/14288520/8362e1b2-a630-4538-9fc8-370d4b9ae22e https://github.com/nortikin/sverchok/assets/14288520/760c547b-c6b8-4405-b755-a3af63511783

Use the values of scalar field to scale the cubes:

https://user-images.githubusercontent.com/284644/79475246-dc352280-8020-11ea-8f8d-ddd3d6ca7a73.png