Click or drag to resize

Component_ProxyStitch_0_OBSOLETESolveInstance Method

This function will be called (successively) from within the ComputeData method of this component.

Namespace:  Karamba.GHopper.Utilities.Mappings
Assembly:  karambaGH (in karambaGH.dll) Version: 1.15.0.0 (1.15.0.0)
Syntax
protected override void SolveInstance(
	IGH_DataAccess DA
)

Parameters

DA
Type: IGH_DataAccess
Data Access object. Use this object to retrieve data from input parameters and assign data to output parameters.
See Also