|
CullCurvesSolveInstance Method
|
This is the method that actually does the work.
Namespace:
Karamba.GHopper.Utilities
Assembly:
karambaGH (in karambaGH.dll) Version: 1.15.0.0 (1.15.0.0)
Syntaxprotected override void SolveInstance(
IGH_DataAccess DA
)
Protected Overrides Sub SolveInstance (
DA As IGH_DataAccess
)
protected:
virtual void SolveInstance(
IGH_DataAccess^ DA
) override
abstract SolveInstance :
DA : IGH_DataAccess -> unit
override 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