@prefix :        <https://www.web3d.org/x3d/content/examples/Basic/NURBS/NurbsPrototypes.ttl#> .
@prefix owl:     <http://www.w3.org/2002/07/owl#> .
@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema:  <http://schema.org/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .
@prefix x3d:     <https://www.web3d.org/specifications/x3d-4.1.xsd#> .
@prefix x3do:    <https://www.web3d.org/specifications/X3dOntology4.1#> .

:X3D a owl:NamedIndividual, x3do:X3D ;
  x3do:hasHead :head ;
  x3do:hasScene :Scene ;
  x3do:profile 'Immersive' ;
  x3do:version '3.0' ;
  x3do:noNamespaceSchemaLocation 'https://www.web3d.org/specifications/x3d-3.0.xsd' .
:head a owl:NamedIndividual, x3do:head ;
  x3do:hasParent :X3D ;
  x3do:hasComponent :component_1_1 ;
  x3do:hasMeta :meta_1_2, :meta_1_3, :meta_1_4, :meta_1_5, :meta_1_6, :meta_1_7, :meta_1_8, :meta_1_9, :meta_1_10, :meta_1_11, :meta_1_12, :meta_1_13, :meta_1_14, :meta_1_15, :meta_1_16, :meta_1_17, :meta_1_18, :meta_1_19 .
:component_1_1 a owl:NamedIndividual, x3do:component ;
  x3do:hasParent :head ;
  x3do:level 4 ;
  x3do:name 'NURBS' .
:meta_1_2 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'NurbsPrototypes.x3d' ;
  x3do:name 'title' .
:meta_1_3 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Non-Uniform Rational B-Spline (NURBS) prototype definitions.' ;
  x3do:name 'description' .
:meta_1_4 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Original blaxxun definitions heavily modified, X3D specification revisions by Don Brutzman, Charles Adams, Jeffrey Weekley and Alan Shaffer NPS.' ;
  x3do:name 'creator' .
:meta_1_5 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Don Brutzman' ;
  x3do:name 'translator' .
:meta_1_6 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '1 January 2000' ;
  x3do:name 'created' .
:meta_1_7 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '18 March 2002' ;
  x3do:name 'translated' .
:meta_1_8 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '20 October 2019' ;
  x3do:name 'modified' .
:meta_1_9 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Under development for final version of X3D NURBS nodes' ;
  x3do:name 'warning' .
:meta_1_10 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Not all NURBS nodes are prototyped here, and these implementations are not yet fully demonstrated.' ;
  x3do:name 'warning' .
:meta_1_11 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'https://www.web3d.org/files/specifications/19775-1/V3.3/Part01/components/nurbs.html' ;
  x3do:name 'reference' .
:meta_1_12 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'http://www.blaxxun.com/vrml/protos/nurbs.wrl' ;
  x3do:name 'reference' .
:meta_1_13 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'NurbsPrototypesOriginal.x3d.txt' ;
  x3do:name 'reference' .
:meta_1_14 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'javadoc/index.html' ;
  x3do:name 'reference' .
:meta_1_15 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'NURBS Prototypes' ;
  x3do:name 'subject' .
:meta_1_16 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'https://www.web3d.org/x3d/content/examples/Basic/NURBS/NurbsPrototypes.x3d' ;
  x3do:name 'identifier' .
:meta_1_17 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Vrml97ToX3dNist, http://ovrt.nist.gov/v2_x3d.html' ;
  x3do:name 'generator' .
:meta_1_18 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'X3D-Edit 3.3, https://www.web3d.org/x3d/tools/X3D-Edit' ;
  x3do:name 'generator' .
:meta_1_19 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '../../license.html' ;
  x3do:name 'license' .
:meta dcterms:title "NurbsPrototypes.x3d" .
:meta dcterms:description "Non-Uniform Rational B-Spline (NURBS) prototype definitions." .
:meta dcterms:creator "Original blaxxun definitions heavily modified, X3D specification revisions by Don Brutzman, Charles Adams, Jeffrey Weekley and Alan Shaffer NPS." .
:meta dcterms:translator "Don Brutzman" .
:meta dcterms:created "1 January 2000" .
:meta dcterms:translated "18 March 2002" .
:meta dcterms:modified "20 October 2019" .
:meta dcterms:warning "Under development for final version of X3D NURBS nodes" .
:meta dcterms:warning "Not all NURBS nodes are prototyped here, and these implementations are not yet fully demonstrated." .
:meta dcterms:reference "https://www.web3d.org/files/specifications/19775-1/V3.3/Part01/components/nurbs.html" .
:meta dcterms:reference "http://www.blaxxun.com/vrml/protos/nurbs.wrl" .
:meta dcterms:reference "NurbsPrototypesOriginal.x3d.txt" .
:meta dcterms:reference "javadoc/index.html" .
:meta dcterms:subject "NURBS Prototypes" .
:meta dcterms:identifier "https://www.web3d.org/x3d/content/examples/Basic/NURBS/NurbsPrototypes.x3d" .
:meta dcterms:generator "Vrml97ToX3dNist, http://ovrt.nist.gov/v2_x3d.html" .
:meta dcterms:generator "X3D-Edit 3.3, https://www.web3d.org/x3d/tools/X3D-Edit" .
:meta dcterms:license "../../license.html" .
:Scene a owl:NamedIndividual, x3do:Scene ;
  x3do:hasParent :X3D ;
  x3do:hasChildren :WorldInfo_2_1, :Shape_2_16 ;
  x3do:hasProtoDeclare :ProtoDeclare_2_2, :ProtoDeclare_2_3, :ProtoDeclare_2_4, :ProtoDeclare_2_5, :ProtoDeclare_2_6, :ProtoDeclare_2_7, :ProtoDeclare_2_8, :ProtoDeclare_2_9, :ProtoDeclare_2_10, :ProtoDeclare_2_11, :ProtoDeclare_2_12, :ProtoDeclare_2_13, :ProtoDeclare_2_14, :ProtoDeclare_2_15 .
:WorldInfo_2_1 a owl:NamedIndividual, x3do:WorldInfo ;
  x3do:hasParent :Scene ;
  x3do:title 'NurbsPrototypes.x3d' .
:ProtoDeclare_2_2 a owl:NamedIndividual, x3do:ProtoDeclare ;
  x3do:hasParent :Scene ;
  x3do:hasProtoInterface :ProtoInterface_2_2_1 ;
  x3do:hasProtoBody :ProtoBody_2_2_2 ;
  x3do:appinfo 'Contour2D groups a set of curve segments to a composite contour Children segments form a closed loop with first point of first child repeated as last point of last child and last point of segment repeated as first point of consecutive segment Children segments are type NurbsCurve2D or Polyline2D enumerated in consecutive order of contour topology.' ;
  x3do:documentation 'https://www.web3d.org/x3d/content/X3dTooltips.html#Contour2D' ;
  x3do:name 'Contour2D' .
:ProtoInterface_2_2_1 a owl:NamedIndividual, x3do:ProtoInterface ;
  x3do:hasParent :ProtoDeclare_2_2 ;
  x3do:hasField :field_2_2_1_1, :field_2_2_1_2, :field_2_2_1_3, :field_2_2_1_4, :field_2_2_1_5, :field_2_2_1_6 .
:field_2_2_1_1 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_2_1 ;
  x3do:accessType 'inputOnly' ;
  x3do:appinfo '[NurbsCurve|ContourPolyline2D]' ;
  x3do:name 'addChildren' ;
  x3do:type 'MFNode' .
:field_2_2_1_2 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_2_1 ;
  x3do:accessType 'inputOnly' ;
  x3do:appinfo '[NurbsCurve|ContourPolyline2D]' ;
  x3do:name 'removeChildren' ;
  x3do:type 'MFNode' .
:field_2_2_1_3 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_2_1 ;
  x3do:accessType 'initializeOnly' ;
  x3do:appinfo '[NurbsCurve|ContourPolyline2D]' ;
  x3do:name 'children' ;
  x3do:type 'MFNode' .
:field_2_2_1_4 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_2_1 ;
  x3do:accessType 'inputOnly' ;
  x3do:name 'set_children' ;
  x3do:type 'MFNode' .
:field_2_2_1_5 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_2_1 ;
  x3do:accessType 'outputOnly' ;
  x3do:name 'children_changed' ;
  x3do:type 'MFNode' .
:field_2_2_1_6 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_2_1 ;
  x3do:accessType 'inputOutput' ;
  x3do:appinfo 'Metadata node only' ;
  x3do:name 'metadata' ;
  x3do:type 'SFNode' .
:ProtoBody_2_2_2 a owl:NamedIndividual, x3do:ProtoBody ;
  x3do:hasParent :ProtoDeclare_2_2 ;
  x3do:hasChildren :Contour2DGroup .
:Contour2DGroup a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :ProtoBody_2_2_2 ;
  x3do:hasIS :IS_2_2_2_1_1 ;
  x3do:DEF 'Contour2DGroup' .
:IS_2_2_2_1_1 a owl:NamedIndividual, x3do:IS ;
  x3do:hasParent :Contour2DGroup ;
  x3do:hasConnect :connect_2_2_2_1_1_1, :connect_2_2_2_1_1_2, :connect_2_2_2_1_1_3, :connect_2_2_2_1_1_4, :connect_2_2_2_1_1_5 .
:connect_2_2_2_1_1_1 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_2_2_1_1 ;
  x3do:nodeField 'addChildren' ;
  x3do:protoField 'addChildren' .
:connect_2_2_2_1_1_2 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_2_2_1_1 ;
  x3do:nodeField 'removeChildren' ;
  x3do:protoField 'removeChildren' .
:connect_2_2_2_1_1_3 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_2_2_1_1 ;
  x3do:nodeField 'children' ;
  x3do:protoField 'children' .
:connect_2_2_2_1_1_4 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_2_2_1_1 ;
  x3do:nodeField 'set_children' ;
  x3do:protoField 'set_children' .
:connect_2_2_2_1_1_5 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_2_2_1_1 ;
  x3do:nodeField 'children_changed' ;
  x3do:protoField 'children_changed' .
:ProtoDeclare_2_3 a owl:NamedIndividual, x3do:ProtoDeclare ;
  x3do:hasParent :Scene ;
  x3do:hasProtoInterface :ProtoInterface_2_3_1 ;
  x3do:hasProtoBody :ProtoBody_2_3_2 ;
  x3do:appinfo 'ContourPolyline2D defines a linear curve segment as part of a trimming contour in u-v domain of a surface.' ;
  x3do:documentation 'https://www.web3d.org/x3d/content/X3dTooltips.html#ContourPolyline2D' ;
  x3do:name 'ContourPolyline2D' .
:ProtoInterface_2_3_1 a owl:NamedIndividual, x3do:ProtoInterface ;
  x3do:hasParent :ProtoDeclare_2_3 ;
  x3do:hasField :field_2_3_1_1, :field_2_3_1_2, :field_2_3_1_3, :field_2_3_1_4 .
:field_2_3_1_1 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_3_1 ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'point' ;
  x3do:type 'MFVec2f' .
:field_2_3_1_2 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_3_1 ;
  x3do:accessType 'inputOnly' ;
  x3do:name 'set_point' ;
  x3do:type 'MFVec2f' .
:field_2_3_1_3 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_3_1 ;
  x3do:accessType 'outputOnly' ;
  x3do:name 'point_changed' ;
  x3do:type 'MFVec2f' .
:field_2_3_1_4 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_3_1 ;
  x3do:accessType 'inputOutput' ;
  x3do:appinfo 'Metadata node only' ;
  x3do:name 'metadata' ;
  x3do:type 'SFNode' .
:ProtoBody_2_3_2 a owl:NamedIndividual, x3do:ProtoBody ;
  x3do:hasParent :ProtoDeclare_2_3 ;
  x3do:hasChildren :ContourPolyline2DGroup .
:ContourPolyline2DGroup a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :ProtoBody_2_3_2 ;
  x3do:hasChildren :HideDummy, :ScriptContourPolyline2D-missingBody ;
  x3do:DEF 'ContourPolyline2DGroup' .
:HideDummy a owl:NamedIndividual, x3do:Switch ;
  x3do:hasParent :ContourPolyline2DGroup ;
  x3do:hasChildren :Shape_2_3_2_1_1_1 ;
  x3do:DEF 'HideDummy' ;
  x3do:whichChoice -1 .
:Shape_2_3_2_1_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :HideDummy ;
  x3do:hasGeometry :PointHolder .
:PointHolder a owl:NamedIndividual, x3do:Extrusion ;
  x3do:hasParent :Shape_2_3_2_1_1_1 ;
  x3do:hasIS :IS_2_3_2_1_1_1_1_1 ;
  x3do:DEF 'PointHolder' .
:IS_2_3_2_1_1_1_1_1 a owl:NamedIndividual, x3do:IS ;
  x3do:hasParent :PointHolder ;
  x3do:hasConnect :connect_2_3_2_1_1_1_1_1_1 .
:connect_2_3_2_1_1_1_1_1_1 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_3_2_1_1_1_1_1 ;
  x3do:nodeField 'crossSection' ;
  x3do:protoField 'point' .
:ScriptContourPolyline2D-missingBody a owl:NamedIndividual, x3do:Script ;
  x3do:hasParent :ContourPolyline2DGroup ;
  x3do:hasField :field_2_3_2_1_2_1 ;
  x3do:DEF 'ScriptContourPolyline2D-missingBody' ;
  x3do:directOutput true .
:field_2_3_2_1_2_1 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ScriptContourPolyline2D-missingBody ;
  x3do:hasGeometry :PointHolder-USE-1 ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'PointHolder' ;
  x3do:type 'SFNode' .
:PointHolder-USE-1 a owl:NamedIndividual, x3do:Extrusion ;
  x3do:hasParent :field_2_3_2_1_2_1 ;
  owl:sameAs :PointHolder . # DEF matching this USE
:ProtoDeclare_2_4 a owl:NamedIndividual, x3do:ProtoDeclare ;
  x3do:hasParent :Scene ;
  x3do:hasProtoInterface :ProtoInterface_2_4_1 ;
  x3do:hasProtoBody :ProtoBody_2_4_2 ;
  x3do:appinfo 'CoordinateDouble builds geometry using a set of 3D coordinates. CoordinateDouble is used by IndexedFaceSet IndexedLineSet LineSet and PointSet. CoordinateDouble is also used by NurbsPositionInterpolator and NurbsOrientationInterpolator.' ;
  x3do:documentation 'https://www.web3d.org/x3d/content/X3dTooltips.html#CoordinateDouble' ;
  x3do:name 'CoordinateDouble' .
:ProtoInterface_2_4_1 a owl:NamedIndividual, x3do:ProtoInterface ;
  x3do:hasParent :ProtoDeclare_2_4 ;
  x3do:hasField :field_2_4_1_1, :field_2_4_1_2, :field_2_4_1_3, :field_2_4_1_4 .
:field_2_4_1_1 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_4_1 ;
  x3do:accessType 'initializeOnly' ;
  x3do:appinfo 'Substitute MFVec3f for MFVec3d to provide VRML 97 support' ;
  x3do:name 'point' ;
  x3do:type 'MFVec3f' .
:field_2_4_1_2 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_4_1 ;
  x3do:accessType 'inputOnly' ;
  x3do:name 'set_point' ;
  x3do:type 'MFVec3f' .
:field_2_4_1_3 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_4_1 ;
  x3do:accessType 'outputOnly' ;
  x3do:name 'point_changed' ;
  x3do:type 'MFVec3f' .
:field_2_4_1_4 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_4_1 ;
  x3do:accessType 'inputOutput' ;
  x3do:appinfo 'Metadata node only' ;
  x3do:name 'metadata' ;
  x3do:type 'SFNode' .
:ProtoBody_2_4_2 a owl:NamedIndividual, x3do:ProtoBody ;
  x3do:hasParent :ProtoDeclare_2_4 ;
  x3do:hasCoord :Coordinate_2_4_2_1 .
:Coordinate_2_4_2_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :ProtoBody_2_4_2 ;
  x3do:hasIS :IS_2_4_2_1_1 .
:IS_2_4_2_1_1 a owl:NamedIndividual, x3do:IS ;
  x3do:hasParent :Coordinate_2_4_2_1 ;
  x3do:hasConnect :connect_2_4_2_1_1_1, :connect_2_4_2_1_1_2, :connect_2_4_2_1_1_3 .
:connect_2_4_2_1_1_1 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_4_2_1_1 ;
  x3do:nodeField 'point' ;
  x3do:protoField 'point' .
:connect_2_4_2_1_1_2 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_4_2_1_1 ;
  x3do:nodeField 'set_point' ;
  x3do:protoField 'set_point' .
:connect_2_4_2_1_1_3 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_4_2_1_1 ;
  x3do:nodeField 'point_changed' ;
  x3do:protoField 'point_changed' .
