Grasshopper API
GH_DocumentNewSolution Method (Boolean) |
Start a new solution.
Namespace: Grasshopper.Kernel
Assembly: Grasshopper (in Grasshopper.dll)

public void NewSolution( bool expireAllObjects )
Public Sub NewSolution ( expireAllObjects As Boolean )
Parameters
- expireAllObjects
- Type: SystemBoolean
If True, all objects will be recalculated. If False, only already expired objects will be recalculated.
