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
)
Public Sub RunSolver (
expireAllObjects As Boolean
)
Parameters
- expireAllObjects
- Type: SystemBoolean
If true, will expire all objects in the current document.
See Also