:ProtoDeclare_2_5 a owl:NamedIndividual, x3do:ProtoDeclare ;
  x3do:hasParent :Scene ;
  x3do:hasProtoInterface :ProtoInterface_2_5_1 ;
  x3do:hasProtoBody :ProtoBody_2_5_2 ;
  x3do:appinfo 'NurbsCurve is a 3D curve analogous to NurbsPatchSurface. The container controlPoint field is a Coordinate or CoordinateDouble node.' ;
  x3do:documentation 'https://www.web3d.org/x3d/content/X3dTooltips.html#NurbsCurve' ;
  x3do:name 'NurbsCurve' .
:ProtoInterface_2_5_1 a owl:NamedIndividual, x3do:ProtoInterface ;
  x3do:hasParent :ProtoDeclare_2_5 ;
  x3do:hasField :field_2_5_1_1, :field_2_5_1_2, :field_2_5_1_3, :field_2_5_1_4, :field_2_5_1_5, :field_2_5_1_6, :field_2_5_1_7, :field_2_5_1_8, :field_2_5_1_9, :field_2_5_1_10, :field_2_5_1_11, :field_2_5_1_12, :field_2_5_1_13 .
:field_2_5_1_1 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_5_1 ;
  x3do:hasControlPoint :Coordinate_2_5_1_1_1 ;
  x3do:accessType 'initializeOnly' ;
  x3do:appinfo '[X3DCoordinateNode]' ;
  x3do:name 'controlPoint' ;
  x3do:type 'SFNode' .
:Coordinate_2_5_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :field_2_5_1_1 .
:field_2_5_1_2 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_5_1 ;
  x3do:accessType 'initializeOnly' ;
  x3do:appinfo 'range (-∞,∞)' ;
  x3do:name 'tessellation' ;
  x3do:type 'SFInt32' ;
  x3do:value 0 .
:field_2_5_1_3 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_5_1 ;
  x3do:accessType 'initializeOnly' ;
  x3do:appinfo 'range (0,∞)' ;
  x3do:name 'weight' ;
  x3do:type 'MFDouble' .
:field_2_5_1_4 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_5_1 ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'closed' ;
  x3do:type 'SFBool' ;
  x3do:value false .
:field_2_5_1_5 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_5_1 ;
  x3do:accessType 'initializeOnly' ;
  x3do:appinfo 'range (-∞,∞)' ;
  x3do:name 'knot' ;
  x3do:type 'MFDouble' .
:field_2_5_1_6 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_5_1 ;
  x3do:accessType 'initializeOnly' ;
  x3do:appinfo 'range [2,∞)' ;
  x3do:name 'order' ;
  x3do:type 'SFInt32' ;
  x3do:value 3 .
:field_2_5_1_7 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_5_1 ;
  x3do:accessType 'inputOnly' ;
  x3do:name 'set_controlPoint' ;
  x3do:type 'SFNode' .
:field_2_5_1_8 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_5_1 ;
  x3do:accessType 'outputOnly' ;
  x3do:name 'controlPoint_changed' ;
  x3do:type 'SFNode' .
:field_2_5_1_9 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_5_1 ;
  x3do:accessType 'inputOnly' ;
  x3do:name 'set_tessellation' ;
  x3do:type 'SFInt32' .
:field_2_5_1_10 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_5_1 ;
  x3do:accessType 'outputOnly' ;
  x3do:name 'tessellation_changed' ;
  x3do:type 'SFInt32' .
:field_2_5_1_11 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_5_1 ;
  x3do:accessType 'inputOnly' ;
  x3do:name 'set_weight' ;
  x3do:type 'MFDouble' .
:field_2_5_1_12 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_5_1 ;
  x3do:accessType 'outputOnly' ;
  x3do:name 'weight_changed' ;
  x3do:type 'MFDouble' .
:field_2_5_1_13 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_5_1 ;
  x3do:accessType 'inputOutput' ;
  x3do:appinfo 'Metadata node only' ;
  x3do:name 'metadata' ;
  x3do:type 'SFNode' .
:ProtoBody_2_5_2 a owl:NamedIndividual, x3do:ProtoBody ;
  x3do:hasParent :ProtoDeclare_2_5 ;
  x3do:hasGeometry :NurbsCurveLineSet ;
  x3do:hasChildren :Switch_2_5_2_2, :NurbsCurveScript ;
  x3do:hasROUTE :ROUTE_2_5_2_4, :ROUTE_2_5_2_5 .
:NurbsCurveLineSet a owl:NamedIndividual, x3do:IndexedLineSet ;
  x3do:hasParent :ProtoBody_2_5_2 ;
  x3do:hasCoord :NurbsCurveCoord ;
  x3do:DEF 'NurbsCurveLineSet' .
:NurbsCurveCoord a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :NurbsCurveLineSet ;
  x3do:DEF 'NurbsCurveCoord' .
:Switch_2_5_2_2 a owl:NamedIndividual, x3do:Switch ;
  x3do:hasParent :ProtoBody_2_5_2 ;
  x3do:hasChildren :Shape_2_5_2_2_1 ;
  x3do:whichChoice -1 .
:Shape_2_5_2_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Switch_2_5_2_2 ;
  x3do:hasGeometry :IndexedFaceSet_2_5_2_2_1_1 .
:IndexedFaceSet_2_5_2_2_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_5_2_2_1 ;
  x3do:hasIS :IS_2_5_2_2_1_1_1 .
:IS_2_5_2_2_1_1_1 a owl:NamedIndividual, x3do:IS ;
  x3do:hasParent :IndexedFaceSet_2_5_2_2_1_1 ;
  x3do:hasConnect :connect_2_5_2_2_1_1_1_1 .
:connect_2_5_2_2_1_1_1_1 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_5_2_2_1_1_1 ;
  x3do:nodeField 'coord' ;
  x3do:protoField 'controlPoint' .
:NurbsCurveScript a owl:NamedIndividual, x3do:Script ;
  x3do:hasParent :ProtoBody_2_5_2 ;
  x3do:hasField :field_2_5_2_3_1, :field_2_5_2_3_2, :field_2_5_2_3_3, :field_2_5_2_3_4, :field_2_5_2_3_5, :field_2_5_2_3_6, :field_2_5_2_3_7, :field_2_5_2_3_8, :field_2_5_2_3_9, :field_2_5_2_3_10, :field_2_5_2_3_11, :field_2_5_2_3_12, :field_2_5_2_3_13, :field_2_5_2_3_14 ;
  x3do:hasIS :IS_2_5_2_3_15 ;
  x3do:DEF 'NurbsCurveScript' ;
  x3do:directOutput true ;
  x3do:mustEvaluate true ;
  x3do:url '"NurbsCurve.class" "https://www.web3d.org/x3d/content/examples/Basic/NURBS/NurbsCurve.class"' .
:field_2_5_2_3_1 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :NurbsCurveScript ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'controlPoint' ;
  x3do:type 'SFNode' .
:field_2_5_2_3_2 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :NurbsCurveScript ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'tessellation' ;
  x3do:type 'SFInt32' .
:field_2_5_2_3_3 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :NurbsCurveScript ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'weight' ;
  x3do:type 'MFDouble' .
:field_2_5_2_3_4 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :NurbsCurveScript ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'closed' ;
  x3do:type 'SFBool' .
:field_2_5_2_3_5 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :NurbsCurveScript ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'knot' ;
  x3do:type 'MFDouble' .
:field_2_5_2_3_6 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :NurbsCurveScript ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'order' ;
  x3do:type 'SFInt32' .
:field_2_5_2_3_7 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :NurbsCurveScript ;
  x3do:accessType 'inputOnly' ;
  x3do:name 'set_controlPoint' ;
  x3do:type 'SFNode' .
:field_2_5_2_3_8 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :NurbsCurveScript ;
  x3do:accessType 'outputOnly' ;
  x3do:name 'controlPoint_changed' ;
  x3do:type 'SFNode' .
:field_2_5_2_3_9 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :NurbsCurveScript ;
  x3do:accessType 'inputOnly' ;
  x3do:name 'set_tessellation' ;
  x3do:type 'SFInt32' .
:field_2_5_2_3_10 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :NurbsCurveScript ;
  x3do:accessType 'outputOnly' ;
  x3do:name 'tessellation_changed' ;
  x3do:type 'SFInt32' .
:field_2_5_2_3_11 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :NurbsCurveScript ;
  x3do:accessType 'inputOnly' ;
  x3do:name 'set_weight' ;
  x3do:type 'MFDouble' .
:field_2_5_2_3_12 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :NurbsCurveScript ;
  x3do:accessType 'outputOnly' ;
  x3do:name 'weight_changed' ;
  x3do:type 'MFDouble' .
:field_2_5_2_3_13 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :NurbsCurveScript ;
  x3do:accessType 'outputOnly' ;
  x3do:name 'point' ;
  x3do:type 'MFVec3f' .
:field_2_5_2_3_14 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :NurbsCurveScript ;
  x3do:accessType 'outputOnly' ;
  x3do:name 'pointIndex' ;
  x3do:type 'MFInt32' .
:IS_2_5_2_3_15 a owl:NamedIndividual, x3do:IS ;
  x3do:hasParent :NurbsCurveScript ;
  x3do:hasConnect :connect_2_5_2_3_15_1, :connect_2_5_2_3_15_2, :connect_2_5_2_3_15_3, :connect_2_5_2_3_15_4, :connect_2_5_2_3_15_5, :connect_2_5_2_3_15_6, :connect_2_5_2_3_15_7, :connect_2_5_2_3_15_8, :connect_2_5_2_3_15_9, :connect_2_5_2_3_15_10, :connect_2_5_2_3_15_11, :connect_2_5_2_3_15_12 .
:connect_2_5_2_3_15_1 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_5_2_3_15 ;
  x3do:nodeField 'controlPoint' ;
  x3do:protoField 'controlPoint' .
:connect_2_5_2_3_15_2 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_5_2_3_15 ;
  x3do:nodeField 'tessellation' ;
  x3do:protoField 'tessellation' .
:connect_2_5_2_3_15_3 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_5_2_3_15 ;
  x3do:nodeField 'weight' ;
  x3do:protoField 'weight' .
:connect_2_5_2_3_15_4 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_5_2_3_15 ;
  x3do:nodeField 'closed' ;
  x3do:protoField 'closed' .
:connect_2_5_2_3_15_5 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_5_2_3_15 ;
  x3do:nodeField 'knot' ;
  x3do:protoField 'knot' .
:connect_2_5_2_3_15_6 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_5_2_3_15 ;
  x3do:nodeField 'order' ;
  x3do:protoField 'order' .
:connect_2_5_2_3_15_7 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_5_2_3_15 ;
  x3do:nodeField 'set_controlPoint' ;
  x3do:protoField 'set_controlPoint' .
:connect_2_5_2_3_15_8 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_5_2_3_15 ;
  x3do:nodeField 'controlPoint_changed' ;
  x3do:protoField 'controlPoint_changed' .
:connect_2_5_2_3_15_9 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_5_2_3_15 ;
  x3do:nodeField 'set_tessellation' ;
  x3do:protoField 'set_tessellation' .
:connect_2_5_2_3_15_10 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_5_2_3_15 ;
  x3do:nodeField 'tessellation_changed' ;
  x3do:protoField 'tessellation_changed' .
:connect_2_5_2_3_15_11 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_5_2_3_15 ;
  x3do:nodeField 'set_weight' ;
  x3do:protoField 'set_weight' .
:connect_2_5_2_3_15_12 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_5_2_3_15 ;
  x3do:nodeField 'weight_changed' ;
  x3do:protoField 'weight_changed' .
:ROUTE_2_5_2_4 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :ProtoBody_2_5_2 ;
  x3do:fromField 'point' ;
  x3do:fromNode 'NurbsCurveScript' ;
  x3do:toField 'set_point' ;
  x3do:toNode 'NurbsCurveCoord' .
:ROUTE_2_5_2_5 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :ProtoBody_2_5_2 ;
  x3do:fromField 'pointIndex' ;
  x3do:fromNode 'NurbsCurveScript' ;
  x3do:toField 'set_coordIndex' ;
  x3do:toNode 'NurbsCurveLineSet' .
:ProtoDeclare_2_6 a owl:NamedIndividual, x3do:ProtoDeclare ;
  x3do:hasParent :Scene ;
  x3do:hasProtoInterface :ProtoInterface_2_6_1 ;
  x3do:hasProtoBody :ProtoBody_2_6_2 ;
  x3do:appinfo 'NurbsCurve2D defines a trimming segment that is part of trimming contour in u-v domain of surface NurbsCurve2D forming a closed contour may be used as Contour2D node.' ;
  x3do:documentation 'https://www.web3d.org/x3d/content/X3dTooltips.html#NurbsCurve2D' ;
  x3do:name 'NurbsCurve2D' .
:ProtoInterface_2_6_1 a owl:NamedIndividual, x3do:ProtoInterface ;
  x3do:hasParent :ProtoDeclare_2_6 ;
  x3do:hasField :field_2_6_1_1, :field_2_6_1_2, :field_2_6_1_3, :field_2_6_1_4, :field_2_6_1_5, :field_2_6_1_6, :field_2_6_1_7, :field_2_6_1_8, :field_2_6_1_9, :field_2_6_1_10, :field_2_6_1_11, :field_2_6_1_12, :field_2_6_1_13 .
:field_2_6_1_1 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_6_1 ;
  x3do:accessType 'initializeOnly' ;
  x3do:appinfo 'range (-∞,∞)' ;
  x3do:name 'controlPoint' ;
  x3do:type 'MFVec2f' .
:field_2_6_1_2 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_6_1 ;
  x3do:accessType 'initializeOnly' ;
  x3do:appinfo 'range (-∞,∞)' ;
  x3do:name 'tessellation' ;
  x3do:type 'SFInt32' ;
  x3do:value 0 .
:field_2_6_1_3 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_6_1 ;
  x3do:accessType 'initializeOnly' ;
  x3do:appinfo 'range (0,∞)' ;
  x3do:name 'weight' ;
  x3do:type 'MFDouble' .
:field_2_6_1_4 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_6_1 ;
  x3do:accessType 'initializeOnly' ;
  x3do:appinfo 'range (-∞,∞)' ;
  x3do:name 'knot' ;
  x3do:type 'MFDouble' .
:field_2_6_1_5 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_6_1 ;
  x3do:accessType 'initializeOnly' ;
  x3do:appinfo 'range [2,∞)' ;
  x3do:name 'order' ;
  x3do:type 'SFInt32' ;
  x3do:value 3 .
:field_2_6_1_6 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_6_1 ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'closed' ;
  x3do:type 'SFBool' ;
  x3do:value false .
:field_2_6_1_7 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_6_1 ;
  x3do:accessType 'inputOnly' ;
  x3do:name 'set_controlPoint' ;
  x3do:type 'MFVec2f' .
:field_2_6_1_8 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_6_1 ;
  x3do:accessType 'outputOnly' ;
  x3do:name 'controlPoint_changed' ;
  x3do:type 'MFVec2f' .
:field_2_6_1_9 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_6_1 ;
  x3do:accessType 'inputOnly' ;
  x3do:name 'set_tessellation' ;
  x3do:type 'SFInt32' .
:field_2_6_1_10 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_6_1 ;
  x3do:accessType 'outputOnly' ;
  x3do:name 'tessellation_changed' ;
  x3do:type 'SFInt32' .
:field_2_6_1_11 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_6_1 ;
  x3do:accessType 'inputOnly' ;
  x3do:name 'set_weight' ;
  x3do:type 'MFDouble' .
:field_2_6_1_12 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_6_1 ;
  x3do:accessType 'outputOnly' ;
  x3do:name 'weight_changed' ;
  x3do:type 'MFDouble' .
:field_2_6_1_13 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_6_1 ;
  x3do:accessType 'inputOutput' ;
  x3do:appinfo 'Metadata node only' ;
  x3do:name 'metadata' ;
  x3do:type 'SFNode' .
:ProtoBody_2_6_2 a owl:NamedIndividual, x3do:ProtoBody ;
  x3do:hasParent :ProtoDeclare_2_6 ;
  x3do:hasChildren :NurbsCurve2DGroup .
:NurbsCurve2DGroup a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :ProtoBody_2_6_2 ;
  x3do:DEF 'NurbsCurve2DGroup' .
:ProtoDeclare_2_7 a owl:NamedIndividual, x3do:ProtoDeclare ;
  x3do:hasParent :Scene ;
  x3do:hasProtoInterface :ProtoInterface_2_7_1 ;
  x3do:hasProtoBody :ProtoBody_2_7_2 ;
  x3do:appinfo 'NurbsOrientationInterpolator describes a 3D NURBS Curve and outputs interpolated orientation values. The SFNode controlPoint field can contain a single Coordinate or CoordinateDouble node.' ;
  x3do:documentation 'https://www.web3d.org/x3d/content/X3dTooltips.html#NurbsOrientationInterpolator' ;
  x3do:name 'NurbsOrientationInterpolator' .
