@prefix :        <https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/GeometricShapes/ExtrusionExamplesTest.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.0.xsd#> .
@prefix x3do:    <https://www.web3d.org/specifications/X3dOntology4.0#> .

:X3D a owl:NamedIndividual, x3do:X3D ;
  x3do:hasHead :head ;
  x3do:hasScene :Scene ;
  x3do:profile 'Immersive' ;
  x3do:version '3.3' ;
  x3do:noNamespaceSchemaLocation 'https://www.web3d.org/specifications/x3d-3.3.xsd' .
:head a owl:NamedIndividual, x3do:head ;
  x3do:hasParent :X3D ;
  x3do:hasMeta :meta_1_1, :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 .
:meta_1_1 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'ExtrusionExamplesTest.x3d' ;
  x3do:name 'title' .
:meta_1_2 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Extrusion examples for testing and debugging' ;
  x3do:name 'description' .
:meta_1_3 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Don Brutzman' ;
  x3do:name 'creator' .
:meta_1_4 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '18 August 2012' ;
  x3do:name 'created' .
:meta_1_5 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '20 October 2019' ;
  x3do:name 'modified' .
:meta_1_6 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'several tests (marked TODO) are failing under Xj3D but work satisfactorily on other X3D players' ;
  x3do:name 'warning' .
:meta_1_7 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'ExtrusionExamplesTest.BScontact.png' ;
  x3do:name 'Image' .
:meta_1_8 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'ExtrusionExamplesTest.Coin3D.png' ;
  x3do:name 'Image' .
:meta_1_9 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'ExtrusionExamplesTest.FreeWrl.png' ;
  x3do:name 'Image' .
:meta_1_10 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'ExtrusionExamplesTest.H3DViewer.png' ;
  x3do:name 'Image' .
:meta_1_11 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'ExtrusionExamplesTest.InstantReality.png' ;
  x3do:name 'Image' .
:meta_1_12 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'ExtrusionExamplesTest.OctagaVS.png' ;
  x3do:name 'Image' .
:meta_1_13 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'ExtrusionExamplesTest.view3dscene.png' ;
  x3do:name 'Image' .
:meta_1_14 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'ExtrusionExamplesTest.X3DOM.png' ;
  x3do:name 'Image' .
:meta_1_15 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'ExtrusionExamplesTest.Xj3D.png' ;
  x3do:name 'Image' .
:meta_1_16 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'ExtrusionExamplesTestXj3dConsoleOutput.txt' ;
  x3do:name 'reference' .
:meta_1_17 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/GeometricShapes/ExtrusionExamplesTest.x3d' ;
  x3do:name 'identifier' .
: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 "ExtrusionExamplesTest.x3d" .
:meta dcterms:description "Extrusion examples for testing and debugging" .
:meta dcterms:creator "Don Brutzman" .
:meta dcterms:created "18 August 2012" .
:meta dcterms:modified "20 October 2019" .
:meta dcterms:warning "several tests (marked TODO) are failing under Xj3D but work satisfactorily on other X3D players" .
:meta dcterms:Image "ExtrusionExamplesTest.BScontact.png" .
:meta dcterms:Image "ExtrusionExamplesTest.Coin3D.png" .
:meta dcterms:Image "ExtrusionExamplesTest.FreeWrl.png" .
:meta dcterms:Image "ExtrusionExamplesTest.H3DViewer.png" .
:meta dcterms:Image "ExtrusionExamplesTest.InstantReality.png" .
:meta dcterms:Image "ExtrusionExamplesTest.OctagaVS.png" .
:meta dcterms:Image "ExtrusionExamplesTest.view3dscene.png" .
:meta dcterms:Image "ExtrusionExamplesTest.X3DOM.png" .
:meta dcterms:Image "ExtrusionExamplesTest.Xj3D.png" .
:meta dcterms:reference "ExtrusionExamplesTestXj3dConsoleOutput.txt" .
:meta dcterms:identifier "https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/GeometricShapes/ExtrusionExamplesTest.x3d" .
: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, :Viewpoint_2_2, :Background_2_3, :Transform_2_4, :Transform_2_5, :Transform_2_6, :Transform_2_7, :Transform_2_8, :Transform_2_9, :Transform_2_10, :Transform_2_11, :Transform_2_12, :Transform_2_13 .
:WorldInfo_2_1 a owl:NamedIndividual, x3do:WorldInfo ;
  x3do:hasParent :Scene ;
  x3do:title 'ExtrusionExamplesTest.x3d' .
