Class PoSFHexahedronMesh3D

    • Method Detail

      • equals

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

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

        public void setGeometry​(int num_nodes,
                                float[] xn,
                                float[] yn,
                                float[] zn,
                                int num_cells,
                                int[] cell_index)
        Convenience method to change the geometry of the mesh. See also PbHexahedronMesh3D.setGeometry().