GH_ComponentSolveInstance Method |
This function will be called (successively) from within the
ComputeData method of this component.
Namespace:
Grasshopper.Kernel
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax protected abstract void SolveInstance(
IGH_DataAccess DA
)
Protected MustOverride Sub SolveInstance (
DA As IGH_DataAccess
)
Parameters
- DA
- Type: Grasshopper.KernelIGH_DataAccess
Data Access object. Use this object to retrieve data
from input parameters and assign data to output parameters.
See Also