Class PoCartesianGrid3D

All Implemented Interfaces:
SafeDisposable

public class PoCartesianGrid3D extends PoMeshProperty
Inventor node defining a mesh of type PbCartesianGrid3D.
  • Field Details

  • Constructor Details

    • PoCartesianGrid3D

      public PoCartesianGrid3D()
      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 PbCartesianGrid3D.setGeometry().