Class PoParalCartesianGrid2D

All Implemented Interfaces:
SafeDisposable

public class PoParalCartesianGrid2D extends PoMeshProperty
Inventor node defining a mesh of type PbParalCartesianGrid2D.
  • Field Details

  • Constructor Details

    • PoParalCartesianGrid2D

      public PoParalCartesianGrid2D()
      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 PbParalCartesianGrid2D.setGeometry().