#include "SoView2DSystem.h"
#include "SoView2DInteractionExtension.h"
#include <Inventor/fields/SoSFString.h>
#include <Inventor/fields/SoSFFloat.h>
#include <Inventor/fields/SoSFEnum.h>
#include <Inventor/fields/SoSFInt32.h>
#include <Inventor/fields/SoSFVec3f.h>
#include <Inventor/fields/SoSFVec2f.h>
#include <Inventor/SbBox.h>
#include <DCMTree_Tag.h>
 
Go to the source code of this file.
◆ HorizPositionMode
| Enumerator | 
|---|
| POS_LEFT  |  | 
| POS_HCENTER  |  | 
| POS_RIGHT  |  | 
Definition at line 42 of file SoView2DLabel.h.
 
 
◆ TextPositioningMode
| Enumerator | 
|---|
| WORLD_COORDINATES  |  | 
| RELATIVE_TO_VIEWER  |  | 
Definition at line 48 of file SoView2DLabel.h.
 
 
◆ VertPositionMode
| Enumerator | 
|---|
| POS_ABOVE  |  | 
| POS_VCENTER  |  | 
| POS_BELOW  |  | 
Definition at line 36 of file SoView2DLabel.h.