Node that defines a boundary shared by several NURBS profile. More...
#include <Inventor/nodes/SoNurbsBoundary.h>
Public Member Functions | |
virtual SoType | getTypeId () const |
SoNurbsBoundary () | |
Static Public Member Functions | |
static SoType | getClassTypeId () |
This node defines a boundary shared by several NURBS profiles. It allows the creation of a set of NURBS patches with a common boundary that is tessellated without cracks.
This node is used in the field SoNurbsProfile::boundary . Surfaces which have profiles with the same boundary (i.e., the same SoNurbsBoundary node) will be joined.
SoNurbsSurface, SoNurbsGroup, SoNurbsProfile, SoNurbsProperty
SoNurbsBoundary::SoNurbsBoundary | ( | ) |
Constructor.
static SoType SoNurbsBoundary::getClassTypeId | ( | ) | [static] |
Returns the type identifier for this class.
Reimplemented from SoNode.
virtual SoType SoNurbsBoundary::getTypeId | ( | ) | const [virtual] |
Returns the type identifier for this specific instance.
Reimplemented from SoNode.