:Viewpoint_2_2 a owl:NamedIndividual, x3do:Viewpoint ;
  x3do:hasParent :Scene ;
  x3do:description 'Extrusion examples' ;
  x3do:orientation ( 1 0 0 -0.244979 ) ;
  x3do:position ( 0 4 16 ) .
:Background_2_3 a owl:NamedIndividual, x3do:Background ;
  x3do:hasParent :Scene ;
  x3do:skyColor ( 0.380392 0.607843 1 ) .
:Transform_2_4 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Viewpoint_2_4_1, :Shape_2_4_2 ;
  x3do:translation ( -6 1 0 ) .
:Viewpoint_2_4_1 a owl:NamedIndividual, x3do:Viewpoint ;
  x3do:hasParent :Transform_2_4 ;
  x3do:description 'Extrusion1 Default' ;
  x3do:position ( 0 0 4 ) .
:Shape_2_4_2 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_4 ;
  x3do:hasGeometry :Extrusion1Default ;
  x3do:hasAppearance :AppearanceDefault .
:Extrusion1Default a owl:NamedIndividual, x3do:Extrusion ;
  x3do:hasParent :Shape_2_4_2 ;
  x3do:DEF 'Extrusion1Default' .
:AppearanceDefault a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_4_2 ;
  x3do:hasMaterial :Material_2_4_2_2_1 ;
  x3do:DEF 'AppearanceDefault' .
:Material_2_4_2_2_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :AppearanceDefault ;
  x3do:emissiveColor ( 0.24 0.2 0.8 ) .
:Transform_2_5 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Viewpoint_2_5_1, :Shape_2_5_2 ;
  x3do:translation ( -3 1 0 ) .
:Viewpoint_2_5_1 a owl:NamedIndividual, x3do:Viewpoint ;
  x3do:hasParent :Transform_2_5 ;
  x3do:description 'Extrusion2 CircularCrossSection12' ;
  x3do:position ( 0 0 4 ) .
:Shape_2_5_2 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_5 ;
  x3do:hasGeometry :Extrusion2CircularCrossSection12 ;
  x3do:hasAppearance :AppearanceDefault-USE-1 .
:Extrusion2CircularCrossSection12 a owl:NamedIndividual, x3do:Extrusion ;
  x3do:hasParent :Shape_2_5_2 ;
  x3do:DEF 'Extrusion2CircularCrossSection12' ;
  x3do:crossSection ( 0 1 0.5 0.866 0.866 0.5 1 0 0.866 -0.5 0.5 -0.866 0 -1 -0.5 -0.866 -0.866 -0.5 -1 -0 -0.866 0.5 -0.5 0.866 0 1 ) .
:AppearanceDefault-USE-1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_5_2 ;
  owl:sameAs :AppearanceDefault . # DEF matching this USE
:Transform_2_6 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Viewpoint_2_6_1, :Shape_2_6_2 ;
  x3do:translation ( 0 1 0 ) .
:Viewpoint_2_6_1 a owl:NamedIndividual, x3do:Viewpoint ;
  x3do:hasParent :Transform_2_6 ;
  x3do:description 'Extrusion3 CircularCrossSection60' ;
  x3do:position ( 0 0 4 ) .
:Shape_2_6_2 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_6 ;
  x3do:hasGeometry :Extrusion3CircularCrossSection60 ;
  x3do:hasAppearance :AppearanceDefault-USE-2 .
