<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE X3D PUBLIC "ISO//Web3D//DTD X3D 3.2//EN" "https://www.web3d.org/specifications/x3d-3.2.dtd">
<X3D profile='CADInterchange'  version='3.2 xmlns:xsd='http://www.w3.org/2001/XMLSchema-instance' xsd:noNamespaceSchemaLocation =' https://www.web3d.org/specifications/x3d-3.2.xsd ' >
<head>
<component level='2name='CADGeometry'/>
<component level='2name='Geometry2D'/>
<component level='1name='EnvironmentalEffects'/>
<component level='4name='Shape'/>
<meta name='titlecontent=' CadDesignPatternExampleBushing.x3d '/>
<meta name='descriptioncontent='Design pattern examples demonstrating proper hierarchy of CAD nodes: CADLayer, CADAssembly, CADPart, and then CADFace.'/>
<meta name='creatorcontent='Vince Marchetti, Don Brutzman'/>
<meta name='translatorcontent=' Xj3D, http://www.xj3d.org '/>
<meta name='createdcontent='24 June 2012'/>
<meta name='modifiedcontent='20 October 2019'/>
<meta name=' warning content=' Only InstantReality, X3DOM, OctagaVs and Xj3D are properly handling geometry of Disk2D end caps '/>
<meta name='Imagecontent='CadDesignPatternExampleBushingInstantReality.png' />
<meta name='Imagecontent='CadDesignPatternExampleBushingBsContact.png' />
<meta name='Imagecontent='CadDesignPatternExampleBushingCobweb.png' />
<meta name='Imagecontent='CadDesignPatternExampleBushingFreeX3d.png' />
<meta name='Imagecontent='CadDesignPatternExampleBushingInstantReality.png' />
<meta name='Imagecontent='CadDesignPatternExampleBushingOctagaVs.png' />
<meta name='Imagecontent='CadDesignPatternExampleBushingView3dscene.png' />
<meta name='Imagecontent='CadDesignPatternExampleBushingX3dom.png' />
<meta name='Imagecontent='CadDesignPatternExampleBushingXj3d.png' />
<meta name='referencecontent=' https://www.web3d.org/member-only/mantis/view.php?id=528 '/>
<meta name='referencecontent=' https://www.web3d.org/files/specifications/19775-1/V3.3/Part01/components/CADGeometry.html '/>
<meta name='subjectcontent='X3D CAD CADInterchange profile'/>
<meta name='identifiercontent=' https://www.web3d.org/x3d/content/examples/Basic/CAD/CadDesignPatternExampleBushing.x3d '/>
<meta name='generatorcontent='X3D-Edit 3.3, https://savage.nps.edu/X3D-Edit'/>
<meta name='licensecontent=' ../license.html'/>
</head>
<!--

to top <!-- Index for DEF node: AppearanceGrey

Index for Viewpoint node: Viewpoint_1
-->
<Scene>
<WorldInfo title='CadDesignPatternExampleBushing.x3d'/>
<Background skyColor='0.9607843 1 0.9607843'/>
<Viewpoint description='Hello CAD bushingorientation='1 0 0 -0.321751position='0 5 15'/>
<CADAssembly name='DesignPatternAssembly'>
<CADPart name='CADPartSides'>
<!-- the rotation and translation attributes serve to position the bushing within the assembly -->
<CADFace name='outerSurface'>
<Shape containerField='shape'>
<!-- note solid='true' and so one-sided external rendering only -->
<Cylinder bottom='falseheight='3radius='2top='false'/>
<Appearance DEF='AppearanceGrey'>
<Material/>
</Appearance>
</Shape>
</CADFace>
<CADFace name='innerSurface'>
<Shape containerField='shape'>
<!-- note solid='false' and so two-sided internal + external rendering -->
<Cylinder bottom='falseheight='3solid='falsetop='false'/>
<Appearance USE=' AppearanceGrey'/>
</Shape>
</CADFace>
</CADPart>
<CADPart name='CADPartToprotation='1 0 0 1.5708translation='0 1.5 0'>
<CADFace name='topCap'>
<Shape containerField='shape'>
<Disk2D innerRadius='1outerRadius='2'/>
<Appearance USE=' AppearanceGrey'/>
</Shape>
</CADFace>
</CADPart>
<CADPart name='CADPartBottomrotation='-1 0 0 1.5708translation='0 -1.5 0'>
<CADFace name='bottomCap'>
<Shape containerField='shape'>
<Disk2D innerRadius='1outerRadius='2'/>
<Appearance USE=' AppearanceGrey'/>
</Shape>
</CADFace>
</CADPart>
</CADAssembly>
</Scene>
</X3D>
<!--

to top <!-- Index for DEF node: AppearanceGrey

Index for Viewpoint node: Viewpoint_1
-->
-->

<!-- Online at
https://www.web3d.org/x3d/content/examples/Basic/CAD/CadDesignPatternExampleBushingIndex.html -->
<!-- Version control at
https://sourceforge.net/p/x3d/code/HEAD/tree/www.web3d.org/x3d/content/examples/Basic/CAD/CadDesignPatternExampleBushing.x3d -->

<!-- Color legend: X3D terminology <X3dNode DEF='idName' field='value'/> matches XML terminology <XmlElement DEF='idName' attribute='value'/>
(Light-blue background: event-based behavior node or statement) (Grey background inside box: inserted documentation) (Magenta background: X3D Extensibility)
-->

to top <!-- For additional help information about X3D scenes, please see X3D Tooltips, X3D Resources, and X3D Scene Authoring Hints. -->