Click or drag to resize

GetCellsComponent_SolveInstance Method

This is the method that actually does the work.

Namespace:  Karamba.GHopper.Utilities
Assembly:  Karamba3D (in Karamba3D.dll) Version: 2.2.0.5 (2.2.0.5)
Syntax
protected override 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