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.
- To run the block, provide a Field and a Point (or Point List) in which to probe the Field values.
- Turn the evaluated field of Point Lists into a Point Map to visualize and analyze the results.
- Similar to using the Field Viewer with the Probe Values option, but the returned value is a property.
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 |