:Extrusion3CircularCrossSection60 a owl:NamedIndividual, x3do:Extrusion ;
  x3do:hasParent :Shape_2_6_2 ;
  x3do:DEF 'Extrusion3CircularCrossSection60' ;
  x3do:crossSection ( 0 1 0.105 0.995 0.208 0.978 0.309 0.951 0.407 0.914 0.5 0.866 0.588 0.809 0.669 0.743 0.743 0.669 0.809 0.588 0.866 0.5 0.914 0.407 0.951 0.309 0.978 0.208 0.995 0.105 1 0 0.995 -0.105 0.978 -0.208 0.951 -0.309 0.914 -0.407 0.866 -0.5 0.809 -0.588 0.743 -0.669 0.669 -0.743 0.588 -0.809 0.5 -0.866 0.407 -0.914 0.309 -0.951 0.208 -0.978 0.105 -0.995 0 -1 -0.105 -0.995 -0.208 -0.978 -0.309 -0.951 -0.407 -0.914 -0.5 -0.866 -0.588 -0.809 -0.669 -0.743 -0.743 -0.669 -0.809 -0.588 -0.866 -0.5 -0.914 -0.407 -0.951 -0.309 -0.978 -0.208 -0.995 -0.105 -1 -0 -0.995 0.105 -0.978 0.208 -0.951 0.309 -0.914 0.407 -0.866 0.5 -0.809 0.588 -0.743 0.669 -0.669 0.743 -0.588 0.809 -0.5 0.866 -0.407 0.914 -0.309 0.951 -0.208 0.978 -0.105 0.995 0 1 ) .
:AppearanceDefault-USE-2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_6_2 ;
  owl:sameAs :AppearanceDefault . # DEF matching this USE
:Transform_2_7 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Viewpoint_2_7_1, :Shape_2_7_2 ;
  x3do:rotation ( 0 0 1 0.261799 ) ;
  x3do:translation ( 3 1 0 ) .
:Viewpoint_2_7_1 a owl:NamedIndividual, x3do:Viewpoint ;
  x3do:hasParent :Transform_2_7 ;
  x3do:description 'Extrusion4 CircularCrossSection12SemiCircularSpine' ;
  x3do:position ( 0 0 4 ) .
:Shape_2_7_2 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_7 ;
  x3do:hasGeometry :Extrusion4CircularCrossSection12SemiCircularSpine ;
  x3do:hasAppearance :AppearanceDefault-USE-3 .
:Extrusion4CircularCrossSection12SemiCircularSpine a owl:NamedIndividual, x3do:Extrusion ;
  x3do:hasParent :Shape_2_7_2 ;
  x3do:DEF 'Extrusion4CircularCrossSection12SemiCircularSpine' ;
  x3do:crossSection ( 0 1 0.5 0.866 0.866 0.5 1 0 0.866 -0.5 0.5 -0.866 0 -1 -0.5 -0.866 -0.866 -0.5 -1 -0 -0.866 0.5 -0.5 0.866 0 1 ) ;
  x3do:scale ( 0.2 0.2 ) ;
  x3do:spine ( -1 0 0 -0.866 0.5 0 -0.5 0.866 0 0 1 0 0.5 0.866 0 0.866 0.5 0 1 0 0 0.866 -0.5 0 ) .
:AppearanceDefault-USE-3 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_7_2 ;
  owl:sameAs :AppearanceDefault . # DEF matching this USE
:Transform_2_8 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Viewpoint_2_8_1, :Shape_2_8_2 ;
  x3do:translation ( 6 2 0 ) .
:Viewpoint_2_8_1 a owl:NamedIndividual, x3do:Viewpoint ;
  x3do:hasParent :Transform_2_8 ;
  x3do:description 'Extrusion5 CircularCrossSection12CircularSpine' ;
  x3do:position ( 0 0 4 ) .
:Shape_2_8_2 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_8 ;
  x3do:hasGeometry :Extrusion5CircularCrossSection12CircularSpine ;
  x3do:hasAppearance :AppearanceDefault-USE-4 .
