Class PoSFRegularCartesianGrid2D


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

  • Method Details

    • setGeometry

      public void setGeometry(int num_x, int num_y, float x_min, float y_min, float x_max, float y_max)
      Calls setGeometry(num_x, num_y, x_min, y_min, x_max, y_max, (float[])null).
    • setGeometry

      public void setGeometry(int num_x, int num_y, float x_min, float y_min, float x_max, float y_max, float[] z)
      Convenience method to change the geometry of the mesh. See also PbRegularCartesianGrid2D.setGeometry().
    • equals

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

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

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