|
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)
Syntaxprotected void SolveInstance_(
IGH_DataAccess DA
)
Protected Sub SolveInstance_ (
DA As IGH_DataAccess
)
protected:
void SolveInstance_(
IGH_DataAccess^ DA
)
member SolveInstance_ :
DA : IGH_DataAccess -> unit
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