:ProtoInterface_2_7_1 a owl:NamedIndividual, x3do:ProtoInterface ;
  x3do:hasParent :ProtoDeclare_2_7 ;
  x3do:hasField :field_2_7_1_1, :field_2_7_1_2, :field_2_7_1_3, :field_2_7_1_4, :field_2_7_1_5, :field_2_7_1_6, :field_2_7_1_7, :field_2_7_1_8, :field_2_7_1_9, :field_2_7_1_10, :field_2_7_1_11, :field_2_7_1_12, :field_2_7_1_13, :field_2_7_1_14, :field_2_7_1_15 .
:field_2_7_1_1 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_7_1 ;
  x3do:accessType 'inputOnly' ;
  x3do:appinfo 'range (-∞,∞)' ;
  x3do:name 'set_fraction' ;
  x3do:type 'SFFloat' .
:field_2_7_1_2 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_7_1 ;
  x3do:hasControlPoint :Coordinate_2_7_1_2_1 ;
  x3do:accessType 'initializeOnly' ;
  x3do:appinfo '[X3DCoordinateNode]' ;
  x3do:name 'controlPoint' ;
  x3do:type 'SFNode' .
:Coordinate_2_7_1_2_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :field_2_7_1_2 .
:field_2_7_1_3 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_7_1 ;
  x3do:accessType 'initializeOnly' ;
  x3do:appinfo 'range (-∞,∞)' ;
  x3do:name 'knot' ;
  x3do:type 'MFDouble' .
:field_2_7_1_4 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_7_1 ;
  x3do:accessType 'initializeOnly' ;
  x3do:appinfo 'range (2,∞)' ;
  x3do:name 'order' ;
  x3do:type 'SFInt32' ;
  x3do:value 3 .
:field_2_7_1_5 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_7_1 ;
  x3do:accessType 'initializeOnly' ;
  x3do:appinfo 'range (-∞,∞)' ;
  x3do:name 'weight' ;
  x3do:type 'MFDouble' .
:field_2_7_1_6 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_7_1 ;
  x3do:accessType 'outputOnly' ;
  x3do:name 'value_changed' ;
  x3do:type 'SFRotation' .
:field_2_7_1_7 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_7_1 ;
  x3do:accessType 'inputOnly' ;
  x3do:name 'set_controlPoint' ;
  x3do:type 'SFNode' .
:field_2_7_1_8 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_7_1 ;
  x3do:accessType 'outputOnly' ;
  x3do:name 'controlPoint_changed' ;
  x3do:type 'SFNode' .
:field_2_7_1_9 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_7_1 ;
  x3do:accessType 'inputOnly' ;
  x3do:name 'set_knot' ;
  x3do:type 'MFDouble' .
:field_2_7_1_10 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_7_1 ;
  x3do:accessType 'outputOnly' ;
  x3do:name 'knot_changed' ;
  x3do:type 'MFDouble' .
:field_2_7_1_11 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_7_1 ;
  x3do:accessType 'inputOnly' ;
  x3do:name 'set_order' ;
  x3do:type 'SFInt32' .
:field_2_7_1_12 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_7_1 ;
  x3do:accessType 'outputOnly' ;
  x3do:name 'order_changed' ;
  x3do:type 'SFInt32' .
:field_2_7_1_13 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_7_1 ;
  x3do:accessType 'inputOnly' ;
  x3do:name 'set_weight' ;
  x3do:type 'MFDouble' .
:field_2_7_1_14 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_7_1 ;
  x3do:accessType 'outputOnly' ;
  x3do:name 'weight_changed' ;
  x3do:type 'MFDouble' .
:field_2_7_1_15 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_7_1 ;
  x3do:accessType 'inputOutput' ;
  x3do:appinfo 'Metadata node only' ;
  x3do:name 'metadata' ;
  x3do:type 'SFNode' .
:ProtoBody_2_7_2 a owl:NamedIndividual, x3do:ProtoBody ;
  x3do:hasParent :ProtoDeclare_2_7 ;
  x3do:hasChildren :NurbsOrientationInterpolatorScript, :Shape_2_7_2_2 .
:NurbsOrientationInterpolatorScript a owl:NamedIndividual, x3do:Script ;
  x3do:hasParent :ProtoBody_2_7_2 ;
  x3do:hasField :field_2_7_2_1_1, :field_2_7_2_1_2, :field_2_7_2_1_3, :field_2_7_2_1_4, :field_2_7_2_1_5, :field_2_7_2_1_6, :field_2_7_2_1_7, :field_2_7_2_1_8, :field_2_7_2_1_9, :field_2_7_2_1_10, :field_2_7_2_1_11, :field_2_7_2_1_12, :field_2_7_2_1_13, :field_2_7_2_1_14 ;
  x3do:hasIS :IS_2_7_2_1_15 ;
  x3do:DEF 'NurbsOrientationInterpolatorScript' ;
  x3do:directOutput true ;
  x3do:mustEvaluate true ;
  x3do:url '"NurbsOrientationInterpolator.class" "https://www.web3d.org/x3d/content/examples/Basic/NURBS/NurbsOrientationInterpolator.class"' .
:field_2_7_2_1_1 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :NurbsOrientationInterpolatorScript ;
  x3do:accessType 'inputOnly' ;
  x3do:name 'set_fraction' ;
  x3do:type 'SFFloat' .
:field_2_7_2_1_2 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :NurbsOrientationInterpolatorScript ;
  x3do:accessType 'initializeOnly' ;
  x3do:appinfo '[X3DCoordinateNode]' ;
  x3do:name 'controlPoint' ;
  x3do:type 'SFNode' .
:field_2_7_2_1_3 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :NurbsOrientationInterpolatorScript ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'knot' ;
  x3do:type 'MFDouble' .
:field_2_7_2_1_4 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :NurbsOrientationInterpolatorScript ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'order' ;
  x3do:type 'SFInt32' .
:field_2_7_2_1_5 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :NurbsOrientationInterpolatorScript ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'weight' ;
  x3do:type 'MFDouble' .
:field_2_7_2_1_6 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :NurbsOrientationInterpolatorScript ;
  x3do:accessType 'outputOnly' ;
  x3do:name 'value_changed' ;
  x3do:type 'SFRotation' .
:field_2_7_2_1_7 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :NurbsOrientationInterpolatorScript ;
  x3do:accessType 'inputOnly' ;
  x3do:name 'set_controlPoint' ;
  x3do:type 'SFNode' .
:field_2_7_2_1_8 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :NurbsOrientationInterpolatorScript ;
  x3do:accessType 'outputOnly' ;
  x3do:name 'controlPoint_changed' ;
  x3do:type 'SFNode' .
:field_2_7_2_1_9 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :NurbsOrientationInterpolatorScript ;
  x3do:accessType 'inputOnly' ;
  x3do:name 'set_knot' ;
  x3do:type 'MFDouble' .
:field_2_7_2_1_10 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :NurbsOrientationInterpolatorScript ;
  x3do:accessType 'outputOnly' ;
  x3do:name 'knot_changed' ;
  x3do:type 'MFDouble' .
:field_2_7_2_1_11 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :NurbsOrientationInterpolatorScript ;
  x3do:accessType 'inputOnly' ;
  x3do:name 'set_order' ;
  x3do:type 'SFInt32' .
:field_2_7_2_1_12 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :NurbsOrientationInterpolatorScript ;
  x3do:accessType 'outputOnly' ;
  x3do:name 'order_changed' ;
  x3do:type 'SFInt32' .
:field_2_7_2_1_13 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :NurbsOrientationInterpolatorScript ;
  x3do:accessType 'inputOnly' ;
  x3do:name 'set_weight' ;
  x3do:type 'MFDouble' .
:field_2_7_2_1_14 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :NurbsOrientationInterpolatorScript ;
  x3do:accessType 'outputOnly' ;
  x3do:name 'weight_changed' ;
  x3do:type 'MFDouble' .
:IS_2_7_2_1_15 a owl:NamedIndividual, x3do:IS ;
  x3do:hasParent :NurbsOrientationInterpolatorScript ;
  x3do:hasConnect :connect_2_7_2_1_15_1, :connect_2_7_2_1_15_2, :connect_2_7_2_1_15_3, :connect_2_7_2_1_15_4, :connect_2_7_2_1_15_5, :connect_2_7_2_1_15_6, :connect_2_7_2_1_15_7, :connect_2_7_2_1_15_8, :connect_2_7_2_1_15_9, :connect_2_7_2_1_15_10, :connect_2_7_2_1_15_11, :connect_2_7_2_1_15_12, :connect_2_7_2_1_15_13, :connect_2_7_2_1_15_14 .
:connect_2_7_2_1_15_1 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_7_2_1_15 ;
  x3do:nodeField 'set_fraction' ;
  x3do:protoField 'set_fraction' .
:connect_2_7_2_1_15_2 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_7_2_1_15 ;
  x3do:nodeField 'controlPoint' ;
  x3do:protoField 'controlPoint' .
:connect_2_7_2_1_15_3 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_7_2_1_15 ;
  x3do:nodeField 'knot' ;
  x3do:protoField 'knot' .
:connect_2_7_2_1_15_4 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_7_2_1_15 ;
  x3do:nodeField 'order' ;
  x3do:protoField 'order' .
:connect_2_7_2_1_15_5 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_7_2_1_15 ;
  x3do:nodeField 'weight' ;
  x3do:protoField 'weight' .
:connect_2_7_2_1_15_6 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_7_2_1_15 ;
  x3do:nodeField 'value_changed' ;
  x3do:protoField 'value_changed' .
:connect_2_7_2_1_15_7 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_7_2_1_15 ;
  x3do:nodeField 'set_controlPoint' ;
  x3do:protoField 'set_controlPoint' .
:connect_2_7_2_1_15_8 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_7_2_1_15 ;
  x3do:nodeField 'controlPoint_changed' ;
  x3do:protoField 'controlPoint_changed' .
:connect_2_7_2_1_15_9 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_7_2_1_15 ;
  x3do:nodeField 'set_knot' ;
  x3do:protoField 'set_knot' .
:connect_2_7_2_1_15_10 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_7_2_1_15 ;
  x3do:nodeField 'knot_changed' ;
  x3do:protoField 'knot_changed' .
:connect_2_7_2_1_15_11 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_7_2_1_15 ;
  x3do:nodeField 'set_order' ;
  x3do:protoField 'set_order' .
:connect_2_7_2_1_15_12 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_7_2_1_15 ;
  x3do:nodeField 'order_changed' ;
  x3do:protoField 'order_changed' .
:connect_2_7_2_1_15_13 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_7_2_1_15 ;
  x3do:nodeField 'set_weight' ;
  x3do:protoField 'set_weight' .
:connect_2_7_2_1_15_14 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_7_2_1_15 ;
  x3do:nodeField 'weight_changed' ;
  x3do:protoField 'weight_changed' .
:Shape_2_7_2_2 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :ProtoBody_2_7_2 ;
  x3do:hasGeometry :PointSet_2_7_2_2_1 .
:PointSet_2_7_2_2_1 a owl:NamedIndividual, x3do:PointSet ;
  x3do:hasParent :Shape_2_7_2_2 ;
  x3do:hasIS :IS_2_7_2_2_1_1 .
:IS_2_7_2_2_1_1 a owl:NamedIndividual, x3do:IS ;
  x3do:hasParent :PointSet_2_7_2_2_1 ;
  x3do:hasConnect :connect_2_7_2_2_1_1_1 .
:connect_2_7_2_2_1_1_1 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_7_2_2_1_1 ;
  x3do:nodeField 'coord' ;
  x3do:protoField 'controlPoint' .
:ProtoDeclare_2_8 a owl:NamedIndividual, x3do:ProtoDeclare ;
  x3do:hasParent :Scene ;
  x3do:hasProtoInterface :ProtoInterface_2_8_1 ;
  x3do:hasProtoBody :ProtoBody_2_8_2 ;
  x3do:appinfo 'NurbsPatchSurface defines a contiguous 3D Non- rational Uniform B-Spline (NURBS) Surface.' ;
  x3do:documentation 'https://www.web3d.org/x3d/content/X3dTooltips.html#NurbsPatchSurface' ;
  x3do:name 'NurbsPatchSurface' .
:ProtoInterface_2_8_1 a owl:NamedIndividual, x3do:ProtoInterface ;
  x3do:hasParent :ProtoDeclare_2_8 ;
  x3do:hasField :field_2_8_1_1, :field_2_8_1_2, :field_2_8_1_3, :field_2_8_1_4, :field_2_8_1_5, :field_2_8_1_6, :field_2_8_1_7, :field_2_8_1_8, :field_2_8_1_9, :field_2_8_1_10, :field_2_8_1_11, :field_2_8_1_12, :field_2_8_1_13, :field_2_8_1_14, :field_2_8_1_15, :field_2_8_1_16, :field_2_8_1_17, :field_2_8_1_18, :field_2_8_1_19, :field_2_8_1_20, :field_2_8_1_21, :field_2_8_1_22, :field_2_8_1_23, :field_2_8_1_24, :field_2_8_1_25 .
:field_2_8_1_1 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_8_1 ;
  x3do:hasControlPoint :Coordinate_2_8_1_1_1 ;
  x3do:accessType 'initializeOnly' ;
  x3do:appinfo '[X3DCoordinateNode]' ;
  x3do:name 'controlPoint' ;
  x3do:type 'SFNode' .
:Coordinate_2_8_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :field_2_8_1_1 .
:field_2_8_1_2 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_8_1 ;
  x3do:hasTexCoord :TextureCoordinate_2_8_1_2_1 ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'texCoord' ;
  x3do:type 'SFNode' .
:TextureCoordinate_2_8_1_2_1 a owl:NamedIndividual, x3do:TextureCoordinate ;
  x3do:hasParent :field_2_8_1_2 .
:field_2_8_1_3 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_8_1 ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'uTessellation' ;
  x3do:type 'SFInt32' ;
  x3do:value 0 .
:field_2_8_1_4 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_8_1 ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'vTessellation' ;
  x3do:type 'SFInt32' ;
  x3do:value 0 .
:field_2_8_1_5 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_8_1 ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'weight' ;
  x3do:type 'MFDouble' .
:field_2_8_1_6 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_8_1 ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'solid' ;
  x3do:type 'SFBool' ;
  x3do:value true .
:field_2_8_1_7 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_8_1 ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'uClosed' ;
  x3do:type 'SFBool' ;
  x3do:value false .
:field_2_8_1_8 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_8_1 ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'uDimension' ;
  x3do:type 'SFInt32' ;
  x3do:value 0 .
:field_2_8_1_9 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_8_1 ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'uKnot' ;
  x3do:type 'MFDouble' .
:field_2_8_1_10 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_8_1 ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'uOrder' ;
  x3do:type 'SFInt32' ;
  x3do:value 3 .
:field_2_8_1_11 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_8_1 ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'vClosed' ;
  x3do:type 'SFBool' ;
  x3do:value false .
:field_2_8_1_12 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_8_1 ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'vDimension' ;
  x3do:type 'SFInt32' ;
  x3do:value 0 .
:field_2_8_1_13 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_8_1 ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'vKnot' ;
  x3do:type 'MFDouble' .
:field_2_8_1_14 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_8_1 ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'vOrder' ;
  x3do:type 'SFInt32' ;
  x3do:value 3 .
:field_2_8_1_15 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_8_1 ;
  x3do:accessType 'inputOnly' ;
  x3do:name 'set_controlPoint' ;
  x3do:type 'SFNode' .
:field_2_8_1_16 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_8_1 ;
  x3do:accessType 'outputOnly' ;
  x3do:name 'controlPoint_changed' ;
  x3do:type 'SFNode' .
:field_2_8_1_17 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_8_1 ;
  x3do:accessType 'inputOnly' ;
  x3do:name 'set_texCoord' ;
  x3do:type 'SFNode' .
:field_2_8_1_18 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_8_1 ;
  x3do:accessType 'outputOnly' ;
  x3do:name 'texCoord_changed' ;
  x3do:type 'SFNode' .
:field_2_8_1_19 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_8_1 ;
  x3do:accessType 'inputOnly' ;
  x3do:name 'set_uTessellation' ;
  x3do:type 'SFInt32' .
:field_2_8_1_20 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_8_1 ;
  x3do:accessType 'outputOnly' ;
  x3do:name 'uTessellation_changed' ;
  x3do:type 'SFInt32' .
:field_2_8_1_21 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_8_1 ;
  x3do:accessType 'inputOnly' ;
  x3do:name 'set_vTessellation' ;
  x3do:type 'SFInt32' .
:field_2_8_1_22 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_8_1 ;
  x3do:accessType 'outputOnly' ;
  x3do:name 'vTessellation_changed' ;
  x3do:type 'SFInt32' .
:field_2_8_1_23 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_8_1 ;
  x3do:accessType 'inputOnly' ;
  x3do:name 'set_weight' ;
  x3do:type 'MFDouble' .
:field_2_8_1_24 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_8_1 ;
  x3do:accessType 'outputOnly' ;
  x3do:name 'weight_changed' ;
  x3do:type 'MFDouble' .
:field_2_8_1_25 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_8_1 ;
  x3do:accessType 'inputOutput' ;
  x3do:appinfo 'Metadata node only' ;
  x3do:name 'metadata' ;
  x3do:type 'SFNode' .
