Class SoSFBox3s


public class SoSFBox3s extends SoSField
Field containing a three-dimensional box. This field defines a three-dimensional box.

SoSFBox3s fields are written to file as 6 integers separated by whitespace.

See Also:
  • Constructor Details

  • Method Details

    • setValue

      public void setValue(SbBox3s newValue)
      Sets this field to newValue.
    • equals

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

      public void setValue(SbVec3s _min, SbVec3s _max)
      Sets the box dimensions.
    • setValue

      public void setValue(short xmin, short ymin, short zmin, short xmax, short ymax, short zmax)
      Sets the box dimensions.
    • getValue

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