X3DNurbsControlCurveNode : X3DNode {
  MFVec2d  [in,out] controlPoint []   (-Inf,Inf)
  SFNode   [in,out] metadata     NULL [X3DMetadataObject]
}

X3DNurbsSurfaceGeometryNode : X3DParametricGeometryNode { 
  SFNode   [in,out] controlPoint  []    [X3DCoordinateNode]
  SFNode   [in,out] metadata      NULL  [X3DMetadataObject]
  SFNode   [in,out] texCoord      []    [X3DTextureCoordinateNode|NurbsTextureCoordinate]
  SFInt32  [in,out] uTessellation 0     (-Inf,Inf)
  SFInt32  [in,out] vTessellation 0     (-Inf,Inf)
  MFDouble [in,out] weight        []    (0,Inf)
  SFBool   []       solid         TRUE
  SFBool   []       uClosed       FALSE 
  SFInt32  []       uDimension    0     [0,Inf)
  MFDouble []       uKnot         []    (-Inf,Inf)
  SFInt32  []       uOrder        3     [2,Inf)
  SFBool   []       vClosed       FALSE 
  SFInt32  []       vDimension    0     [0,Inf)
  MFDouble []       vKnot         []    (-Inf,Inf)
  SFInt32  []       vOrder        3     [2,Inf)
}

X3DParametricGeometryNode : X3DGeometryNode {
  SFNode [in,out] metadata NULL  [X3DMetadataObject]
}

Contour2D : X3DNode { 
  MFNode [in]     addChildren         [NurbsCurve2D|ContourPolyline2D]
  MFNode [in]     removeChildren      [NurbsCurve2D|ContourPolyline2D]
  MFNode [in,out] children       []   [NurbsCurve2D|ContourPolyline2D]
  SFNode [in,out] metadata       NULL [X3DMetadataObject]
}

ContourPolyline2D : X3DNurbsControlCurveNode {
  SFNode  [in,out] metadata     NULL [X3DMetadataObject]
  MFVec2d [in,out] controlPoint []   (-Inf, Inf)
}

CoordinateDouble : X3DCoordinateNode { 
  SFNode  [in,out] metadata NULL [X3DMetadataObject]
  MFVec3d [in,out] point    []   (-Inf,Inf)
}

NurbsCurve : X3DParametricGeometryNode {
  SFNode   [in,out] controlPoint []    [X3DCoordinateNode]
  SFNode   [in,out] metadata     NULL  [X3DMetadataObject]
  SFInt32  [in,out] tessellation 0     (-Inf,Inf)
  MFDouble [in,out] weight       []    (0,Inf)
  SFBoolean[]       closed       FALSE 
  MFDouble []       knot         []    (-Inf,Inf)
  SFInt32  []       order        3     [2,Inf)
}

NurbsCurve2D : X3DNurbsControlCurveNode {
  MFVec2d  [in,out] controlPoint []    (-Inf,Inf)
  SFNode   [in,out] metadata     NULL  [X3DMetadataObject]
  SFInt32  [in,out] tessellation 0     (-Inf,Inf)
  MFDouble [in,out] weight       []    (0,Inf)
  SFBool   []       closed       FALSE 
  MFDouble []       knot         []    (-Inf,Inf)
  SFInt32  []       order        3     [2,Inf)
}

NurbsOrientationInterpolator : X3DChildNode { 
  SFFloat    [in]     set_fraction       (-Inf,Inf)
  SFNode     [in,out] controlPoint []   [X3DCoordinateNode]
  MFDouble   [in,out] knot          []   (-Inf,Inf)  
  SFNode     [in,out] metadata      NULL [X3DMetadataObject]
  SFInt32    [in,out] order         3    (2,Inf)
  MFDouble   [in,out] weight        []   (-Inf,Inf)
  SFRotation [out]    value_changed
}

NurbsPatchSurface : X3DNurbsSurfaceGeometryNode { 
  SFNode   [in,out] controlPoint  []    [X3DCoordinateNode]
  SFNode   [in,out] metadata      NULL  [X3DMetadataObject]
  SFNode   [in,out] texCoord      []    [X3DTextureCoordinateNode|NurbsTextureCoordinate]
  SFInt32  [in,out] uTessellation 0     (-Inf,Inf)
  SFInt32  [in,out] vTessellation 0     (-Inf,Inf)
  MFDouble [in,out] weight        []    (0,Inf)
  SFBool   []       solid         TRUE
  SFBool   []       uClosed       FALSE 
  SFInt32  []       uDimension    0     [0,Inf)
  MFDouble []       uKnot         []    (-Inf,Inf)
  SFInt32  []       uOrder        3     [2,Inf)
  SFBool   []       vClosed       FALSE 
  SFInt32  []       vDimension    0     [0,Inf)
  MFDouble []       vKnot         []    (-Inf,Inf)
  SFInt32  []       vOrder        3     [2,Inf)
}