:ProtoBody_2_8_2 a owl:NamedIndividual, x3do:ProtoBody ;
  x3do:hasParent :ProtoDeclare_2_8 ;
  x3do:hasGeometry :NurbsPatchSurfaceFaceSet ;
  x3do:hasChildren :NurbsPatchSurfaceScript ;
  x3do:hasROUTE :ROUTE_2_8_2_3, :ROUTE_2_8_2_4 .
:NurbsPatchSurfaceFaceSet a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :ProtoBody_2_8_2 ;
  x3do:hasIS :IS_2_8_2_1_1 ;
  x3do:hasCoord :NurbsPatchSurfaceCoordinate ;
  x3do:DEF 'NurbsPatchSurfaceFaceSet' ;
  x3do:creaseAngle 3.14 ;
  x3do:solid false .
:IS_2_8_2_1_1 a owl:NamedIndividual, x3do:IS ;
  x3do:hasParent :NurbsPatchSurfaceFaceSet ;
  x3do:hasConnect :connect_2_8_2_1_1_1, :connect_2_8_2_1_1_2 .
:connect_2_8_2_1_1_1 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_8_2_1_1 ;
  x3do:nodeField 'texCoord' ;
  x3do:protoField 'texCoord' .
:connect_2_8_2_1_1_2 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_8_2_1_1 ;
  x3do:nodeField 'solid' ;
  x3do:protoField 'solid' .
:NurbsPatchSurfaceCoordinate a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :NurbsPatchSurfaceFaceSet ;
  x3do:DEF 'NurbsPatchSurfaceCoordinate' .
:NurbsPatchSurfaceScript a owl:NamedIndividual, x3do:Script ;
  x3do:hasParent :ProtoBody_2_8_2 ;
  x3do:hasField :field_2_8_2_2_1, :field_2_8_2_2_2, :field_2_8_2_2_3, :field_2_8_2_2_4, :field_2_8_2_2_5, :field_2_8_2_2_6, :field_2_8_2_2_7, :field_2_8_2_2_8, :field_2_8_2_2_9, :field_2_8_2_2_10, :field_2_8_2_2_11, :field_2_8_2_2_12, :field_2_8_2_2_13, :field_2_8_2_2_14, :field_2_8_2_2_15, :field_2_8_2_2_16, :field_2_8_2_2_17, :field_2_8_2_2_18, :field_2_8_2_2_19, :field_2_8_2_2_20, :field_2_8_2_2_21, :field_2_8_2_2_22, :field_2_8_2_2_23, :field_2_8_2_2_24, :field_2_8_2_2_25, :field_2_8_2_2_26 ;
  x3do:hasIS :IS_2_8_2_2_27 ;
  x3do:DEF 'NurbsPatchSurfaceScript' ;
  x3do:directOutput true ;
  x3do:mustEvaluate true ;
  x3do:url '"NurbsPatchSurface.class" "https://www.web3d.org/x3d/content/examples/Basic/NURBS/NurbsPatchSurface.class"' .
:field_2_8_2_2_1 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :NurbsPatchSurfaceScript ;
  x3do:accessType 'initializeOnly' ;
  x3do:appinfo '[X3DCoordinateNode]' ;
  x3do:name 'controlPoint' ;
  x3do:type 'SFNode' .
:field_2_8_2_2_2 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :NurbsPatchSurfaceScript ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'texCoord' ;
  x3do:type 'SFNode' .
:field_2_8_2_2_3 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :NurbsPatchSurfaceScript ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'uTessellation' ;
  x3do:type 'SFInt32' .
:field_2_8_2_2_4 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :NurbsPatchSurfaceScript ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'vTessellation' ;
  x3do:type 'SFInt32' .
:field_2_8_2_2_5 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :NurbsPatchSurfaceScript ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'weight' ;
  x3do:type 'MFDouble' .
:field_2_8_2_2_6 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :NurbsPatchSurfaceScript ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'solid' ;
  x3do:type 'SFBool' .
:field_2_8_2_2_7 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :NurbsPatchSurfaceScript ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'uClosed' ;
  x3do:type 'SFBool' .
:field_2_8_2_2_8 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :NurbsPatchSurfaceScript ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'uDimension' ;
  x3do:type 'SFInt32' .
:field_2_8_2_2_9 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :NurbsPatchSurfaceScript ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'uKnot' ;
  x3do:type 'MFDouble' .
:field_2_8_2_2_10 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :NurbsPatchSurfaceScript ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'uOrder' ;
  x3do:type 'SFInt32' .
:field_2_8_2_2_11 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :NurbsPatchSurfaceScript ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'vClosed' ;
  x3do:type 'SFBool' .
:field_2_8_2_2_12 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :NurbsPatchSurfaceScript ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'vDimension' ;
  x3do:type 'SFInt32' .
:field_2_8_2_2_13 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :NurbsPatchSurfaceScript ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'vKnot' ;
  x3do:type 'MFDouble' .
:field_2_8_2_2_14 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :NurbsPatchSurfaceScript ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'vOrder' ;
  x3do:type 'SFInt32' .
:field_2_8_2_2_15 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :NurbsPatchSurfaceScript ;
  x3do:accessType 'outputOnly' ;
  x3do:name 'coord' ;
  x3do:type 'MFVec3f' .
:field_2_8_2_2_16 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :NurbsPatchSurfaceScript ;
  x3do:accessType 'outputOnly' ;
  x3do:name 'coordIndex' ;
  x3do:type 'MFInt32' .
:field_2_8_2_2_17 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :NurbsPatchSurfaceScript ;
  x3do:accessType 'inputOnly' ;
  x3do:name 'set_controlPoint' ;
  x3do:type 'SFNode' .
:field_2_8_2_2_18 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :NurbsPatchSurfaceScript ;
  x3do:accessType 'outputOnly' ;
  x3do:name 'controlPoint_changed' ;
  x3do:type 'SFNode' .
:field_2_8_2_2_19 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :NurbsPatchSurfaceScript ;
  x3do:accessType 'inputOnly' ;
  x3do:name 'set_texCoord' ;
  x3do:type 'SFNode' .
:field_2_8_2_2_20 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :NurbsPatchSurfaceScript ;
  x3do:accessType 'outputOnly' ;
  x3do:name 'texCoord_changed' ;
  x3do:type 'SFNode' .
:field_2_8_2_2_21 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :NurbsPatchSurfaceScript ;
  x3do:accessType 'inputOnly' ;
  x3do:name 'set_weight' ;
  x3do:type 'MFDouble' .
:field_2_8_2_2_22 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :NurbsPatchSurfaceScript ;
  x3do:accessType 'outputOnly' ;
  x3do:name 'weight_changed' ;
  x3do:type 'MFDouble' .
:field_2_8_2_2_23 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :NurbsPatchSurfaceScript ;
  x3do:accessType 'inputOnly' ;
  x3do:name 'set_uTessellation' ;
  x3do:type 'SFInt32' .
:field_2_8_2_2_24 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :NurbsPatchSurfaceScript ;
  x3do:accessType 'outputOnly' ;
  x3do:name 'uTessellation_changed' ;
  x3do:type 'SFInt32' .
:field_2_8_2_2_25 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :NurbsPatchSurfaceScript ;
  x3do:accessType 'inputOnly' ;
  x3do:name 'set_vTessellation' ;
  x3do:type 'SFInt32' .
:field_2_8_2_2_26 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :NurbsPatchSurfaceScript ;
  x3do:accessType 'outputOnly' ;
  x3do:name 'vTessellation_changed' ;
  x3do:type 'SFInt32' .
:IS_2_8_2_2_27 a owl:NamedIndividual, x3do:IS ;
  x3do:hasParent :NurbsPatchSurfaceScript ;
  x3do:hasConnect :connect_2_8_2_2_27_1, :connect_2_8_2_2_27_2, :connect_2_8_2_2_27_3, :connect_2_8_2_2_27_4, :connect_2_8_2_2_27_5, :connect_2_8_2_2_27_6, :connect_2_8_2_2_27_7, :connect_2_8_2_2_27_8, :connect_2_8_2_2_27_9, :connect_2_8_2_2_27_10, :connect_2_8_2_2_27_11, :connect_2_8_2_2_27_12, :connect_2_8_2_2_27_13, :connect_2_8_2_2_27_14, :connect_2_8_2_2_27_15, :connect_2_8_2_2_27_16, :connect_2_8_2_2_27_17, :connect_2_8_2_2_27_18, :connect_2_8_2_2_27_19, :connect_2_8_2_2_27_20, :connect_2_8_2_2_27_21, :connect_2_8_2_2_27_22, :connect_2_8_2_2_27_23, :connect_2_8_2_2_27_24 .
:connect_2_8_2_2_27_1 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_8_2_2_27 ;
  x3do:nodeField 'controlPoint' ;
  x3do:protoField 'controlPoint' .
:connect_2_8_2_2_27_2 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_8_2_2_27 ;
  x3do:nodeField 'texCoord' ;
  x3do:protoField 'texCoord' .
:connect_2_8_2_2_27_3 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_8_2_2_27 ;
  x3do:nodeField 'uTessellation' ;
  x3do:protoField 'uTessellation' .
:connect_2_8_2_2_27_4 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_8_2_2_27 ;
  x3do:nodeField 'vTessellation' ;
  x3do:protoField 'vTessellation' .
:connect_2_8_2_2_27_5 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_8_2_2_27 ;
  x3do:nodeField 'weight' ;
  x3do:protoField 'weight' .
:connect_2_8_2_2_27_6 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_8_2_2_27 ;
  x3do:nodeField 'solid' ;
  x3do:protoField 'solid' .
:connect_2_8_2_2_27_7 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_8_2_2_27 ;
  x3do:nodeField 'uClosed' ;
  x3do:protoField 'uClosed' .
:connect_2_8_2_2_27_8 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_8_2_2_27 ;
  x3do:nodeField 'uDimension' ;
  x3do:protoField 'uDimension' .
:connect_2_8_2_2_27_9 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_8_2_2_27 ;
  x3do:nodeField 'uKnot' ;
  x3do:protoField 'uKnot' .
:connect_2_8_2_2_27_10 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_8_2_2_27 ;
  x3do:nodeField 'uOrder' ;
  x3do:protoField 'uOrder' .
:connect_2_8_2_2_27_11 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_8_2_2_27 ;
  x3do:nodeField 'vClosed' ;
  x3do:protoField 'vClosed' .
:connect_2_8_2_2_27_12 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_8_2_2_27 ;
  x3do:nodeField 'vDimension' ;
  x3do:protoField 'vDimension' .
:connect_2_8_2_2_27_13 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_8_2_2_27 ;
  x3do:nodeField 'vKnot' ;
  x3do:protoField 'vKnot' .
:connect_2_8_2_2_27_14 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_8_2_2_27 ;
  x3do:nodeField 'vOrder' ;
  x3do:protoField 'vOrder' .
:connect_2_8_2_2_27_15 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_8_2_2_27 ;
  x3do:nodeField 'set_controlPoint' ;
  x3do:protoField 'set_controlPoint' .
:connect_2_8_2_2_27_16 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_8_2_2_27 ;
  x3do:nodeField 'controlPoint_changed' ;
  x3do:protoField 'controlPoint_changed' .
:connect_2_8_2_2_27_17 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_8_2_2_27 ;
  x3do:nodeField 'set_texCoord' ;
  x3do:protoField 'set_texCoord' .
:connect_2_8_2_2_27_18 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_8_2_2_27 ;
  x3do:nodeField 'texCoord_changed' ;
  x3do:protoField 'texCoord_changed' .
:connect_2_8_2_2_27_19 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_8_2_2_27 ;
  x3do:nodeField 'set_uTessellation' ;
  x3do:protoField 'set_uTessellation' .
:connect_2_8_2_2_27_20 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_8_2_2_27 ;
  x3do:nodeField 'uTessellation_changed' ;
  x3do:protoField 'uTessellation_changed' .
:connect_2_8_2_2_27_21 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_8_2_2_27 ;
  x3do:nodeField 'set_vTessellation' ;
  x3do:protoField 'set_vTessellation' .
:connect_2_8_2_2_27_22 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_8_2_2_27 ;
  x3do:nodeField 'vTessellation_changed' ;
  x3do:protoField 'vTessellation_changed' .
:connect_2_8_2_2_27_23 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_8_2_2_27 ;
  x3do:nodeField 'set_weight' ;
  x3do:protoField 'set_weight' .
:connect_2_8_2_2_27_24 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_8_2_2_27 ;
  x3do:nodeField 'weight_changed' ;
  x3do:protoField 'weight_changed' .
:ROUTE_2_8_2_3 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :ProtoBody_2_8_2 ;
  x3do:fromField 'coord' ;
  x3do:fromNode 'NurbsPatchSurfaceScript' ;
  x3do:toField 'set_point' ;
  x3do:toNode 'NurbsPatchSurfaceCoordinate' .
:ROUTE_2_8_2_4 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :ProtoBody_2_8_2 ;
  x3do:fromField 'coordIndex' ;
  x3do:fromNode 'NurbsPatchSurfaceScript' ;
  x3do:toField 'set_coordIndex' ;
  x3do:toNode 'NurbsPatchSurfaceFaceSet' .
:ProtoDeclare_2_9 a owl:NamedIndividual, x3do:ProtoDeclare ;
  x3do:hasParent :Scene ;
  x3do:hasProtoInterface :ProtoInterface_2_9_1 ;
  x3do:hasProtoBody :ProtoBody_2_9_2 ;
  x3do:appinfo 'NurbsPositionInterpolator describes a 3D NURBS Curve and outputs interpolated position values. The SFNode controlPoint field can contain a single Coordinate or CoordinateDouble node.' ;
  x3do:documentation 'https://www.web3d.org/x3d/content/X3dTooltips.html#NurbsPositionInterpolator' ;
  x3do:name 'NurbsPositionInterpolator' .
:ProtoInterface_2_9_1 a owl:NamedIndividual, x3do:ProtoInterface ;
  x3do:hasParent :ProtoDeclare_2_9 ;
  x3do:hasField :field_2_9_1_1, :field_2_9_1_2, :field_2_9_1_3, :field_2_9_1_4, :field_2_9_1_5, :field_2_9_1_6, :field_2_9_1_7, :field_2_9_1_8, :field_2_9_1_9, :field_2_9_1_10, :field_2_9_1_11, :field_2_9_1_12, :field_2_9_1_13, :field_2_9_1_14, :field_2_9_1_15 .
:field_2_9_1_1 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_9_1 ;
  x3do:accessType 'inputOnly' ;
  x3do:appinfo 'range (-∞,∞)' ;
  x3do:name 'set_fraction' ;
  x3do:type 'SFFloat' .
:field_2_9_1_2 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_9_1 ;
  x3do:hasControlPoint :Coordinate_2_9_1_2_1 ;
  x3do:accessType 'initializeOnly' ;
  x3do:appinfo '[X3DCoordinateNode]' ;
  x3do:name 'controlPoint' ;
  x3do:type 'SFNode' .
:Coordinate_2_9_1_2_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :field_2_9_1_2 .
:field_2_9_1_3 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_9_1 ;
  x3do:accessType 'initializeOnly' ;
  x3do:appinfo 'range (-∞,∞)' ;
  x3do:name 'knot' ;
  x3do:type 'MFDouble' .
:field_2_9_1_4 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_9_1 ;
  x3do:accessType 'initializeOnly' ;
  x3do:appinfo 'range (2,∞)' ;
  x3do:name 'order' ;
  x3do:type 'SFInt32' ;
  x3do:value 3 .
:field_2_9_1_5 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_9_1 ;
  x3do:accessType 'initializeOnly' ;
  x3do:appinfo 'range (-∞,∞)' ;
  x3do:name 'weight' ;
  x3do:type 'MFDouble' .
:field_2_9_1_6 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_9_1 ;
  x3do:accessType 'outputOnly' ;
  x3do:name 'value_changed' ;
  x3do:type 'SFVec3f' .
:field_2_9_1_7 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_9_1 ;
  x3do:accessType 'inputOnly' ;
  x3do:name 'set_controlPoint' ;
  x3do:type 'SFNode' .
:field_2_9_1_8 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_9_1 ;
  x3do:accessType 'outputOnly' ;
  x3do:name 'controlPoint_changed' ;
  x3do:type 'SFNode' .
:field_2_9_1_9 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_9_1 ;
  x3do:accessType 'inputOnly' ;
  x3do:name 'set_knot' ;
  x3do:type 'MFDouble' .
:field_2_9_1_10 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_9_1 ;
  x3do:accessType 'outputOnly' ;
  x3do:name 'knot_changed' ;
  x3do:type 'MFDouble' .
:field_2_9_1_11 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_9_1 ;
  x3do:accessType 'inputOnly' ;
  x3do:name 'set_order' ;
  x3do:type 'SFInt32' .
:field_2_9_1_12 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_9_1 ;
  x3do:accessType 'outputOnly' ;
  x3do:name 'order_changed' ;
  x3do:type 'SFInt32' .
