| 
            
              CullCurvesSolveInstance 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)
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