Class PoSFParalCartesianGrid2D


public class PoSFParalCartesianGrid2D extends PoSFMesh
Inventor field containing a mesh of type PbParalCartesianGrid2D. This field contains an instance of the class PbParalCartesianGrid2D.
  • Constructor Details

  • 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().
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class SoField
    • setValue

      public void setValue(PbParalCartesianGrid2D newValue)
      Sets this field to newValue.
    • getValue

      public PbParalCartesianGrid2D getValue()
      Returns this field's value.