:field_2_9_1_13 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_9_1 ;
  x3do:accessType 'inputOnly' ;
  x3do:name 'set_weight' ;
  x3do:type 'MFDouble' .
:field_2_9_1_14 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_9_1 ;
  x3do:accessType 'outputOnly' ;
  x3do:name 'weight_changed' ;
  x3do:type 'MFDouble' .
:field_2_9_1_15 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_9_1 ;
  x3do:accessType 'inputOutput' ;
  x3do:appinfo 'Metadata node only' ;
  x3do:name 'metadata' ;
  x3do:type 'SFNode' .
:ProtoBody_2_9_2 a owl:NamedIndividual, x3do:ProtoBody ;
  x3do:hasParent :ProtoDeclare_2_9 ;
  x3do:hasChildren :NurbsPositionInterpolatorScript, :Shape_2_9_2_2 .
:NurbsPositionInterpolatorScript a owl:NamedIndividual, x3do:Script ;
  x3do:hasParent :ProtoBody_2_9_2 ;
  x3do:hasField :field_2_9_2_1_1, :field_2_9_2_1_2, :field_2_9_2_1_3, :field_2_9_2_1_4, :field_2_9_2_1_5, :field_2_9_2_1_6, :field_2_9_2_1_7, :field_2_9_2_1_8, :field_2_9_2_1_9, :field_2_9_2_1_10, :field_2_9_2_1_11, :field_2_9_2_1_12, :field_2_9_2_1_13, :field_2_9_2_1_14 ;
  x3do:hasIS :IS_2_9_2_1_15 ;
  x3do:DEF 'NurbsPositionInterpolatorScript' ;
  x3do:directOutput true ;
  x3do:mustEvaluate true ;
  x3do:url '"NurbsPositionInterpolator.class" "https://www.web3d.org/x3d/content/examples/Basic/NURBS/NurbsPositionInterpolator.class"' .
:field_2_9_2_1_1 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :NurbsPositionInterpolatorScript ;
  x3do:accessType 'inputOnly' ;
  x3do:name 'set_fraction' ;
  x3do:type 'SFFloat' .
:field_2_9_2_1_2 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :NurbsPositionInterpolatorScript ;
  x3do:accessType 'initializeOnly' ;
  x3do:appinfo '[X3DCoordinateNode]' ;
  x3do:name 'controlPoint' ;
  x3do:type 'SFNode' .
:field_2_9_2_1_3 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :NurbsPositionInterpolatorScript ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'knot' ;
  x3do:type 'MFDouble' .
:field_2_9_2_1_4 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :NurbsPositionInterpolatorScript ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'order' ;
  x3do:type 'SFInt32' .
:field_2_9_2_1_5 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :NurbsPositionInterpolatorScript ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'weight' ;
  x3do:type 'MFDouble' .
:field_2_9_2_1_6 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :NurbsPositionInterpolatorScript ;
  x3do:accessType 'outputOnly' ;
  x3do:name 'value_changed' ;
  x3do:type 'SFVec3f' .
:field_2_9_2_1_7 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :NurbsPositionInterpolatorScript ;
  x3do:accessType 'inputOnly' ;
  x3do:name 'set_controlPoint' ;
  x3do:type 'SFNode' .
:field_2_9_2_1_8 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :NurbsPositionInterpolatorScript ;
  x3do:accessType 'outputOnly' ;
  x3do:name 'controlPoint_changed' ;
  x3do:type 'SFNode' .
:field_2_9_2_1_9 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :NurbsPositionInterpolatorScript ;
  x3do:accessType 'inputOnly' ;
  x3do:name 'set_knot' ;
  x3do:type 'MFDouble' .
:field_2_9_2_1_10 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :NurbsPositionInterpolatorScript ;
  x3do:accessType 'outputOnly' ;
  x3do:name 'knot_changed' ;
  x3do:type 'MFDouble' .
:field_2_9_2_1_11 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :NurbsPositionInterpolatorScript ;
  x3do:accessType 'inputOnly' ;
  x3do:name 'set_order' ;
  x3do:type 'SFInt32' .
:field_2_9_2_1_12 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :NurbsPositionInterpolatorScript ;
  x3do:accessType 'outputOnly' ;
  x3do:name 'order_changed' ;
  x3do:type 'SFInt32' .
:field_2_9_2_1_13 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :NurbsPositionInterpolatorScript ;
  x3do:accessType 'inputOnly' ;
  x3do:name 'set_weight' ;
  x3do:type 'MFDouble' .
:field_2_9_2_1_14 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :NurbsPositionInterpolatorScript ;
  x3do:accessType 'outputOnly' ;
  x3do:name 'weight_changed' ;
  x3do:type 'MFDouble' .
:IS_2_9_2_1_15 a owl:NamedIndividual, x3do:IS ;
  x3do:hasParent :NurbsPositionInterpolatorScript ;
  x3do:hasConnect :connect_2_9_2_1_15_1, :connect_2_9_2_1_15_2, :connect_2_9_2_1_15_3, :connect_2_9_2_1_15_4, :connect_2_9_2_1_15_5, :connect_2_9_2_1_15_6, :connect_2_9_2_1_15_7, :connect_2_9_2_1_15_8, :connect_2_9_2_1_15_9, :connect_2_9_2_1_15_10, :connect_2_9_2_1_15_11, :connect_2_9_2_1_15_12, :connect_2_9_2_1_15_13, :connect_2_9_2_1_15_14 .
:connect_2_9_2_1_15_1 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_9_2_1_15 ;
  x3do:nodeField 'set_fraction' ;
  x3do:protoField 'set_fraction' .
:connect_2_9_2_1_15_2 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_9_2_1_15 ;
  x3do:nodeField 'controlPoint' ;
  x3do:protoField 'controlPoint' .
:connect_2_9_2_1_15_3 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_9_2_1_15 ;
  x3do:nodeField 'knot' ;
  x3do:protoField 'knot' .
:connect_2_9_2_1_15_4 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_9_2_1_15 ;
  x3do:nodeField 'order' ;
  x3do:protoField 'order' .
:connect_2_9_2_1_15_5 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_9_2_1_15 ;
  x3do:nodeField 'weight' ;
  x3do:protoField 'weight' .
:connect_2_9_2_1_15_6 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_9_2_1_15 ;
  x3do:nodeField 'value_changed' ;
  x3do:protoField 'value_changed' .
:connect_2_9_2_1_15_7 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_9_2_1_15 ;
  x3do:nodeField 'set_controlPoint' ;
  x3do:protoField 'set_controlPoint' .
:connect_2_9_2_1_15_8 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_9_2_1_15 ;
  x3do:nodeField 'controlPoint_changed' ;
  x3do:protoField 'controlPoint_changed' .
:connect_2_9_2_1_15_9 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_9_2_1_15 ;
  x3do:nodeField 'set_knot' ;
  x3do:protoField 'set_knot' .
:connect_2_9_2_1_15_10 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_9_2_1_15 ;
  x3do:nodeField 'knot_changed' ;
  x3do:protoField 'knot_changed' .
:connect_2_9_2_1_15_11 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_9_2_1_15 ;
  x3do:nodeField 'set_order' ;
  x3do:protoField 'set_order' .
:connect_2_9_2_1_15_12 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_9_2_1_15 ;
  x3do:nodeField 'order_changed' ;
  x3do:protoField 'order_changed' .
:connect_2_9_2_1_15_13 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_9_2_1_15 ;
  x3do:nodeField 'set_weight' ;
  x3do:protoField 'set_weight' .
:connect_2_9_2_1_15_14 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_9_2_1_15 ;
  x3do:nodeField 'weight_changed' ;
  x3do:protoField 'weight_changed' .
:Shape_2_9_2_2 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :ProtoBody_2_9_2 ;
  x3do:hasGeometry :PointSet_2_9_2_2_1 .
:PointSet_2_9_2_2_1 a owl:NamedIndividual, x3do:PointSet ;
  x3do:hasParent :Shape_2_9_2_2 ;
  x3do:hasIS :IS_2_9_2_2_1_1 .
:IS_2_9_2_2_1_1 a owl:NamedIndividual, x3do:IS ;
  x3do:hasParent :PointSet_2_9_2_2_1 ;
  x3do:hasConnect :connect_2_9_2_2_1_1_1 .
:connect_2_9_2_2_1_1_1 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_9_2_2_1_1 ;
  x3do:nodeField 'coord' ;
  x3do:protoField 'controlPoint' .
:ProtoDeclare_2_10 a owl:NamedIndividual, x3do:ProtoDeclare ;
  x3do:hasParent :Scene ;
  x3do:hasProtoInterface :ProtoInterface_2_10_1 ;
  x3do:hasProtoBody :ProtoBody_2_10_2 ;
  x3do:appinfo 'NurbsSet collects a set of NurbsPatchSurface nodes into a common group and treats NurbsPatchSurface set as a unit during tessellation thereby enforcing tessellation continuity along borders.' ;
  x3do:documentation 'https://www.web3d.org/x3d/content/X3dTooltips.html#NurbsSet' ;
  x3do:name 'NurbsSet' .
:ProtoInterface_2_10_1 a owl:NamedIndividual, x3do:ProtoInterface ;
  x3do:hasParent :ProtoDeclare_2_10 ;
  x3do:hasField :field_2_10_1_1, :field_2_10_1_2, :field_2_10_1_3, :field_2_10_1_4, :field_2_10_1_5, :field_2_10_1_6, :field_2_10_1_7, :field_2_10_1_8, :field_2_10_1_9, :field_2_10_1_10, :field_2_10_1_11 .
:field_2_10_1_1 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_10_1 ;
  x3do:accessType 'inputOnly' ;
  x3do:appinfo '[NurbsPatchSurface]' ;
  x3do:name 'addGeometry' ;
  x3do:type 'MFNode' .
:field_2_10_1_2 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_10_1 ;
  x3do:accessType 'inputOnly' ;
  x3do:appinfo '[NurbsPatchSurface]' ;
  x3do:name 'removeGeometry' ;
  x3do:type 'MFNode' .
:field_2_10_1_3 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_10_1 ;
  x3do:accessType 'initializeOnly' ;
  x3do:appinfo '[NurbsPatchSurface]' ;
  x3do:name 'geometry' ;
  x3do:type 'MFNode' .
:field_2_10_1_4 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_10_1 ;
  x3do:accessType 'initializeOnly' ;
  x3do:appinfo 'range (0,∞)' ;
  x3do:name 'tessellationScale' ;
  x3do:type 'SFFloat' ;
  x3do:value 1.0 .
:field_2_10_1_5 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_10_1 ;
  x3do:accessType 'initializeOnly' ;
  x3do:appinfo 'range (-∞,∞)' ;
  x3do:name 'bboxCenter' ;
  x3do:type 'SFVec3f' ;
  x3do:value ( 0 0 0 ) .
:field_2_10_1_6 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_10_1 ;
  x3do:accessType 'initializeOnly' ;
  x3do:appinfo 'range [0,∞); [-1 -1 -1]' ;
  x3do:name 'bboxSize' ;
  x3do:type 'SFVec3f' ;
  x3do:value ( -1 -1 -1 ) .
:field_2_10_1_7 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_10_1 ;
  x3do:accessType 'inputOnly' ;
  x3do:name 'set_geometry' ;
  x3do:type 'MFNode' .
:field_2_10_1_8 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_10_1 ;
  x3do:accessType 'outputOnly' ;
  x3do:name 'geometry_changed' ;
  x3do:type 'MFNode' .
:field_2_10_1_9 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_10_1 ;
  x3do:accessType 'inputOnly' ;
  x3do:name 'set_tessellationScale' ;
  x3do:type 'SFFloat' .
:field_2_10_1_10 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_10_1 ;
  x3do:accessType 'outputOnly' ;
  x3do:name 'tessellationScale_changed' ;
  x3do:type 'SFFloat' .
:field_2_10_1_11 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_10_1 ;
  x3do:accessType 'inputOutput' ;
  x3do:appinfo 'Metadata node only' ;
  x3do:name 'metadata' ;
  x3do:type 'SFNode' .
:ProtoBody_2_10_2 a owl:NamedIndividual, x3do:ProtoBody ;
  x3do:hasParent :ProtoDeclare_2_10 ;
  x3do:hasChildren :NurbsSet .
:NurbsSet a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :ProtoBody_2_10_2 ;
  x3do:hasIS :IS_2_10_2_1_1 ;
  x3do:DEF 'NurbsSet' .
:IS_2_10_2_1_1 a owl:NamedIndividual, x3do:IS ;
  x3do:hasParent :NurbsSet ;
  x3do:hasConnect :connect_2_10_2_1_1_1, :connect_2_10_2_1_1_2, :connect_2_10_2_1_1_3, :connect_2_10_2_1_1_4, :connect_2_10_2_1_1_5, :connect_2_10_2_1_1_6, :connect_2_10_2_1_1_7, :connect_2_10_2_1_1_8, :connect_2_10_2_1_1_9 .
:connect_2_10_2_1_1_1 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_10_2_1_1 ;
  x3do:nodeField 'addGeometry' ;
  x3do:protoField 'addGeometry' .
:connect_2_10_2_1_1_2 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_10_2_1_1 ;
  x3do:nodeField 'removeGeometry' ;
  x3do:protoField 'removeGeometry' .
:connect_2_10_2_1_1_3 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_10_2_1_1 ;
  x3do:nodeField 'geometry' ;
  x3do:protoField 'geometry' .
:connect_2_10_2_1_1_4 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_10_2_1_1 ;
  x3do:nodeField 'bboxCenter' ;
  x3do:protoField 'bboxCenter' .
:connect_2_10_2_1_1_5 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_10_2_1_1 ;
  x3do:nodeField 'bboxSize' ;
  x3do:protoField 'bboxSize' .
:connect_2_10_2_1_1_6 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_10_2_1_1 ;
  x3do:nodeField 'set_geometry' ;
  x3do:protoField 'set_geometry' .
:connect_2_10_2_1_1_7 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_10_2_1_1 ;
  x3do:nodeField 'geometry_changed' ;
  x3do:protoField 'geometry_changed' .
:connect_2_10_2_1_1_8 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_10_2_1_1 ;
  x3do:nodeField 'set_tessellationScale' ;
  x3do:protoField 'set_tessellationScale' .
:connect_2_10_2_1_1_9 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_10_2_1_1 ;
  x3do:nodeField 'tessellationScale_changed' ;
  x3do:protoField 'tessellationScale_changed' .
:ProtoDeclare_2_11 a owl:NamedIndividual, x3do:ProtoDeclare ;
  x3do:hasParent :Scene ;
  x3do:hasProtoInterface :ProtoInterface_2_11_1 ;
  x3do:hasProtoBody :ProtoBody_2_11_2 ;
  x3do:appinfo 'NurbsSurfaceInterpolator describes a 3D NURBS Curve and outputs interpolated position and normal values. The SFNode controlPoint field can contain a single Coordinate or CoordinateDouble node.' ;
  x3do:documentation 'https://www.web3d.org/x3d/content/X3dTooltips.html#NurbsSurfaceInterpolator' ;
  x3do:name 'NurbsSurfaceInterpolator' .
:ProtoInterface_2_11_1 a owl:NamedIndividual, x3do:ProtoInterface ;
  x3do:hasParent :ProtoDeclare_2_11 ;
  x3do:hasField :field_2_11_1_1, :field_2_11_1_2, :field_2_11_1_3, :field_2_11_1_4, :field_2_11_1_5, :field_2_11_1_6, :field_2_11_1_7, :field_2_11_1_8, :field_2_11_1_9, :field_2_11_1_10, :field_2_11_1_11, :field_2_11_1_12, :field_2_11_1_13, :field_2_11_1_14, :field_2_11_1_15, :field_2_11_1_16 .
:field_2_11_1_1 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_11_1 ;
  x3do:accessType 'inputOnly' ;
  x3do:appinfo 'range (-∞,∞)' ;
  x3do:name 'set_fraction' ;
  x3do:type 'SFVec2f' .
:field_2_11_1_2 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_11_1 ;
  x3do:hasControlPoint :Coordinate_2_11_1_2_1 ;
  x3do:accessType 'initializeOnly' ;
  x3do:appinfo '[X3DCoordinateNode]' ;
  x3do:name 'controlPoint' ;
  x3do:type 'SFNode' .
:Coordinate_2_11_1_2_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :field_2_11_1_2 .
:field_2_11_1_3 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_11_1 ;
  x3do:accessType 'inputOnly' ;
  x3do:name 'set_controlPoint' ;
  x3do:type 'SFNode' .
:field_2_11_1_4 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_11_1 ;
  x3do:accessType 'outputOnly' ;
  x3do:name 'controlPoint_changed' ;
  x3do:type 'SFNode' .
:field_2_11_1_5 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_11_1 ;
  x3do:accessType 'initializeOnly' ;
  x3do:appinfo 'range (-∞,∞)' ;
  x3do:name 'weight' ;
  x3do:type 'MFDouble' .
:field_2_11_1_6 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_11_1 ;
  x3do:accessType 'inputOnly' ;
  x3do:name 'set_weight' ;
  x3do:type 'MFDouble' .
