SoHandleBoxDragger(3IV) - Online Linux Manual Page
NAMESoHandleBoxDragger — box you can scale, stretch and translate by dragging with the mouse

INHERITS FROMSoBase > SoFieldContainer > SoNode > SoBaseKit > SoInteractionKit > SoDragger > SoHandleBoxDragger

SYNOPSIS¶\f7#include <Inventor/draggers/SoHandleBoxDragger.h> Fields from class SoHandleBoxDragger: \f8scaleFactor
\f8translation Fields from class SoDragger: \f8isActive Fields from class SoInteractionKit: \f8renderCaching
\f8boundingBoxCaching
\f8renderCulling
\f8pickCulling Parts from class SoBaseKit: \f8callbackList\*(Cr Methods from class SoHandleBoxDragger: \f8SoHandleBoxDragger\*(Cr()
\f8getClassNodekitCatalog\*(Cr() const
\f8getClassTypeId\*(Cr() Methods from class SoDragger: \f8addStartCallback\*(Cr(SoDraggerCB *f, void *userData = NULL)
\f8removeStartCallback\*(Cr(SoDraggerCB *f, void *userData = NULL)
\f8addMotionCallback\*(Cr(SoDraggerCB *f, void *userData = NULL)
\f8removeMotionCallback\*(Cr(SoDraggerCB *f, void *userData = NULL)
\f8addFinishCallback\*(Cr(SoDraggerCB *f, void *userData = NULL)
\f8removeFinishCallback\*(Cr(SoDraggerCB *f, void *userData = NULL)
\f8addValueChangedCallback\*(Cr(SoDraggerCB *f, void *userData = NULL)
\f8removeValueChangedCallback\*(Cr(SoDraggerCB *f, void *userData = NULL)
\f8enableValueChangedCallbacks\*(Cr()
\f8setMinGesture\*(Cr(int pixels)
\f8getMinGesture\*(Cr() const
\f8setMinScale\*(Cr(float newMinScale)
\f8getMinScale\*(Cr() Methods from class SoInteractionKit: \f8setPartAsPath\*(Cr(const SbName &partName, SoPath *surrogatePath ) Methods from class SoBaseKit: \f8getNodekitCatalog\*(Cr() const
\f8getPart\*(Cr(const SbName &partName, SbBool makeIfNeeded)
\f8getPartString\*(Cr(const SoBase *part)
\f8createPathToPart\*(Cr(const SbName &partName, SbBool makeIfNeeded, const SoPath *pathToExtend = NULL)
\f8setPart\*(Cr(const SbName &partName, SoNode *newPart)
\f8set\*(Cr(char *partName, char *parameters)
\f8set\*(Cr(char *nameValuePairs)
\f8isSearchingChildren\*(Cr()
\f8setSearchingChildren\*(Cr(SbBool newVal) Methods from class SoNode: \f8setOverride\*(Cr(SbBool state)
\f8isOverride\*(Cr() const
\f8copy\*(Cr(SbBool copyConnections = FALSE) const
\f8affectsState\*(Cr() const
\f8getByName\*(Cr(const SbName &name)
\f8getByName\*(Cr(const SbName &name, SoNodeList &list) Methods from class SoFieldContainer: \f8setToDefaults\*(Cr()
\f8hasDefaultValues\*(Cr() const
\f8fieldsAreEqual\*(Cr(const SoFieldContainer *fc) const
\f8copyFieldValues\*(Cr(const SoFieldContainer *fc, SbBool copyConnections = FALSE)
\f8get\*(Cr(SbString &fieldDataString)
\f8getFields\*(Cr(SoFieldList &resultList) const
\f8getField\*(Cr(const SbName &fieldName) const
\f8getFieldName\*(Cr(const SoField *field, SbName &fieldName) const
\f8isNotifyEnabled\*(Cr() const
\f8enableNotify\*(Cr(SbBool flag) Methods from class SoBase: \f8ref\*(Cr()
\f8unref\*(Cr() const
\f8unrefNoDelete\*(Cr() const
\f8touch\*(Cr()
\f8getTypeId\*(Cr() const
\f8isOfType\*(Cr(SoType type) const
\f8setName\*(Cr(const SbName &name)
\f8getName\*(Cr() const Macros from class SoBaseKit: \f8SO_GET_PART\*(Cr(kit, partName, partClass)
\f8SO_CHECK_PART\*(Cr(kit, partName, partClass)

DESCRIPTION\f8SoHandleBoxDragger\f1 is a dragger shaped like a wireframe box with small \f2corner cubes\f1 mounted on each corner. Click and drag any of these cubes to scale the box uniformly. Six other \f2center cubes\f1 are centered on the sides of the box; white lines ​connect them to the center of the dragger. Drag one of the center cubes along its line to stretch the box in that direction. Dragging a face of the box translates the dragger within that plane. While ​you drag a face of the box, purple feedback arrows display the possible directions of motion. Press the \f7<Shift>\f1 key to \f2constrain\f1 the motion to one of the two major directions in the plane. The constraint direction is chosen based on ​the next user gesture. Press the \f7<Control>\f1 key and the dragger will translate \f2perpendicular\f1 to that plane. The \*(Cbtranslation\f1 field is modified as the face is dragged. By default, dragging any of the small cubes scales about the center ​of the object. Pressing the \f7<Control>\f1 key changes this: A corner cube will scale about its opposite corner. A center cube will scale about the center of its opposite face. Dragging one of the small cubes will ​usually result in changes to both the \f8scaleFactor\f1 and \*(Cbtranslation\f1 fields. This is because any scale about a point other than the origin has a translation element. As with all draggers, if you change the fields the dragger will ​move to match the new settings. Remember: This is not an \f8SoTransform!\f1. If you want to move other objects with this dragger, you can either: [a] Use an \f8SoHandleBoxManip\f1, which is subclassed from \*(CbSoTransform\f1. It creates one of these draggers and uses ​it as the interface to change its fields. (see the \f8SoHandleBoxManip\f1 reference page). [b] Use field-to-field connections to connect the fields of this dragger to those of any \f8SoTransformation\f1 node. You can change the parts in any instance ​of this dragger using \f8setPart()\f1. The default part geometries are defined as resources for this \*(CbSoHandleBoxDragger\f1 class. They are detailed in the Dragger Resources section of the online reference page for this class. You can ​make your program use different default resources for the parts by copying the file \f8/usr/share/data/draggerDefaults/handleBoxDragger.iv\f1 into your own directory, editing the file, and then setting the environment variable \*(CbSO_DRAGGER_DIR\f1 to be a path to that directory.

FIELDS\f8scaleFactor
Scale of the dragger. \f8translation
Position of the dragger.

METHODS\f8SoHandleBoxDragger\*(Cr()
Constructor. \f8getClassNodekitCatalog\*(Cr() const
Returns an \f8SoNodekitCatalog\f1 for this class \f8getClassTypeId\*(Cr()
Returns type identifier for this class.

CATALOG PARTSAll parts NULL by Part NamePart TypeDefault TypeDefault callbackListNodeKitListPart--yes surroundScaleSurroundScale--yes translator1Separator--yes translator1ActiveSeparator--yes translator2Separator--yes translator2ActiveSeparator--yes translator3Separator--yes translator3ActiveSeparator--yes translator4Separator--yes translator4ActiveSeparator--yes translator5Separator--yes translator5ActiveSeparator--yes translator6Separator--yes translator6ActiveSeparator--yes extruder1Separator--yes extruder1ActiveSeparator--yes extruder2Separator--yes extruder2ActiveSeparator--yes extruder3Separator--yes extruder3ActiveSeparator--yes extruder4Separator--yes extruder4ActiveSeparator--yes extruder5Separator--yes extruder5ActiveSeparator--yes extruder6Separator--yes extruder6ActiveSeparator--yes uniform1Separator--yes uniform1ActiveSeparator--yes uniform2Separator--yes uniform2ActiveSeparator--yes uniform3Separator--yes uniform3ActiveSeparator--yes uniform4Separator--yes uniform4ActiveSeparator--yes uniform5Separator--yes uniform5ActiveSeparator--yes uniform6Separator--yes uniform6ActiveSeparator--yes uniform7Separator--yes uniform7ActiveSeparator--yes uniform8Separator--yes uniform8ActiveSeparator--yes arrow1Separator--yes arrow2Separator--yes arrow3Separator--yes arrow4Separator--yes arrow5Separator--yes arrow6Separator--yes Extra information for list parts from above table Part NameContainer TypePermissible Types callbackListSeparator Callback, EventCallback

DRAGGER RESOURCES.in 0n+.5i Resource:\f8handleBoxTranslator1
.in 0n+.5i
Part:translator1
Appearance:White Line-Style Square
Description:Top face of handleBox. Picking this initiates scaling in x-z plane. .in 0n+.5i Resource:\f8handleBoxTranslator2
.in 0n+.5i
Part:translator2
Appearance:White Line-Style Square
Description:Bottom face of handleBox. Picking this initiates scaling in x-z plane. .in 0n+.5i Resource:\f8handleBoxTranslator3
.in 0n+.5i
Part:translator3
Appearance:White Line-Style Square
Description:Left face of handleBox. Picking this initiates scaling in y-z plane. .in 0n+.5i Resource:\f8handleBoxTranslator4
.in 0n+.5i
Part:translator4
Appearance:White Line-Style Square
Description:Right face of handleBox. Picking this initiates scaling in y-z plane. .in 0n+.5i Resource:\f8handleBoxTranslator5
.in 0n+.5i
Part:translator5
Appearance:White Line-Style Square
Description:Front face of handleBox. Picking this initiates scaling in x-y plane. .in 0n+.5i Resource:\f8handleBoxTranslator6
.in 0n+.5i
Part:translator6
Appearance:White Line-Style Square
Description:Back face of handleBox. Picking this initiates scaling in x-y plane. .in 0n+.5i Resource:\f8handleBoxTranslator1Active
.in 0n+.5i
Part:translator1Active
Appearance:Yellow version of handleBoxTranslator1
Description:Replaces handleBoxTranslator1 during dragging. .in 0n+.5i Resource:\f8handleBoxTranslator2Active
.in 0n+.5i
Part:translator2Active
Appearance:Yellow version of handleBoxTranslator2
Description:Replaces handleBoxTranslator2 during dragging. .in 0n+.5i Resource:\f8handleBoxTranslator3Active
.in 0n+.5i
Part:translator3Active
Appearance:Yellow version of handleBoxTranslator3
Description:Replaces handleBoxTranslator3 during dragging. .in 0n+.5i Resource:\f8handleBoxTranslator4Active
.in 0n+.5i
Part:translator4Active
Appearance:Yellow version of handleBoxTranslator4
Description:Replaces handleBoxTranslator4 during dragging. .in 0n+.5i Resource:\f8handleBoxTranslator5Active
.in 0n+.5i
Part:translator5Active
Appearance:Yellow version of handleBoxTranslator5
Description:Replaces handleBoxTranslator5 during dragging. .in 0n+.5i Resource:\f8handleBoxTranslator6Active
.in 0n+.5i
Part:translator6Active
Appearance:Yellow version of handleBoxTranslator6
Description:Replaces handleBoxTranslator6 during dragging. .in 0n+.5i Resource:\f8handleBoxExtruder1
.in 0n+.5i
Part:extruder1
Appearance:Small white cube at (0,1.25,0) with line to origin
Description:Selecting this part initiates 1-D scaling along Y axis. .in 0n+.5i Resource:\f8handleBoxExtruder2
.in 0n+.5i
Part:extruder2
Appearance:Small white cube at (0,-1.25,0) with line to origin
Description:Selecting this part initiates 1-D scaling along Y axis. .in 0n+.5i Resource:\f8handleBoxExtruder3
.in 0n+.5i
Part:extruder3
Appearance:Small white cube at (-1.25,0,0) with line to origin
Description:Selecting this part initiates 1-D scaling along X axis. .in 0n+.5i Resource:\f8handleBoxExtruder4
.in 0n+.5i
Part:extruder4
Appearance:Small white cube at (1.25,0,0) with line to origin
Description:Selecting this part initiates 1-D scaling along X axis. .in 0n+.5i Resource:\f8handleBoxExtruder5
.in 0n+.5i
Part:extruder5
Appearance:Small white cube at (0,0,1.25) with line to origin
Description:Selecting this part initiates 1-D scaling along Z axis. .in 0n+.5i Resource:\f8handleBoxExtruder6
.in 0n+.5i
Part:extruder6
Appearance:Small white cube at (0,0,-1.25) with line to origin
Description:Selecting this part initiates 1-D scaling along Z axis. .in 0n+.5i Resource:\f8handleBoxExtruder1Active
.in 0n+.5i
Part:extruder1Active
Appearance:Yellow version of handleBoxExtruder1
Description:Replaces handleBoxExtruder1 during dragging. .in 0n+.5i Resource:\f8handleBoxExtruder2Active
.in 0n+.5i
Part:extruder2Active
Appearance:Yellow version of handleBoxExtruder1
Description:Replaces handleBoxExtruder1 during dragging. .in 0n+.5i Resource:\f8handleBoxExtruder3Active
.in 0n+.5i
Part:extruder3Active
Appearance:Yellow version of handleBoxExtruder3
Description:Replaces handleBoxExtruder3 during dragging. .in 0n+.5i Resource:\f8handleBoxExtruder4Active
.in 0n+.5i
Part:extruder4Active
Appearance:Yellow version of handleBoxExtruder4
Description:Replaces handleBoxExtruder4 during dragging. .in 0n+.5i Resource:\f8handleBoxExtruder5Active
.in 0n+.5i
Part:extruder5Active
Appearance:Yellow version of handleBoxExtruder5
Description:Replaces handleBoxExtruder5 during dragging. .in 0n+.5i Resource:\f8handleBoxExtruder6Active
.in 0n+.5i
Part:extruder6Active
Appearance:Yellow version of handleBoxExtruder6
Description:Replaces handleBoxExtruder6 during dragging. .in 0n+.5i Resource:\f8handleBoxUniform1
.in 0n+.5i
Part:uniform1
Appearance:Small white cube in (+x+y+z) corner of handleBox
Description:Picking this initiates uniform scaling. .in 0n+.5i Resource:\f8handleBoxUniform2
.in 0n+.5i
Part:uniform2
Appearance:Small white cube in (+x+y-z) corner of handleBox
Description:Picking this initiates uniform scaling. .in 0n+.5i Resource:\f8handleBoxUniform3
.in 0n+.5i
Part:uniform3
Appearance:Small white cube in (+x-y+z) corner of handleBox
Description:Picking this initiates uniform scaling. .in 0n+.5i Resource:\f8handleBoxUniform4
.in 0n+.5i
Part:uniform4
Appearance:Small white cube in (+x-y-z) corner of handleBox
Description:Picking this initiates uniform scaling. .in 0n+.5i Resource:\f8handleBoxUniform5
.in 0n+.5i
Part:uniform5
Appearance:Small white cube in (-x+y+z) corner of handleBox
Description:Picking this initiates uniform scaling. .in 0n+.5i Resource:\f8handleBoxUniform6
.in 0n+.5i
Part:uniform6
Appearance:Small white cube in (-x+y-z) corner of handleBox
Description:Picking this initiates uniform scaling. .in 0n+.5i Resource:\f8handleBoxUniform7
.in 0n+.5i
Part:uniform7
Appearance:Small white cube in (-x-y+z) corner of handleBox
Description:Picking this initiates uniform scaling. .in 0n+.5i Resource:\f8handleBoxUniform8
.in 0n+.5i
Part:uniform8
Appearance:Small white cube in (-x-y-z) corner of handleBox
Description:Picking this initiates uniform scaling. .in 0n+.5i Resource:\f8handleBoxUniform1Active
.in 0n+.5i
Part:uniform1Active
Appearance:Yellow version of handleBoxUniform1Active
Description:Replaces handleBoxUniform1Active during dragging. .in 0n+.5i Resource:\f8handleBoxUniform2Active
.in 0n+.5i
Part:uniform2Active
Appearance:Yellow version of handleBoxUniform1Active
Description:Replaces handleBoxUniform1Active during dragging. .in 0n+.5i Resource:\f8handleBoxUniform3Active
.in 0n+.5i
Part:uniform3Active
Appearance:Yellow version of handleBoxUniform1Active
Description:Replaces handleBoxUniform1Active during dragging. .in 0n+.5i Resource:\f8handleBoxUniform4Active
.in 0n+.5i
Part:uniform4Active
Appearance:Yellow version of handleBoxUniform1Active
Description:Replaces handleBoxUniform1Active during dragging. .in 0n+.5i Resource:\f8handleBoxUniform5Active
.in 0n+.5i
Part:uniform5Active
Appearance:Yellow version of handleBoxUniform1Active
Description:Replaces handleBoxUniform1Active during dragging. .in 0n+.5i Resource:\f8handleBoxUniform6Active
.in 0n+.5i
Part:uniform6Active
Appearance:Yellow version of handleBoxUniform1Active
Description:Replaces handleBoxUniform1Active during dragging. .in 0n+.5i Resource:\f8handleBoxUniform7Active
.in 0n+.5i
Part:uniform7Active
Appearance:Yellow version of handleBoxUniform1Active
Description:Replaces handleBoxUniform1Active during dragging. .in 0n+.5i Resource:\f8handleBoxUniform8Active
.in 0n+.5i
Part:uniform8Active
Appearance:Yellow version of handleBoxUniform1Active
Description:Replaces handleBoxUniform1Active during dragging. .in 0n+.5i Resource:\f8handleBoxArrow1
.in 0n+.5i
Part:arrow1
Appearance:Purple Arrow, pointing up
Description:Displayed when translating if Y direction is permitted. .in 0n+.5i Resource:\f8handleBoxArrow2
.in 0n+.5i
Part:arrow2
Appearance:Purple Arrow, pointing down
Description:Displayed when translating if Y direction is permitted. .in 0n+.5i Resource:\f8handleBoxArrow3
.in 0n+.5i
Part:arrow3
Appearance:Purple Arrow, pointing left
Description:Displayed when translating if X direction is permitted. .in 0n+.5i Resource:\f8handleBoxArrow4
.in 0n+.5i
Part:arrow4
Appearance:Purple Arrow, pointing right
Description:Displayed when translating if X direction is permitted. .in 0n+.5i Resource:\f8handleBoxArrow5
.in 0n+.5i
Part:arrow5
Appearance:Purple Arrow, pointing forward
Description:Displayed when translating if Z direction is permitted. .in 0n+.5i Resource:\f8handleBoxArrow6
.in 0n+.5i
Part:arrow6
Appearance:Purple Arrow, pointing backward
Description:Displayed when translating if Z direction is permitted.

FILE FORMAT/DEFAULTS\f7HandleBoxDragger { renderCaching AUTO boundingBoxCaching AUTO renderCulling AUTO pickCulling AUTO isActive FALSE translation 0 0 0 scaleFactor 1 1 1 callbackList NULL surroundScale NULL translator1 <handleBoxTranslator1 resource> translator1Active <handleBoxTranslator1Active resource> translator2 <handleBoxTranslator2 resource> translator2Active <handleBoxTranslator2Active resource> translator3 <handleBoxTranslator3 resource> translator3Active <handleBoxTranslator3Active resource> translator4 <handleBoxTranslator4 resource> translator4Active <handleBoxTranslator4Active resource> translator5 <handleBoxTranslator5 resource> translator5Active <handleBoxTranslator5Active resource> translator6 <handleBoxTranslator6 resource> translator6Active <handleBoxTranslator6Active resource> extruder1 <handleBoxExtruder1 resource> extruder1Active <handleBoxExtruder1Active resource> extruder2 <handleBoxExtruder2 resource> extruder2Active <handleBoxExtruder2Active resource> extruder3 <handleBoxExtruder3 resource> extruder3Active <handleBoxExtruder3Active resource> extruder4 <handleBoxExtruder4 resource> extruder4Active <handleBoxExtruder4Active resource> extruder5 <handleBoxExtruder5 resource> extruder5Active <handleBoxExtruder5Active resource> extruder6 <handleBoxExtruder6 resource> extruder6Active <handleBoxExtruder6Active resource> uniform1 <handleBoxUniform1 resource> uniform1Active <handleBoxUniform1Active resource> uniform2 <handleBoxUniform2 resource> uniform2Active <handleBoxUniform2Active resource> uniform3 <handleBoxUniform3 resource> uniform3Active <handleBoxUniform3Active resource> uniform4 <handleBoxUniform4 resource> uniform4Active <handleBoxUniform4Active resource> uniform5 <handleBoxUniform5 resource> uniform5Active <handleBoxUniform5Active resource> uniform6 <handleBoxUniform6 resource> uniform6Active <handleBoxUniform6Active resource> uniform7 <handleBoxUniform7 resource> uniform7Active <handleBoxUniform7Active resource> uniform8 <handleBoxUniform8 resource> uniform8Active <handleBoxUniform8Active resource> arrow1 <handleBoxArrow1 resource> arrow2 <handleBoxArrow2 resource> arrow3 <handleBoxArrow3 resource> arrow4 <handleBoxArrow4 resource> arrow5 <handleBoxArrow5 resource> arrow6 <handleBoxArrow6 resource> }

NOTE Unlike most multi-function draggers, \f8SoHandleBoxDragger\f1 is not a compound dragger made up of other draggers that perform its smaller tasks. This is not because it was inappropriate, but because was written before implementation ​of the methods that synchronize multiple child draggers. The younger \f8SoTransformBoxDragger\f1 has similarities to the handle box dragger, but the transform box dragger \f2is\f1 a compound dragger.

SEE ALSO\f8SoInteractionKit, SoDragger, SoCenterballDragger, SoDirectionalLightDragger, SoDragPointDragger, SoJackDragger, SoPointLightDragger, SoRotateCylindricalDragger, SoRotateDiscDragger, SoRotateSphericalDragger, ​SoScale1Dragger, SoScale2Dragger, SoScale2UniformDragger, SoScaleUniformDragger, SoSpotLightDragger, SoTabBoxDragger, SoTabPlaneDragger, SoTrackballDragger, SoTransformBoxDragger, SoTransformerDragger, ​SoTranslate1Dragger, SoTranslate2Dragger
0
Johanes Gumabo
Data Size   :   93,514 byte
man-SoHandleBoxDragger.3ivBuild   :   2024-12-05, 20:55   :  
Visitor Screen   :   x
Visitor Counter ( page / site )   :   2 / 200,723
Visitor ID   :     :  
Visitor IP   :   3.140.185.250   :  
Visitor Provider   :   AMAZON-02   :  
Provider Position ( lat x lon )   :   39.962500 x -83.006100   :   x
Provider Accuracy Radius ( km )   :   1000   :  
Provider City   :   Columbus   :  
Provider Province   :   Ohio ,   :   ,
Provider Country   :   United States   :  
Provider Continent   :   North America   :  
Visitor Recorder   :   Version   :  
Visitor Recorder   :   Library   :  
Online Linux Manual Page   :   Version   :   Online Linux Manual Page - Fedora.40 - march=x86-64 - mtune=generic - 24.12.05
Online Linux Manual Page   :   Library   :   lib_c - 24.10.03 - march=x86-64 - mtune=generic - Fedora.40
Online Linux Manual Page   :   Library   :   lib_m - 24.10.03 - march=x86-64 - mtune=generic - Fedora.40
Data Base   :   Version   :   Online Linux Manual Page Database - 24.04.13 - march=x86-64 - mtune=generic - fedora-38
Data Base   :   Library   :   lib_c - 23.02.07 - march=x86-64 - mtune=generic - fedora.36

Very long time ago, I have the best tutor, Wenzel Svojanovsky . If someone knows the email address of Wenzel Svojanovsky , please send an email to johanes_gumabo@yahoo.co.id .
If error, please print screen and send to johanes_gumabo@yahoo.co.id
Under development. Support me via PayPal.

ERROR : Need New Coding :         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|7/8|\f7 |. ds Cr \f7 )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|9|\f8 |. ds Cb \f8 )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|18|\f7#include |¶\*(Cr#include )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|28|\f7SoSFVec3f |.ds Pt \*(CrSoSFVec3f )         (parse_manual_page_|249|SoHandleBoxDragger.3iv|35/36|el══─{─══.ne|.el══─{─══.ne 2 )         (htmlprn|149|SoHandleBoxDragger.3iv|35/36|.el══─{─══.ne 2 |.el══─{─══.ne 2 )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|37/38|\f7SoSFVec3f \c══─}─══ |\*(Pt \c══─}─══ )         (htmlprn|149|SoHandleBoxDragger.3iv|37/38|\f7SoSFVec3f \c══─}─══ |\*(Pt \c══─}─══ )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|39|\f8scaleFactor |\*(CbscaleFactor )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|44|\f7SoSFVec3f |.ds Pt \*(CrSoSFVec3f )         (parse_manual_page_|249|SoHandleBoxDragger.3iv|51/52|el══─{─══.ne|.el══─{─══.ne 2 )         (htmlprn|149|SoHandleBoxDragger.3iv|51/52|.el══─{─══.ne 2 |.el══─{─══.ne 2 )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|53/54|\f7SoSFVec3f \c══─}─══ |\*(Pt \c══─}─══ )         (htmlprn|149|SoHandleBoxDragger.3iv|53/54|\f7SoSFVec3f \c══─}─══ |\*(Pt \c══─}─══ )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|55|\f8translation |\*(Cbtranslation )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|65|\f7SoSFBool |.ds Pt \*(CrSoSFBool )         (parse_manual_page_|249|SoHandleBoxDragger.3iv|72/73|el══─{─══.ne|.el══─{─══.ne 2 )         (htmlprn|149|SoHandleBoxDragger.3iv|72/73|.el══─{─══.ne 2 |.el══─{─══.ne 2 )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|74/75|\f7SoSFBool \c══─}─══ |\*(Pt \c══─}─══ )         (htmlprn|149|SoHandleBoxDragger.3iv|74/75|\f7SoSFBool \c══─}─══ |\*(Pt \c══─}─══ )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|76|\f8isActive |\*(CbisActive )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|86|\f7SoSFEnum |.ds Pt \*(CrSoSFEnum )         (parse_manual_page_|249|SoHandleBoxDragger.3iv|93/94|el══─{─══.ne|.el══─{─══.ne 2 )         (htmlprn|149|SoHandleBoxDragger.3iv|93/94|.el══─{─══.ne 2 |.el══─{─══.ne 2 )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|95/96|\f7SoSFEnum \c══─}─══ |\*(Pt \c══─}─══ )         (htmlprn|149|SoHandleBoxDragger.3iv|95/96|\f7SoSFEnum \c══─}─══ |\*(Pt \c══─}─══ )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|97|\f8renderCaching |\*(CbrenderCaching )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|102|\f7SoSFEnum |.ds Pt \*(CrSoSFEnum )         (parse_manual_page_|249|SoHandleBoxDragger.3iv|109/110|el══─{─══.ne|.el══─{─══.ne 2 )         (htmlprn|149|SoHandleBoxDragger.3iv|109/110|.el══─{─══.ne 2 |.el══─{─══.ne 2 )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|111/112|\f7SoSFEnum \c══─}─══ |\*(Pt \c══─}─══ )         (htmlprn|149|SoHandleBoxDragger.3iv|111/112|\f7SoSFEnum \c══─}─══ |\*(Pt \c══─}─══ )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|113|\f8boundingBoxCaching |\*(CbboundingBoxCaching )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|118|\f7SoSFEnum |.ds Pt \*(CrSoSFEnum )         (parse_manual_page_|249|SoHandleBoxDragger.3iv|125/126|el══─{─══.ne|.el══─{─══.ne 2 )         (htmlprn|149|SoHandleBoxDragger.3iv|125/126|.el══─{─══.ne 2 |.el══─{─══.ne 2 )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|127/128|\f7SoSFEnum \c══─}─══ |\*(Pt \c══─}─══ )         (htmlprn|149|SoHandleBoxDragger.3iv|127/128|\f7SoSFEnum \c══─}─══ |\*(Pt \c══─}─══ )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|129|\f8renderCulling |\*(CbrenderCulling )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|134|\f7SoSFEnum |.ds Pt \*(CrSoSFEnum )         (parse_manual_page_|249|SoHandleBoxDragger.3iv|141/142|el══─{─══.ne|.el══─{─══.ne 2 )         (htmlprn|149|SoHandleBoxDragger.3iv|141/142|.el══─{─══.ne 2 |.el══─{─══.ne 2 )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|143/144|\f7SoSFEnum \c══─}─══ |\*(Pt \c══─}─══ )         (htmlprn|149|SoHandleBoxDragger.3iv|143/144|\f7SoSFEnum \c══─}─══ |\*(Pt \c══─}─══ )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|145|\f8pickCulling |\*(CbpickCulling )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|155|\f7(SoNodeKitListPart) |.ds Pt \*(Cr(SoNodeKitListPart) )         (parse_manual_page_|249|SoHandleBoxDragger.3iv|162/163|el══─{─══.ne|.el══─{─══.ne 2 )         (htmlprn|149|SoHandleBoxDragger.3iv|162/163|.el══─{─══.ne 2 |.el══─{─══.ne 2 )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|164/165|\f7(SoNodeKitListPart) \c══─}─══ |\*(Pt \c══─}─══ )         (htmlprn|149|SoHandleBoxDragger.3iv|164/165|\f7(SoNodeKitListPart) \c══─}─══ |\*(Pt \c══─}─══ )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|166|\f8callbackList\*(Cr |\*(CbcallbackList\*(Cr )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|176|\f7 |.ds Pt \*(Cr )         (parse_manual_page_|249|SoHandleBoxDragger.3iv|183/184|el══─{─══.ne|.el══─{─══.ne 2 )         (htmlprn|149|SoHandleBoxDragger.3iv|183/184|.el══─{─══.ne 2 |.el══─{─══.ne 2 )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|185/186|\f7 \c══─}─══ |\*(Pt \c══─}─══ )         (htmlprn|149|SoHandleBoxDragger.3iv|185/186|\f7 \c══─}─══ |\*(Pt \c══─}─══ )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|187|\f8SoHandleBoxDragger\*(Cr() |\*(CbSoHandleBoxDragger\*(Cr() )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|192|\f7static const SoNodekitCatalog * |.ds Pt \*(Crstatic const SoNodekitCatalog * )         (parse_manual_page_|249|SoHandleBoxDragger.3iv|199/200|el══─{─══.ne|.el══─{─══.ne 2 )         (htmlprn|149|SoHandleBoxDragger.3iv|199/200|.el══─{─══.ne 2 |.el══─{─══.ne 2 )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|201/202|\f7static const SoNodekitCatalog * \c══─}─══ |\*(Pt \c══─}─══ )         (htmlprn|149|SoHandleBoxDragger.3iv|201/202|\f7static const SoNodekitCatalog * \c══─}─══ |\*(Pt \c══─}─══ )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|203|\f8getClassNodekitCatalog\*(Cr() const |\*(CbgetClassNodekitCatalog\*(Cr() const )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|208|\f7static SoType |.ds Pt \*(Crstatic SoType )         (parse_manual_page_|249|SoHandleBoxDragger.3iv|215/216|el══─{─══.ne|.el══─{─══.ne 2 )         (htmlprn|149|SoHandleBoxDragger.3iv|215/216|.el══─{─══.ne 2 |.el══─{─══.ne 2 )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|217/218|\f7static SoType \c══─}─══ |\*(Pt \c══─}─══ )         (htmlprn|149|SoHandleBoxDragger.3iv|217/218|\f7static SoType \c══─}─══ |\*(Pt \c══─}─══ )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|219|\f8getClassTypeId\*(Cr() |\*(CbgetClassTypeId\*(Cr() )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|229|\f7void |.ds Pt \*(Crvoid )         (parse_manual_page_|249|SoHandleBoxDragger.3iv|236/237|el══─{─══.ne|.el══─{─══.ne 2 )         (htmlprn|149|SoHandleBoxDragger.3iv|236/237|.el══─{─══.ne 2 |.el══─{─══.ne 2 )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|238/239|\f7void \c══─}─══ |\*(Pt \c══─}─══ )         (htmlprn|149|SoHandleBoxDragger.3iv|238/239|\f7void \c══─}─══ |\*(Pt \c══─}─══ )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|240|\f8addStartCallback\*(Cr(SoDraggerCB *f, void *userData = NULL) |\*(CbaddStartCallback\*(Cr(SoDraggerCB *f, void *userData = NULL) )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|245|\f7void |.ds Pt \*(Crvoid )         (parse_manual_page_|249|SoHandleBoxDragger.3iv|252/253|el══─{─══.ne|.el══─{─══.ne 2 )         (htmlprn|149|SoHandleBoxDragger.3iv|252/253|.el══─{─══.ne 2 |.el══─{─══.ne 2 )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|254/255|\f7void \c══─}─══ |\*(Pt \c══─}─══ )         (htmlprn|149|SoHandleBoxDragger.3iv|254/255|\f7void \c══─}─══ |\*(Pt \c══─}─══ )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|256|\f8removeStartCallback\*(Cr(SoDraggerCB *f, void *userData = NULL) |\*(CbremoveStartCallback\*(Cr(SoDraggerCB *f, void *userData = NULL) )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|261|\f7void |.ds Pt \*(Crvoid )         (parse_manual_page_|249|SoHandleBoxDragger.3iv|268/269|el══─{─══.ne|.el══─{─══.ne 2 )         (htmlprn|149|SoHandleBoxDragger.3iv|268/269|.el══─{─══.ne 2 |.el══─{─══.ne 2 )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|270/271|\f7void \c══─}─══ |\*(Pt \c══─}─══ )         (htmlprn|149|SoHandleBoxDragger.3iv|270/271|\f7void \c══─}─══ |\*(Pt \c══─}─══ )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|272|\f8addMotionCallback\*(Cr(SoDraggerCB *f, void *userData = NULL) |\*(CbaddMotionCallback\*(Cr(SoDraggerCB *f, void *userData = NULL) )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|277|\f7void |.ds Pt \*(Crvoid )         (parse_manual_page_|249|SoHandleBoxDragger.3iv|284/285|el══─{─══.ne|.el══─{─══.ne 2 )         (htmlprn|149|SoHandleBoxDragger.3iv|284/285|.el══─{─══.ne 2 |.el══─{─══.ne 2 )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|286/287|\f7void \c══─}─══ |\*(Pt \c══─}─══ )         (htmlprn|149|SoHandleBoxDragger.3iv|286/287|\f7void \c══─}─══ |\*(Pt \c══─}─══ )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|288|\f8removeMotionCallback\*(Cr(SoDraggerCB *f, void *userData = NULL) |\*(CbremoveMotionCallback\*(Cr(SoDraggerCB *f, void *userData = NULL) )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|293|\f7void |.ds Pt \*(Crvoid )         (parse_manual_page_|249|SoHandleBoxDragger.3iv|300/301|el══─{─══.ne|.el══─{─══.ne 2 )         (htmlprn|149|SoHandleBoxDragger.3iv|300/301|.el══─{─══.ne 2 |.el══─{─══.ne 2 )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|302/303|\f7void \c══─}─══ |\*(Pt \c══─}─══ )         (htmlprn|149|SoHandleBoxDragger.3iv|302/303|\f7void \c══─}─══ |\*(Pt \c══─}─══ )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|304|\f8addFinishCallback\*(Cr(SoDraggerCB *f, void *userData = NULL) |\*(CbaddFinishCallback\*(Cr(SoDraggerCB *f, void *userData = NULL) )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|309|\f7void |.ds Pt \*(Crvoid )         (parse_manual_page_|249|SoHandleBoxDragger.3iv|316/317|el══─{─══.ne|.el══─{─══.ne 2 )         (htmlprn|149|SoHandleBoxDragger.3iv|316/317|.el══─{─══.ne 2 |.el══─{─══.ne 2 )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|318/319|\f7void \c══─}─══ |\*(Pt \c══─}─══ )         (htmlprn|149|SoHandleBoxDragger.3iv|318/319|\f7void \c══─}─══ |\*(Pt \c══─}─══ )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|320|\f8removeFinishCallback\*(Cr(SoDraggerCB *f, void *userData = NULL) |\*(CbremoveFinishCallback\*(Cr(SoDraggerCB *f, void *userData = NULL) )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|325|\f7void |.ds Pt \*(Crvoid )         (parse_manual_page_|249|SoHandleBoxDragger.3iv|332/333|el══─{─══.ne|.el══─{─══.ne 2 )         (htmlprn|149|SoHandleBoxDragger.3iv|332/333|.el══─{─══.ne 2 |.el══─{─══.ne 2 )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|334/335|\f7void \c══─}─══ |\*(Pt \c══─}─══ )         (htmlprn|149|SoHandleBoxDragger.3iv|334/335|\f7void \c══─}─══ |\*(Pt \c══─}─══ )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|336|\f8addValueChangedCallback\*(Cr(SoDraggerCB *f, void *userData = NULL) |\*(CbaddValueChangedCallback\*(Cr(SoDraggerCB *f, void *userData = NULL) )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|341|\f7void |.ds Pt \*(Crvoid )         (parse_manual_page_|249|SoHandleBoxDragger.3iv|348/349|el══─{─══.ne|.el══─{─══.ne 2 )         (htmlprn|149|SoHandleBoxDragger.3iv|348/349|.el══─{─══.ne 2 |.el══─{─══.ne 2 )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|350/351|\f7void \c══─}─══ |\*(Pt \c══─}─══ )         (htmlprn|149|SoHandleBoxDragger.3iv|350/351|\f7void \c══─}─══ |\*(Pt \c══─}─══ )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|352|\f8removeValueChangedCallback\*(Cr(SoDraggerCB *f, void *userData = NULL) |\*(CbremoveValueChangedCallback\*(Cr(SoDraggerCB *f, void *userData = NULL) )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|357|\f7SbBool |.ds Pt \*(CrSbBool )         (parse_manual_page_|249|SoHandleBoxDragger.3iv|364/365|el══─{─══.ne|.el══─{─══.ne 2 )         (htmlprn|149|SoHandleBoxDragger.3iv|364/365|.el══─{─══.ne 2 |.el══─{─══.ne 2 )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|366/367|\f7SbBool \c══─}─══ |\*(Pt \c══─}─══ )         (htmlprn|149|SoHandleBoxDragger.3iv|366/367|\f7SbBool \c══─}─══ |\*(Pt \c══─}─══ )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|368|\f8enableValueChangedCallbacks\*(Cr() |\*(CbenableValueChangedCallbacks\*(Cr() )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|373|\f7void |.ds Pt \*(Crvoid )         (parse_manual_page_|249|SoHandleBoxDragger.3iv|380/381|el══─{─══.ne|.el══─{─══.ne 2 )         (htmlprn|149|SoHandleBoxDragger.3iv|380/381|.el══─{─══.ne 2 |.el══─{─══.ne 2 )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|382/383|\f7void \c══─}─══ |\*(Pt \c══─}─══ )         (htmlprn|149|SoHandleBoxDragger.3iv|382/383|\f7void \c══─}─══ |\*(Pt \c══─}─══ )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|384|\f8setMinGesture\*(Cr(int pixels) |\*(CbsetMinGesture\*(Cr(int pixels) )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|389|\f7int |.ds Pt \*(Crint )         (parse_manual_page_|249|SoHandleBoxDragger.3iv|396/397|el══─{─══.ne|.el══─{─══.ne 2 )         (htmlprn|149|SoHandleBoxDragger.3iv|396/397|.el══─{─══.ne 2 |.el══─{─══.ne 2 )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|398/399|\f7int \c══─}─══ |\*(Pt \c══─}─══ )         (htmlprn|149|SoHandleBoxDragger.3iv|398/399|\f7int \c══─}─══ |\*(Pt \c══─}─══ )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|400|\f8getMinGesture\*(Cr() const |\*(CbgetMinGesture\*(Cr() const )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|405|\f7static void |.ds Pt \*(Crstatic void )         (parse_manual_page_|249|SoHandleBoxDragger.3iv|412/413|el══─{─══.ne|.el══─{─══.ne 2 )         (htmlprn|149|SoHandleBoxDragger.3iv|412/413|.el══─{─══.ne 2 |.el══─{─══.ne 2 )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|414/415|\f7static void \c══─}─══ |\*(Pt \c══─}─══ )         (htmlprn|149|SoHandleBoxDragger.3iv|414/415|\f7static void \c══─}─══ |\*(Pt \c══─}─══ )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|416|\f8setMinScale\*(Cr(float newMinScale) |\*(CbsetMinScale\*(Cr(float newMinScale) )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|421|\f7static float |.ds Pt \*(Crstatic float )         (parse_manual_page_|249|SoHandleBoxDragger.3iv|428/429|el══─{─══.ne|.el══─{─══.ne 2 )         (htmlprn|149|SoHandleBoxDragger.3iv|428/429|.el══─{─══.ne 2 |.el══─{─══.ne 2 )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|430/431|\f7static float \c══─}─══ |\*(Pt \c══─}─══ )         (htmlprn|149|SoHandleBoxDragger.3iv|430/431|\f7static float \c══─}─══ |\*(Pt \c══─}─══ )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|432|\f8getMinScale\*(Cr() |\*(CbgetMinScale\*(Cr() )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|442|\f7virtual SbBool |.ds Pt \*(Crvirtual SbBool )         (parse_manual_page_|249|SoHandleBoxDragger.3iv|449/450|el══─{─══.ne|.el══─{─══.ne 2 )         (htmlprn|149|SoHandleBoxDragger.3iv|449/450|.el══─{─══.ne 2 |.el══─{─══.ne 2 )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|451/452|\f7virtual SbBool \c══─}─══ |\*(Pt \c══─}─══ )         (htmlprn|149|SoHandleBoxDragger.3iv|451/452|\f7virtual SbBool \c══─}─══ |\*(Pt \c══─}─══ )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|453|\f8setPartAsPath\*(Cr(const SbName &partName, SoPath *surrogatePath ) |\*(CbsetPartAsPath\*(Cr(const SbName &partName, SoPath *surrogatePath ) )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|463|\f7virtual const SoNodekitCatalog * |.ds Pt \*(Crvirtual const SoNodekitCatalog * )         (parse_manual_page_|249|SoHandleBoxDragger.3iv|470/471|el══─{─══.ne|.el══─{─══.ne 2 )         (htmlprn|149|SoHandleBoxDragger.3iv|470/471|.el══─{─══.ne 2 |.el══─{─══.ne 2 )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|472/473|\f7virtual const SoNodekitCatalog * \c══─}─══ |\*(Pt \c══─}─══ )         (htmlprn|149|SoHandleBoxDragger.3iv|472/473|\f7virtual const SoNodekitCatalog * \c══─}─══ |\*(Pt \c══─}─══ )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|474|\f8getNodekitCatalog\*(Cr() const |\*(CbgetNodekitCatalog\*(Cr() const )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|479|\f7virtual SoNode * |.ds Pt \*(Crvirtual SoNode * )         (parse_manual_page_|249|SoHandleBoxDragger.3iv|486/487|el══─{─══.ne|.el══─{─══.ne 2 )         (htmlprn|149|SoHandleBoxDragger.3iv|486/487|.el══─{─══.ne 2 |.el══─{─══.ne 2 )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|488/489|\f7virtual SoNode * \c══─}─══ |\*(Pt \c══─}─══ )         (htmlprn|149|SoHandleBoxDragger.3iv|488/489|\f7virtual SoNode * \c══─}─══ |\*(Pt \c══─}─══ )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|490|\f8getPart\*(Cr(const SbName &partName, SbBool makeIfNeeded) |\*(CbgetPart\*(Cr(const SbName &partName, SbBool makeIfNeeded) )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|495|\f7SbString |.ds Pt \*(CrSbString )         (parse_manual_page_|249|SoHandleBoxDragger.3iv|502/503|el══─{─══.ne|.el══─{─══.ne 2 )         (htmlprn|149|SoHandleBoxDragger.3iv|502/503|.el══─{─══.ne 2 |.el══─{─══.ne 2 )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|504/505|\f7SbString \c══─}─══ |\*(Pt \c══─}─══ )         (htmlprn|149|SoHandleBoxDragger.3iv|504/505|\f7SbString \c══─}─══ |\*(Pt \c══─}─══ )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|506|\f8getPartString\*(Cr(const SoBase *part) |\*(CbgetPartString\*(Cr(const SoBase *part) )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|511|\f7virtual SoNodeKitPath * |.ds Pt \*(Crvirtual SoNodeKitPath * )         (parse_manual_page_|249|SoHandleBoxDragger.3iv|518/519|el══─{─══.ne|.el══─{─══.ne 2 )         (htmlprn|149|SoHandleBoxDragger.3iv|518/519|.el══─{─══.ne 2 |.el══─{─══.ne 2 )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|520/521|\f7virtual SoNodeKitPath * \c══─}─══ |\*(Pt \c══─}─══ )         (htmlprn|149|SoHandleBoxDragger.3iv|520/521|\f7virtual SoNodeKitPath * \c══─}─══ |\*(Pt \c══─}─══ )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|522|\f8createPathToPart\*(Cr(const SbName &partName, SbBool makeIfNeeded, const SoPath *pathToExtend = NULL) |\*(CbcreatePathToPart\*(Cr(const SbName &partName, SbBool makeIfNeeded, const SoPath *pathToExtend = NULL) )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|527|\f7virtual SbBool |.ds Pt \*(Crvirtual SbBool )         (parse_manual_page_|249|SoHandleBoxDragger.3iv|534/535|el══─{─══.ne|.el══─{─══.ne 2 )         (htmlprn|149|SoHandleBoxDragger.3iv|534/535|.el══─{─══.ne 2 |.el══─{─══.ne 2 )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|536/537|\f7virtual SbBool \c══─}─══ |\*(Pt \c══─}─══ )         (htmlprn|149|SoHandleBoxDragger.3iv|536/537|\f7virtual SbBool \c══─}─══ |\*(Pt \c══─}─══ )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|538|\f8setPart\*(Cr(const SbName &partName, SoNode *newPart) |\*(CbsetPart\*(Cr(const SbName &partName, SoNode *newPart) )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|543|\f7SbBool |.ds Pt \*(CrSbBool )         (parse_manual_page_|249|SoHandleBoxDragger.3iv|550/551|el══─{─══.ne|.el══─{─══.ne 2 )         (htmlprn|149|SoHandleBoxDragger.3iv|550/551|.el══─{─══.ne 2 |.el══─{─══.ne 2 )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|552/553|\f7SbBool \c══─}─══ |\*(Pt \c══─}─══ )         (htmlprn|149|SoHandleBoxDragger.3iv|552/553|\f7SbBool \c══─}─══ |\*(Pt \c══─}─══ )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|554|\f8set\*(Cr(char *partName, char *parameters) |\*(Cbset\*(Cr(char *partName, char *parameters) )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|559|\f7SbBool |.ds Pt \*(CrSbBool )         (parse_manual_page_|249|SoHandleBoxDragger.3iv|566/567|el══─{─══.ne|.el══─{─══.ne 2 )         (htmlprn|149|SoHandleBoxDragger.3iv|566/567|.el══─{─══.ne 2 |.el══─{─══.ne 2 )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|568/569|\f7SbBool \c══─}─══ |\*(Pt \c══─}─══ )         (htmlprn|149|SoHandleBoxDragger.3iv|568/569|\f7SbBool \c══─}─══ |\*(Pt \c══─}─══ )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|570|\f8set\*(Cr(char *nameValuePairs) |\*(Cbset\*(Cr(char *nameValuePairs) )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|575|\f7static SbBool |.ds Pt \*(Crstatic SbBool )         (parse_manual_page_|249|SoHandleBoxDragger.3iv|582/583|el══─{─══.ne|.el══─{─══.ne 2 )         (htmlprn|149|SoHandleBoxDragger.3iv|582/583|.el══─{─══.ne 2 |.el══─{─══.ne 2 )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|584/585|\f7static SbBool \c══─}─══ |\*(Pt \c══─}─══ )         (htmlprn|149|SoHandleBoxDragger.3iv|584/585|\f7static SbBool \c══─}─══ |\*(Pt \c══─}─══ )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|586|\f8isSearchingChildren\*(Cr() |\*(CbisSearchingChildren\*(Cr() )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|591|\f7static void |.ds Pt \*(Crstatic void )         (parse_manual_page_|249|SoHandleBoxDragger.3iv|598/599|el══─{─══.ne|.el══─{─══.ne 2 )         (htmlprn|149|SoHandleBoxDragger.3iv|598/599|.el══─{─══.ne 2 |.el══─{─══.ne 2 )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|600/601|\f7static void \c══─}─══ |\*(Pt \c══─}─══ )         (htmlprn|149|SoHandleBoxDragger.3iv|600/601|\f7static void \c══─}─══ |\*(Pt \c══─}─══ )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|602|\f8setSearchingChildren\*(Cr(SbBool newVal) |\*(CbsetSearchingChildren\*(Cr(SbBool newVal) )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|612|\f7void |.ds Pt \*(Crvoid )         (parse_manual_page_|249|SoHandleBoxDragger.3iv|619/620|el══─{─══.ne|.el══─{─══.ne 2 )         (htmlprn|149|SoHandleBoxDragger.3iv|619/620|.el══─{─══.ne 2 |.el══─{─══.ne 2 )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|621/622|\f7void \c══─}─══ |\*(Pt \c══─}─══ )         (htmlprn|149|SoHandleBoxDragger.3iv|621/622|\f7void \c══─}─══ |\*(Pt \c══─}─══ )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|623|\f8setOverride\*(Cr(SbBool state) |\*(CbsetOverride\*(Cr(SbBool state) )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|628|\f7SbBool |.ds Pt \*(CrSbBool )         (parse_manual_page_|249|SoHandleBoxDragger.3iv|635/636|el══─{─══.ne|.el══─{─══.ne 2 )         (htmlprn|149|SoHandleBoxDragger.3iv|635/636|.el══─{─══.ne 2 |.el══─{─══.ne 2 )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|637/638|\f7SbBool \c══─}─══ |\*(Pt \c══─}─══ )         (htmlprn|149|SoHandleBoxDragger.3iv|637/638|\f7SbBool \c══─}─══ |\*(Pt \c══─}─══ )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|639|\f8isOverride\*(Cr() const |\*(CbisOverride\*(Cr() const )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|644|\f7SoNode * |.ds Pt \*(CrSoNode * )         (parse_manual_page_|249|SoHandleBoxDragger.3iv|651/652|el══─{─══.ne|.el══─{─══.ne 2 )         (htmlprn|149|SoHandleBoxDragger.3iv|651/652|.el══─{─══.ne 2 |.el══─{─══.ne 2 )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|653/654|\f7SoNode * \c══─}─══ |\*(Pt \c══─}─══ )         (htmlprn|149|SoHandleBoxDragger.3iv|653/654|\f7SoNode * \c══─}─══ |\*(Pt \c══─}─══ )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|655|\f8copy\*(Cr(SbBool copyConnections = FALSE) const |\*(Cbcopy\*(Cr(SbBool copyConnections = FALSE) const )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|660|\f7virtual SbBool |.ds Pt \*(Crvirtual SbBool )         (parse_manual_page_|249|SoHandleBoxDragger.3iv|667/668|el══─{─══.ne|.el══─{─══.ne 2 )         (htmlprn|149|SoHandleBoxDragger.3iv|667/668|.el══─{─══.ne 2 |.el══─{─══.ne 2 )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|669/670|\f7virtual SbBool \c══─}─══ |\*(Pt \c══─}─══ )         (htmlprn|149|SoHandleBoxDragger.3iv|669/670|\f7virtual SbBool \c══─}─══ |\*(Pt \c══─}─══ )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|671|\f8affectsState\*(Cr() const |\*(CbaffectsState\*(Cr() const )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|676|\f7static SoNode * |.ds Pt \*(Crstatic SoNode * )         (parse_manual_page_|249|SoHandleBoxDragger.3iv|683/684|el══─{─══.ne|.el══─{─══.ne 2 )         (htmlprn|149|SoHandleBoxDragger.3iv|683/684|.el══─{─══.ne 2 |.el══─{─══.ne 2 )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|685/686|\f7static SoNode * \c══─}─══ |\*(Pt \c══─}─══ )         (htmlprn|149|SoHandleBoxDragger.3iv|685/686|\f7static SoNode * \c══─}─══ |\*(Pt \c══─}─══ )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|687|\f8getByName\*(Cr(const SbName &name) |\*(CbgetByName\*(Cr(const SbName &name) )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|692|\f7static int |.ds Pt \*(Crstatic int )         (parse_manual_page_|249|SoHandleBoxDragger.3iv|699/700|el══─{─══.ne|.el══─{─══.ne 2 )         (htmlprn|149|SoHandleBoxDragger.3iv|699/700|.el══─{─══.ne 2 |.el══─{─══.ne 2 )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|701/702|\f7static int \c══─}─══ |\*(Pt \c══─}─══ )         (htmlprn|149|SoHandleBoxDragger.3iv|701/702|\f7static int \c══─}─══ |\*(Pt \c══─}─══ )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|703|\f8getByName\*(Cr(const SbName &name, SoNodeList &list) |\*(CbgetByName\*(Cr(const SbName &name, SoNodeList &list) )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|713|\f7void |.ds Pt \*(Crvoid )         (parse_manual_page_|249|SoHandleBoxDragger.3iv|720/721|el══─{─══.ne|.el══─{─══.ne 2 )         (htmlprn|149|SoHandleBoxDragger.3iv|720/721|.el══─{─══.ne 2 |.el══─{─══.ne 2 )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|722/723|\f7void \c══─}─══ |\*(Pt \c══─}─══ )         (htmlprn|149|SoHandleBoxDragger.3iv|722/723|\f7void \c══─}─══ |\*(Pt \c══─}─══ )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|724|\f8setToDefaults\*(Cr() |\*(CbsetToDefaults\*(Cr() )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|729|\f7SbBool |.ds Pt \*(CrSbBool )         (parse_manual_page_|249|SoHandleBoxDragger.3iv|736/737|el══─{─══.ne|.el══─{─══.ne 2 )         (htmlprn|149|SoHandleBoxDragger.3iv|736/737|.el══─{─══.ne 2 |.el══─{─══.ne 2 )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|738/739|\f7SbBool \c══─}─══ |\*(Pt \c══─}─══ )         (htmlprn|149|SoHandleBoxDragger.3iv|738/739|\f7SbBool \c══─}─══ |\*(Pt \c══─}─══ )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|740|\f8hasDefaultValues\*(Cr() const |\*(CbhasDefaultValues\*(Cr() const )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|745|\f7SbBool |.ds Pt \*(CrSbBool )         (parse_manual_page_|249|SoHandleBoxDragger.3iv|752/753|el══─{─══.ne|.el══─{─══.ne 2 )         (htmlprn|149|SoHandleBoxDragger.3iv|752/753|.el══─{─══.ne 2 |.el══─{─══.ne 2 )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|754/755|\f7SbBool \c══─}─══ |\*(Pt \c══─}─══ )         (htmlprn|149|SoHandleBoxDragger.3iv|754/755|\f7SbBool \c══─}─══ |\*(Pt \c══─}─══ )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|756|\f8fieldsAreEqual\*(Cr(const SoFieldContainer *fc) const |\*(CbfieldsAreEqual\*(Cr(const SoFieldContainer *fc) const )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|761|\f7void |.ds Pt \*(Crvoid )         (parse_manual_page_|249|SoHandleBoxDragger.3iv|768/769|el══─{─══.ne|.el══─{─══.ne 2 )         (htmlprn|149|SoHandleBoxDragger.3iv|768/769|.el══─{─══.ne 2 |.el══─{─══.ne 2 )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|770/771|\f7void \c══─}─══ |\*(Pt \c══─}─══ )         (htmlprn|149|SoHandleBoxDragger.3iv|770/771|\f7void \c══─}─══ |\*(Pt \c══─}─══ )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|772|\f8copyFieldValues\*(Cr(const SoFieldContainer *fc, SbBool copyConnections = FALSE) |\*(CbcopyFieldValues\*(Cr(const SoFieldContainer *fc, SbBool copyConnections = FALSE) )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|777|\f7void |.ds Pt \*(Crvoid )         (parse_manual_page_|249|SoHandleBoxDragger.3iv|784/785|el══─{─══.ne|.el══─{─══.ne 2 )         (htmlprn|149|SoHandleBoxDragger.3iv|784/785|.el══─{─══.ne 2 |.el══─{─══.ne 2 )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|786/787|\f7void \c══─}─══ |\*(Pt \c══─}─══ )         (htmlprn|149|SoHandleBoxDragger.3iv|786/787|\f7void \c══─}─══ |\*(Pt \c══─}─══ )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|788|\f8get\*(Cr(SbString &fieldDataString) |\*(Cbget\*(Cr(SbString &fieldDataString) )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|793|\f7virtual int |.ds Pt \*(Crvirtual int )         (parse_manual_page_|249|SoHandleBoxDragger.3iv|800/801|el══─{─══.ne|.el══─{─══.ne 2 )         (htmlprn|149|SoHandleBoxDragger.3iv|800/801|.el══─{─══.ne 2 |.el══─{─══.ne 2 )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|802/803|\f7virtual int \c══─}─══ |\*(Pt \c══─}─══ )         (htmlprn|149|SoHandleBoxDragger.3iv|802/803|\f7virtual int \c══─}─══ |\*(Pt \c══─}─══ )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|804|\f8getFields\*(Cr(SoFieldList &resultList) const |\*(CbgetFields\*(Cr(SoFieldList &resultList) const )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|809|\f7virtual SoField * |.ds Pt \*(Crvirtual SoField * )         (parse_manual_page_|249|SoHandleBoxDragger.3iv|816/817|el══─{─══.ne|.el══─{─══.ne 2 )         (htmlprn|149|SoHandleBoxDragger.3iv|816/817|.el══─{─══.ne 2 |.el══─{─══.ne 2 )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|818/819|\f7virtual SoField * \c══─}─══ |\*(Pt \c══─}─══ )         (htmlprn|149|SoHandleBoxDragger.3iv|818/819|\f7virtual SoField * \c══─}─══ |\*(Pt \c══─}─══ )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|820|\f8getField\*(Cr(const SbName &fieldName) const |\*(CbgetField\*(Cr(const SbName &fieldName) const )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|825|\f7SbBool |.ds Pt \*(CrSbBool )         (parse_manual_page_|249|SoHandleBoxDragger.3iv|832/833|el══─{─══.ne|.el══─{─══.ne 2 )         (htmlprn|149|SoHandleBoxDragger.3iv|832/833|.el══─{─══.ne 2 |.el══─{─══.ne 2 )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|834/835|\f7SbBool \c══─}─══ |\*(Pt \c══─}─══ )         (htmlprn|149|SoHandleBoxDragger.3iv|834/835|\f7SbBool \c══─}─══ |\*(Pt \c══─}─══ )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|836|\f8getFieldName\*(Cr(const SoField *field, SbName &fieldName) const |\*(CbgetFieldName\*(Cr(const SoField *field, SbName &fieldName) const )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|841|\f7SbBool |.ds Pt \*(CrSbBool )         (parse_manual_page_|249|SoHandleBoxDragger.3iv|848/849|el══─{─══.ne|.el══─{─══.ne 2 )         (htmlprn|149|SoHandleBoxDragger.3iv|848/849|.el══─{─══.ne 2 |.el══─{─══.ne 2 )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|850/851|\f7SbBool \c══─}─══ |\*(Pt \c══─}─══ )         (htmlprn|149|SoHandleBoxDragger.3iv|850/851|\f7SbBool \c══─}─══ |\*(Pt \c══─}─══ )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|852|\f8isNotifyEnabled\*(Cr() const |\*(CbisNotifyEnabled\*(Cr() const )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|857|\f7SbBool |.ds Pt \*(CrSbBool )         (parse_manual_page_|249|SoHandleBoxDragger.3iv|864/865|el══─{─══.ne|.el══─{─══.ne 2 )         (htmlprn|149|SoHandleBoxDragger.3iv|864/865|.el══─{─══.ne 2 |.el══─{─══.ne 2 )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|866/867|\f7SbBool \c══─}─══ |\*(Pt \c══─}─══ )         (htmlprn|149|SoHandleBoxDragger.3iv|866/867|\f7SbBool \c══─}─══ |\*(Pt \c══─}─══ )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|868|\f8enableNotify\*(Cr(SbBool flag) |\*(CbenableNotify\*(Cr(SbBool flag) )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|878|\f7void |.ds Pt \*(Crvoid )         (parse_manual_page_|249|SoHandleBoxDragger.3iv|885/886|el══─{─══.ne|.el══─{─══.ne 2 )         (htmlprn|149|SoHandleBoxDragger.3iv|885/886|.el══─{─══.ne 2 |.el══─{─══.ne 2 )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|887/888|\f7void \c══─}─══ |\*(Pt \c══─}─══ )         (htmlprn|149|SoHandleBoxDragger.3iv|887/888|\f7void \c══─}─══ |\*(Pt \c══─}─══ )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|889|\f8ref\*(Cr() |\*(Cbref\*(Cr() )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|894|\f7void |.ds Pt \*(Crvoid )         (parse_manual_page_|249|SoHandleBoxDragger.3iv|901/902|el══─{─══.ne|.el══─{─══.ne 2 )         (htmlprn|149|SoHandleBoxDragger.3iv|901/902|.el══─{─══.ne 2 |.el══─{─══.ne 2 )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|903/904|\f7void \c══─}─══ |\*(Pt \c══─}─══ )         (htmlprn|149|SoHandleBoxDragger.3iv|903/904|\f7void \c══─}─══ |\*(Pt \c══─}─══ )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|905|\f8unref\*(Cr() const |\*(Cbunref\*(Cr() const )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|910|\f7void |.ds Pt \*(Crvoid )         (parse_manual_page_|249|SoHandleBoxDragger.3iv|917/918|el══─{─══.ne|.el══─{─══.ne 2 )         (htmlprn|149|SoHandleBoxDragger.3iv|917/918|.el══─{─══.ne 2 |.el══─{─══.ne 2 )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|919/920|\f7void \c══─}─══ |\*(Pt \c══─}─══ )         (htmlprn|149|SoHandleBoxDragger.3iv|919/920|\f7void \c══─}─══ |\*(Pt \c══─}─══ )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|921|\f8unrefNoDelete\*(Cr() const |\*(CbunrefNoDelete\*(Cr() const )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|926|\f7void |.ds Pt \*(Crvoid )         (parse_manual_page_|249|SoHandleBoxDragger.3iv|933/934|el══─{─══.ne|.el══─{─══.ne 2 )         (htmlprn|149|SoHandleBoxDragger.3iv|933/934|.el══─{─══.ne 2 |.el══─{─══.ne 2 )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|935/936|\f7void \c══─}─══ |\*(Pt \c══─}─══ )         (htmlprn|149|SoHandleBoxDragger.3iv|935/936|\f7void \c══─}─══ |\*(Pt \c══─}─══ )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|937|\f8touch\*(Cr() |\*(Cbtouch\*(Cr() )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|942|\f7virtual SoType |.ds Pt \*(Crvirtual SoType )         (parse_manual_page_|249|SoHandleBoxDragger.3iv|949/950|el══─{─══.ne|.el══─{─══.ne 2 )         (htmlprn|149|SoHandleBoxDragger.3iv|949/950|.el══─{─══.ne 2 |.el══─{─══.ne 2 )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|951/952|\f7virtual SoType \c══─}─══ |\*(Pt \c══─}─══ )         (htmlprn|149|SoHandleBoxDragger.3iv|951/952|\f7virtual SoType \c══─}─══ |\*(Pt \c══─}─══ )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|953|\f8getTypeId\*(Cr() const |\*(CbgetTypeId\*(Cr() const )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|958|\f7SbBool |.ds Pt \*(CrSbBool )         (parse_manual_page_|249|SoHandleBoxDragger.3iv|965/966|el══─{─══.ne|.el══─{─══.ne 2 )         (htmlprn|149|SoHandleBoxDragger.3iv|965/966|.el══─{─══.ne 2 |.el══─{─══.ne 2 )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|967/968|\f7SbBool \c══─}─══ |\*(Pt \c══─}─══ )         (htmlprn|149|SoHandleBoxDragger.3iv|967/968|\f7SbBool \c══─}─══ |\*(Pt \c══─}─══ )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|969|\f8isOfType\*(Cr(SoType type) const |\*(CbisOfType\*(Cr(SoType type) const )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|974|\f7virtual void |.ds Pt \*(Crvirtual void )         (parse_manual_page_|249|SoHandleBoxDragger.3iv|981/982|el══─{─══.ne|.el══─{─══.ne 2 )         (htmlprn|149|SoHandleBoxDragger.3iv|981/982|.el══─{─══.ne 2 |.el══─{─══.ne 2 )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|983/984|\f7virtual void \c══─}─══ |\*(Pt \c══─}─══ )         (htmlprn|149|SoHandleBoxDragger.3iv|983/984|\f7virtual void \c══─}─══ |\*(Pt \c══─}─══ )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|985|\f8setName\*(Cr(const SbName &name) |\*(CbsetName\*(Cr(const SbName &name) )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|990|\f7virtual SbName |.ds Pt \*(Crvirtual SbName )         (parse_manual_page_|249|SoHandleBoxDragger.3iv|997/998|el══─{─══.ne|.el══─{─══.ne 2 )         (htmlprn|149|SoHandleBoxDragger.3iv|997/998|.el══─{─══.ne 2 |.el══─{─══.ne 2 )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|999/1000|\f7virtual SbName \c══─}─══ |\*(Pt \c══─}─══ )         (htmlprn|149|SoHandleBoxDragger.3iv|999/1000|\f7virtual SbName \c══─}─══ |\*(Pt \c══─}─══ )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|1001|\f8getName\*(Cr() const |\*(CbgetName\*(Cr() const )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|1007|\f8SO_GET_PART\*(Cr(kit, partName, partClass) |\*(CbSO_GET_PART\*(Cr(kit, partName, partClass) )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|1010|\f8SO_CHECK_PART\*(Cr(kit, partName, partClass) |\*(CbSO_CHECK_PART\*(Cr(kit, partName, partClass) )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|1014|\f8SoHandleBoxDragger\f1 is a dragger shaped like a wireframe box with small \f2corner cubes\f1 mounted on each corner. Click and drag any of these cubes to scale the box uniformly. Six other \f2center cubes\f1 are centered on the sides of the box; white lines |\*(CbSoHandleBoxDragger\f1 is a dragger shaped like a wireframe box with small \f2corner cubes\f1 mounted on each corner. Click and drag any of these cubes to scale the box uniformly. Six other \f2center cubes\f1 are centered on the sides of the box; white lines )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|1018|\f7\f1 key to \f2constrain\f1 the motion to one of the two major directions in the plane. The constraint direction is chosen based on |\&you drag a face of the box, purple \f2feedback arrows\f1 display the possible directions of motion. Press the \*(Cr\f1 key to \f2constrain\f1 the motion to one of the two major directions in the plane. The constraint direction is chosen based on )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|1019|\f7\f1 key and the dragger will translate \f2perpendicular\f1 to that plane. The \*(Cbtranslation\f1 field is modified as the face is dragged. |\&the next user gesture. Press the \*(Cr\f1 key and the dragger will translate \f2perpendicular\f1 to that plane. The \*(Cbtranslation\f1 field is modified as the face is dragged. )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|1022|\f7\f1 key changes this: A corner cube will scale about its opposite corner. A center cube will scale about the center of its opposite face. Dragging one of the small cubes will |\&of the object. Pressing the \*(Cr\f1 key changes this: A corner cube will scale about its opposite corner. A center cube will scale about the center of its opposite face. Dragging one of the small cubes will )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|1023|\f8scaleFactor\f1 and \*(Cbtranslation\f1 fields. This is because any scale about a point other than the origin has a translation element. |\&usually result in changes to both the \*(CbscaleFactor\f1 and \*(Cbtranslation\f1 fields. This is because any scale about a point other than the origin has a translation element. )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|1028|\f8SoTransform!\f1. If you want to move other objects with this dragger, you can either: |\f2Remember:\f1 This is \f2not\f1 an \*(CbSoTransform!\f1. If you want to move other objects with this dragger, you can either: )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|1030|\f8SoHandleBoxManip\f1, which is subclassed from \*(CbSoTransform\f1. It creates one of these draggers and uses |[a] Use an \*(CbSoHandleBoxManip\f1, which is subclassed from \*(CbSoTransform\f1. It creates one of these draggers and uses )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|1031|\f8SoHandleBoxManip\f1 reference page). |\&it as the interface to change its fields. (see the \*(CbSoHandleBoxManip\f1 reference page). )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|1033|\f8SoTransformation\f1 node. |[b] Use field-to-field connections to connect the fields of this dragger to those of any \*(CbSoTransformation\f1 node. )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|1036|\f8setPart()\f1. The default part geometries are defined as resources for this \*(CbSoHandleBoxDragger\f1 class. They are detailed in the Dragger Resources section of the online reference page for this class. You can |\&of this dragger using \*(CbsetPart()\f1. The default part geometries are defined as resources for this \*(CbSoHandleBoxDragger\f1 class. They are detailed in the Dragger Resources section of the online reference page for this class. You can )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|1037|\f8/usr/share/data/draggerDefaults/handleBoxDragger.iv\f1 into your own directory, editing the file, and then setting the environment variable \*(CbSO_DRAGGER_DIR\f1 to be a path to that directory. |\&make your program use different default resources for the parts by copying the file \*(Cb/usr/share/data/draggerDefaults/handleBoxDragger.iv\f1 into your own directory, editing the file, and then setting the environment variable \*(CbSO_DRAGGER_DIR\f1 to be a path to that directory. )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|1043|\f7SoSFVec3f |.ds Pt \*(CrSoSFVec3f )         (parse_manual_page_|249|SoHandleBoxDragger.3iv|1050/1051|el══─{─══.ne|.el══─{─══.ne 2 )         (htmlprn|149|SoHandleBoxDragger.3iv|1050/1051|.el══─{─══.ne 2 |.el══─{─══.ne 2 )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|1052/1053|\f7SoSFVec3f \c══─}─══ |\*(Pt \c══─}─══ )         (htmlprn|149|SoHandleBoxDragger.3iv|1052/1053|\f7SoSFVec3f \c══─}─══ |\*(Pt \c══─}─══ )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|1054|\f8scaleFactor |\*(CbscaleFactor )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|1063|\f7SoSFVec3f |.ds Pt \*(CrSoSFVec3f )         (parse_manual_page_|249|SoHandleBoxDragger.3iv|1070/1071|el══─{─══.ne|.el══─{─══.ne 2 )         (htmlprn|149|SoHandleBoxDragger.3iv|1070/1071|.el══─{─══.ne 2 |.el══─{─══.ne 2 )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|1072/1073|\f7SoSFVec3f \c══─}─══ |\*(Pt \c══─}─══ )         (htmlprn|149|SoHandleBoxDragger.3iv|1072/1073|\f7SoSFVec3f \c══─}─══ |\*(Pt \c══─}─══ )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|1074|\f8translation |\*(Cbtranslation )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|1085|\f7 |.ds Pt \*(Cr )         (parse_manual_page_|249|SoHandleBoxDragger.3iv|1092/1093|el══─{─══.ne|.el══─{─══.ne 2 )         (htmlprn|149|SoHandleBoxDragger.3iv|1092/1093|.el══─{─══.ne 2 |.el══─{─══.ne 2 )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|1094/1095|\f7 \c══─}─══ |\*(Pt \c══─}─══ )         (htmlprn|149|SoHandleBoxDragger.3iv|1094/1095|\f7 \c══─}─══ |\*(Pt \c══─}─══ )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|1096|\f8SoHandleBoxDragger\*(Cr() |\*(CbSoHandleBoxDragger\*(Cr() )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|1105|\f7static const SoNodekitCatalog * |.ds Pt \*(Crstatic const SoNodekitCatalog * )         (parse_manual_page_|249|SoHandleBoxDragger.3iv|1112/1113|el══─{─══.ne|.el══─{─══.ne 2 )         (htmlprn|149|SoHandleBoxDragger.3iv|1112/1113|.el══─{─══.ne 2 |.el══─{─══.ne 2 )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|1114/1115|\f7static const SoNodekitCatalog * \c══─}─══ |\*(Pt \c══─}─══ )         (htmlprn|149|SoHandleBoxDragger.3iv|1114/1115|\f7static const SoNodekitCatalog * \c══─}─══ |\*(Pt \c══─}─══ )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|1116|\f8getClassNodekitCatalog\*(Cr() const |\*(CbgetClassNodekitCatalog\*(Cr() const )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|1119|\f8SoNodekitCatalog\f1 for this class |\f1Returns an \*(CbSoNodekitCatalog\f1 for this class )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|1125|\f7static SoType |.ds Pt \*(Crstatic SoType )         (parse_manual_page_|249|SoHandleBoxDragger.3iv|1132/1133|el══─{─══.ne|.el══─{─══.ne 2 )         (htmlprn|149|SoHandleBoxDragger.3iv|1132/1133|.el══─{─══.ne 2 |.el══─{─══.ne 2 )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|1134/1135|\f7static SoType \c══─}─══ |\*(Pt \c══─}─══ )         (htmlprn|149|SoHandleBoxDragger.3iv|1134/1135|\f7static SoType \c══─}─══ |\*(Pt \c══─}─══ )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|1136|\f8getClassTypeId\*(Cr() |\*(CbgetClassTypeId\*(Cr() )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|1224|\f8handleBoxTranslator1 |Resource: \*(CbhandleBoxTranslator1 )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|1244|\f8handleBoxTranslator2 |Resource: \*(CbhandleBoxTranslator2 )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|1264|\f8handleBoxTranslator3 |Resource: \*(CbhandleBoxTranslator3 )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|1284|\f8handleBoxTranslator4 |Resource: \*(CbhandleBoxTranslator4 )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|1304|\f8handleBoxTranslator5 |Resource: \*(CbhandleBoxTranslator5 )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|1324|\f8handleBoxTranslator6 |Resource: \*(CbhandleBoxTranslator6 )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|1344|\f8handleBoxTranslator1Active |Resource: \*(CbhandleBoxTranslator1Active )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|1364|\f8handleBoxTranslator2Active |Resource: \*(CbhandleBoxTranslator2Active )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|1384|\f8handleBoxTranslator3Active |Resource: \*(CbhandleBoxTranslator3Active )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|1404|\f8handleBoxTranslator4Active |Resource: \*(CbhandleBoxTranslator4Active )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|1424|\f8handleBoxTranslator5Active |Resource: \*(CbhandleBoxTranslator5Active )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|1444|\f8handleBoxTranslator6Active |Resource: \*(CbhandleBoxTranslator6Active )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|1464|\f8handleBoxExtruder1 |Resource: \*(CbhandleBoxExtruder1 )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|1484|\f8handleBoxExtruder2 |Resource: \*(CbhandleBoxExtruder2 )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|1504|\f8handleBoxExtruder3 |Resource: \*(CbhandleBoxExtruder3 )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|1524|\f8handleBoxExtruder4 |Resource: \*(CbhandleBoxExtruder4 )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|1544|\f8handleBoxExtruder5 |Resource: \*(CbhandleBoxExtruder5 )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|1564|\f8handleBoxExtruder6 |Resource: \*(CbhandleBoxExtruder6 )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|1584|\f8handleBoxExtruder1Active |Resource: \*(CbhandleBoxExtruder1Active )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|1604|\f8handleBoxExtruder2Active |Resource: \*(CbhandleBoxExtruder2Active )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|1624|\f8handleBoxExtruder3Active |Resource: \*(CbhandleBoxExtruder3Active )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|1644|\f8handleBoxExtruder4Active |Resource: \*(CbhandleBoxExtruder4Active )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|1664|\f8handleBoxExtruder5Active |Resource: \*(CbhandleBoxExtruder5Active )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|1684|\f8handleBoxExtruder6Active |Resource: \*(CbhandleBoxExtruder6Active )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|1704|\f8handleBoxUniform1 |Resource: \*(CbhandleBoxUniform1 )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|1724|\f8handleBoxUniform2 |Resource: \*(CbhandleBoxUniform2 )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|1744|\f8handleBoxUniform3 |Resource: \*(CbhandleBoxUniform3 )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|1764|\f8handleBoxUniform4 |Resource: \*(CbhandleBoxUniform4 )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|1784|\f8handleBoxUniform5 |Resource: \*(CbhandleBoxUniform5 )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|1804|\f8handleBoxUniform6 |Resource: \*(CbhandleBoxUniform6 )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|1824|\f8handleBoxUniform7 |Resource: \*(CbhandleBoxUniform7 )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|1844|\f8handleBoxUniform8 |Resource: \*(CbhandleBoxUniform8 )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|1864|\f8handleBoxUniform1Active |Resource: \*(CbhandleBoxUniform1Active )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|1884|\f8handleBoxUniform2Active |Resource: \*(CbhandleBoxUniform2Active )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|1904|\f8handleBoxUniform3Active |Resource: \*(CbhandleBoxUniform3Active )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|1924|\f8handleBoxUniform4Active |Resource: \*(CbhandleBoxUniform4Active )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|1944|\f8handleBoxUniform5Active |Resource: \*(CbhandleBoxUniform5Active )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|1964|\f8handleBoxUniform6Active |Resource: \*(CbhandleBoxUniform6Active )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|1984|\f8handleBoxUniform7Active |Resource: \*(CbhandleBoxUniform7Active )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|2004|\f8handleBoxUniform8Active |Resource: \*(CbhandleBoxUniform8Active )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|2024|\f8handleBoxArrow1 |Resource: \*(CbhandleBoxArrow1 )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|2044|\f8handleBoxArrow2 |Resource: \*(CbhandleBoxArrow2 )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|2064|\f8handleBoxArrow3 |Resource: \*(CbhandleBoxArrow3 )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|2084|\f8handleBoxArrow4 |Resource: \*(CbhandleBoxArrow4 )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|2104|\f8handleBoxArrow5 |Resource: \*(CbhandleBoxArrow5 )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|2124|\f8handleBoxArrow6 |Resource: \*(CbhandleBoxArrow6 )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|2143|\f7HandleBoxDragger {|\*(CrHandleBoxDragger { )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|2204|\f8SoHandleBoxDragger\f1 is not a compound dragger made up of other draggers that perform its smaller tasks. This is not because it was inappropriate, but because was written before implementation |Unlike most multi-function draggers, \*(CbSoHandleBoxDragger\f1 is not a compound dragger made up of other draggers that perform its smaller tasks. This is not because it was inappropriate, but because was written before implementation )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|2205|\f8SoTransformBoxDragger\f1 has similarities to the handle box dragger, but the transform box dragger \f2is\f1 a compound dragger. |\&of the methods that synchronize multiple child draggers. The younger \*(CbSoTransformBoxDragger\f1 has similarities to the handle box dragger, but the transform box dragger \f2is\f1 a compound dragger. )         (rof_escape_sequence|91|SoHandleBoxDragger.3iv|2207|\f8SoInteractionKit, SoDragger, SoCenterballDragger, SoDirectionalLightDragger, SoDragPointDragger, SoJackDragger, SoPointLightDragger, SoRotateCylindricalDragger, SoRotateDiscDragger, SoRotateSphericalDragger, |\*(CbSoInteractionKit, SoDragger, SoCenterballDragger, SoDirectionalLightDragger, SoDragPointDragger, SoJackDragger, SoPointLightDragger, SoRotateCylindricalDragger, SoRotateDiscDragger, SoRotateSphericalDragger, )