Class PoSFIndexedMesh3D


public class PoSFIndexedMesh3D extends PoSFMesh
Inventor field containing a mesh of type PbIndexedMesh3D. This field contains an instance of the class PbIndexedMesh3D.
  • Constructor Details

  • Method Details

    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class SoField
    • setValue

      public void setValue(PbIndexedMesh3D newValue)
      Sets this field to newValue.
    • 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. See also PbIndexedMesh3D.setGeometry().
    • getValue

      public PbIndexedMesh3D getValue()
      Returns this field's value.