Class PoHexahedronMesh3D

All Implemented Interfaces:
SafeDisposable

public class PoHexahedronMesh3D extends PoMeshProperty
Inventor node defining a mesh of type PbHexahedronMesh3D.
  • Field Details

  • Constructor Details

    • PoHexahedronMesh3D

      public PoHexahedronMesh3D()
      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 PbHexahedronMesh3D.setGeometry().