Click or drag to resize

GH_DocumentNewSolution Method (Boolean)

Start a new solution.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public void NewSolution(
	bool expireAllObjects
)

Parameters

expireAllObjects
Type: SystemBoolean
If True, all objects will be recalculated. If False, only already expired objects will be recalculated.
See Also