:field_2_11_1_7 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_11_1 ;
  x3do:accessType 'outputOnly' ;
  x3do:name 'weight_changed' ;
  x3do:type 'MFDouble' .
:field_2_11_1_8 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_11_1 ;
  x3do:accessType 'outputOnly' ;
  x3do:name 'position_changed' ;
  x3do:type 'SFVec3f' .
:field_2_11_1_9 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_11_1 ;
  x3do:accessType 'outputOnly' ;
  x3do:name 'normal_changed' ;
  x3do:type 'SFVec3f' .
:field_2_11_1_10 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_11_1 ;
  x3do:accessType 'initializeOnly' ;
  x3do:appinfo 'range [0,∞)' ;
  x3do:name 'uDimension' ;
  x3do:type 'SFInt32' ;
  x3do:value 0 .
:field_2_11_1_11 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_11_1 ;
  x3do:accessType 'initializeOnly' ;
  x3do:appinfo 'range (-∞,∞)' ;
  x3do:name 'uKnot' ;
  x3do:type 'MFDouble' .
:field_2_11_1_12 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_11_1 ;
  x3do:accessType 'initializeOnly' ;
  x3do:appinfo 'range [2,∞)' ;
  x3do:name 'uOrder' ;
  x3do:type 'SFInt32' ;
  x3do:value 3 .
:field_2_11_1_13 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_11_1 ;
  x3do:accessType 'initializeOnly' ;
  x3do:appinfo 'range [0,∞)' ;
  x3do:name 'vDimension' ;
  x3do:type 'SFInt32' ;
  x3do:value 0 .
:field_2_11_1_14 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_11_1 ;
  x3do:accessType 'initializeOnly' ;
  x3do:appinfo 'range (-∞,∞)' ;
  x3do:name 'vKnot' ;
  x3do:type 'MFDouble' .
:field_2_11_1_15 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_11_1 ;
  x3do:accessType 'initializeOnly' ;
  x3do:appinfo 'range [2,∞)' ;
  x3do:name 'vOrder' ;
  x3do:type 'SFInt32' ;
  x3do:value 3 .
:field_2_11_1_16 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_11_1 ;
  x3do:accessType 'inputOutput' ;
  x3do:appinfo 'Metadata node only' ;
  x3do:name 'metadata' ;
  x3do:type 'SFNode' .
:ProtoBody_2_11_2 a owl:NamedIndividual, x3do:ProtoBody ;
  x3do:hasParent :ProtoDeclare_2_11 ;
  x3do:hasGeometry :NurbsSurfaceInterpolatorFaceSet ;
  x3do:hasChildren :NurbsSurfaceInterpolatorScript ;
  x3do:hasROUTE :ROUTE_2_11_2_3, :ROUTE_2_11_2_4 .
:NurbsSurfaceInterpolatorFaceSet a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :ProtoBody_2_11_2 ;
  x3do:hasCoord :NurbsSurfaceInterpolatorCoordinate ;
  x3do:DEF 'NurbsSurfaceInterpolatorFaceSet' ;
  x3do:creaseAngle 3.14 ;
  x3do:solid false .
:NurbsSurfaceInterpolatorCoordinate a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :NurbsSurfaceInterpolatorFaceSet ;
  x3do:DEF 'NurbsSurfaceInterpolatorCoordinate' .
:NurbsSurfaceInterpolatorScript a owl:NamedIndividual, x3do:Script ;
  x3do:hasParent :ProtoBody_2_11_2 ;
  x3do:hasField :field_2_11_2_2_1, :field_2_11_2_2_2, :field_2_11_2_2_3, :field_2_11_2_2_4, :field_2_11_2_2_5, :field_2_11_2_2_6, :field_2_11_2_2_7, :field_2_11_2_2_8, :field_2_11_2_2_9, :field_2_11_2_2_10, :field_2_11_2_2_11, :field_2_11_2_2_12, :field_2_11_2_2_13, :field_2_11_2_2_14 ;
  x3do:hasIS :IS_2_11_2_2_15 ;
  x3do:DEF 'NurbsSurfaceInterpolatorScript' ;
  x3do:directOutput true ;
  x3do:mustEvaluate true ;
  x3do:url '"NurbsSurfaceInterpolator.class" "https://www.web3d.org/x3d/content/examples/Basic/NURBS/NurbsSurfaceInterpolator.class"' .
:field_2_11_2_2_1 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :NurbsSurfaceInterpolatorScript ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'controlPoint' ;
  x3do:type 'SFNode' .
:field_2_11_2_2_2 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :NurbsSurfaceInterpolatorScript ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'weight' ;
  x3do:type 'MFDouble' .
:field_2_11_2_2_3 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :NurbsSurfaceInterpolatorScript ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'uDimension' ;
  x3do:type 'SFInt32' .
:field_2_11_2_2_4 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :NurbsSurfaceInterpolatorScript ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'uKnot' ;
  x3do:type 'MFDouble' .
:field_2_11_2_2_5 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :NurbsSurfaceInterpolatorScript ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'uOrder' ;
  x3do:type 'SFInt32' .
:field_2_11_2_2_6 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :NurbsSurfaceInterpolatorScript ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'vDimension' ;
  x3do:type 'SFInt32' .
:field_2_11_2_2_7 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :NurbsSurfaceInterpolatorScript ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'vKnot' ;
  x3do:type 'MFDouble' .
:field_2_11_2_2_8 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :NurbsSurfaceInterpolatorScript ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'vOrder' ;
  x3do:type 'SFInt32' .
:field_2_11_2_2_9 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :NurbsSurfaceInterpolatorScript ;
  x3do:accessType 'outputOnly' ;
  x3do:name 'coord' ;
  x3do:type 'MFVec3f' .
:field_2_11_2_2_10 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :NurbsSurfaceInterpolatorScript ;
  x3do:accessType 'outputOnly' ;
  x3do:name 'coordIndex' ;
  x3do:type 'MFInt32' .
:field_2_11_2_2_11 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :NurbsSurfaceInterpolatorScript ;
  x3do:accessType 'inputOnly' ;
  x3do:name 'set_controlPoint' ;
  x3do:type 'SFNode' .
:field_2_11_2_2_12 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :NurbsSurfaceInterpolatorScript ;
  x3do:accessType 'outputOnly' ;
  x3do:name 'controlPoint_changed' ;
  x3do:type 'SFNode' .
:field_2_11_2_2_13 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :NurbsSurfaceInterpolatorScript ;
  x3do:accessType 'inputOnly' ;
  x3do:name 'set_weight' ;
  x3do:type 'MFDouble' .
:field_2_11_2_2_14 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :NurbsSurfaceInterpolatorScript ;
  x3do:accessType 'outputOnly' ;
  x3do:name 'weight_changed' ;
  x3do:type 'MFDouble' .
:IS_2_11_2_2_15 a owl:NamedIndividual, x3do:IS ;
  x3do:hasParent :NurbsSurfaceInterpolatorScript ;
  x3do:hasConnect :connect_2_11_2_2_15_1, :connect_2_11_2_2_15_2, :connect_2_11_2_2_15_3, :connect_2_11_2_2_15_4, :connect_2_11_2_2_15_5, :connect_2_11_2_2_15_6, :connect_2_11_2_2_15_7, :connect_2_11_2_2_15_8, :connect_2_11_2_2_15_9, :connect_2_11_2_2_15_10, :connect_2_11_2_2_15_11, :connect_2_11_2_2_15_12 .
:connect_2_11_2_2_15_1 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_11_2_2_15 ;
  x3do:nodeField 'controlPoint' ;
  x3do:protoField 'controlPoint' .
:connect_2_11_2_2_15_2 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_11_2_2_15 ;
  x3do:nodeField 'weight' ;
  x3do:protoField 'weight' .
:connect_2_11_2_2_15_3 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_11_2_2_15 ;
  x3do:nodeField 'uDimension' ;
  x3do:protoField 'uDimension' .
:connect_2_11_2_2_15_4 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_11_2_2_15 ;
  x3do:nodeField 'uKnot' ;
  x3do:protoField 'uKnot' .
:connect_2_11_2_2_15_5 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_11_2_2_15 ;
  x3do:nodeField 'uOrder' ;
  x3do:protoField 'uOrder' .
:connect_2_11_2_2_15_6 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_11_2_2_15 ;
  x3do:nodeField 'vDimension' ;
  x3do:protoField 'vDimension' .
:connect_2_11_2_2_15_7 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_11_2_2_15 ;
  x3do:nodeField 'vKnot' ;
  x3do:protoField 'vKnot' .
:connect_2_11_2_2_15_8 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_11_2_2_15 ;
  x3do:nodeField 'vOrder' ;
  x3do:protoField 'vOrder' .
:connect_2_11_2_2_15_9 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_11_2_2_15 ;
  x3do:nodeField 'set_controlPoint' ;
  x3do:protoField 'set_controlPoint' .
:connect_2_11_2_2_15_10 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_11_2_2_15 ;
  x3do:nodeField 'controlPoint_changed' ;
  x3do:protoField 'controlPoint_changed' .
:connect_2_11_2_2_15_11 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_11_2_2_15 ;
  x3do:nodeField 'set_weight' ;
  x3do:protoField 'set_weight' .
:connect_2_11_2_2_15_12 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_11_2_2_15 ;
  x3do:nodeField 'weight_changed' ;
  x3do:protoField 'weight_changed' .
:ROUTE_2_11_2_3 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :ProtoBody_2_11_2 ;
  x3do:fromField 'coord' ;
  x3do:fromNode 'NurbsSurfaceInterpolatorScript' ;
  x3do:toField 'set_point' ;
  x3do:toNode 'NurbsSurfaceInterpolatorCoordinate' .
:ROUTE_2_11_2_4 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :ProtoBody_2_11_2 ;
  x3do:fromField 'coordIndex' ;
  x3do:fromNode 'NurbsSurfaceInterpolatorScript' ;
  x3do:toField 'set_coordIndex' ;
  x3do:toNode 'NurbsSurfaceInterpolatorFaceSet' .
:ProtoDeclare_2_12 a owl:NamedIndividual, x3do:ProtoDeclare ;
  x3do:hasParent :Scene ;
  x3do:hasProtoInterface :ProtoInterface_2_12_1 ;
  x3do:hasProtoBody :ProtoBody_2_12_2 ;
  x3do:appinfo 'NurbsSweptSurface contains a crossSectionCurve [X3DNurbsControlCurveNode] and a trajectoryCurve [NurbsCurve]' ;
  x3do:documentation 'https://www.web3d.org/x3d/content/X3dTooltips.html#NurbsSweptSurface' ;
  x3do:name 'NurbsSweptSurface' .
:ProtoInterface_2_12_1 a owl:NamedIndividual, x3do:ProtoInterface ;
  x3do:hasParent :ProtoDeclare_2_12 ;
  x3do:hasField :field_2_12_1_1, :field_2_12_1_2, :field_2_12_1_3, :field_2_12_1_4, :field_2_12_1_5, :field_2_12_1_6, :field_2_12_1_7, :field_2_12_1_8, :field_2_12_1_9 .
:field_2_12_1_1 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_12_1 ;
  x3do:accessType 'initializeOnly' ;
  x3do:appinfo '[X3DNurbsControlCurveNode]' ;
  x3do:name 'crossSectionCurve' ;
  x3do:type 'SFNode' .
:field_2_12_1_2 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_12_1 ;
  x3do:accessType 'initializeOnly' ;
  x3do:appinfo '[NurbsCurve]' ;
  x3do:name 'trajectoryCurve' ;
  x3do:type 'SFNode' .
:field_2_12_1_3 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_12_1 ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'ccw' ;
  x3do:type 'SFBool' ;
  x3do:value true .
:field_2_12_1_4 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_12_1 ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'solid' ;
  x3do:type 'SFBool' ;
  x3do:value true .
:field_2_12_1_5 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_12_1 ;
  x3do:accessType 'inputOnly' ;
  x3do:appinfo '[X3DNurbsControlCurveNode]' ;
  x3do:name 'set_crossSectionCurve' ;
  x3do:type 'SFNode' .
:field_2_12_1_6 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_12_1 ;
  x3do:accessType 'outputOnly' ;
  x3do:appinfo '[X3DNurbsControlCurveNode]' ;
  x3do:name 'crossSectionCurve_changed' ;
  x3do:type 'SFNode' .
:field_2_12_1_7 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_12_1 ;
  x3do:accessType 'inputOnly' ;
  x3do:appinfo '[NurbsCurve]' ;
  x3do:name 'set_trajectoryCurve' ;
  x3do:type 'SFNode' .
:field_2_12_1_8 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_12_1 ;
  x3do:accessType 'outputOnly' ;
  x3do:appinfo '[NurbsCurve]' ;
  x3do:name 'trajectoryCurve_changed' ;
  x3do:type 'SFNode' .
:field_2_12_1_9 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_12_1 ;
  x3do:accessType 'inputOutput' ;
  x3do:appinfo 'Metadata node only' ;
  x3do:name 'metadata' ;
  x3do:type 'SFNode' .
:ProtoBody_2_12_2 a owl:NamedIndividual, x3do:ProtoBody ;
  x3do:hasParent :ProtoDeclare_2_12 ;
  x3do:hasGeometry :NurbsSweptSurfaceFaceSet ;
  x3do:hasChildren :NurbsSweptSurfaceScript ;
  x3do:hasROUTE :ROUTE_2_12_2_3, :ROUTE_2_12_2_4 .
:NurbsSweptSurfaceFaceSet a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :ProtoBody_2_12_2 ;
  x3do:hasIS :IS_2_12_2_1_1 ;
  x3do:hasCoord :NurbsSweptSurfaceCoordinate ;
  x3do:DEF 'NurbsSweptSurfaceFaceSet' ;
  x3do:creaseAngle 3.14 ;
  x3do:solid false .
:IS_2_12_2_1_1 a owl:NamedIndividual, x3do:IS ;
  x3do:hasParent :NurbsSweptSurfaceFaceSet ;
  x3do:hasConnect :connect_2_12_2_1_1_1, :connect_2_12_2_1_1_2 .
:connect_2_12_2_1_1_1 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_12_2_1_1 ;
  x3do:nodeField 'ccw' ;
  x3do:protoField 'ccw' .
:connect_2_12_2_1_1_2 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_12_2_1_1 ;
  x3do:nodeField 'solid' ;
  x3do:protoField 'solid' .
:NurbsSweptSurfaceCoordinate a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :NurbsSweptSurfaceFaceSet ;
  x3do:DEF 'NurbsSweptSurfaceCoordinate' .
:NurbsSweptSurfaceScript a owl:NamedIndividual, x3do:Script ;
  x3do:hasParent :ProtoBody_2_12_2 ;
  x3do:hasField :field_2_12_2_2_1, :field_2_12_2_2_2, :field_2_12_2_2_3, :field_2_12_2_2_4, :field_2_12_2_2_5, :field_2_12_2_2_6, :field_2_12_2_2_7, :field_2_12_2_2_8 ;
  x3do:hasIS :IS_2_12_2_2_9 ;
  x3do:DEF 'NurbsSweptSurfaceScript' ;
  x3do:directOutput true ;
  x3do:mustEvaluate true ;
  x3do:url '"NurbsSweptSurface.class" "https://www.web3d.org/x3d/content/examples/Basic/NURBS/NurbsSweptSurface.class"' .
:field_2_12_2_2_1 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :NurbsSweptSurfaceScript ;
  x3do:accessType 'initializeOnly' ;
  x3do:appinfo '[X3DNurbsControlCurveNode]' ;
  x3do:name 'crossSectionCurve' ;
  x3do:type 'SFNode' .
:field_2_12_2_2_2 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :NurbsSweptSurfaceScript ;
  x3do:accessType 'initializeOnly' ;
  x3do:appinfo '[NurbsCurve]' ;
  x3do:name 'trajectoryCurve' ;
  x3do:type 'SFNode' .
:field_2_12_2_2_3 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :NurbsSweptSurfaceScript ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'ccw' ;
  x3do:type 'SFBool' .
:field_2_12_2_2_4 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :NurbsSweptSurfaceScript ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'solid' ;
  x3do:type 'SFBool' .
:field_2_12_2_2_5 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :NurbsSweptSurfaceScript ;
  x3do:accessType 'inputOnly' ;
  x3do:appinfo '[X3DNurbsControlCurveNode]' ;
  x3do:name 'set_crossSectionCurve' ;
  x3do:type 'SFNode' .
:field_2_12_2_2_6 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :NurbsSweptSurfaceScript ;
  x3do:accessType 'outputOnly' ;
  x3do:appinfo '[X3DNurbsControlCurveNode]' ;
  x3do:name 'crossSectionCurve_changed' ;
  x3do:type 'SFNode' .
:field_2_12_2_2_7 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :NurbsSweptSurfaceScript ;
  x3do:accessType 'inputOnly' ;
  x3do:appinfo '[NurbsCurve]' ;
  x3do:name 'set_trajectoryCurve' ;
  x3do:type 'SFNode' .
