29 #ifndef __NURBSCURVE2D_H__
30 #define __NURBSCURVE2D_H__
58 Inst< MFVec2d > _controlPoint = 0,
59 Inst< SFInt32 > _tessellation = 0,
60 Inst< MFDouble > _weight = 0,
61 Inst< MFDouble > _knot = 0,
62 Inst< SFInt32 > _order = 0,
63 Inst< SFBool > _closed = 0 );
Contains the MFDouble field class.
Contains the SFBool field class.
Contains the SFInt32 field class.
Header file for X3DNurbsControlCurveNode, X3D scene-graph node.
The NurbsCurve2D node defines a trimming segment that is part of a trimming contour in the u,...
Definition: NurbsCurve2D.h:53
H3DUniquePtr< SFInt32 > order
Defines the order of curve.
Definition: NurbsCurve2D.h:118
H3DUniquePtr< SFInt32 > tessellation
The tessellation field gives a hint to the curve tessellator by setting an absolute number of subdivi...
Definition: NurbsCurve2D.h:75
H3DUniquePtr< SFBool > closed
closed define whether or not to evaluate the curve as closed.
Definition: NurbsCurve2D.h:126
static H3DNodeDatabase database
The H3DNodeDatabase for this node.
Definition: NurbsCurve2D.h:129
H3DUniquePtr< MFDouble > knot
A weight value that shall be greater than zero is assigned to each controlPoint.
Definition: NurbsCurve2D.h:103
H3DUniquePtr< MFDouble > weight
A weight value that shall be greater than zero is assigned to each controlPoint.
Definition: NurbsCurve2D.h:89
This abstract node type is the base type for all node types that provide control curve information in...
Definition: X3DNurbsControlCurveNode.h:42
H3D API namespace.
Definition: Anchor.h:38
The H3DNodeDatabase contains a mapping between a name of a Node and the constructor for the Node with...
Definition: H3DNodeDatabase.h:194