Scalar Field, Points
Scalar Field, Point
Vector Field, Points
Vector Field, Point
About this Block
What it does: Evaluates the field at a specified point (or multiple points) and returns the value as a property within the block. Common uses:- Turning a field into a Point Map.
Example File
Download Example: Evaluate Fields
Scalar Field, Points
Return the Scalar values at specified locations of a Scalar Field.Inputs
| Name | Type | Description |
|---|---|---|
| Scalar field | Scalar Field | Scalar field to evaluate. |
| Points | Point List | Locations to evaluate. |
Outputs
| Type |
|---|
| Scalar List |
Scalar Field, Point
Return the Scalar value at a specified location of a Scalar Field.Inputs
| Name | Type | Description |
|---|---|---|
| Scalar field | Scalar Field | Scalar field to evaluate. |
| Point | Point | Location to evaluate. |
Outputs
| Type |
|---|
| Scalar |
Vector Field, Points
Return the Vector values at specified locations of a Vector Field.Inputs
| Name | Type | Description |
|---|---|---|
| Vector field | Vector Field | Vector field to evaluate. |
| Points | Point List | Locations to evaluate. |
Outputs
| Type |
|---|
| Vector List |
Vector Field, Point
Return the Vector value at a specified location of a Vector Field.Inputs
| Name | Type | Description |
|---|---|---|
| Vector field | Vector Field | Vector field to evaluate. |
| Point | Point | Location to evaluate. |
Outputs
| Type |
|---|
| Vector |

