Click or drag to resize

GH_FieldTensorAt Method

Compute the field tensor at the given location as contributed by all the field elements.

Namespace:  Grasshopper.Kernel.Types
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public Vector3d TensorAt(
	Point3d location
)

Parameters

location
Type: Point3d
Location to sample field at.

Return Value

Type: Vector3d
The strength and direction of the field at the given location.
See Also