Rational profile coordinate node. More...
#include <Inventor/nodes/SoProfileCoordinate3.h>
Public Member Functions | |
virtual SoType | getTypeId () const |
SoProfileCoordinate3 () | |
Static Public Member Functions | |
static SoType | getClassTypeId () |
Public Attributes | |
SoMFVec3f | point |
Rational profile coordinate node.
This node defines a set of rational 3D coordinates to be used by subsequent SoProfile nodes. (These coordinates may be used for any type of profile; they may be useful in some cases for specifying control points for SoNurbsProfile 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 1 |
SoProfile, SoProfileCoordinate2
SoProfileCoordinate3::SoProfileCoordinate3 | ( | ) |
Creates a profile coordinate node with default settings.
static SoType SoProfileCoordinate3::getClassTypeId | ( | ) | [static] |
Returns the type identifier for this class.
Reimplemented from SoNode.
virtual SoType SoProfileCoordinate3::getTypeId | ( | ) | const [virtual] |
Returns the type identifier for this specific instance.
Reimplemented from SoNode.
Rational 3D profile coordinate points.