Class PoSFPolarGrid2D


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

  • Method Details

    • setGeometry

      public void setGeometry(int num_r, int num_t, float[] r, float[] t)
      Calls setGeometry(num_r, num_t, r, t, (float[])null).
    • setGeometry

      public void setGeometry(int num_r, int num_t, float[] r, float[] t, float[] z)
      Convenience method to change the geometry of the mesh. See also PbPolarGrid2D.setGeometry().
    • equals

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

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

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