27#include <Inventor/fields/SoSubField.h>
28#include <Inventor/SbLinear.h>
30#include <Inventor/SbBox.h>
67 void setValue(
float xmin,
float ymin,
float zmin,
68 float xmax,
float ymax,
float zmax);
77 static void initClass();
78 static void exitClass();
<a href="IconLegend.html"><img src="extTGS.gif" alt="VSG extension" border="0"></a> Field containing...
void setValue(float xmin, float ymin, float zmin, float xmax, float ymax, float zmax)
Sets the box dimensions.
void setValue(const SbVec3f &_min, const SbVec3f &_max)
Sets the box dimensions.
Abstract base class for all single-value fields.