Class PoIndexedMesh2D

All Implemented Interfaces:
SafeDisposable

public class PoIndexedMesh2D extends PoMeshProperty
Inventor node defining a mesh of type PbIndexedMesh2D.
  • Field Details

  • Constructor Details

    • PoIndexedMesh2D

      public PoIndexedMesh2D()
      Constructor.
  • Method Details

    • 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. Defines a 3D geometry. See also PbIndexedMesh2D.setGeometry().
    • 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. Defines a 2D geometry. See also PbIndexedMesh2D.setGeometry().