NurbsPositionInterpolator : X3DChildNode { 
  SFFloat  [in]     set_fraction       (-Inf,Inf)
  SFNode   [in,out] controlPoint  []   [X3DCoordinateNode]
  MFDouble [in,out] knot          []   (-Inf,Inf)  
  SFNode   [in,out] metadata      NULL [X3DMetadataObject]
  SFInt32  [in,out] order         3    (2,Inf)
  MFDouble [in,out] weight        []   (-Inf,Inf)
  SFVec3f  [out]    value_changed
}

NurbsSet : X3DChildNode, X3DBoundedObject {
  MFNode  [in]     addGeometry                [NurbsSurface]
  MFNode  [in]     removeGeometry             [NurbsSurface]
  MFNode  [in,out] geometry          []       [NurbsSurface]
  SFNode  [in,out] metadata          NULL     [X3DMetadataObject]
  SFFloat [in,out] tessellationScale 1.0      (0,Inf)
  SFVec3f []       bboxCenter        0 0 0    (-Inf,Inf)
  SFVec3f []       bboxSize          -1 -1 -1 [0,Inf) or -1 -1 -1
}

NurbsSurfaceInterpolator : X3DChildNode { 
  SFVec2f  [in]     set_fraction          (-Inf,Inf)
  SFNode   [in,out] controlPoint     []   [X3DCoordinateNode]
  SFNode   [in,out] metadata         NULL [X3DMetadataObject]
  MFDouble [in,out] weight           []   (-Inf,Inf)
  SFVec3f  [out]    position_changed
  SFVec3f  [out]    normal_changed
  SFInt32  []       uDimension       0    [0,Inf)
  MFDouble []       uKnot            []   (-Inf,Inf)
  SFInt32  []       uOrder           3    [2,Inf)
  SFInt32  []       vDimension       0    [0,Inf)
  MFDouble []       vKnot            []   (-Inf,Inf)
  SFInt32  []       vOrder           3    [2,Inf)
}

NurbsSweptSurface : X3DParametricGeometryNode { 
  SFNode [in,out] crossSectionCurve []   [X3DNurbsControlCurveNode]
  SFNode [in,out] metadata          NULL [X3DMetadataObject]
  SFNode [in,out] trajectoryCurve   []   [NurbsCurve]
  SFBool []       ccw               TRUE
  SFBool []       solid             TRUE
}

NurbsSwungSurface : X3DParametricGeometryNode { 
  SFNode [in,out] metadata          NULL [X3DMetadataObject]
  SFNode [in,out] profileCurve      []   [X3DNurbsControlCurveNode]
  SFNode [in,out] trajectoryCurve   []   [X3DNurbsControlCurveNode]
  SFBool []       ccw               TRUE
  SFBool []       solid             TRUE
}

NurbsTextureCoordinate : X3DNode { 
  MFVec2f  [in,out] controlPoint []   (-Inf,Inf)
  SFNode   [in,out] metadata     NULL [X3DMetadataObject]
  MFFloat  [in,out] weight       []   (0,Inf)
  SFInt32  []       uDimension   0    [0,Inf)
  MFDouble []       uKnot        []   (-Inf,Inf)
  SFInt32  []       uOrder       3    [2,Inf)
  SFInt32  []       vDimension   0    [0,Inf)
  MFDouble []       vKnot        []   (-Inf,Inf)
  SFInt32  []       vOrder       3    [2,Inf)
}

NurbsTrimmedSurface : X3DNurbsSurfaceGeometryNode { 
  MFNode   [in]     addTrimmingContour          [Contour2D]
  MFNode   [in]     removeTrimmingContour       [Contour2D]
  SFNode   [in,out] controlPoint          []    [X3DCoordinateNode]
  SFNode   [in,out] metadata              NULL  [X3DMetadataObject]
  SFNode   [in,out] texCoord              []    [X3DTextureCoordinateNode|NurbsTextureCoordinate]
  MFNode   [in,out] trimmingContour       []    [Contour2D]
  SFInt32  [in,out] uTessellation         0     (-Inf,Inf)
  SFInt32  [in,out] vTessellation         0     (-Inf,Inf)
  MFDouble [in,out] weight                []    (0,Inf)
  SFBool   []       solid                 TRUE
  SFBool   []       uClosed               FALSE 
  SFInt32  []       uDimension            0     [0,Inf)
  MFDouble []       uKnot                 []    (-Inf,Inf)
  SFInt32  []       uOrder                3     [2,Inf)
  SFBool   []       vClosed               FALSE 
  SFInt32  []       vDimension            0     [0,Inf)
  MFDouble []       vKnot                 []    (-Inf,Inf)
  SFInt32  []       vOrder                3     [2,Inf)
}

