Class PoSFCartesianGrid3D

    • Method Detail

      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class SoField
      • setValue

        public void setValue​(PbCartesianGrid3D newValue)
        Sets this field to newValue.
      • setGeometry

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