Class PoParalCartesianGrid3D

All Implemented Interfaces:
SafeDisposable

public class PoParalCartesianGrid3D extends PoMeshProperty
Inventor node defining a mesh of type PbParalCartesianGrid3D.
  • Field Details

  • Constructor Details

    • PoParalCartesianGrid3D

      public PoParalCartesianGrid3D()
      Constructor.
  • Method Details

    • setGeometry

      public void setGeometry(int num_x, int num_y, int num_z, float[] xn, float[] yn, float[] zn)
      Convenience method to change the geometry of the mesh. See also PbParalCartesianGrid3D.setGeometry().