Click or drag to resize

Component_UtilizationSolveInstance Method (IGH_DataAccess, EvaluationUnit)

Override this method to solve instance of compontent with given active unit.

Namespace:  Karamba.GHopper.Results
Assembly:  karambaGH (in karambaGH.dll) Version: 1.15.0.0 (1.15.0.0)
Syntax
protected override void SolveInstance(
	IGH_DataAccess DA,
	EvaluationUnit unit
)

Parameters

DA
Type: IGH_DataAccess
The gh data access
unit
Type: Karamba.GHopper.Utilities.UIWidgetsEvaluationUnit
The active evaluation unti
See Also