:Extrusion5CircularCrossSection12CircularSpine a owl:NamedIndividual, x3do:Extrusion ;
  x3do:hasParent :Shape_2_8_2 ;
  x3do:DEF 'Extrusion5CircularCrossSection12CircularSpine' ;
  x3do:crossSection ( 0 1 0.5 0.866 0.866 0.5 1 0 0.866 -0.5 0.5 -0.866 0 -1 -0.5 -0.866 -0.866 -0.5 -1 -0 -0.866 0.5 -0.5 0.866 0 1 ) ;
  x3do:scale ( 0.2 0.2 ) ;
  x3do:spine ( 0 1 0 0.5 0.866 0 0.866 0.5 0 1 0 0 0.866 -0.5 0 0.5 -0.866 0 0 -1 0 -0.5 -0.866 0 -0.866 -0.5 0 -1 -0 0 -0.866 0.5 0 -0.5 0.866 0 0 1 0 ) .
:AppearanceDefault-USE-4 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_8_2 ;
  owl:sameAs :AppearanceDefault . # DEF matching this USE
:Transform_2_9 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Viewpoint_2_9_1, :Shape_2_9_2 ;
  x3do:translation ( -6.5 -1 0 ) .
:Viewpoint_2_9_1 a owl:NamedIndividual, x3do:Viewpoint ;
  x3do:hasParent :Transform_2_9 ;
  x3do:description 'Extrusion6 DefaultSideways' ;
  x3do:position ( 0 0 4 ) .
:Shape_2_9_2 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_9 ;
  x3do:hasGeometry :Extrusion6DefaultSideways ;
  x3do:hasAppearance :AppearanceDefault-USE-5 .
:Extrusion6DefaultSideways a owl:NamedIndividual, x3do:Extrusion ;
  x3do:hasParent :Shape_2_9_2 ;
  x3do:DEF 'Extrusion6DefaultSideways' ;
  x3do:spine ( 0 0 0 1 0 0 ) .
:AppearanceDefault-USE-5 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_9_2 ;
  owl:sameAs :AppearanceDefault . # DEF matching this USE
:Transform_2_10 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Viewpoint_2_10_1, :Shape_2_10_2 ;
  x3do:translation ( -4 -1 0 ) .
:Viewpoint_2_10_1 a owl:NamedIndividual, x3do:Viewpoint ;
  x3do:hasParent :Transform_2_10 ;
  x3do:description 'Extrusion7 Right45DegreeBends' ;
  x3do:position ( 0 0 4 ) .
:Shape_2_10_2 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_10 ;
  x3do:hasGeometry :Extrusion7Right45DegreeBends ;
  x3do:hasAppearance :AppearanceDefault-USE-6 .
:Extrusion7Right45DegreeBends a owl:NamedIndividual, x3do:Extrusion ;
  x3do:hasParent :Shape_2_10_2 ;
  x3do:DEF 'Extrusion7Right45DegreeBends' ;
  x3do:crossSection ( 0.1 0.1 0.1 -0.1 -0.1 -0.1 -0.1 0.1 0.1 0.1 ) ;
  x3do:spine ( 0 0 0 0 0.5 0 0.5 1 0 1 1 0 1.5 1 0 2 0.5 0 2 0 0 ) .
:AppearanceDefault-USE-6 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_10_2 ;
  owl:sameAs :AppearanceDefault . # DEF matching this USE
:Transform_2_11 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Viewpoint_2_11_1, :Shape_2_11_2 ;
  x3do:translation ( -1 -1 0 ) .
:Viewpoint_2_11_1 a owl:NamedIndividual, x3do:Viewpoint ;
  x3do:hasParent :Transform_2_11 ;
  x3do:description 'Extrusion8 Right45DegreeBendsClosed' ;
  x3do:position ( 0 0 4 ) .
:Shape_2_11_2 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_11 ;
  x3do:hasGeometry :Extrusion8Right45DegreeBendsClosed ;
  x3do:hasAppearance :AppearanceDefault-USE-7 .
