InterpolatedSurface

A surface that operates by doing an interpolation of passed mesh data

 

__init__(self, xdata, ydata=None, dimension=None, **opts): 

 

evaluate(self, points, **kwargs): 

We delegate all the dirty work to the Interpolator so hopefully that’s working…

  • points: Any
  • kwargs: Any
  • :returns: _

 

minimize(self, initial_guess=None, function_options=None, **opts): 

Feedback

Examples

Templates

Documentation