Click or drag to resize

GH_RhinoScriptInterfaceRunSolver Method

Runs the solver once, even if the global solver lock is on.

Namespace:  Grasshopper.Plugin
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public void RunSolver(
	bool expireAllObjects
)

Parameters

expireAllObjects
Type: SystemBoolean
If true, will expire all objects in the current document.
See Also