:Extrusion8Right45DegreeBendsClosed a owl:NamedIndividual, x3do:Extrusion ;
  x3do:hasParent :Shape_2_11_2 ;
  x3do:DEF 'Extrusion8Right45DegreeBendsClosed' ;
  x3do:crossSection ( 0.1 0.1 0.1 -0.1 -0.1 -0.1 -0.1 0.1 0.1 0.1 ) ;
  x3do:spine ( 0 0 0 0 0.5 0 0.5 1 0 1 1 0 1.5 1 0 2 0.5 0 2 0 0 2 -0.5 0 1.5 -1 0 1 -1 0 0.5 -1 0 0 -0.5 0 0 0 0 ) .
:AppearanceDefault-USE-7 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_11_2 ;
  owl:sameAs :AppearanceDefault . # DEF matching this USE
:Transform_2_12 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Viewpoint_2_12_1, :Shape_2_12_2 ;
  x3do:translation ( 3 -1 0 ) .
:Viewpoint_2_12_1 a owl:NamedIndividual, x3do:Viewpoint ;
  x3do:hasParent :Transform_2_12 ;
  x3do:description 'Extrusion9 CircularSpineSquareCrossection' ;
  x3do:position ( 0 0 4 ) .
:Shape_2_12_2 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_12 ;
  x3do:hasGeometry :Extrusion9CircularSpineSquareCrossection ;
  x3do:hasAppearance :AppearanceDefault-USE-8 .
:Extrusion9CircularSpineSquareCrossection a owl:NamedIndividual, x3do:Extrusion ;
  x3do:hasParent :Shape_2_12_2 ;
  x3do:DEF 'Extrusion9CircularSpineSquareCrossection' ;
  x3do:crossSection ( 0.1 0.1 0.1 -0.1 -0.1 -0.1 -0.1 0.1 0.1 0.1 ) ;
  x3do:spine ( 0 1 0 0.309 0.951 0 0.588 0.809 0 0.809 0.588 0 0.951 0.309 0 1 0 0 0.951 -0.309 0 0.809 -0.588 0 0.588 -0.809 0 0.309 -0.951 0 0 -1 0 -0.309 -0.951 0 -0.588 -0.809 0 -0.809 -0.588 0 -0.951 -0.309 0 -1 -0 0 -0.951 0.309 0 -0.809 0.588 0 -0.588 0.809 0 -0.309 0.951 0 0 1 0 ) .
:AppearanceDefault-USE-8 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_12_2 ;
  owl:sameAs :AppearanceDefault . # DEF matching this USE
:Transform_2_13 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Viewpoint_2_13_1, :Shape_2_13_2 ;
  x3do:translation ( 5 -1 0 ) .
:Viewpoint_2_13_1 a owl:NamedIndividual, x3do:Viewpoint ;
  x3do:hasParent :Transform_2_13 ;
  x3do:description 'Extrusion10 Right45DegreeBendsClosedCircularCrossection' ;
  x3do:position ( 0 0 4 ) .
:Shape_2_13_2 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_13 ;
  x3do:hasGeometry :Extrusion10Right45DegreeBendsClosedCircularCrossection ;
  x3do:hasAppearance :AppearanceDefault-USE-9 .
:Extrusion10Right45DegreeBendsClosedCircularCrossection a owl:NamedIndividual, x3do:Extrusion ;
  x3do:hasParent :Shape_2_13_2 ;
  x3do:DEF 'Extrusion10Right45DegreeBendsClosedCircularCrossection' ;
  x3do:crossSection ( 0 0.1 0.0383 0.0924 0.0707 0.0707 0.0924 0.0383 0.1 0 0.0924 -0.0383 0.0707 -0.0707 0.0383 -0.0924 0 -0.1 -0.0383 -0.0924 -0.0707 -0.0707 -0.0924 -0.0383 -0.1 -0 -0.0924 0.0383 -0.0707 0.0707 -0.0383 0.0924 0 0.1 ) ;
  x3do:spine ( 0 0 0 0 0.5 0 0.5 1 0 1 1 0 1.5 1 0 2 0.5 0 2 0 0 2 -0.5 0 1.5 -1 0 1 -1 0 0.5 -1 0 0 -0.5 0 0 0 0 ) .
:AppearanceDefault-USE-9 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_13_2 ;
  owl:sameAs :AppearanceDefault . # DEF matching this USE
