Class SoSFBox3i32


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

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

    See Also:
    SoField, SoSField
    • Method Detail

      • setValue

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

        public SbBox3i32 getValue()
        Returns this field's value.
      • setValue

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

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class SoField
      • setValue

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

        public void setValue​(SbVec3i32 _min,
                             SbVec3i32 _max)
        Sets the box dimensions.