Class PoSFIndexedMesh2D

    • Method Detail

      • setValue

        public void setValue​(PbIndexedMesh2D newValue)
        Sets this field to newValue.
      • equals

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

        public void setGeometry​(int num_nodes,
                                float[] xn,
                                float[] yn,
                                int num_cells,
                                int[] cell_index,
                                int[] cell_type)
        Convenience method to change the geometry of the mesh. It defines a 2D geometry. See also PbIndexedMesh2D.setGeometry().
      • setGeometry

        public void setGeometry​(int num_nodes,
                                float[] xn,
                                float[] yn,
                                float[] zn,
                                int num_cells,
                                int[] cell_index,
                                int[] cell_type)
        Convenience method to change the geometry of the mesh. It defines a 3D geometry. See also PbIndexedMesh2D.setGeometry().