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
)
Public Function SolveStep (
location As Point3d,
factor As Double,
method As GH_DifferentialSolver
) As Vector3d
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:
Vector3dNew point location.
See Also