:field_2_12_2_2_8 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :NurbsSweptSurfaceScript ;
  x3do:accessType 'outputOnly' ;
  x3do:appinfo '[NurbsCurve]' ;
  x3do:name 'trajectoryCurve_changed' ;
  x3do:type 'SFNode' .
:IS_2_12_2_2_9 a owl:NamedIndividual, x3do:IS ;
  x3do:hasParent :NurbsSweptSurfaceScript ;
  x3do:hasConnect :connect_2_12_2_2_9_1, :connect_2_12_2_2_9_2, :connect_2_12_2_2_9_3, :connect_2_12_2_2_9_4, :connect_2_12_2_2_9_5, :connect_2_12_2_2_9_6, :connect_2_12_2_2_9_7, :connect_2_12_2_2_9_8 .
:connect_2_12_2_2_9_1 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_12_2_2_9 ;
  x3do:nodeField 'crossSectionCurve' ;
  x3do:protoField 'crossSectionCurve' .
:connect_2_12_2_2_9_2 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_12_2_2_9 ;
  x3do:nodeField 'trajectoryCurve' ;
  x3do:protoField 'trajectoryCurve' .
:connect_2_12_2_2_9_3 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_12_2_2_9 ;
  x3do:nodeField 'ccw' ;
  x3do:protoField 'ccw' .
:connect_2_12_2_2_9_4 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_12_2_2_9 ;
  x3do:nodeField 'solid' ;
  x3do:protoField 'solid' .
:connect_2_12_2_2_9_5 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_12_2_2_9 ;
  x3do:nodeField 'set_crossSectionCurve' ;
  x3do:protoField 'set_crossSectionCurve' .
:connect_2_12_2_2_9_6 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_12_2_2_9 ;
  x3do:nodeField 'crossSectionCurve_changed' ;
  x3do:protoField 'crossSectionCurve_changed' .
:connect_2_12_2_2_9_7 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_12_2_2_9 ;
  x3do:nodeField 'set_trajectoryCurve' ;
  x3do:protoField 'set_trajectoryCurve' .
:connect_2_12_2_2_9_8 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_12_2_2_9 ;
  x3do:nodeField 'trajectoryCurve_changed' ;
  x3do:protoField 'trajectoryCurve_changed' .
:ROUTE_2_12_2_3 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :ProtoBody_2_12_2 ;
  x3do:fromField 'crossSectionCurve_changed' ;
  x3do:fromNode 'NurbsSweptSurfaceScript' ;
  x3do:toField 'coord' ;
  x3do:toNode 'NurbsSweptSurfaceFaceSet' .
:ROUTE_2_12_2_4 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :ProtoBody_2_12_2 ;
  x3do:fromField 'coordIndex' ;
  x3do:fromNode 'NurbsSweptSurfaceScript' ;
  x3do:toField 'set_coordIndex' ;
  x3do:toNode 'NurbsSweptSurfaceFaceSet' .
:ProtoDeclare_2_13 a owl:NamedIndividual, x3do:ProtoDeclare ;
  x3do:hasParent :Scene ;
  x3do:hasProtoInterface :ProtoInterface_2_13_1 ;
  x3do:hasProtoBody :ProtoBody_2_13_2 ;
  x3do:appinfo 'NurbsSwungSurface contains a profileCurve [X3DNurbsControlCurveNode] and a trajectoryCurve [X3DNurbsControlCurveNode]' ;
  x3do:documentation 'https://www.web3d.org/x3d/content/X3dTooltips.html#NurbsSwungSurface' ;
  x3do:name 'NurbsSwungSurface' .
:ProtoInterface_2_13_1 a owl:NamedIndividual, x3do:ProtoInterface ;
  x3do:hasParent :ProtoDeclare_2_13 ;
  x3do:hasField :field_2_13_1_1, :field_2_13_1_2, :field_2_13_1_3, :field_2_13_1_4, :field_2_13_1_5, :field_2_13_1_6, :field_2_13_1_7, :field_2_13_1_8, :field_2_13_1_9 .
:field_2_13_1_1 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_13_1 ;
  x3do:accessType 'inputOnly' ;
  x3do:appinfo '[X3DNurbsControlCurveNode]' ;
  x3do:name 'profileCurve' ;
  x3do:type 'SFNode' .
:field_2_13_1_2 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_13_1 ;
  x3do:accessType 'inputOnly' ;
  x3do:appinfo '[X3DNurbsControlCurveNode]' ;
  x3do:name 'trajectoryCurve' ;
  x3do:type 'SFNode' .
:field_2_13_1_3 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_13_1 ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'ccw' ;
  x3do:type 'SFBool' ;
  x3do:value true .
:field_2_13_1_4 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_13_1 ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'solid' ;
  x3do:type 'SFBool' ;
  x3do:value true .
:field_2_13_1_5 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_13_1 ;
  x3do:accessType 'inputOnly' ;
  x3do:name 'set_profileCurve' ;
  x3do:type 'SFNode' .
:field_2_13_1_6 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_13_1 ;
  x3do:accessType 'outputOnly' ;
  x3do:name 'profileCurve_changed' ;
  x3do:type 'SFNode' .
:field_2_13_1_7 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_13_1 ;
  x3do:accessType 'inputOnly' ;
  x3do:name 'set_trajectoryCurve' ;
  x3do:type 'SFNode' .
:field_2_13_1_8 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_13_1 ;
  x3do:accessType 'outputOnly' ;
  x3do:name 'trajectoryCurve_changed' ;
  x3do:type 'SFNode' .
:field_2_13_1_9 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_13_1 ;
  x3do:accessType 'inputOutput' ;
  x3do:appinfo 'Metadata node only' ;
  x3do:name 'metadata' ;
  x3do:type 'SFNode' .
:ProtoBody_2_13_2 a owl:NamedIndividual, x3do:ProtoBody ;
  x3do:hasParent :ProtoDeclare_2_13 ;
  x3do:hasGeometry :NurbsSwungSurfaceFaceSet ;
  x3do:hasChildren :NurbsSwungSurfaceScript ;
  x3do:hasROUTE :ROUTE_2_13_2_3, :ROUTE_2_13_2_4 .
:NurbsSwungSurfaceFaceSet a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :ProtoBody_2_13_2 ;
  x3do:hasIS :IS_2_13_2_1_1 ;
  x3do:hasCoord :NurbsSwungSurfaceCoordinate ;
  x3do:DEF 'NurbsSwungSurfaceFaceSet' ;
  x3do:creaseAngle 3.14 ;
  x3do:solid false .
:IS_2_13_2_1_1 a owl:NamedIndividual, x3do:IS ;
  x3do:hasParent :NurbsSwungSurfaceFaceSet ;
  x3do:hasConnect :connect_2_13_2_1_1_1, :connect_2_13_2_1_1_2 .
:connect_2_13_2_1_1_1 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_13_2_1_1 ;
  x3do:nodeField 'ccw' ;
  x3do:protoField 'ccw' .
:connect_2_13_2_1_1_2 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_13_2_1_1 ;
  x3do:nodeField 'solid' ;
  x3do:protoField 'solid' .
:NurbsSwungSurfaceCoordinate a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :NurbsSwungSurfaceFaceSet ;
  x3do:DEF 'NurbsSwungSurfaceCoordinate' .
:NurbsSwungSurfaceScript a owl:NamedIndividual, x3do:Script ;
  x3do:hasParent :ProtoBody_2_13_2 ;
  x3do:hasField :field_2_13_2_2_1, :field_2_13_2_2_2, :field_2_13_2_2_3, :field_2_13_2_2_4, :field_2_13_2_2_5, :field_2_13_2_2_6, :field_2_13_2_2_7, :field_2_13_2_2_8 ;
  x3do:hasIS :IS_2_13_2_2_9 ;
  x3do:DEF 'NurbsSwungSurfaceScript' ;
  x3do:directOutput true ;
  x3do:mustEvaluate true ;
  x3do:url '"NurbSwungSurface.class" "https://www.web3d.org/x3d/content/examples/Basic/NURBS/NurbSwungSurface.class"' .
:field_2_13_2_2_1 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :NurbsSwungSurfaceScript ;
  x3do:accessType 'inputOnly' ;
  x3do:appinfo '[X3DNurbsControlCurveNode]' ;
  x3do:name 'profileCurve' ;
  x3do:type 'SFNode' .
:field_2_13_2_2_2 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :NurbsSwungSurfaceScript ;
  x3do:accessType 'inputOnly' ;
  x3do:appinfo '[X3DNurbsControlCurveNode]' ;
  x3do:name 'trajectoryCurve' ;
  x3do:type 'SFNode' .
:field_2_13_2_2_3 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :NurbsSwungSurfaceScript ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'ccw' ;
  x3do:type 'SFBool' .
:field_2_13_2_2_4 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :NurbsSwungSurfaceScript ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'solid' ;
  x3do:type 'SFBool' .
:field_2_13_2_2_5 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :NurbsSwungSurfaceScript ;
  x3do:accessType 'inputOnly' ;
  x3do:name 'set_profileCurve' ;
  x3do:type 'SFNode' .
:field_2_13_2_2_6 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :NurbsSwungSurfaceScript ;
  x3do:accessType 'outputOnly' ;
  x3do:name 'profileCurve_changed' ;
  x3do:type 'SFNode' .
:field_2_13_2_2_7 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :NurbsSwungSurfaceScript ;
  x3do:accessType 'inputOnly' ;
  x3do:name 'set_trajectoryCurve' ;
  x3do:type 'SFNode' .
:field_2_13_2_2_8 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :NurbsSwungSurfaceScript ;
  x3do:accessType 'outputOnly' ;
  x3do:name 'trajectoryCurve_changed' ;
  x3do:type 'SFNode' .
:IS_2_13_2_2_9 a owl:NamedIndividual, x3do:IS ;
  x3do:hasParent :NurbsSwungSurfaceScript ;
  x3do:hasConnect :connect_2_13_2_2_9_1, :connect_2_13_2_2_9_2, :connect_2_13_2_2_9_3, :connect_2_13_2_2_9_4, :connect_2_13_2_2_9_5, :connect_2_13_2_2_9_6, :connect_2_13_2_2_9_7, :connect_2_13_2_2_9_8 .
:connect_2_13_2_2_9_1 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_13_2_2_9 ;
  x3do:nodeField 'profileCurve' ;
  x3do:protoField 'profileCurve' .
:connect_2_13_2_2_9_2 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_13_2_2_9 ;
  x3do:nodeField 'trajectoryCurve' ;
  x3do:protoField 'trajectoryCurve' .
:connect_2_13_2_2_9_3 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_13_2_2_9 ;
  x3do:nodeField 'ccw' ;
  x3do:protoField 'ccw' .
:connect_2_13_2_2_9_4 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_13_2_2_9 ;
  x3do:nodeField 'solid' ;
  x3do:protoField 'solid' .
:connect_2_13_2_2_9_5 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_13_2_2_9 ;
  x3do:nodeField 'set_profileCurve' ;
  x3do:protoField 'set_profileCurve' .
:connect_2_13_2_2_9_6 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_13_2_2_9 ;
  x3do:nodeField 'profileCurve_changed' ;
  x3do:protoField 'profileCurve_changed' .
:connect_2_13_2_2_9_7 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_13_2_2_9 ;
  x3do:nodeField 'set_trajectoryCurve' ;
  x3do:protoField 'set_trajectoryCurve' .
:connect_2_13_2_2_9_8 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_13_2_2_9 ;
  x3do:nodeField 'trajectoryCurve_changed' ;
  x3do:protoField 'trajectoryCurve_changed' .
:ROUTE_2_13_2_3 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :ProtoBody_2_13_2 ;
  x3do:fromField 'coord' ;
  x3do:fromNode 'NurbsSwungSurfaceScript' ;
  x3do:toField 'set_point' ;
  x3do:toNode 'NurbsSwungSurfaceCoordinate' .
:ROUTE_2_13_2_4 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :ProtoBody_2_13_2 ;
  x3do:fromField 'coordIndex' ;
  x3do:fromNode 'NurbsSwungSurfaceScript' ;
  x3do:toField 'set_coordIndex' ;
  x3do:toNode 'NurbsSwungSurfaceFaceSet' .
:ProtoDeclare_2_14 a owl:NamedIndividual, x3do:ProtoDeclare ;
  x3do:hasParent :Scene ;
  x3do:hasProtoInterface :ProtoInterface_2_14_1 ;
  x3do:hasProtoBody :ProtoBody_2_14_2 ;
  x3do:appinfo 'NurbsTextureCoordinate describes a 3D NURBS surface in the parametric domain of its surface host specifying mapping of texture onto the surface. The SFNode controlPoint field can contain a single Coordinate or CoordinateDouble node.' ;
  x3do:documentation 'https://www.web3d.org/x3d/content/X3dTooltips.html#NurbsTextureCoordinate' ;
  x3do:name 'NurbsTextureCoordinate' .
:ProtoInterface_2_14_1 a owl:NamedIndividual, x3do:ProtoInterface ;
  x3do:hasParent :ProtoDeclare_2_14 ;
  x3do:hasField :field_2_14_1_1, :field_2_14_1_2, :field_2_14_1_3, :field_2_14_1_4, :field_2_14_1_5, :field_2_14_1_6, :field_2_14_1_7, :field_2_14_1_8, :field_2_14_1_9, :field_2_14_1_10, :field_2_14_1_11, :field_2_14_1_12, :field_2_14_1_13 .
:field_2_14_1_1 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_14_1 ;
  x3do:accessType 'initializeOnly' ;
  x3do:appinfo 'range (-∞,∞)' ;
  x3do:name 'controlPoint' ;
  x3do:type 'MFVec2f' .
:field_2_14_1_2 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_14_1 ;
  x3do:accessType 'initializeOnly' ;
  x3do:appinfo 'range (0,∞)' ;
  x3do:name 'weight' ;
  x3do:type 'MFFloat' .
:field_2_14_1_3 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_14_1 ;
  x3do:accessType 'initializeOnly' ;
  x3do:appinfo 'range [0,∞)' ;
  x3do:name 'uDimension' ;
  x3do:type 'SFInt32' ;
  x3do:value 0 .
:field_2_14_1_4 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_14_1 ;
  x3do:accessType 'initializeOnly' ;
  x3do:appinfo 'range (-∞,∞)' ;
  x3do:name 'uKnot' ;
  x3do:type 'MFDouble' .
:field_2_14_1_5 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_14_1 ;
  x3do:accessType 'initializeOnly' ;
  x3do:appinfo 'range [2,∞)' ;
  x3do:name 'uOrder' ;
  x3do:type 'SFInt32' ;
  x3do:value 3 .
:field_2_14_1_6 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_14_1 ;
  x3do:accessType 'initializeOnly' ;
  x3do:appinfo 'range [0,∞)' ;
  x3do:name 'vDimension' ;
  x3do:type 'SFInt32' ;
  x3do:value 0 .
:field_2_14_1_7 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_14_1 ;
  x3do:accessType 'initializeOnly' ;
  x3do:appinfo 'range (-∞,∞)' ;
  x3do:name 'vKnot' ;
  x3do:type 'MFDouble' .
:field_2_14_1_8 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_14_1 ;
  x3do:accessType 'initializeOnly' ;
  x3do:appinfo 'range [2,∞)' ;
  x3do:name 'vOrder' ;
  x3do:type 'SFInt32' ;
  x3do:value 3 .
:field_2_14_1_9 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_14_1 ;
  x3do:accessType 'inputOnly' ;
  x3do:name 'set_controlPoint' ;
  x3do:type 'MFVec2f' .
:field_2_14_1_10 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_14_1 ;
  x3do:accessType 'outputOnly' ;
  x3do:name 'controlPoint_changed' ;
  x3do:type 'MFVec2f' .
:field_2_14_1_11 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_14_1 ;
  x3do:accessType 'inputOnly' ;
  x3do:name 'set_weight' ;
  x3do:type 'MFFloat' .
:field_2_14_1_12 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_14_1 ;
  x3do:accessType 'outputOnly' ;
  x3do:name 'weight_changed' ;
  x3do:type 'MFFloat' .
:field_2_14_1_13 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_14_1 ;
  x3do:accessType 'inputOutput' ;
  x3do:appinfo 'Metadata node only' ;
  x3do:name 'metadata' ;
  x3do:type 'SFNode' .
:ProtoBody_2_14_2 a owl:NamedIndividual, x3do:ProtoBody ;
  x3do:hasParent :ProtoDeclare_2_14 ;
  x3do:hasGeometry :NurbsTextureCoordinateIls ;
  x3do:hasChildren :NurbsTextureCoordinateScript .
:NurbsTextureCoordinateIls a owl:NamedIndividual, x3do:IndexedLineSet ;
  x3do:hasParent :ProtoBody_2_14_2 ;
  x3do:hasCoord :NurbsTextureCoordinateIlsCoordinate ;
  x3do:DEF 'NurbsTextureCoordinateIls' ;
  x3do:coordIndex ( 1 2 3 -1 5 6 7 -1 ) .
