Profile coordinate node. More...
#include <Inventor/nodes/SoProfileCoordinate2.h>
Public Member Functions | |
virtual SoType | getTypeId () const |
SoProfileCoordinate2 () | |
Static Public Member Functions | |
static SoType | getClassTypeId () |
Public Attributes | |
SoMFVec2f | point |
Profile coordinate node.
This node defines a set of 2D coordinates to be used by subsequent SoProfile nodes. This node does not produce a visible result during rendering; it simply replaces the current profile coordinates in the traversal state for subsequent nodes to use.
point | 0 0 |
SoProfile, SoProfileCoordinate3
SoProfileCoordinate2::SoProfileCoordinate2 | ( | ) |
Creates a profile coordinate node with default settings.
static SoType SoProfileCoordinate2::getClassTypeId | ( | ) | [static] |
Returns the type identifier for this class.
Reimplemented from SoNode.
virtual SoType SoProfileCoordinate2::getTypeId | ( | ) | const [virtual] |
Returns the type identifier for this specific instance.
Reimplemented from SoNode.
2D profile coordinate points.