Click or drag to resize

GH_FieldSolveStep Method

Move a point through the field.

Namespace:  Grasshopper.Kernel.Types
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public Vector3d SolveStep(
	Point3d location,
	double factor,
	GH_DifferentialSolver method
)

Parameters

location
Type: Point3d
Point to move from.
factor
Type: SystemDouble
Multiplication factor to apply to sampling. A low factor results in more accurate sampling, but smaller steps.
method
Type: Grasshopper.Kernel.TypesGH_DifferentialSolver
Estimator to use.

Return Value

Type: Vector3d
New point location.
See Also