Uses of Class
com.openinventor.inventor.SbBox3s
-
Packages that use SbBox3s Package Description com.openinventor.inventor Open Inventor is an object-oriented and OpenGL-based API for real-time 3D visualization.com.openinventor.inventor.fields -
-
Uses of SbBox3s in com.openinventor.inventor
Methods in com.openinventor.inventor that return SbBox3s Modifier and Type Method Description SbBox3sSbBox3s. intersection(SbBox3s box)Returns the intersection of the specified box with this box.SbBox3sSbBox3s. setValue(short[] components)SbBox3sSbBox3s. setValue(short[] components, int startIndex)static SbBox3s[]SbBox3s. toArray(long nativeArray, long length)Methods in com.openinventor.inventor with parameters of type SbBox3s Modifier and Type Method Description booleanSbBox3s. contains(SbBox3s bb)Returns true if the specified box is fully contained inside this box.voidSbBox3s. extendBy(SbBox3s bb)Extends this box (if necessary) to contain the specified box.booleanSbBox3s. intersect(SbBox3s bb)Returns true if the specified box intersects this box.SbBox3sSbBox3s. intersection(SbBox3s box)Returns the intersection of the specified box with this box.voidSbBox3s. setValue(SbBox3s copyFrom)Constructors in com.openinventor.inventor with parameters of type SbBox3s Constructor Description SbBox3i32(SbBox3s box)Constructor given anSbBox3s(adapter).SbBox3s(SbBox3s copyFrom) -
Uses of SbBox3s in com.openinventor.inventor.fields
Methods in com.openinventor.inventor.fields that return SbBox3s Modifier and Type Method Description SbBox3sSoSFBox3s. getValue()Returns this field's value.Methods in com.openinventor.inventor.fields with parameters of type SbBox3s Modifier and Type Method Description voidSoSFBox3s. setValue(SbBox3s newValue)Sets this field to newValue.Constructors in com.openinventor.inventor.fields with parameters of type SbBox3s Constructor Description SoSFBox3s(SoFieldContainer fieldContainer, java.lang.String fieldName, SoField.FieldTypes fieldType, SbBox3s defaultValue)Default constructor.
-