:NurbsTextureCoordinateIlsCoordinate a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :NurbsTextureCoordinateIls ;
  x3do:hasIS :IS_2_14_2_1_1_1 ;
  x3do:DEF 'NurbsTextureCoordinateIlsCoordinate' .
:IS_2_14_2_1_1_1 a owl:NamedIndividual, x3do:IS ;
  x3do:hasParent :NurbsTextureCoordinateIlsCoordinate ;
  x3do:hasConnect :connect_2_14_2_1_1_1_1 .
:connect_2_14_2_1_1_1_1 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_14_2_1_1_1 ;
  x3do:nodeField 'point' ;
  x3do:protoField 'controlPoint' .
:NurbsTextureCoordinateScript a owl:NamedIndividual, x3do:Script ;
  x3do:hasParent :ProtoBody_2_14_2 ;
  x3do:hasField :field_2_14_2_2_1, :field_2_14_2_2_2, :field_2_14_2_2_3, :field_2_14_2_2_4 ;
  x3do:hasIS :IS_2_14_2_2_5 ;
  x3do:DEF 'NurbsTextureCoordinateScript' ;
  x3do:directOutput true ;
  x3do:sourceCode """
ecmascript:
function initialize() {
        //Browser.println ('Sorry, your browser does not support NURBS nodes');
        counter = 0;
        number = 0;
        localCoordIndex = new MFInt32();
        localCoordIndex.length = 2*vDimension * uDimension + uDimension + vDimension;

        for(v=0; v<vDimension;v++)
        {
                for(u=0; u<uDimension;u++)
                {
                        localCoordIndex[counter] = number;
                        counter++;
                        number++;
                }
                localCoordIndex[counter] = -1; counter++;
        }

        for(u=0; u<uDimension;u++)
        {
                for(v=0; v<vDimension;v++)
                {
                        localCoordIndex[counter] = v*uDimension + u;
                        counter++;
                        number++;
                }
                localCoordIndex[counter] = -1; counter++;
        }
        ils.set_coordIndex = localCoordIndex;
}
""" .
:field_2_14_2_2_1 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :NurbsTextureCoordinateScript ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'uDimension' ;
  x3do:type 'SFInt32' .
:field_2_14_2_2_2 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :NurbsTextureCoordinateScript ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'vDimension' ;
  x3do:type 'SFInt32' .
:field_2_14_2_2_3 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :NurbsTextureCoordinateScript ;
  x3do:hasGeometry :NurbsTextureCoordinateIls-USE-1 ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'ils' ;
  x3do:type 'SFNode' .
:NurbsTextureCoordinateIls-USE-1 a owl:NamedIndividual, x3do:IndexedLineSet ;
  x3do:hasParent :field_2_14_2_2_3 ;
  owl:sameAs :NurbsTextureCoordinateIls . # DEF matching this USE
:field_2_14_2_2_4 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :NurbsTextureCoordinateScript ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'localCoordIndex' ;
  x3do:type 'MFInt32' .
:IS_2_14_2_2_5 a owl:NamedIndividual, x3do:IS ;
  x3do:hasParent :NurbsTextureCoordinateScript ;
  x3do:hasConnect :connect_2_14_2_2_5_1, :connect_2_14_2_2_5_2 .
:connect_2_14_2_2_5_1 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_14_2_2_5 ;
  x3do:nodeField 'uDimension' ;
  x3do:protoField 'uDimension' .
:connect_2_14_2_2_5_2 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_14_2_2_5 ;
  x3do:nodeField 'vDimension' ;
  x3do:protoField 'vDimension' .
:ProtoDeclare_2_15 a owl:NamedIndividual, x3do:ProtoDeclare ;
  x3do:hasParent :Scene ;
  x3do:hasProtoInterface :ProtoInterface_2_15_1 ;
  x3do:hasProtoBody :ProtoBody_2_15_2 ;
  x3do:appinfo 'NurbsTrimmedSurface generates texture coordinates from a Non-rational Uniform B-Spline (NURBS) surface.' ;
  x3do:documentation 'https://www.web3d.org/x3d/content/X3dTooltips.html#NurbsTrimmedSurface' ;
  x3do:name 'NurbsTrimmedCoordinate' .
:ProtoInterface_2_15_1 a owl:NamedIndividual, x3do:ProtoInterface ;
  x3do:hasParent :ProtoDeclare_2_15 ;
  x3do:hasField :field_2_15_1_1, :field_2_15_1_2, :field_2_15_1_3, :field_2_15_1_4, :field_2_15_1_5, :field_2_15_1_6, :field_2_15_1_7, :field_2_15_1_8, :field_2_15_1_9, :field_2_15_1_10, :field_2_15_1_11, :field_2_15_1_12, :field_2_15_1_13, :field_2_15_1_14, :field_2_15_1_15, :field_2_15_1_16, :field_2_15_1_17, :field_2_15_1_18, :field_2_15_1_19, :field_2_15_1_20, :field_2_15_1_21, :field_2_15_1_22, :field_2_15_1_23, :field_2_15_1_24, :field_2_15_1_25, :field_2_15_1_26, :field_2_15_1_27, :field_2_15_1_28, :field_2_15_1_29, :field_2_15_1_30, :field_2_15_1_31 .
:field_2_15_1_1 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_15_1 ;
  x3do:accessType 'inputOnly' ;
  x3do:appinfo 'Contour2D' ;
  x3do:name 'addTrimmingContour' ;
  x3do:type 'MFNode' .
:field_2_15_1_2 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_15_1 ;
  x3do:accessType 'inputOnly' ;
  x3do:appinfo 'Contour2D' ;
  x3do:name 'removeTrimmingContour' ;
  x3do:type 'MFNode' .
:field_2_15_1_3 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_15_1 ;
  x3do:hasControlPoint :Coordinate_2_15_1_3_1 ;
  x3do:accessType 'initializeOnly' ;
  x3do:appinfo '[X3DCoordinateNode]' ;
  x3do:name 'controlPoint' ;
  x3do:type 'SFNode' .
:Coordinate_2_15_1_3_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :field_2_15_1_3 .
:field_2_15_1_4 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_15_1 ;
  x3do:hasTexCoord :TextureCoordinate_2_15_1_4_1 ;
  x3do:accessType 'initializeOnly' ;
  x3do:appinfo 'X3DTextureCoordinateNode|NurbsTextureCoordinate' ;
  x3do:name 'texCoord' ;
  x3do:type 'SFNode' .
:TextureCoordinate_2_15_1_4_1 a owl:NamedIndividual, x3do:TextureCoordinate ;
  x3do:hasParent :field_2_15_1_4 .
:field_2_15_1_5 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_15_1 ;
  x3do:hasTrimmingContour :Contour2D_2_15_1_5_1 ;
  x3do:accessType 'initializeOnly' ;
  x3do:appinfo 'Contour2D' ;
  x3do:name 'trimmingContour' ;
  x3do:type 'MFNode' .
:Contour2D_2_15_1_5_1 a owl:NamedIndividual, x3do:Contour2D ;
  x3do:hasParent :field_2_15_1_5 .
:field_2_15_1_6 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_15_1 ;
  x3do:accessType 'initializeOnly' ;
  x3do:appinfo 'range (-∞,∞)' ;
  x3do:name 'uTessellation' ;
  x3do:type 'SFInt32' ;
  x3do:value 0 .
:field_2_15_1_7 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_15_1 ;
  x3do:accessType 'initializeOnly' ;
  x3do:appinfo 'range (-∞,∞)' ;
  x3do:name 'vTessellation' ;
  x3do:type 'SFInt32' ;
  x3do:value 0 .
:field_2_15_1_8 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_15_1 ;
  x3do:accessType 'initializeOnly' ;
  x3do:appinfo 'range (0,∞)' ;
  x3do:name 'weight' ;
  x3do:type 'MFDouble' .
:field_2_15_1_9 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_15_1 ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'solid' ;
  x3do:type 'SFBool' ;
  x3do:value true .
:field_2_15_1_10 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_15_1 ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'uClosed' ;
  x3do:type 'SFBool' ;
  x3do:value false .
:field_2_15_1_11 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_15_1 ;
  x3do:accessType 'initializeOnly' ;
  x3do:appinfo 'range [0,∞)' ;
  x3do:name 'uDimension' ;
  x3do:type 'SFInt32' ;
  x3do:value 0 .
:field_2_15_1_12 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_15_1 ;
  x3do:accessType 'initializeOnly' ;
  x3do:appinfo 'range (-∞,∞)' ;
  x3do:name 'uKnot' ;
  x3do:type 'MFDouble' .
:field_2_15_1_13 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_15_1 ;
  x3do:accessType 'initializeOnly' ;
  x3do:appinfo 'range [2,∞)' ;
  x3do:name 'uOrder' ;
  x3do:type 'SFInt32' ;
  x3do:value 3 .
:field_2_15_1_14 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_15_1 ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'vClosed' ;
  x3do:type 'SFBool' ;
  x3do:value false .
:field_2_15_1_15 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_15_1 ;
  x3do:accessType 'initializeOnly' ;
  x3do:appinfo 'range [0,∞)' ;
  x3do:name 'vDimension' ;
  x3do:type 'SFInt32' ;
  x3do:value 0 .
:field_2_15_1_16 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_15_1 ;
  x3do:accessType 'initializeOnly' ;
  x3do:appinfo 'range (-∞,∞)' ;
  x3do:name 'vKnot' ;
  x3do:type 'MFDouble' .
:field_2_15_1_17 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_15_1 ;
  x3do:accessType 'initializeOnly' ;
  x3do:appinfo 'range [2,∞)' ;
  x3do:name 'vOrder' ;
  x3do:type 'SFInt32' ;
  x3do:value 3 .
:field_2_15_1_18 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_15_1 ;
  x3do:accessType 'inputOnly' ;
  x3do:name 'set_controlPoint' ;
  x3do:type 'SFNode' .
:field_2_15_1_19 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_15_1 ;
  x3do:accessType 'outputOnly' ;
  x3do:name 'controlPoint_changed' ;
  x3do:type 'SFNode' .
:field_2_15_1_20 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_15_1 ;
  x3do:accessType 'inputOnly' ;
  x3do:name 'set_texCoord' ;
  x3do:type 'SFNode' .
:field_2_15_1_21 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_15_1 ;
  x3do:accessType 'outputOnly' ;
  x3do:name 'texCoord_changed' ;
  x3do:type 'SFNode' .
:field_2_15_1_22 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_15_1 ;
  x3do:accessType 'inputOnly' ;
  x3do:name 'set_trimmingContour' ;
  x3do:type 'MFNode' .
:field_2_15_1_23 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_15_1 ;
  x3do:accessType 'outputOnly' ;
  x3do:name 'trimmingContour_changed' ;
  x3do:type 'MFNode' .
:field_2_15_1_24 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_15_1 ;
  x3do:accessType 'inputOnly' ;
  x3do:name 'set_uTessellation' ;
  x3do:type 'SFInt32' .
:field_2_15_1_25 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_15_1 ;
  x3do:accessType 'outputOnly' ;
  x3do:name 'uTessellation_changed' ;
  x3do:type 'SFInt32' .
:field_2_15_1_26 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_15_1 ;
  x3do:accessType 'inputOnly' ;
  x3do:name 'set_vTessellation' ;
  x3do:type 'SFInt32' .
:field_2_15_1_27 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_15_1 ;
  x3do:accessType 'outputOnly' ;
  x3do:name 'vTessellation_changed' ;
  x3do:type 'SFInt32' .
:field_2_15_1_28 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_15_1 ;
  x3do:accessType 'inputOnly' ;
  x3do:name 'set_weight' ;
  x3do:type 'MFDouble' .
:field_2_15_1_29 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_15_1 ;
  x3do:accessType 'outputOnly' ;
  x3do:name 'weight_changed' ;
  x3do:type 'MFDouble' .
:field_2_15_1_30 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_15_1 ;
  x3do:accessType 'inputOutput' ;
  x3do:appinfo 'Metadata node only' ;
  x3do:name 'metadata' ;
  x3do:type 'SFNode' .
:field_2_15_1_31 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_15_1 ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'localCoordIndex' ;
  x3do:type 'MFInt32' .
:ProtoBody_2_15_2 a owl:NamedIndividual, x3do:ProtoBody ;
  x3do:hasParent :ProtoDeclare_2_15 ;
  x3do:hasGeometry :NurbsTextureSurfaceIls ;
  x3do:hasChildren :NurbsTextureSurfaceScript .
:NurbsTextureSurfaceIls a owl:NamedIndividual, x3do:IndexedLineSet ;
  x3do:hasParent :ProtoBody_2_15_2 ;
  x3do:hasCoord :NurbsTextureSurfaceIlsCoordinate ;
  x3do:DEF 'NurbsTextureSurfaceIls' ;
  x3do:coordIndex ( 1 2 3 -1 5 6 7 -1 ) .
:NurbsTextureSurfaceIlsCoordinate a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :NurbsTextureSurfaceIls ;
  x3do:hasIS :IS_2_15_2_1_1_1 ;
  x3do:DEF 'NurbsTextureSurfaceIlsCoordinate' .
:IS_2_15_2_1_1_1 a owl:NamedIndividual, x3do:IS ;
  x3do:hasParent :NurbsTextureSurfaceIlsCoordinate ;
  x3do:hasConnect :connect_2_15_2_1_1_1_1 .
:connect_2_15_2_1_1_1_1 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_15_2_1_1_1 ;
  x3do:nodeField 'point' ;
  x3do:protoField 'controlPoint' .
:NurbsTextureSurfaceScript a owl:NamedIndividual, x3do:Script ;
  x3do:hasParent :ProtoBody_2_15_2 ;
  x3do:hasField :field_2_15_2_2_1, :field_2_15_2_2_2, :field_2_15_2_2_3 ;
  x3do:hasIS :IS_2_15_2_2_4 ;
  x3do:DEF 'NurbsTextureSurfaceScript' ;
  x3do:directOutput true ;
  x3do:sourceCode """
ecmascript:
function initialize() {
    //Browser.println ('Sorry, your browser does not support NURBS nodes');
    counter = 0;
    number = 0;
    localCoordIndex = new MFInt32();
    localCoordIndexlength = 2*vDimension * uDimension + uDimension + vDimension;

    for(v=0; v<vDimension;v++)
    {
            for(u=0; u<uDimension;u++)
            {
                    localCoordIndex[counter] = number;
                    counter++;
                    number++;
            }
            localCoordIndex[counter] = -1; counter++;
    }
    for(u=0; u<uDimension;u++)
    {
            for(v=0; v<vDimension;v++)
            {
                    localCoordIndex[counter] = v*uDimension + u;
                    counter++;
                    number++;
            }
            localCoordIndex[counter] = -1; counter++;
    }
    ils.set_coordIndex = localCoordIndex;
}
""" .
:field_2_15_2_2_1 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :NurbsTextureSurfaceScript ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'uDimension' ;
  x3do:type 'SFInt32' .
:field_2_15_2_2_2 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :NurbsTextureSurfaceScript ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'vDimension' ;
  x3do:type 'SFInt32' .
:field_2_15_2_2_3 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :NurbsTextureSurfaceScript ;
  x3do:hasGeometry :NurbsTextureSurfaceIls-USE-1 ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'ils' ;
  x3do:type 'SFNode' .
:NurbsTextureSurfaceIls-USE-1 a owl:NamedIndividual, x3do:IndexedLineSet ;
  x3do:hasParent :field_2_15_2_2_3 ;
  owl:sameAs :NurbsTextureSurfaceIls . # DEF matching this USE
:IS_2_15_2_2_4 a owl:NamedIndividual, x3do:IS ;
  x3do:hasParent :NurbsTextureSurfaceScript ;
  x3do:hasConnect :connect_2_15_2_2_4_1, :connect_2_15_2_2_4_2 .
:connect_2_15_2_2_4_1 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_15_2_2_4 ;
  x3do:nodeField 'uDimension' ;
  x3do:protoField 'uDimension' .
:connect_2_15_2_2_4_2 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_15_2_2_4 ;
  x3do:nodeField 'vDimension' ;
  x3do:protoField 'vDimension' .
:Shape_2_16 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Scene ;
  x3do:hasAppearance :Appearance_2_16_1 ;
  x3do:hasGeometry :Text_2_16_2 .
:Appearance_2_16_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_16 ;
  x3do:hasMaterial :Material_2_16_1_1 .
:Material_2_16_1_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_16_1 ;
  x3do:diffuseColor ( 0.8 0.6 0.2 ) .
:Text_2_16_2 a owl:NamedIndividual, x3do:Text ;
  x3do:hasParent :Shape_2_16 ;
  x3do:hasFontStyle :FontStyle_2_16_2_1 ;
  x3do:string '"NurbsPrototypes is a" "developmental file for" "Nurbs implementations."' .
:FontStyle_2_16_2_1 a owl:NamedIndividual, x3do:FontStyle ;
  x3do:hasParent :Text_2_16_2 ;
  x3do:justify '"MIDDLE" "MIDDLE"' ;
  x3do:size 0.7 .
