Uses of Class
com.openinventor.inventor.SbBox3s
Packages that use SbBox3s
Package
Description
Open Inventor is an object-oriented and OpenGL-based API for real-time 3D visualization.
-
Uses of SbBox3s in com.openinventor.inventor
Methods in com.openinventor.inventor that return SbBox3sModifier and TypeMethodDescriptionSbBox3s.intersection
(SbBox3s box) Returns the intersection of the specified box with this box.SbBox3s.setValue
(short[] components) SbBox3s.setValue
(short[] components, int startIndex) static SbBox3s[]
SbBox3s.toArray
(long nativeArray, long length) Methods in com.openinventor.inventor with parameters of type SbBox3sModifier and TypeMethodDescriptionboolean
Returns true if the specified box is fully contained inside this box.void
Extends this box (if necessary) to contain the specified box.boolean
Returns true if the specified box intersects this box.SbBox3s.intersection
(SbBox3s box) Returns the intersection of the specified box with this box.void
Constructors in com.openinventor.inventor with parameters of type SbBox3s -
Uses of SbBox3s in com.openinventor.inventor.fields
Methods in com.openinventor.inventor.fields that return SbBox3sMethods in com.openinventor.inventor.fields with parameters of type SbBox3sModifier and TypeMethodDescriptionvoid
Sets this field to newValue.Constructors in com.openinventor.inventor.fields with parameters of type SbBox3sModifierConstructorDescriptionSoSFBox3s
(SoFieldContainer fieldContainer, String fieldName, SoField.FieldTypes fieldType, SbBox3s defaultValue) Default constructor.