Interface ElementSurface

All Superinterfaces:
Element, InteractionSource
All Known Implementing Classes:
ElementSurface

public interface ElementSurface extends Element

Title: ElementSurface

Description: A 3D Surface of the form (x(u,v),y(u,v),z(u,v))

Version:
March 2005
Author:
Francisco Esquembre
  • Method Details

    • setData

      void setData(double[][][] data)
      Sets the data of the surface.
      Parameters:
      data - the double[nu][nv][3] array of coordinates for the surface.
    • getData

      double[][][] getData()
      Gets the data of the surface.
      Returns:
      the double[nu][nv][3] array of coordinates of the surface.