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
)
Public Function TensorAt (
location As Point3d
) As Vector3d
Parameters
- location
- Type: Point3d
Location to sample field at.
Return Value
Type:
Vector3dThe strength and direction of the field at the given location.
See Also