Click or drag to resize

Component_BESOShellSolveInstance_ Method

This is the method that actually does the work.

Namespace:  Karamba.GHopper.Algorithms
Assembly:  karambaGH (in karambaGH.dll) Version: 1.15.0.0 (1.15.0.0)
Syntax
protected void SolveInstance_(
	IGH_DataAccess DA
)

Parameters

DA
Type: IGH_DataAccess
The DA object can be used to retrieve data from input parameters and to store data in output parameters.
See Also