Class PoTetrahedronMesh3D

All Implemented Interfaces:
SafeDisposable

public class PoTetrahedronMesh3D extends PoMeshProperty
Inventor node defining a mesh of type PbTetrahedronMesh3D.
  • Field Details

  • Constructor Details

    • PoTetrahedronMesh3D

      public PoTetrahedronMesh3D()
      Constructor.
  • Method Details

    • 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 PbTetrahedronMesh3D.setGeometry().