Creates a voxel field from a volume geometry. The value of the field at any position is the value of the named property of the volume geometry, as interpolated between neighboring voxels.
The volume geometry to convert to a field.
The name of the property on the geometry whose values should be returned when the field is sampled.
How to interpolate values: kLinear is the fastest but is not smooth, while kCubicC1 is the smoothest but takes the longest time to compute.
Specifies the type of field. Connect a scalar field or vector field, depending on the type of the property.
The resulting field.