Class PoCartesianGrid2D

All Implemented Interfaces:
SafeDisposable

public class PoCartesianGrid2D extends PoMeshProperty
Inventor node defining a mesh of type PbCartesianGrid2D.
  • Field Details

  • Constructor Details

    • PoCartesianGrid2D

      public PoCartesianGrid2D()
      Constructor.
  • Method Details

    • setGeometry

      public void setGeometry(int num_x, int num_y, float[] xn, float[] yn)
      Calls setGeometry(num_x, num_y, xn, yn, (float[])null).
    • setGeometry

      public void setGeometry(int num_x, int num_y, float[] xn, float[] yn, float[] zn)
      Convenience method to change the geometry of the mesh. See also PbCartesianGrid2D.setGeometry().