MeVisLab Toolbox Reference
|
generates an arrow the arrow has a position and a reference point, from where he points at More...
#include <SoArrow.h>
Public Member Functions | |
SoArrow () | |
Constructor. | |
Static Public Member Functions | |
static void | initClass () |
must be called first to initialize the class in OpenInventor | |
Public Attributes | |
SoSFVec3f | position |
Position der Pfeilspitze. | |
SoSFVec3f | rotationRef |
von wo der Pfeil gedreht wird (wie beim Wetterhahn) | |
SoSFFloat | length |
length of the arrow - default value is 10 | |
SoSFFloat | minDistance |
beneath this length teh arrow has no shaft | |
SoSFBool | displayHead |
display an arrowhead (true by default) or a cylinder | |
Protected Member Functions | |
~SoArrow () override | |
Destructor. | |
generates an arrow the arrow has a position and a reference point, from where he points at
SoArrow::SoArrow | ( | ) |
Constructor.
|
overrideprotected |
Destructor.
must be called first to initialize the class in OpenInventor
SoSFBool SoArrow::displayHead |
SoSFFloat SoArrow::length |
SoSFFloat SoArrow::minDistance |
SoSFVec3f SoArrow::rotationRef |