加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
PinSocket_2x21_P1.27mm_Vertical.wrl 361.36 KB
一键复制 编辑 原始数据 按行查看 历史
aris-kimi 提交于 2021-10-20 00:42 . Change URL to kicad.org
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711171217131714171517161717171817191720172117221723172417251726172717281729173017311732173317341735173617371738173917401741174217431744174517461747174817491750175117521753175417551756175717581759176017611762176317641765176617671768176917701771177217731774177517761777177817791780178117821783178417851786178717881789179017911792179317941795179617971798179918001801180218031804180518061807180818091810181118121813181418151816181718181819182018211822182318241825182618271828182918301831183218331834183518361837183818391840184118421843184418451846184718481849185018511852185318541855185618571858185918601861186218631864186518661867186818691870187118721873187418751876187718781879188018811882188318841885188618871888188918901891189218931894189518961897189818991900190119021903190419051906190719081909191019111912191319141915191619171918191919201921192219231924192519261927192819291930193119321933193419351936193719381939194019411942194319441945194619471948194919501951195219531954195519561957195819591960196119621963196419651966196719681969197019711972197319741975197619771978197919801981198219831984198519861987198819891990199119921993199419951996199719981999200020012002200320042005200620072008200920102011201220132014201520162017201820192020202120222023202420252026202720282029203020312032203320342035203620372038203920402041204220432044204520462047204820492050205120522053205420552056205720582059206020612062206320642065206620672068206920702071207220732074207520762077207820792080208120822083208420852086208720882089209020912092209320942095209620972098209921002101210221032104210521062107210821092110211121122113211421152116211721182119212021212122212321242125212621272128212921302131213221332134213521362137213821392140214121422143214421452146214721482149215021512152215321542155215621572158215921602161216221632164216521662167216821692170217121722173217421752176217721782179218021812182218321842185218621872188218921902191219221932194219521962197219821992200220122022203220422052206220722082209221022112212221322142215221622172218221922202221222222232224222522262227222822292230223122322233223422352236223722382239224022412242224322442245224622472248224922502251225222532254225522562257225822592260226122622263226422652266226722682269227022712272227322742275227622772278227922802281228222832284228522862287228822892290229122922293229422952296229722982299230023012302230323042305230623072308230923102311231223132314231523162317231823192320232123222323232423252326232723282329233023312332233323342335233623372338233923402341234223432344234523462347234823492350235123522353235423552356235723582359236023612362236323642365236623672368236923702371237223732374237523762377237823792380238123822383238423852386238723882389239023912392239323942395239623972398239924002401240224032404240524062407240824092410241124122413241424152416241724182419242024212422242324242425242624272428242924302431243224332434243524362437243824392440244124422443244424452446244724482449245024512452245324542455245624572458245924602461246224632464246524662467246824692470247124722473247424752476247724782479248024812482248324842485248624872488248924902491249224932494249524962497249824992500250125022503250425052506250725082509251025112512251325142515251625172518251925202521252225232524252525262527252825292530253125322533253425352536253725382539254025412542254325442545254625472548254925502551255225532554255525562557255825592560256125622563256425652566256725682569257025712572257325742575257625772578257925802581258225832584258525862587258825892590259125922593259425952596259725982599260026012602260326042605260626072608260926102611261226132614261526162617261826192620262126222623262426252626262726282629263026312632263326342635263626372638263926402641264226432644264526462647264826492650265126522653265426552656265726582659266026612662266326642665266626672668266926702671267226732674267526762677267826792680268126822683268426852686268726882689269026912692269326942695269626972698269927002701270227032704270527062707270827092710271127122713271427152716271727182719272027212722272327242725272627272728272927302731273227332734273527362737273827392740274127422743274427452746274727482749275027512752275327542755275627572758275927602761276227632764276527662767276827692770277127722773277427752776277727782779278027812782278327842785278627872788278927902791279227932794279527962797279827992800280128022803280428052806280728082809281028112812281328142815281628172818281928202821282228232824282528262827282828292830283128322833283428352836283728382839284028412842284328442845284628472848284928502851285228532854285528562857285828592860286128622863286428652866286728682869287028712872287328742875287628772878287928802881288228832884288528862887288828892890289128922893289428952896289728982899290029012902290329042905290629072908290929102911291229132914291529162917291829192920292129222923292429252926292729282929293029312932293329342935293629372938293929402941294229432944294529462947294829492950295129522953295429552956295729582959296029612962296329642965296629672968296929702971297229732974297529762977297829792980298129822983298429852986298729882989299029912992299329942995299629972998299930003001300230033004300530063007300830093010301130123013301430153016301730183019302030213022302330243025302630273028302930303031303230333034303530363037303830393040304130423043304430453046304730483049305030513052305330543055305630573058305930603061306230633064306530663067306830693070307130723073307430753076307730783079308030813082308330843085308630873088308930903091309230933094309530963097309830993100310131023103310431053106310731083109311031113112311331143115311631173118311931203121312231233124312531263127312831293130313131323133313431353136313731383139314031413142314331443145314631473148314931503151315231533154315531563157315831593160316131623163316431653166316731683169317031713172317331743175317631773178317931803181318231833184318531863187318831893190319131923193319431953196319731983199320032013202320332043205320632073208320932103211321232133214321532163217321832193220322132223223322432253226322732283229323032313232323332343235323632373238323932403241324232433244324532463247324832493250325132523253325432553256325732583259326032613262326332643265326632673268326932703271327232733274327532763277327832793280328132823283328432853286328732883289329032913292329332943295329632973298329933003301330233033304330533063307330833093310331133123313331433153316331733183319332033213322332333243325332633273328332933303331333233333334333533363337333833393340334133423343334433453346334733483349335033513352335333543355335633573358335933603361336233633364336533663367336833693370337133723373337433753376337733783379338033813382338333843385338633873388338933903391339233933394339533963397339833993400340134023403340434053406340734083409341034113412341334143415341634173418341934203421342234233424342534263427342834293430343134323433343434353436343734383439344034413442344334443445344634473448344934503451345234533454345534563457345834593460346134623463346434653466346734683469347034713472347334743475347634773478347934803481348234833484348534863487348834893490349134923493349434953496349734983499350035013502350335043505350635073508350935103511351235133514351535163517351835193520352135223523352435253526352735283529353035313532353335343535353635373538353935403541354235433544354535463547354835493550355135523553355435553556355735583559356035613562356335643565356635673568356935703571357235733574357535763577357835793580358135823583358435853586358735883589359035913592359335943595359635973598359936003601360236033604360536063607360836093610361136123613361436153616361736183619362036213622362336243625362636273628362936303631363236333634363536363637363836393640364136423643364436453646364736483649365036513652365336543655365636573658365936603661366236633664366536663667366836693670367136723673367436753676367736783679368036813682368336843685368636873688368936903691369236933694369536963697369836993700370137023703370437053706370737083709371037113712371337143715371637173718371937203721372237233724372537263727372837293730373137323733373437353736373737383739374037413742374337443745374637473748374937503751375237533754375537563757375837593760376137623763376437653766376737683769377037713772377337743775377637773778377937803781378237833784378537863787378837893790379137923793379437953796379737983799380038013802380338043805380638073808380938103811381238133814381538163817381838193820382138223823382438253826382738283829383038313832383338343835383638373838383938403841384238433844384538463847384838493850385138523853385438553856385738583859386038613862386338643865386638673868386938703871387238733874387538763877387838793880388138823883388438853886388738883889389038913892389338943895389638973898389939003901390239033904390539063907390839093910391139123913391439153916391739183919392039213922392339243925392639273928392939303931393239333934393539363937393839393940394139423943394439453946394739483949395039513952395339543955395639573958395939603961396239633964396539663967396839693970397139723973397439753976397739783979398039813982398339843985398639873988398939903991399239933994399539963997399839994000400140024003400440054006400740084009401040114012401340144015401640174018401940204021402240234024402540264027402840294030403140324033403440354036403740384039404040414042404340444045404640474048404940504051405240534054405540564057405840594060406140624063406440654066406740684069407040714072407340744075407640774078407940804081408240834084408540864087408840894090409140924093409440954096409740984099410041014102410341044105410641074108410941104111411241134114411541164117411841194120412141224123412441254126412741284129413041314132413341344135413641374138413941404141414241434144414541464147414841494150415141524153415441554156415741584159416041614162416341644165416641674168416941704171417241734174417541764177417841794180418141824183418441854186418741884189419041914192419341944195419641974198419942004201420242034204420542064207420842094210421142124213421442154216421742184219422042214222422342244225422642274228422942304231423242334234423542364237423842394240424142424243424442454246424742484249425042514252425342544255425642574258425942604261426242634264426542664267426842694270427142724273427442754276427742784279428042814282428342844285428642874288428942904291429242934294429542964297429842994300430143024303430443054306430743084309431043114312431343144315431643174318431943204321432243234324432543264327432843294330433143324333433443354336433743384339434043414342434343444345434643474348434943504351435243534354435543564357435843594360436143624363436443654366436743684369437043714372437343744375437643774378437943804381438243834384438543864387438843894390439143924393439443954396439743984399440044014402440344044405440644074408440944104411441244134414441544164417441844194420442144224423442444254426442744284429443044314432443344344435443644374438443944404441444244434444444544464447444844494450445144524453445444554456445744584459446044614462446344644465446644674468446944704471447244734474447544764477447844794480448144824483448444854486448744884489449044914492449344944495449644974498449945004501450245034504450545064507450845094510451145124513451445154516451745184519452045214522452345244525452645274528452945304531453245334534453545364537453845394540454145424543454445454546454745484549455045514552455345544555455645574558455945604561456245634564456545664567456845694570457145724573457445754576457745784579458045814582458345844585458645874588458945904591459245934594459545964597459845994600460146024603460446054606460746084609461046114612461346144615461646174618461946204621462246234624462546264627462846294630463146324633463446354636463746384639464046414642464346444645464646474648464946504651465246534654465546564657465846594660466146624663466446654666466746684669467046714672467346744675467646774678467946804681468246834684468546864687468846894690469146924693469446954696469746984699470047014702470347044705470647074708470947104711471247134714471547164717471847194720472147224723472447254726472747284729473047314732473347344735473647374738473947404741474247434744474547464747474847494750475147524753475447554756475747584759476047614762476347644765476647674768476947704771477247734774477547764777477847794780478147824783478447854786478747884789479047914792479347944795479647974798479948004801480248034804480548064807480848094810481148124813481448154816481748184819482048214822482348244825482648274828482948304831483248334834483548364837483848394840484148424843484448454846484748484849485048514852485348544855485648574858485948604861486248634864486548664867486848694870487148724873487448754876487748784879488048814882488348844885488648874888488948904891489248934894489548964897489848994900490149024903490449054906490749084909491049114912491349144915491649174918491949204921492249234924492549264927492849294930493149324933493449354936493749384939494049414942494349444945494649474948494949504951495249534954495549564957495849594960496149624963496449654966496749684969497049714972497349744975497649774978497949804981498249834984498549864987498849894990499149924993499449954996499749984999500050015002500350045005500650075008500950105011501250135014501550165017501850195020502150225023502450255026502750285029503050315032503350345035503650375038503950405041504250435044504550465047504850495050505150525053505450555056505750585059506050615062506350645065506650675068506950705071507250735074507550765077507850795080508150825083508450855086508750885089509050915092509350945095509650975098509951005101510251035104510551065107510851095110511151125113511451155116511751185119512051215122512351245125512651275128512951305131513251335134513551365137513851395140514151425143514451455146514751485149515051515152515351545155515651575158515951605161516251635164516551665167516851695170517151725173517451755176517751785179518051815182518351845185518651875188518951905191519251935194519551965197519851995200520152025203520452055206520752085209521052115212521352145215521652175218521952205221522252235224522552265227522852295230523152325233523452355236523752385239524052415242524352445245524652475248524952505251525252535254525552565257525852595260526152625263526452655266526752685269527052715272527352745275527652775278527952805281528252835284528552865287528852895290529152925293529452955296529752985299530053015302530353045305530653075308530953105311531253135314531553165317531853195320532153225323532453255326532753285329533053315332533353345335533653375338533953405341534253435344534553465347534853495350535153525353535453555356535753585359536053615362536353645365536653675368536953705371537253735374537553765377537853795380538153825383538453855386538753885389539053915392539353945395539653975398539954005401540254035404540554065407540854095410541154125413541454155416541754185419542054215422542354245425542654275428542954305431543254335434543554365437543854395440544154425443544454455446544754485449545054515452545354545455545654575458545954605461546254635464546554665467546854695470547154725473547454755476547754785479548054815482548354845485548654875488548954905491549254935494549554965497549854995500550155025503550455055506550755085509551055115512551355145515551655175518551955205521552255235524552555265527552855295530553155325533553455355536553755385539554055415542554355445545554655475548554955505551555255535554555555565557555855595560556155625563556455655566556755685569557055715572557355745575557655775578557955805581558255835584558555865587558855895590559155925593559455955596559755985599560056015602560356045605560656075608560956105611561256135614561556165617561856195620562156225623562456255626562756285629563056315632563356345635563656375638563956405641564256435644564556465647564856495650565156525653565456555656565756585659566056615662566356645665566656675668566956705671567256735674567556765677567856795680568156825683568456855686568756885689569056915692569356945695569656975698569957005701570257035704570557065707570857095710571157125713571457155716571757185719572057215722572357245725572657275728572957305731573257335734573557365737573857395740574157425743574457455746574757485749575057515752575357545755575657575758575957605761576257635764576557665767576857695770577157725773577457755776577757785779578057815782578357845785578657875788578957905791579257935794579557965797579857995800580158025803580458055806580758085809581058115812581358145815581658175818581958205821582258235824582558265827582858295830583158325833583458355836583758385839584058415842584358445845584658475848584958505851585258535854585558565857585858595860586158625863586458655866586758685869587058715872587358745875587658775878587958805881588258835884588558865887588858895890589158925893589458955896589758985899590059015902590359045905590659075908590959105911591259135914591559165917591859195920592159225923592459255926592759285929593059315932593359345935593659375938593959405941594259435944594559465947594859495950595159525953595459555956595759585959596059615962596359645965596659675968596959705971597259735974597559765977597859795980598159825983598459855986598759885989599059915992599359945995599659975998599960006001600260036004600560066007600860096010601160126013601460156016601760186019602060216022602360246025602660276028602960306031603260336034603560366037603860396040604160426043604460456046604760486049605060516052605360546055605660576058605960606061606260636064606560666067606860696070607160726073607460756076607760786079608060816082608360846085608660876088608960906091609260936094609560966097609860996100610161026103610461056106610761086109611061116112611361146115611661176118611961206121612261236124612561266127612861296130613161326133613461356136613761386139614061416142614361446145614661476148614961506151615261536154615561566157615861596160616161626163616461656166616761686169617061716172617361746175617661776178617961806181618261836184618561866187618861896190619161926193619461956196619761986199620062016202620362046205620662076208620962106211621262136214621562166217621862196220622162226223622462256226622762286229623062316232623362346235623662376238623962406241624262436244624562466247624862496250625162526253625462556256625762586259626062616262626362646265626662676268626962706271627262736274627562766277627862796280628162826283628462856286628762886289629062916292629362946295629662976298629963006301630263036304630563066307630863096310631163126313631463156316631763186319632063216322632363246325632663276328632963306331633263336334633563366337633863396340634163426343634463456346634763486349635063516352635363546355635663576358635963606361636263636364636563666367636863696370637163726373637463756376637763786379638063816382638363846385638663876388638963906391639263936394639563966397639863996400640164026403640464056406640764086409641064116412641364146415641664176418641964206421642264236424642564266427642864296430643164326433643464356436643764386439644064416442644364446445644664476448644964506451645264536454645564566457645864596460646164626463646464656466646764686469647064716472647364746475647664776478647964806481648264836484648564866487648864896490649164926493649464956496649764986499650065016502650365046505650665076508650965106511651265136514651565166517651865196520652165226523652465256526652765286529653065316532653365346535653665376538653965406541654265436544654565466547654865496550655165526553655465556556655765586559656065616562656365646565656665676568656965706571657265736574657565766577657865796580658165826583658465856586658765886589659065916592659365946595659665976598659966006601660266036604660566066607660866096610661166126613661466156616661766186619662066216622662366246625662666276628662966306631663266336634663566366637663866396640664166426643664466456646664766486649665066516652665366546655665666576658665966606661666266636664666566666667666866696670667166726673667466756676667766786679668066816682668366846685668666876688668966906691669266936694669566966697669866996700670167026703670467056706670767086709671067116712671367146715671667176718671967206721672267236724672567266727672867296730673167326733673467356736673767386739674067416742674367446745674667476748674967506751675267536754675567566757675867596760676167626763676467656766676767686769677067716772677367746775677667776778677967806781678267836784678567866787678867896790679167926793679467956796679767986799680068016802680368046805680668076808680968106811681268136814681568166817681868196820682168226823682468256826682768286829683068316832683368346835683668376838683968406841684268436844684568466847684868496850685168526853685468556856685768586859686068616862686368646865686668676868686968706871687268736874687568766877687868796880688168826883688468856886688768886889689068916892689368946895689668976898689969006901690269036904690569066907690869096910691169126913691469156916691769186919692069216922692369246925692669276928692969306931693269336934693569366937693869396940694169426943694469456946694769486949695069516952695369546955695669576958695969606961696269636964696569666967696869696970697169726973697469756976697769786979698069816982698369846985698669876988698969906991699269936994699569966997699869997000700170027003700470057006700770087009701070117012701370147015701670177018701970207021702270237024702570267027702870297030703170327033703470357036703770387039704070417042704370447045704670477048704970507051705270537054705570567057705870597060706170627063706470657066706770687069707070717072707370747075707670777078707970807081708270837084708570867087708870897090709170927093709470957096709770987099710071017102710371047105710671077108710971107111711271137114711571167117711871197120712171227123712471257126712771287129713071317132713371347135713671377138713971407141714271437144714571467147714871497150715171527153715471557156715771587159716071617162716371647165716671677168716971707171717271737174717571767177717871797180718171827183718471857186718771887189719071917192719371947195719671977198719972007201720272037204720572067207720872097210721172127213721472157216721772187219722072217222722372247225722672277228722972307231723272337234723572367237723872397240724172427243724472457246724772487249725072517252725372547255725672577258725972607261726272637264726572667267726872697270727172727273727472757276727772787279728072817282728372847285728672877288728972907291729272937294729572967297729872997300730173027303730473057306730773087309731073117312731373147315731673177318731973207321732273237324732573267327732873297330733173327333733473357336733773387339734073417342734373447345734673477348734973507351735273537354735573567357735873597360736173627363736473657366736773687369737073717372737373747375737673777378737973807381738273837384738573867387738873897390739173927393739473957396739773987399740074017402740374047405740674077408740974107411741274137414741574167417741874197420742174227423742474257426742774287429743074317432743374347435743674377438743974407441744274437444744574467447744874497450745174527453745474557456745774587459746074617462746374647465746674677468746974707471747274737474747574767477747874797480748174827483748474857486748774887489749074917492749374947495749674977498749975007501750275037504750575067507750875097510751175127513751475157516751775187519752075217522752375247525752675277528752975307531753275337534753575367537753875397540754175427543754475457546754775487549755075517552755375547555755675577558755975607561756275637564756575667567756875697570757175727573757475757576757775787579758075817582758375847585758675877588758975907591759275937594759575967597759875997600760176027603760476057606760776087609761076117612761376147615761676177618761976207621762276237624762576267627762876297630763176327633763476357636763776387639764076417642764376447645764676477648764976507651765276537654765576567657765876597660766176627663766476657666766776687669767076717672767376747675767676777678767976807681768276837684768576867687768876897690769176927693769476957696769776987699770077017702770377047705770677077708770977107711771277137714771577167717771877197720772177227723772477257726772777287729773077317732773377347735773677377738773977407741774277437744774577467747774877497750775177527753775477557756775777587759776077617762776377647765776677677768776977707771777277737774777577767777777877797780778177827783778477857786778777887789779077917792779377947795779677977798779978007801780278037804780578067807780878097810781178127813781478157816781778187819782078217822782378247825782678277828782978307831783278337834783578367837783878397840784178427843784478457846784778487849785078517852785378547855785678577858785978607861786278637864786578667867786878697870787178727873787478757876787778787879788078817882788378847885788678877888788978907891789278937894789578967897789878997900790179027903790479057906790779087909791079117912791379147915791679177918
#VRML V2.0 utf8
#kicad StepUp wrl exported
# Copyright (C) 2017, Terje Io
# ---
# This work is licensed under the Creative Commons CC-BY-SA 4.0 License with the following exception:
# To the extent that the creation of electronic designs that use 'Licensed Material'
# can be considered to be 'Adapted Material', then the copyright holder waives
# article 3 of the license with respect to these designs and any generated files
# which use data provided as part of the 'Licensed Material'.
#
# https://creativecommons.org/licenses/by-sa/4.0/legalcode
# ---
# Please refer to http://kicad.org/libraries/license/ for further clarification of the exception.
# ---
#
# Risk disclaimer:
# *USE 3D CAD DATA AT YOUR OWN RISK*
# *DO NOT RELY UPON ANY INFORMATION FOUND HERE WITHOUT INDEPENDENT VERIFICATION.*
#
#
# Generated by script, source at:
# https://github.com/easyw/kicad-3d-models-in-freecad/tree/master/cadquery/FCAD_script_generator/Conn_PinSocket
#
Shape {
appearance Appearance {material DEF IC-BODY-EPOXY-04 Material {
ambientIntensity 0.293
diffuseColor 0.148 0.145 0.145
specularColor 0.18 0.168 0.16
emissiveColor 0.0 0.0 0.0
transparency 0.0
shininess 0.35
}
}
}
Shape {
appearance Appearance {material DEF PIN-02 Material {
ambientIntensity 0.379
diffuseColor 0.859 0.738 0.496
specularColor 0.137 0.145 0.184
emissiveColor 0.0 0.0 0.0
transparency 0.0
shininess 0.4
}
}
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [0.350 -10.250 1.732,0.350 -10.250 0.000,0.350 0.250 0.000,0.350 0.250 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1,4,0,5,-1,0,2,5,-1,5,6,7,-1,4,5,7,-1]
coord Coordinate { point [-0.850 -10.250 1.732,-0.850 -10.250 0.000,-0.650 -10.250 0.079,-0.650 -10.250 0.000,0.350 -10.250 1.732,0.150 -10.250 0.079,0.150 -10.250 0.000,0.350 -10.250 0.000]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1,4,0,5,-1,0,2,5,-1,5,6,7,-1,4,5,7,-1]
coord Coordinate { point [0.350 0.250 1.732,0.350 0.250 0.000,0.150 0.250 0.079,0.150 0.250 0.000,-0.850 0.250 1.732,-0.650 0.250 0.079,-0.650 0.250 0.000,-0.850 0.250 0.000]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1]
coord Coordinate { point [0.150 -10.250 0.000,0.350 0.250 0.000,0.350 -10.250 0.000,0.150 0.250 0.000]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1,4,3,2,-1,5,4,2,-1,6,5,2,-1,7,6,2,-1,8,7,2,-1,9,8,2,-1,10,9,2,-1,11,10,2,-1,12,11,2,-1,13,12,2,-1,14,13,2,-1,15,14,2,-1,16,17,18,-1,17,16,19,-1,17,19,20,-1,20,19,21,-1,18,22,21,-1,20,21,23,-1,17,20,24,-1,21,22,25,-1,23,21,25,-1,26,22,27,-1,18,17,27,-1,22,18,27,-1,17,24,28,-1,23,25,29,-1,28,24,30,-1,29,25,31,-1,26,27,31,-1,28,30,32,-1,17,28,33,-1,29,31,34,-1,31,27,34,-1,32,30,35,-1,30,23,35,-1,23,29,35,-1,17,33,36,-1,32,35,37,-1,36,33,38,-1,32,37,38,-1,34,27,39,-1,37,35,39,-1,17,36,40,-1,36,38,41,-1,39,27,42,-1,37,39,42,-1,41,38,43,-1,38,37,43,-1,17,40,44,-1,41,43,45,-1,41,45,46,-1,42,27,47,-1,17,44,48,-1,44,40,49,-1,40,46,49,-1,49,46,50,-1,46,45,50,-1,45,43,51,-1,43,47,51,-1,17,48,52,-1,49,50,53,-1,49,53,54,-1,52,48,55,-1,48,54,55,-1,17,52,56,-1,54,53,57,-1,55,54,57,-1,50,58,59,-1,53,50,59,-1,17,56,60,-1,55,57,61,-1,60,56,62,-1,55,61,62,-1,61,57,63,-1,17,60,64,-1,60,62,65,-1,61,63,66,-1,65,62,67,-1,62,61,67,-1,17,64,68,-1,65,67,69,-1,68,64,70,-1,65,69,70,-1,17,68,71,-1,68,70,72,-1,69,67,73,-1,67,74,73,-1,70,69,75,-1,72,70,75,-1,17,71,76,-1,72,75,77,-1,72,77,78,-1,77,75,79,-1,71,78,80,-1,76,71,80,-1,17,76,81,-1,80,78,82,-1,78,77,82,-1,77,79,83,-1,17,81,84,-1,80,82,85,-1,80,85,86,-1,84,81,86,-1,85,82,87,-1,84,86,88,-1,17,84,89,-1,85,87,90,-1,86,85,91,-1,88,86,91,-1,17,89,92,-1,88,91,93,-1,88,93,94,-1,93,91,95,-1,17,92,96,-1,89,94,97,-1,92,89,97,-1,94,93,98,-1,97,94,98,-1,93,95,99,-1,97,98,100,-1,97,100,101,-1,102,96,103,-1,96,101,103,-1,101,100,104,-1,103,101,104,-1,98,105,106,-1,100,98,106,-1,103,104,107,-1,108,109,110,-1,103,107,110,-1,108,110,111,-1,104,112,1,-1,107,104,1,-1,110,107,113,-1,111,110,113,-1,111,113,114,-1,115,116,117,-1,111,114,117,-1,114,113,0,-1,115,117,118,-1,117,114,119,-1,118,117,119,-1,114,0,3,-1,118,119,120,-1,118,120,121,-1,120,119,4,-1,122,121,123,-1,124,122,123,-1,120,4,5,-1,123,121,125,-1,121,120,125,-1,123,125,126,-1,123,126,127,-1,126,125,6,-1,128,129,130,-1,129,127,130,-1,130,127,131,-1,127,126,131,-1,126,6,7,-1,130,131,132,-1,133,134,135,-1,130,132,135,-1,133,135,136,-1,135,132,137,-1,136,135,137,-1,131,8,9,-1,132,131,9,-1,136,137,138,-1,136,138,139,-1,138,137,10,-1,140,141,142,-1,141,139,142,-1,142,139,143,-1,139,138,143,-1,138,10,11,-1,142,143,144,-1,142,144,145,-1,143,12,13,-1,144,143,13,-1,146,145,147,-1,148,146,147,-1,145,144,149,-1,147,145,149,-1,147,149,150,-1,151,152,153,-1,147,150,153,-1,150,149,14,-1,151,153,154,-1,154,153,155,-1,153,150,155,-1,150,14,15,-1,154,155,156,-1,157,158,159,-1,156,155,160,-1,141,140,161,-1,133,141,161,-1,129,128,161,-1,151,158,161,-1,134,133,161,-1,148,152,161,-1,128,134,161,-1,140,146,161,-1,124,129,161,-1,17,96,161,-1,102,109,161,-1,96,102,161,-1,115,122,161,-1,109,108,161,-1,108,116,161,-1,146,148,161,-1,116,115,161,-1,152,151,161,-1,158,157,161,-1,122,124,161,-1,157,159,162,-1,161,157,163,-1,156,160,164,-1,159,154,165,-1,154,156,165,-1,162,159,165,-1,162,165,166,-1,162,166,167,-1,161,163,167,-1,166,165,168,-1,161,167,169,-1,167,166,169,-1,166,168,170,-1,164,160,2,-1,161,169,2,-1,170,168,2,-1,168,164,2,-1,160,15,2,-1,169,171,2,-1,171,170,2,-1,47,27,2,-1,51,47,2,-1,58,51,2,-1,59,58,2,-1,63,59,2,-1,66,63,2,-1,74,66,2,-1,73,74,2,-1,79,73,2,-1,83,79,2,-1,87,83,2,-1,90,87,2,-1,95,90,2,-1,99,95,2,-1,105,99,2,-1,106,105,2,-1,112,106,2,-1,1,112,2,-1]
coord Coordinate { point [-0.697 -5.697 1.732,-0.697 -5.303 1.732,-0.850 -10.250 1.732,-0.697 -5.803 1.732,-0.697 -6.197 1.732,-0.697 -6.303 1.732,-0.697 -6.697 1.732,-0.697 -6.803 1.732,-0.697 -7.197 1.732,-0.697 -7.303 1.732,-0.697 -7.697 1.732,-0.697 -7.803 1.732,-0.697 -8.197 1.732,-0.697 -8.303 1.732,-0.697 -8.697 1.732,-0.697 -8.803 1.732,0.197 0.197 1.732,0.350 0.250 1.732,-0.197 0.197 1.732,0.197 -0.197 1.732,0.197 -0.303 1.732,-0.197 -0.197 1.732,-0.303 0.197 1.732,-0.197 -0.303 1.732,0.197 -0.697 1.732,-0.303 -0.197 1.732,-0.697 0.197 1.732,-0.850 0.250 1.732,0.197 -0.803 1.732,-0.303 -0.303 1.732,-0.197 -0.697 1.732,-0.697 -0.197 1.732,-0.197 -0.803 1.732,0.197 -1.197 1.732,-0.697 -0.303 1.732,-0.303 -0.697 1.732,0.197 -1.303 1.732,-0.303 -0.803 1.732,-0.197 -1.197 1.732,-0.697 -0.697 1.732,0.197 -1.697 1.732,-0.197 -1.303 1.732,-0.697 -0.803 1.732,-0.303 -1.197 1.732,0.197 -1.803 1.732,-0.303 -1.303 1.732,-0.197 -1.697 1.732,-0.697 -1.197 1.732,0.197 -2.197 1.732,-0.197 -1.803 1.732,-0.303 -1.697 1.732,-0.697 -1.303 1.732,0.197 -2.303 1.732,-0.303 -1.803 1.732,-0.197 -2.197 1.732,-0.197 -2.303 1.732,0.197 -2.697 1.732,-0.303 -2.197 1.732,-0.697 -1.697 1.732,-0.697 -1.803 1.732,0.197 -2.803 1.732,-0.303 -2.303 1.732,-0.197 -2.697 1.732,-0.697 -2.197 1.732,0.197 -3.197 1.732,-0.197 -2.803 1.732,-0.697 -2.303 1.732,-0.303 -2.697 1.732,0.197 -3.303 1.732,-0.303 -2.803 1.732,-0.197 -3.197 1.732,0.197 -3.697 1.732,-0.197 -3.303 1.732,-0.697 -2.803 1.732,-0.697 -2.697 1.732,-0.303 -3.197 1.732,0.197 -3.803 1.732,-0.303 -3.303 1.732,-0.197 -3.697 1.732,-0.697 -3.197 1.732,-0.197 -3.803 1.732,0.197 -4.197 1.732,-0.303 -3.697 1.732,-0.697 -3.303 1.732,0.197 -4.303 1.732,-0.303 -3.803 1.732,-0.197 -4.197 1.732,-0.697 -3.697 1.732,-0.197 -4.303 1.732,0.197 -4.697 1.732,-0.697 -3.803 1.732,-0.303 -4.197 1.732,0.197 -4.803 1.732,-0.303 -4.303 1.732,-0.197 -4.697 1.732,-0.697 -4.197 1.732,0.197 -5.197 1.732,-0.197 -4.803 1.732,-0.303 -4.697 1.732,-0.697 -4.303 1.732,-0.303 -4.803 1.732,-0.197 -5.197 1.732,0.197 -5.303 1.732,-0.197 -5.303 1.732,-0.303 -5.197 1.732,-0.697 -4.697 1.732,-0.697 -4.803 1.732,-0.303 -5.303 1.732,0.197 -5.803 1.732,0.197 -5.697 1.732,-0.197 -5.697 1.732,-0.197 -5.803 1.732,-0.697 -5.197 1.732,-0.303 -5.697 1.732,-0.303 -5.803 1.732,0.197 -6.303 1.732,0.197 -6.197 1.732,-0.197 -6.197 1.732,-0.197 -6.303 1.732,-0.303 -6.197 1.732,-0.303 -6.303 1.732,-0.197 -6.697 1.732,0.197 -6.697 1.732,-0.197 -6.803 1.732,0.197 -6.803 1.732,-0.303 -6.697 1.732,-0.303 -6.803 1.732,-0.197 -7.197 1.732,0.197 -7.303 1.732,0.197 -7.197 1.732,-0.197 -7.303 1.732,-0.303 -7.197 1.732,-0.303 -7.303 1.732,0.197 -7.803 1.732,0.197 -7.697 1.732,-0.197 -7.697 1.732,-0.197 -7.803 1.732,-0.303 -7.697 1.732,-0.303 -7.803 1.732,-0.197 -8.197 1.732,0.197 -8.303 1.732,0.197 -8.197 1.732,-0.197 -8.303 1.732,-0.303 -8.197 1.732,-0.303 -8.303 1.732,-0.197 -8.697 1.732,0.197 -8.697 1.732,-0.197 -8.803 1.732,0.197 -8.803 1.732,-0.303 -8.697 1.732,-0.303 -8.803 1.732,0.197 -9.303 1.732,0.197 -9.197 1.732,-0.197 -9.197 1.732,-0.197 -9.303 1.732,-0.303 -9.197 1.732,-0.303 -9.303 1.732,0.197 -9.803 1.732,0.197 -9.697 1.732,-0.197 -9.697 1.732,-0.697 -9.197 1.732,0.350 -10.250 1.732,-0.197 -9.803 1.732,0.197 -10.197 1.732,-0.697 -9.303 1.732,-0.303 -9.697 1.732,-0.303 -9.803 1.732,-0.197 -10.197 1.732,-0.697 -9.697 1.732,-0.303 -10.197 1.732,-0.697 -9.803 1.732,-0.697 -10.197 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1]
coord Coordinate { point [-0.850 -10.250 0.000,-0.650 0.250 0.000,-0.650 -10.250 0.000,-0.850 0.250 0.000]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.650 -10.250 0.000,-0.650 0.250 0.000,-0.650 0.250 0.079,-0.650 -10.250 0.079]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1,0,4,5,-1,0,6,4,-1,0,7,8,-1,0,2,9,-1,0,10,11,-1,0,12,13,-1,14,15,16,-1,0,11,12,-1,0,17,18,-1,0,19,20,-1,0,18,19,-1,21,22,23,-1,24,16,15,-1,0,25,17,-1,0,26,27,-1,0,28,29,-1,0,30,28,-1,0,31,32,-1,21,23,33,-1,0,34,31,-1,0,32,26,-1,35,33,36,-1,0,37,38,-1,0,27,37,-1,39,14,16,-1,35,21,33,-1,0,29,34,-1,0,13,40,-1,0,38,7,-1,0,41,42,-1,43,39,16,-1,0,5,16,-1,0,44,25,-1,0,42,44,-1,0,45,46,-1,0,8,45,-1,0,9,10,-1,0,47,41,-1,0,46,47,-1,0,48,6,-1,0,20,3,-1,0,49,50,-1,0,51,48,-1,0,50,51,-1,52,43,16,-1,0,53,54,-1,0,40,53,-1,0,55,49,-1,0,54,55,-1,56,24,57,-1,56,16,24,-1,58,59,60,-1,58,60,61,-1,48,62,6,-1,63,30,0,-1,64,52,16,-1,65,57,66,-1,65,56,57,-1,67,36,68,-1,67,35,36,-1,69,70,43,-1,69,43,52,-1,71,68,72,-1,71,67,68,-1,73,16,56,-1,73,56,74,-1,75,35,67,-1,76,63,0,-1,75,77,35,-1,78,79,58,-1,80,62,48,-1,78,61,81,-1,78,58,61,-1,82,73,74,-1,83,81,84,-1,85,64,16,-1,83,78,81,-1,86,66,70,-1,86,65,66,-1,87,79,78,-1,88,72,62,-1,89,85,16,-1,88,71,72,-1,90,83,84,-1,91,90,84,-1,92,62,80,-1,93,86,70,-1,91,84,76,-1,92,88,62,-1,94,73,82,-1,95,79,87,-1,95,87,96,-1,95,91,76,-1,95,97,91,-1,95,98,97,-1,99,73,94,-1,95,96,98,-1,95,100,101,-1,95,102,79,-1,95,101,102,-1,95,103,104,-1,105,69,106,-1,95,104,100,-1,105,70,69,-1,95,76,0,-1,105,93,70,-1,95,73,107,-1,95,107,108,-1,95,108,109,-1,95,109,110,-1,95,110,111,-1,112,80,113,-1,95,111,114,-1,95,114,115,-1,112,92,80,-1,95,115,116,-1,117,89,16,-1,95,116,118,-1,95,118,119,-1,95,119,120,-1,95,120,121,-1,55,122,49,-1,95,121,123,-1,95,123,124,-1,95,124,125,-1,126,117,16,-1,95,125,127,-1,95,127,128,-1,95,128,129,-1,130,106,131,-1,95,129,132,-1,95,132,133,-1,134,112,113,-1,130,105,106,-1,95,133,135,-1,95,135,136,-1,95,136,77,-1,95,77,75,-1,134,113,137,-1,138,139,89,-1,95,75,140,-1,141,142,92,-1,95,140,143,-1,138,89,117,-1,95,143,142,-1,95,142,141,-1,95,141,144,-1,95,144,145,-1,141,92,112,-1,95,145,146,-1,147,99,93,-1,95,146,148,-1,149,122,55,-1,95,148,150,-1,147,73,99,-1,95,150,151,-1,147,93,105,-1,95,151,152,-1,95,152,153,-1,95,153,154,-1,95,154,155,-1,95,155,156,-1,95,156,157,-1,95,157,158,-1,95,158,159,-1,95,159,160,-1,95,160,161,-1,95,161,162,-1,95,162,163,-1,95,163,164,-1,95,164,165,-1,166,73,147,-1,95,165,167,-1,95,167,168,-1,95,168,169,-1,95,169,170,-1,171,126,16,-1,95,170,172,-1,95,172,173,-1,95,173,174,-1,95,174,175,-1,176,134,137,-1,95,175,177,-1,95,177,103,-1,107,73,178,-1,179,131,139,-1,178,73,180,-1,180,73,181,-1,176,137,122,-1,179,130,131,-1,181,73,182,-1,182,73,183,-1,183,73,184,-1,185,171,16,-1,184,73,186,-1,186,73,187,-1,188,122,149,-1,188,176,122,-1,189,179,139,-1,190,73,166,-1,191,73,190,-1,192,188,149,-1,193,194,185,-1,193,185,16,-1,192,149,195,-1,196,189,139,-1,196,138,197,-1,196,139,138,-1,198,192,195,-1,199,193,16,-1,198,195,200,-1,201,196,197,-1,201,197,202,-1,148,188,192,-1,203,73,191,-1,148,146,188,-1,203,189,196,-1,203,191,189,-1,204,40,13,-1,205,194,193,-1,204,206,40,-1,187,73,203,-1,207,199,16,-1,208,198,200,-1,209,202,194,-1,209,201,202,-1,208,200,206,-1,210,194,205,-1,210,209,194,-1,211,208,206,-1,212,207,16,-1,9,213,10,-1,214,212,16,-1,215,204,216,-1,215,211,206,-1,215,206,204,-1,214,217,212,-1,218,210,205,-1,218,205,219,-1,220,216,221,-1,220,215,216,-1,222,214,16,-1,223,213,9,-1,224,219,225,-1,224,218,219,-1,153,152,211,-1,153,211,215,-1,226,217,214,-1,183,210,218,-1,183,184,210,-1,227,221,213,-1,227,220,221,-1,228,222,16,-1,229,225,217,-1,229,224,225,-1,230,213,223,-1,230,227,213,-1,231,228,16,-1,232,229,217,-1,232,217,226,-1,233,223,234,-1,233,230,223,-1,20,235,3,-1,236,233,234,-1,237,238,231,-1,237,231,16,-1,236,234,239,-1,240,226,241,-1,240,232,226,-1,157,230,233,-1,242,237,16,-1,157,156,230,-1,243,235,20,-1,244,241,245,-1,244,240,241,-1,246,238,237,-1,178,180,232,-1,178,232,240,-1,247,239,235,-1,247,236,239,-1,248,242,16,-1,249,247,235,-1,250,245,238,-1,249,235,243,-1,250,244,245,-1,251,248,16,-1,252,250,238,-1,252,238,246,-1,25,253,17,-1,254,243,255,-1,254,249,243,-1,256,252,246,-1,254,160,249,-1,256,246,257,-1,258,255,259,-1,260,261,251,-1,258,254,255,-1,260,251,16,-1,262,253,25,-1,263,256,257,-1,263,257,264,-1,161,160,254,-1,265,260,16,-1,110,109,252,-1,110,252,256,-1,266,261,260,-1,267,259,253,-1,267,258,259,-1,268,265,16,-1,269,263,264,-1,270,253,262,-1,270,267,253,-1,269,264,261,-1,271,261,266,-1,271,269,261,-1,272,268,16,-1,273,270,262,-1,273,262,274,-1,47,275,41,-1,276,277,272,-1,276,272,16,-1,278,266,279,-1,280,274,281,-1,278,271,266,-1,280,273,274,-1,165,270,273,-1,282,276,16,-1,165,164,270,-1,283,279,284,-1,283,278,279,-1,285,275,47,-1,286,277,276,-1,116,271,278,-1,116,115,271,-1,287,281,275,-1,287,280,281,-1,288,282,16,-1,289,284,277,-1,290,287,275,-1,290,275,285,-1,289,283,284,-1,291,288,16,-1,292,277,286,-1,292,289,277,-1,293,169,290,-1,293,285,294,-1,293,290,285,-1,7,295,8,-1,296,286,297,-1,296,292,286,-1,298,293,294,-1,299,300,291,-1,298,294,301,-1,299,291,16,-1,170,169,293,-1,302,299,16,-1,303,295,7,-1,304,297,305,-1,304,296,297,-1,306,300,299,-1,121,120,292,-1,121,292,296,-1,307,298,301,-1,307,301,295,-1,308,302,16,-1,309,295,303,-1,309,307,295,-1,310,305,300,-1,310,304,305,-1,311,308,16,-1,312,310,300,-1,312,300,306,-1,313,309,303,-1,313,174,309,-1,313,303,314,-1,315,313,314,-1,316,311,16,-1,317,312,306,-1,315,314,318,-1,317,306,319,-1,175,174,313,-1,320,27,26,-1,321,317,319,-1,321,319,322,-1,320,323,27,-1,324,316,16,-1,325,311,316,-1,325,326,311,-1,127,312,317,-1,127,125,312,-1,327,315,318,-1,328,318,323,-1,329,324,16,-1,328,327,318,-1,330,321,322,-1,330,322,326,-1,331,326,325,-1,331,330,326,-1,332,329,16,-1,29,60,34,-1,333,320,334,-1,333,323,320,-1,333,328,323,-1,335,334,336,-1,335,333,334,-1,337,331,325,-1,337,132,331,-1,337,325,338,-1,339,332,16,-1,100,104,328,-1,100,328,333,-1,339,33,332,-1,5,339,16,-1,61,60,29,-1,22,337,338,-1,22,338,23,-1,133,132,337,-1,36,33,339,-1,59,336,60,-1,59,335,336,-1]
coord Coordinate { point [0.150 -10.250 0.079,0.039 -7.098 0.079,0.039 -6.902 0.079,0.039 -7.148 0.079,0.039 -5.098 0.079,0.039 -4.902 0.079,0.039 -5.148 0.079,0.039 -8.852 0.079,0.039 -8.648 0.079,0.039 -6.852 0.079,0.039 -6.648 0.079,0.039 -6.598 0.079,0.039 -6.402 0.079,0.039 -6.352 0.079,0.039 0.098 0.079,0.039 0.148 0.079,0.150 0.250 0.079,0.039 -7.648 0.079,0.039 -7.598 0.079,0.039 -7.402 0.079,0.039 -7.352 0.079,-0.461 -4.598 0.079,-0.461 -4.402 0.079,-0.039 -4.598 0.079,-0.039 0.148 0.079,0.039 -7.852 0.079,0.039 -9.352 0.079,0.039 -9.148 0.079,0.039 -9.902 0.079,0.039 -9.852 0.079,0.039 -10.098 0.079,0.039 -9.598 0.079,0.039 -9.402 0.079,-0.039 -4.648 0.079,0.039 -9.648 0.079,-0.461 -4.648 0.079,-0.039 -4.852 0.079,0.039 -9.098 0.079,0.039 -8.902 0.079,0.039 -0.098 0.079,0.039 -6.148 0.079,0.039 -8.148 0.079,0.039 -8.098 0.079,0.039 -0.148 0.079,0.039 -7.902 0.079,0.039 -8.598 0.079,0.039 -8.402 0.079,0.039 -8.352 0.079,0.039 -5.352 0.079,0.039 -5.648 0.079,0.039 -5.598 0.079,0.039 -5.402 0.079,0.039 -0.352 0.079,0.039 -6.098 0.079,0.039 -5.902 0.079,0.039 -5.852 0.079,-0.461 0.148 0.079,-0.039 0.098 0.079,-0.461 -9.648 0.079,-0.461 -9.598 0.079,-0.039 -9.648 0.079,-0.039 -9.852 0.079,-0.039 -5.148 0.079,0.039 -10.148 0.079,0.039 -0.402 0.079,-0.461 0.098 0.079,-0.039 -0.098 0.079,-0.461 -4.852 0.079,-0.039 -4.902 0.079,-0.039 -0.352 0.079,-0.039 -0.148 0.079,-0.461 -4.902 0.079,-0.039 -5.098 0.079,-0.650 0.250 0.079,-0.539 0.148 0.079,-0.539 -4.852 0.079,-0.039 -10.148 0.079,-0.539 -4.648 0.079,-0.461 -9.852 0.079,-0.539 -9.648 0.079,-0.039 -5.352 0.079,-0.039 -9.902 0.079,-0.539 0.098 0.079,-0.461 -9.902 0.079,-0.039 -10.098 0.079,0.039 -0.598 0.079,-0.461 -0.098 0.079,-0.539 -9.852 0.079,-0.461 -5.098 0.079,0.039 -0.648 0.079,-0.461 -10.098 0.079,-0.461 -10.148 0.079,-0.461 -5.148 0.079,-0.461 -0.148 0.079,-0.539 -0.098 0.079,-0.650 -10.250 0.079,-0.539 -9.902 0.079,-0.539 -10.148 0.079,-0.539 -10.098 0.079,-0.539 -0.148 0.079,-0.539 -9.352 0.079,-0.539 -9.402 0.079,-0.539 -9.598 0.079,-0.539 -9.098 0.079,-0.539 -9.148 0.079,-0.461 -0.352 0.079,-0.039 -0.402 0.079,-0.539 -1.902 0.079,-0.539 -2.098 0.079,-0.539 -2.148 0.079,-0.539 -2.352 0.079,-0.539 -2.402 0.079,-0.461 -5.352 0.079,-0.039 -5.402 0.079,-0.539 -2.598 0.079,-0.539 -2.648 0.079,-0.539 -2.852 0.079,0.039 -0.852 0.079,-0.539 -2.902 0.079,-0.539 -3.098 0.079,-0.539 -3.148 0.079,-0.539 -3.352 0.079,-0.039 -5.648 0.079,-0.539 -3.402 0.079,-0.539 -3.598 0.079,-0.539 -3.648 0.079,0.039 -0.902 0.079,-0.539 -3.852 0.079,-0.539 -3.902 0.079,-0.539 -4.098 0.079,-0.461 -0.402 0.079,-0.039 -0.598 0.079,-0.539 -4.148 0.079,-0.539 -4.352 0.079,-0.461 -5.402 0.079,-0.539 -4.402 0.079,-0.539 -4.598 0.079,-0.039 -5.598 0.079,-0.039 -0.852 0.079,-0.039 -0.648 0.079,-0.539 -4.902 0.079,-0.539 -5.352 0.079,-0.539 -5.148 0.079,-0.539 -5.098 0.079,-0.539 -5.402 0.079,-0.539 -5.598 0.079,-0.539 -5.648 0.079,-0.539 -0.352 0.079,-0.539 -5.852 0.079,-0.039 -5.852 0.079,-0.539 -5.902 0.079,-0.539 -6.098 0.079,-0.539 -6.148 0.079,-0.539 -6.352 0.079,-0.539 -6.402 0.079,-0.539 -6.598 0.079,-0.539 -6.648 0.079,-0.539 -6.852 0.079,-0.539 -6.902 0.079,-0.539 -7.098 0.079,-0.539 -7.148 0.079,-0.539 -7.352 0.079,-0.539 -7.402 0.079,-0.539 -7.598 0.079,-0.539 -7.648 0.079,-0.539 -7.852 0.079,-0.539 -0.402 0.079,-0.539 -7.902 0.079,-0.539 -8.098 0.079,-0.539 -8.148 0.079,-0.539 -8.352 0.079,0.039 -1.098 0.079,-0.539 -8.402 0.079,-0.539 -8.598 0.079,-0.539 -8.648 0.079,-0.539 -8.852 0.079,-0.461 -5.598 0.079,-0.539 -8.902 0.079,-0.539 -1.852 0.079,-0.461 -0.598 0.079,-0.539 -1.648 0.079,-0.539 -1.598 0.079,-0.539 -1.402 0.079,-0.539 -1.352 0.079,-0.539 -1.148 0.079,0.039 -1.148 0.079,-0.539 -1.098 0.079,-0.539 -0.902 0.079,-0.461 -5.648 0.079,-0.461 -0.648 0.079,-0.539 -0.598 0.079,-0.539 -0.648 0.079,-0.461 -5.852 0.079,0.039 -1.352 0.079,-0.039 -1.148 0.079,-0.039 -5.902 0.079,-0.461 -0.852 0.079,-0.039 -0.902 0.079,-0.461 -5.902 0.079,0.039 -1.402 0.079,-0.039 -6.098 0.079,-0.461 -0.902 0.079,-0.039 -1.098 0.079,-0.539 -0.852 0.079,-0.039 -6.352 0.079,-0.039 -1.352 0.079,-0.039 -6.148 0.079,0.039 -1.598 0.079,-0.461 -6.098 0.079,-0.461 -1.098 0.079,-0.461 -1.148 0.079,-0.461 -6.148 0.079,0.039 -1.648 0.079,-0.039 -6.648 0.079,0.039 -1.852 0.079,-0.461 -6.352 0.079,-0.039 -6.402 0.079,-0.039 -1.648 0.079,-0.461 -1.352 0.079,-0.039 -1.402 0.079,-0.461 -6.402 0.079,-0.039 -6.598 0.079,0.039 -1.902 0.079,-0.039 -6.852 0.079,-0.461 -1.402 0.079,-0.039 -1.598 0.079,-0.039 -1.852 0.079,-0.461 -6.598 0.079,0.039 -2.098 0.079,-0.461 -1.598 0.079,-0.461 -6.648 0.079,0.039 -2.148 0.079,-0.461 -1.648 0.079,-0.461 -6.852 0.079,-0.039 -6.902 0.079,-0.039 -7.148 0.079,-0.461 -6.902 0.079,0.039 -2.352 0.079,-0.039 -2.148 0.079,-0.039 -7.098 0.079,-0.461 -1.852 0.079,-0.039 -1.902 0.079,0.039 -2.402 0.079,-0.039 -7.352 0.079,-0.461 -1.902 0.079,-0.039 -2.098 0.079,-0.039 -2.352 0.079,-0.461 -7.098 0.079,0.039 -2.598 0.079,-0.461 -7.148 0.079,-0.461 -2.098 0.079,0.039 -2.648 0.079,-0.461 -2.148 0.079,-0.039 -7.648 0.079,-0.461 -7.352 0.079,-0.039 -7.402 0.079,-0.461 -2.352 0.079,-0.039 -2.402 0.079,-0.461 -7.402 0.079,-0.039 -7.598 0.079,0.039 -2.852 0.079,-0.039 -2.648 0.079,-0.039 -7.852 0.079,-0.461 -2.402 0.079,-0.039 -2.598 0.079,0.039 -2.902 0.079,-0.039 -2.852 0.079,-0.461 -7.598 0.079,0.039 -3.098 0.079,-0.461 -2.598 0.079,-0.461 -7.648 0.079,-0.461 -2.648 0.079,0.039 -3.148 0.079,-0.461 -7.852 0.079,-0.039 -7.902 0.079,-0.039 -8.148 0.079,0.039 -3.352 0.079,-0.039 -3.148 0.079,-0.461 -2.852 0.079,-0.039 -2.902 0.079,-0.461 -7.902 0.079,-0.039 -8.098 0.079,0.039 -3.402 0.079,-0.461 -2.902 0.079,-0.039 -3.098 0.079,-0.039 -8.352 0.079,-0.039 -3.352 0.079,-0.461 -8.098 0.079,0.039 -3.598 0.079,-0.461 -3.098 0.079,-0.461 -8.148 0.079,0.039 -3.648 0.079,-0.461 -3.148 0.079,-0.461 -8.352 0.079,-0.039 -8.402 0.079,-0.039 -8.648 0.079,-0.461 -3.352 0.079,-0.039 -3.402 0.079,-0.461 -8.402 0.079,0.039 -3.852 0.079,-0.039 -3.648 0.079,-0.039 -8.598 0.079,0.039 -3.902 0.079,-0.039 -8.852 0.079,-0.461 -3.402 0.079,-0.039 -3.598 0.079,-0.039 -3.852 0.079,-0.461 -8.598 0.079,0.039 -4.098 0.079,-0.461 -8.648 0.079,-0.461 -3.598 0.079,0.039 -4.148 0.079,-0.461 -3.648 0.079,-0.461 -8.852 0.079,-0.039 -8.902 0.079,-0.461 -8.902 0.079,0.039 -4.352 0.079,-0.461 -3.852 0.079,-0.039 -9.098 0.079,-0.039 -3.902 0.079,-0.039 -9.352 0.079,-0.461 -3.902 0.079,-0.039 -4.098 0.079,-0.039 -9.148 0.079,0.039 -4.402 0.079,-0.039 -4.352 0.079,-0.039 -4.148 0.079,-0.461 -9.098 0.079,-0.461 -9.148 0.079,0.039 -4.598 0.079,-0.461 -4.098 0.079,-0.461 -4.148 0.079,0.039 -4.648 0.079,-0.461 -9.352 0.079,-0.039 -9.402 0.079,-0.461 -9.402 0.079,-0.039 -9.598 0.079,-0.461 -4.352 0.079,-0.039 -4.402 0.079,0.039 -4.852 0.079]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.150 0.250 0.000,0.150 -10.250 0.000,0.150 -10.250 0.079,0.150 0.250 0.079]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.850 0.250 1.732,-0.850 0.250 0.000,-0.850 -10.250 0.000,-0.850 -10.250 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [0.197 -7.803 1.732,0.197 -7.803 1.732,-0.197 -7.803 1.732,-0.197 -7.803 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [0.197 -8.197 1.732,0.197 -8.197 1.732,0.197 -7.803 1.732,0.197 -7.803 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.197 -8.197 1.732,-0.197 -8.197 1.732,0.197 -8.197 1.732,0.197 -8.197 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.197 -7.803 1.732,-0.197 -7.803 1.732,-0.197 -8.197 1.732,-0.197 -8.197 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.697 -8.197 1.732,-0.697 -8.197 1.732,-0.303 -8.197 1.732,-0.303 -8.197 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.697 -7.803 1.732,-0.697 -7.803 1.732,-0.697 -8.197 1.732,-0.697 -8.197 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.303 -7.803 1.732,-0.303 -7.803 1.732,-0.697 -7.803 1.732,-0.697 -7.803 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.303 -8.197 1.732,-0.303 -8.197 1.732,-0.303 -7.803 1.732,-0.303 -7.803 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.697 -7.303 1.732,-0.697 -7.303 1.732,-0.697 -7.697 1.732,-0.697 -7.697 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.303 -7.303 1.732,-0.303 -7.303 1.732,-0.697 -7.303 1.732,-0.697 -7.303 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.303 -7.697 1.732,-0.303 -7.697 1.732,-0.303 -7.303 1.732,-0.303 -7.303 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.697 -7.697 1.732,-0.697 -7.697 1.732,-0.303 -7.697 1.732,-0.303 -7.697 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [0.197 -7.697 1.732,0.197 -7.697 1.732,0.197 -7.303 1.732,0.197 -7.303 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.197 -7.697 1.732,-0.197 -7.697 1.732,0.197 -7.697 1.732,0.197 -7.697 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.197 -7.303 1.732,-0.197 -7.303 1.732,-0.197 -7.697 1.732,-0.197 -7.697 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [0.197 -7.303 1.732,0.197 -7.303 1.732,-0.197 -7.303 1.732,-0.197 -7.303 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.697 -7.197 1.732,-0.697 -7.197 1.732,-0.303 -7.197 1.732,-0.303 -7.197 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.697 -6.803 1.732,-0.697 -6.803 1.732,-0.697 -7.197 1.732,-0.697 -7.197 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.303 -6.803 1.732,-0.303 -6.803 1.732,-0.697 -6.803 1.732,-0.697 -6.803 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.303 -7.197 1.732,-0.303 -7.197 1.732,-0.303 -6.803 1.732,-0.303 -6.803 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [0.197 -7.197 1.732,0.197 -7.197 1.732,0.197 -6.803 1.732,0.197 -6.803 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.197 -7.197 1.732,-0.197 -7.197 1.732,0.197 -7.197 1.732,0.197 -7.197 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.197 -6.803 1.732,-0.197 -6.803 1.732,-0.197 -7.197 1.732,-0.197 -7.197 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [0.197 -6.803 1.732,0.197 -6.803 1.732,-0.197 -6.803 1.732,-0.197 -6.803 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.303 -5.303 1.732,-0.303 -5.303 1.732,-0.697 -5.303 1.732,-0.697 -5.303 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.303 -5.697 1.732,-0.303 -5.697 1.732,-0.303 -5.303 1.732,-0.303 -5.303 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.697 -5.697 1.732,-0.697 -5.697 1.732,-0.303 -5.697 1.732,-0.303 -5.697 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.697 -5.303 1.732,-0.697 -5.303 1.732,-0.697 -5.697 1.732,-0.697 -5.697 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.303 -6.197 1.732,-0.303 -6.197 1.732,-0.303 -5.803 1.732,-0.303 -5.803 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.697 -6.197 1.732,-0.697 -6.197 1.732,-0.303 -6.197 1.732,-0.303 -6.197 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.697 -5.803 1.732,-0.697 -5.803 1.732,-0.697 -6.197 1.732,-0.697 -6.197 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.303 -5.803 1.732,-0.303 -5.803 1.732,-0.697 -5.803 1.732,-0.697 -5.803 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.197 -5.303 1.732,-0.197 -5.303 1.732,-0.197 -5.697 1.732,-0.197 -5.697 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [0.197 -5.303 1.732,0.197 -5.303 1.732,-0.197 -5.303 1.732,-0.197 -5.303 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [0.197 -5.697 1.732,0.197 -5.697 1.732,0.197 -5.303 1.732,0.197 -5.303 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.197 -5.697 1.732,-0.197 -5.697 1.732,0.197 -5.697 1.732,0.197 -5.697 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [0.197 -6.697 1.732,0.197 -6.697 1.732,0.197 -6.303 1.732,0.197 -6.303 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.197 -6.697 1.732,-0.197 -6.697 1.732,0.197 -6.697 1.732,0.197 -6.697 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.197 -6.303 1.732,-0.197 -6.303 1.732,-0.197 -6.697 1.732,-0.197 -6.697 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [0.197 -6.303 1.732,0.197 -6.303 1.732,-0.197 -6.303 1.732,-0.197 -6.303 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [0.197 -6.197 1.732,0.197 -6.197 1.732,0.197 -5.803 1.732,0.197 -5.803 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.197 -6.197 1.732,-0.197 -6.197 1.732,0.197 -6.197 1.732,0.197 -6.197 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.197 -5.803 1.732,-0.197 -5.803 1.732,-0.197 -6.197 1.732,-0.197 -6.197 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [0.197 -5.803 1.732,0.197 -5.803 1.732,-0.197 -5.803 1.732,-0.197 -5.803 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.697 -6.303 1.732,-0.697 -6.303 1.732,-0.697 -6.697 1.732,-0.697 -6.697 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.303 -6.303 1.732,-0.303 -6.303 1.732,-0.697 -6.303 1.732,-0.697 -6.303 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.303 -6.697 1.732,-0.303 -6.697 1.732,-0.303 -6.303 1.732,-0.303 -6.303 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.697 -6.697 1.732,-0.697 -6.697 1.732,-0.303 -6.697 1.732,-0.303 -6.697 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.697 -5.197 1.732,-0.697 -5.197 1.732,-0.303 -5.197 1.732,-0.303 -5.197 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.697 -4.803 1.732,-0.697 -4.803 1.732,-0.697 -5.197 1.732,-0.697 -5.197 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.303 -4.803 1.732,-0.303 -4.803 1.732,-0.697 -4.803 1.732,-0.697 -4.803 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.303 -5.197 1.732,-0.303 -5.197 1.732,-0.303 -4.803 1.732,-0.303 -4.803 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [0.197 -5.197 1.732,0.197 -5.197 1.732,0.197 -4.803 1.732,0.197 -4.803 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.197 -5.197 1.732,-0.197 -5.197 1.732,0.197 -5.197 1.732,0.197 -5.197 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.197 -4.803 1.732,-0.197 -4.803 1.732,-0.197 -5.197 1.732,-0.197 -5.197 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [0.197 -4.803 1.732,0.197 -4.803 1.732,-0.197 -4.803 1.732,-0.197 -4.803 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.697 -1.803 1.732,-0.697 -1.803 1.732,-0.697 -2.197 1.732,-0.697 -2.197 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.303 -1.803 1.732,-0.303 -1.803 1.732,-0.697 -1.803 1.732,-0.697 -1.803 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.303 -2.197 1.732,-0.303 -2.197 1.732,-0.303 -1.803 1.732,-0.303 -1.803 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.697 -2.197 1.732,-0.697 -2.197 1.732,-0.303 -2.197 1.732,-0.303 -2.197 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [0.197 -2.197 1.732,0.197 -2.197 1.732,0.197 -1.803 1.732,0.197 -1.803 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.197 -2.197 1.732,-0.197 -2.197 1.732,0.197 -2.197 1.732,0.197 -2.197 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.197 -1.803 1.732,-0.197 -1.803 1.732,-0.197 -2.197 1.732,-0.197 -2.197 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [0.197 -1.803 1.732,0.197 -1.803 1.732,-0.197 -1.803 1.732,-0.197 -1.803 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [0.197 -2.697 1.732,0.197 -2.697 1.732,0.197 -2.303 1.732,0.197 -2.303 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.197 -2.697 1.732,-0.197 -2.697 1.732,0.197 -2.697 1.732,0.197 -2.697 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.197 -2.303 1.732,-0.197 -2.303 1.732,-0.197 -2.697 1.732,-0.197 -2.697 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [0.197 -2.303 1.732,0.197 -2.303 1.732,-0.197 -2.303 1.732,-0.197 -2.303 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.697 -2.697 1.732,-0.697 -2.697 1.732,-0.303 -2.697 1.732,-0.303 -2.697 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.697 -2.303 1.732,-0.697 -2.303 1.732,-0.697 -2.697 1.732,-0.697 -2.697 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.303 -2.303 1.732,-0.303 -2.303 1.732,-0.697 -2.303 1.732,-0.697 -2.303 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.303 -2.697 1.732,-0.303 -2.697 1.732,-0.303 -2.303 1.732,-0.303 -2.303 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.303 -2.803 1.732,-0.303 -2.803 1.732,-0.697 -2.803 1.732,-0.697 -2.803 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.303 -3.197 1.732,-0.303 -3.197 1.732,-0.303 -2.803 1.732,-0.303 -2.803 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.697 -3.197 1.732,-0.697 -3.197 1.732,-0.303 -3.197 1.732,-0.303 -3.197 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.697 -2.803 1.732,-0.697 -2.803 1.732,-0.697 -3.197 1.732,-0.697 -3.197 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [0.197 -3.197 1.732,0.197 -3.197 1.732,0.197 -2.803 1.732,0.197 -2.803 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.197 -3.197 1.732,-0.197 -3.197 1.732,0.197 -3.197 1.732,0.197 -3.197 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.197 -2.803 1.732,-0.197 -2.803 1.732,-0.197 -3.197 1.732,-0.197 -3.197 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [0.197 -2.803 1.732,0.197 -2.803 1.732,-0.197 -2.803 1.732,-0.197 -2.803 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.197 -3.303 1.732,-0.197 -3.303 1.732,-0.197 -3.697 1.732,-0.197 -3.697 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [0.197 -3.303 1.732,0.197 -3.303 1.732,-0.197 -3.303 1.732,-0.197 -3.303 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [0.197 -3.697 1.732,0.197 -3.697 1.732,0.197 -3.303 1.732,0.197 -3.303 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.197 -3.697 1.732,-0.197 -3.697 1.732,0.197 -3.697 1.732,0.197 -3.697 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.697 -3.303 1.732,-0.697 -3.303 1.732,-0.697 -3.697 1.732,-0.697 -3.697 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.303 -3.303 1.732,-0.303 -3.303 1.732,-0.697 -3.303 1.732,-0.697 -3.303 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.303 -3.697 1.732,-0.303 -3.697 1.732,-0.303 -3.303 1.732,-0.303 -3.303 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.697 -3.697 1.732,-0.697 -3.697 1.732,-0.303 -3.697 1.732,-0.303 -3.697 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.197 -3.803 1.732,-0.197 -3.803 1.732,-0.197 -4.197 1.732,-0.197 -4.197 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [0.197 -3.803 1.732,0.197 -3.803 1.732,-0.197 -3.803 1.732,-0.197 -3.803 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [0.197 -4.197 1.732,0.197 -4.197 1.732,0.197 -3.803 1.732,0.197 -3.803 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.197 -4.197 1.732,-0.197 -4.197 1.732,0.197 -4.197 1.732,0.197 -4.197 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.303 -4.197 1.732,-0.303 -4.197 1.732,-0.303 -3.803 1.732,-0.303 -3.803 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.697 -4.197 1.732,-0.697 -4.197 1.732,-0.303 -4.197 1.732,-0.303 -4.197 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.697 -3.803 1.732,-0.697 -3.803 1.732,-0.697 -4.197 1.732,-0.697 -4.197 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.303 -3.803 1.732,-0.303 -3.803 1.732,-0.697 -3.803 1.732,-0.697 -3.803 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [0.197 -4.697 1.732,0.197 -4.697 1.732,0.197 -4.303 1.732,0.197 -4.303 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.197 -4.697 1.732,-0.197 -4.697 1.732,0.197 -4.697 1.732,0.197 -4.697 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.197 -4.303 1.732,-0.197 -4.303 1.732,-0.197 -4.697 1.732,-0.197 -4.697 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [0.197 -4.303 1.732,0.197 -4.303 1.732,-0.197 -4.303 1.732,-0.197 -4.303 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.697 -4.697 1.732,-0.697 -4.697 1.732,-0.303 -4.697 1.732,-0.303 -4.697 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.697 -4.303 1.732,-0.697 -4.303 1.732,-0.697 -4.697 1.732,-0.697 -4.697 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.303 -4.303 1.732,-0.303 -4.303 1.732,-0.697 -4.303 1.732,-0.697 -4.303 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.303 -4.697 1.732,-0.303 -4.697 1.732,-0.303 -4.303 1.732,-0.303 -4.303 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [0.197 -9.303 1.732,0.197 -9.303 1.732,-0.197 -9.303 1.732,-0.197 -9.303 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [0.197 -9.697 1.732,0.197 -9.697 1.732,0.197 -9.303 1.732,0.197 -9.303 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.197 -9.697 1.732,-0.197 -9.697 1.732,0.197 -9.697 1.732,0.197 -9.697 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.197 -9.303 1.732,-0.197 -9.303 1.732,-0.197 -9.697 1.732,-0.197 -9.697 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.197 -9.197 1.732,-0.197 -9.197 1.732,0.197 -9.197 1.732,0.197 -9.197 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.197 -8.803 1.732,-0.197 -8.803 1.732,-0.197 -9.197 1.732,-0.197 -9.197 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [0.197 -8.803 1.732,0.197 -8.803 1.732,-0.197 -8.803 1.732,-0.197 -8.803 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [0.197 -9.197 1.732,0.197 -9.197 1.732,0.197 -8.803 1.732,0.197 -8.803 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [0.197 -8.303 1.732,0.197 -8.303 1.732,-0.197 -8.303 1.732,-0.197 -8.303 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [0.197 -8.697 1.732,0.197 -8.697 1.732,0.197 -8.303 1.732,0.197 -8.303 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.197 -8.697 1.732,-0.197 -8.697 1.732,0.197 -8.697 1.732,0.197 -8.697 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.197 -8.303 1.732,-0.197 -8.303 1.732,-0.197 -8.697 1.732,-0.197 -8.697 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.697 -9.303 1.732,-0.697 -9.303 1.732,-0.697 -9.697 1.732,-0.697 -9.697 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.303 -9.303 1.732,-0.303 -9.303 1.732,-0.697 -9.303 1.732,-0.697 -9.303 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.303 -9.697 1.732,-0.303 -9.697 1.732,-0.303 -9.303 1.732,-0.303 -9.303 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.697 -9.697 1.732,-0.697 -9.697 1.732,-0.303 -9.697 1.732,-0.303 -9.697 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.697 -8.803 1.732,-0.697 -8.803 1.732,-0.697 -9.197 1.732,-0.697 -9.197 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.303 -8.803 1.732,-0.303 -8.803 1.732,-0.697 -8.803 1.732,-0.697 -8.803 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.303 -9.197 1.732,-0.303 -9.197 1.732,-0.303 -8.803 1.732,-0.303 -8.803 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.697 -9.197 1.732,-0.697 -9.197 1.732,-0.303 -9.197 1.732,-0.303 -9.197 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.697 -8.303 1.732,-0.697 -8.303 1.732,-0.697 -8.697 1.732,-0.697 -8.697 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.303 -8.303 1.732,-0.303 -8.303 1.732,-0.697 -8.303 1.732,-0.697 -8.303 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.303 -8.697 1.732,-0.303 -8.697 1.732,-0.303 -8.303 1.732,-0.303 -8.303 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.697 -8.697 1.732,-0.697 -8.697 1.732,-0.303 -8.697 1.732,-0.303 -8.697 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.197 -9.803 1.732,-0.197 -9.803 1.732,-0.197 -10.197 1.732,-0.197 -10.197 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [0.197 -9.803 1.732,0.197 -9.803 1.732,-0.197 -9.803 1.732,-0.197 -9.803 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [0.197 -10.197 1.732,0.197 -10.197 1.732,0.197 -9.803 1.732,0.197 -9.803 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.197 -10.197 1.732,-0.197 -10.197 1.732,0.197 -10.197 1.732,0.197 -10.197 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.697 -10.197 1.732,-0.697 -10.197 1.732,-0.303 -10.197 1.732,-0.303 -10.197 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.697 -9.803 1.732,-0.697 -9.803 1.732,-0.697 -10.197 1.732,-0.697 -10.197 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.303 -9.803 1.732,-0.303 -9.803 1.732,-0.697 -9.803 1.732,-0.697 -9.803 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.303 -10.197 1.732,-0.303 -10.197 1.732,-0.303 -9.803 1.732,-0.303 -9.803 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.197 -1.303 1.732,-0.197 -1.303 1.732,-0.197 -1.697 1.732,-0.197 -1.697 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [0.197 -1.303 1.732,0.197 -1.303 1.732,-0.197 -1.303 1.732,-0.197 -1.303 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [0.197 -1.697 1.732,0.197 -1.697 1.732,0.197 -1.303 1.732,0.197 -1.303 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.197 -1.697 1.732,-0.197 -1.697 1.732,0.197 -1.697 1.732,0.197 -1.697 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.697 -1.697 1.732,-0.697 -1.697 1.732,-0.303 -1.697 1.732,-0.303 -1.697 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.697 -1.303 1.732,-0.697 -1.303 1.732,-0.697 -1.697 1.732,-0.697 -1.697 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.303 -1.303 1.732,-0.303 -1.303 1.732,-0.697 -1.303 1.732,-0.697 -1.303 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.303 -1.697 1.732,-0.303 -1.697 1.732,-0.303 -1.303 1.732,-0.303 -1.303 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.303 -0.197 1.732,-0.303 -0.197 1.732,-0.303 0.197 1.732,-0.303 0.197 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.697 -0.197 1.732,-0.697 -0.197 1.732,-0.303 -0.197 1.732,-0.303 -0.197 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.697 0.197 1.732,-0.697 0.197 1.732,-0.697 -0.197 1.732,-0.697 -0.197 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.303 0.197 1.732,-0.303 0.197 1.732,-0.697 0.197 1.732,-0.697 0.197 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.303 -0.303 1.732,-0.303 -0.303 1.732,-0.697 -0.303 1.732,-0.697 -0.303 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.303 -0.697 1.732,-0.303 -0.697 1.732,-0.303 -0.303 1.732,-0.303 -0.303 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.697 -0.697 1.732,-0.697 -0.697 1.732,-0.303 -0.697 1.732,-0.303 -0.697 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.697 -0.303 1.732,-0.697 -0.303 1.732,-0.697 -0.697 1.732,-0.697 -0.697 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.197 -0.697 1.732,-0.197 -0.697 1.732,0.197 -0.697 1.732,0.197 -0.697 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.197 -0.303 1.732,-0.197 -0.303 1.732,-0.197 -0.697 1.732,-0.197 -0.697 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [0.197 -0.303 1.732,0.197 -0.303 1.732,-0.197 -0.303 1.732,-0.197 -0.303 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [0.197 -0.697 1.732,0.197 -0.697 1.732,0.197 -0.303 1.732,0.197 -0.303 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [0.197 -0.197 1.732,0.197 -0.197 1.732,0.197 0.197 1.732,0.197 0.197 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.197 -0.197 1.732,-0.197 -0.197 1.732,0.197 -0.197 1.732,0.197 -0.197 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.197 0.197 1.732,-0.197 0.197 1.732,-0.197 -0.197 1.732,-0.197 -0.197 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [0.197 0.197 1.732,0.197 0.197 1.732,-0.197 0.197 1.732,-0.197 0.197 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.197 -0.803 1.732,-0.197 -0.803 1.732,-0.197 -1.197 1.732,-0.197 -1.197 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [0.197 -0.803 1.732,0.197 -0.803 1.732,-0.197 -0.803 1.732,-0.197 -0.803 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [0.197 -1.197 1.732,0.197 -1.197 1.732,0.197 -0.803 1.732,0.197 -0.803 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.197 -1.197 1.732,-0.197 -1.197 1.732,0.197 -1.197 1.732,0.197 -1.197 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.697 -1.197 1.732,-0.697 -1.197 1.732,-0.303 -1.197 1.732,-0.303 -1.197 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.697 -0.803 1.732,-0.697 -0.803 1.732,-0.697 -1.197 1.732,-0.697 -1.197 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.303 -0.803 1.732,-0.303 -0.803 1.732,-0.697 -0.803 1.732,-0.697 -0.803 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.303 -1.197 1.732,-0.303 -1.197 1.732,-0.303 -0.803 1.732,-0.303 -0.803 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1]
coord Coordinate { point [-0.539 -9.902 0.079,-0.461 -9.852 0.079,-0.461 -9.902 0.079,-0.539 -9.852 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1,4,2,5,-1,2,3,5,-1]
coord Coordinate { point [-0.461 -10.049 -1.024,-0.461 -9.951 -1.024,-0.461 -10.098 -0.827,-0.461 -9.902 -0.827,-0.461 -10.098 0.079,-0.461 -9.902 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1]
coord Coordinate { point [-0.539 -10.148 0.079,-0.461 -10.098 0.079,-0.461 -10.148 0.079,-0.539 -10.098 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1,4,2,5,-1,2,3,5,-1]
coord Coordinate { point [-0.539 -10.098 0.079,-0.539 -9.902 0.079,-0.539 -10.098 -0.827,-0.539 -9.902 -0.827,-0.539 -10.049 -1.024,-0.539 -9.951 -1.024]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1]
coord Coordinate { point [-0.539 -9.402 0.079,-0.461 -9.352 0.079,-0.461 -9.402 0.079,-0.539 -9.352 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1,4,2,5,-1,2,3,5,-1]
coord Coordinate { point [-0.461 -9.549 -1.024,-0.461 -9.451 -1.024,-0.461 -9.598 -0.827,-0.461 -9.402 -0.827,-0.461 -9.598 0.079,-0.461 -9.402 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1]
coord Coordinate { point [-0.539 -9.648 0.079,-0.461 -9.598 0.079,-0.461 -9.648 0.079,-0.539 -9.598 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1,4,2,5,-1,2,3,5,-1]
coord Coordinate { point [-0.539 -9.598 0.079,-0.539 -9.402 0.079,-0.539 -9.598 -0.827,-0.539 -9.402 -0.827,-0.539 -9.549 -1.024,-0.539 -9.451 -1.024]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1]
coord Coordinate { point [-0.539 -8.902 0.079,-0.461 -8.852 0.079,-0.461 -8.902 0.079,-0.539 -8.852 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1,4,2,5,-1,2,3,5,-1]
coord Coordinate { point [-0.461 -9.049 -1.024,-0.461 -8.951 -1.024,-0.461 -9.098 -0.827,-0.461 -8.902 -0.827,-0.461 -9.098 0.079,-0.461 -8.902 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1]
coord Coordinate { point [-0.539 -9.148 0.079,-0.461 -9.098 0.079,-0.461 -9.148 0.079,-0.539 -9.098 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1,4,2,5,-1,2,3,5,-1]
coord Coordinate { point [-0.539 -9.098 0.079,-0.539 -8.902 0.079,-0.539 -9.098 -0.827,-0.539 -8.902 -0.827,-0.539 -9.049 -1.024,-0.539 -8.951 -1.024]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1,4,2,5,-1,2,3,5,-1]
coord Coordinate { point [-0.539 -8.098 0.079,-0.539 -7.902 0.079,-0.539 -8.098 -0.827,-0.539 -7.902 -0.827,-0.539 -8.049 -1.024,-0.539 -7.951 -1.024]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1]
coord Coordinate { point [-0.539 -7.902 0.079,-0.461 -7.852 0.079,-0.461 -7.902 0.079,-0.539 -7.852 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1,4,2,5,-1,2,3,5,-1]
coord Coordinate { point [-0.461 -8.049 -1.024,-0.461 -7.951 -1.024,-0.461 -8.098 -0.827,-0.461 -7.902 -0.827,-0.461 -8.098 0.079,-0.461 -7.902 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1]
coord Coordinate { point [-0.539 -8.148 0.079,-0.461 -8.098 0.079,-0.461 -8.148 0.079,-0.539 -8.098 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1,4,2,5,-1,2,3,5,-1]
coord Coordinate { point [-0.539 -8.598 0.079,-0.539 -8.402 0.079,-0.539 -8.598 -0.827,-0.539 -8.402 -0.827,-0.539 -8.549 -1.024,-0.539 -8.451 -1.024]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1]
coord Coordinate { point [-0.539 -8.402 0.079,-0.461 -8.352 0.079,-0.461 -8.402 0.079,-0.539 -8.352 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1,4,2,5,-1,2,3,5,-1]
coord Coordinate { point [-0.461 -8.549 -1.024,-0.461 -8.451 -1.024,-0.461 -8.598 -0.827,-0.461 -8.402 -0.827,-0.461 -8.598 0.079,-0.461 -8.402 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1]
coord Coordinate { point [-0.539 -8.648 0.079,-0.461 -8.598 0.079,-0.461 -8.648 0.079,-0.539 -8.598 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1]
coord Coordinate { point [-0.539 -5.402 0.079,-0.461 -5.352 0.079,-0.461 -5.402 0.079,-0.539 -5.352 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1,4,0,5,-1,0,2,5,-1]
coord Coordinate { point [-0.461 -5.598 -0.827,-0.461 -5.549 -1.024,-0.461 -5.402 -0.827,-0.461 -5.451 -1.024,-0.461 -5.598 0.079,-0.461 -5.402 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1]
coord Coordinate { point [-0.539 -5.648 0.079,-0.461 -5.598 0.079,-0.461 -5.648 0.079,-0.539 -5.598 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1,4,2,5,-1,2,3,5,-1]
coord Coordinate { point [-0.539 -5.598 0.079,-0.539 -5.402 0.079,-0.539 -5.598 -0.827,-0.539 -5.402 -0.827,-0.539 -5.549 -1.024,-0.539 -5.451 -1.024]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1]
coord Coordinate { point [-0.539 -5.902 0.079,-0.461 -5.852 0.079,-0.461 -5.902 0.079,-0.539 -5.852 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1,4,0,5,-1,0,2,5,-1]
coord Coordinate { point [-0.461 -6.098 -0.827,-0.461 -6.049 -1.024,-0.461 -5.902 -0.827,-0.461 -5.951 -1.024,-0.461 -6.098 0.079,-0.461 -5.902 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1]
coord Coordinate { point [-0.539 -6.148 0.079,-0.461 -6.098 0.079,-0.461 -6.148 0.079,-0.539 -6.098 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1,4,2,5,-1,2,3,5,-1]
coord Coordinate { point [-0.539 -6.098 0.079,-0.539 -5.902 0.079,-0.539 -6.098 -0.827,-0.539 -5.902 -0.827,-0.539 -6.049 -1.024,-0.539 -5.951 -1.024]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1,4,2,5,-1,2,3,5,-1]
coord Coordinate { point [-0.539 -6.598 0.079,-0.539 -6.402 0.079,-0.539 -6.598 -0.827,-0.539 -6.402 -0.827,-0.539 -6.549 -1.024,-0.539 -6.451 -1.024]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1]
coord Coordinate { point [-0.539 -6.402 0.079,-0.461 -6.352 0.079,-0.461 -6.402 0.079,-0.539 -6.352 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1,4,2,5,-1,2,3,5,-1]
coord Coordinate { point [-0.461 -6.549 -1.024,-0.461 -6.451 -1.024,-0.461 -6.598 -0.827,-0.461 -6.402 -0.827,-0.461 -6.598 0.079,-0.461 -6.402 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1]
coord Coordinate { point [-0.539 -6.648 0.079,-0.461 -6.598 0.079,-0.461 -6.648 0.079,-0.539 -6.598 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1,4,2,5,-1,2,3,5,-1]
coord Coordinate { point [-0.539 -7.098 0.079,-0.539 -6.902 0.079,-0.539 -7.098 -0.827,-0.539 -6.902 -0.827,-0.539 -7.049 -1.024,-0.539 -6.951 -1.024]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1]
coord Coordinate { point [-0.539 -6.902 0.079,-0.461 -6.852 0.079,-0.461 -6.902 0.079,-0.539 -6.852 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1,4,2,5,-1,2,3,5,-1]
coord Coordinate { point [-0.461 -7.049 -1.024,-0.461 -6.951 -1.024,-0.461 -7.098 -0.827,-0.461 -6.902 -0.827,-0.461 -7.098 0.079,-0.461 -6.902 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1]
coord Coordinate { point [-0.539 -7.148 0.079,-0.461 -7.098 0.079,-0.461 -7.148 0.079,-0.539 -7.098 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1,4,2,5,-1,2,3,5,-1]
coord Coordinate { point [-0.539 -7.598 0.079,-0.539 -7.402 0.079,-0.539 -7.598 -0.827,-0.539 -7.402 -0.827,-0.539 -7.549 -1.024,-0.539 -7.451 -1.024]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1]
coord Coordinate { point [-0.539 -7.402 0.079,-0.461 -7.352 0.079,-0.461 -7.402 0.079,-0.539 -7.352 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1,4,2,5,-1,2,3,5,-1]
coord Coordinate { point [-0.461 -7.549 -1.024,-0.461 -7.451 -1.024,-0.461 -7.598 -0.827,-0.461 -7.402 -0.827,-0.461 -7.598 0.079,-0.461 -7.402 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1]
coord Coordinate { point [-0.539 -7.648 0.079,-0.461 -7.598 0.079,-0.461 -7.648 0.079,-0.539 -7.598 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1]
coord Coordinate { point [0.039 -5.598 0.079,-0.039 -5.648 0.079,-0.039 -5.598 0.079,0.039 -5.648 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1,4,0,5,-1,0,2,5,-1]
coord Coordinate { point [-0.039 -5.402 -0.827,-0.039 -5.451 -1.024,-0.039 -5.598 -0.827,-0.039 -5.549 -1.024,-0.039 -5.402 0.079,-0.039 -5.598 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1]
coord Coordinate { point [0.039 -5.352 0.079,-0.039 -5.402 0.079,-0.039 -5.352 0.079,0.039 -5.402 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1,4,2,5,-1,2,3,5,-1]
coord Coordinate { point [0.039 -5.402 0.079,0.039 -5.598 0.079,0.039 -5.402 -0.827,0.039 -5.598 -0.827,0.039 -5.451 -1.024,0.039 -5.549 -1.024]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1,4,2,5,-1,2,3,5,-1]
coord Coordinate { point [0.039 -5.902 0.079,0.039 -6.098 0.079,0.039 -5.902 -0.827,0.039 -6.098 -0.827,0.039 -5.951 -1.024,0.039 -6.049 -1.024]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1]
coord Coordinate { point [0.039 -6.098 0.079,-0.039 -6.148 0.079,-0.039 -6.098 0.079,0.039 -6.148 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1,4,0,5,-1,0,2,5,-1]
coord Coordinate { point [-0.039 -5.902 -0.827,-0.039 -5.951 -1.024,-0.039 -6.098 -0.827,-0.039 -6.049 -1.024,-0.039 -5.902 0.079,-0.039 -6.098 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1]
coord Coordinate { point [0.039 -5.852 0.079,-0.039 -5.902 0.079,-0.039 -5.852 0.079,0.039 -5.902 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1,4,2,5,-1,2,3,5,-1]
coord Coordinate { point [0.039 -6.902 0.079,0.039 -7.098 0.079,0.039 -6.902 -0.827,0.039 -7.098 -0.827,0.039 -6.951 -1.024,0.039 -7.049 -1.024]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1]
coord Coordinate { point [0.039 -7.098 0.079,-0.039 -7.148 0.079,-0.039 -7.098 0.079,0.039 -7.148 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1,4,2,5,-1,2,3,5,-1]
coord Coordinate { point [-0.039 -6.951 -1.024,-0.039 -7.049 -1.024,-0.039 -6.902 -0.827,-0.039 -7.098 -0.827,-0.039 -6.902 0.079,-0.039 -7.098 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1]
coord Coordinate { point [0.039 -6.852 0.079,-0.039 -6.902 0.079,-0.039 -6.852 0.079,0.039 -6.902 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1]
coord Coordinate { point [0.039 -6.598 0.079,-0.039 -6.648 0.079,-0.039 -6.598 0.079,0.039 -6.648 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1,4,2,5,-1,2,3,5,-1]
coord Coordinate { point [-0.039 -6.451 -1.024,-0.039 -6.549 -1.024,-0.039 -6.402 -0.827,-0.039 -6.598 -0.827,-0.039 -6.402 0.079,-0.039 -6.598 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1]
coord Coordinate { point [0.039 -6.352 0.079,-0.039 -6.402 0.079,-0.039 -6.352 0.079,0.039 -6.402 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1,4,2,5,-1,2,3,5,-1]
coord Coordinate { point [0.039 -6.402 0.079,0.039 -6.598 0.079,0.039 -6.402 -0.827,0.039 -6.598 -0.827,0.039 -6.451 -1.024,0.039 -6.549 -1.024]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1]
coord Coordinate { point [0.039 -7.598 0.079,-0.039 -7.648 0.079,-0.039 -7.598 0.079,0.039 -7.648 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1,4,2,5,-1,2,3,5,-1]
coord Coordinate { point [-0.039 -7.451 -1.024,-0.039 -7.549 -1.024,-0.039 -7.402 -0.827,-0.039 -7.598 -0.827,-0.039 -7.402 0.079,-0.039 -7.598 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1]
coord Coordinate { point [0.039 -7.352 0.079,-0.039 -7.402 0.079,-0.039 -7.352 0.079,0.039 -7.402 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1,4,2,5,-1,2,3,5,-1]
coord Coordinate { point [0.039 -7.402 0.079,0.039 -7.598 0.079,0.039 -7.402 -0.827,0.039 -7.598 -0.827,0.039 -7.451 -1.024,0.039 -7.549 -1.024]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1]
coord Coordinate { point [0.039 -10.098 0.079,-0.039 -10.148 0.079,-0.039 -10.098 0.079,0.039 -10.148 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1,4,2,5,-1,2,3,5,-1]
coord Coordinate { point [-0.039 -9.951 -1.024,-0.039 -10.049 -1.024,-0.039 -9.902 -0.827,-0.039 -10.098 -0.827,-0.039 -9.902 0.079,-0.039 -10.098 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1]
coord Coordinate { point [0.039 -9.852 0.079,-0.039 -9.902 0.079,-0.039 -9.852 0.079,0.039 -9.902 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1,4,2,5,-1,2,3,5,-1]
coord Coordinate { point [0.039 -9.902 0.079,0.039 -10.098 0.079,0.039 -9.902 -0.827,0.039 -10.098 -0.827,0.039 -9.951 -1.024,0.039 -10.049 -1.024]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1,4,2,5,-1,2,3,5,-1]
coord Coordinate { point [0.039 -9.402 0.079,0.039 -9.598 0.079,0.039 -9.402 -0.827,0.039 -9.598 -0.827,0.039 -9.451 -1.024,0.039 -9.549 -1.024]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1]
coord Coordinate { point [0.039 -9.598 0.079,-0.039 -9.648 0.079,-0.039 -9.598 0.079,0.039 -9.648 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1,4,2,5,-1,2,3,5,-1]
coord Coordinate { point [-0.039 -9.451 -1.024,-0.039 -9.549 -1.024,-0.039 -9.402 -0.827,-0.039 -9.598 -0.827,-0.039 -9.402 0.079,-0.039 -9.598 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1]
coord Coordinate { point [0.039 -9.352 0.079,-0.039 -9.402 0.079,-0.039 -9.352 0.079,0.039 -9.402 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1,4,2,5,-1,2,3,5,-1]
coord Coordinate { point [0.039 -8.902 0.079,0.039 -9.098 0.079,0.039 -8.902 -0.827,0.039 -9.098 -0.827,0.039 -8.951 -1.024,0.039 -9.049 -1.024]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1]
coord Coordinate { point [0.039 -9.098 0.079,-0.039 -9.148 0.079,-0.039 -9.098 0.079,0.039 -9.148 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1,4,0,5,-1,0,2,5,-1]
coord Coordinate { point [-0.039 -8.902 -0.827,-0.039 -8.951 -1.024,-0.039 -9.098 -0.827,-0.039 -9.049 -1.024,-0.039 -8.902 0.079,-0.039 -9.098 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1]
coord Coordinate { point [0.039 -8.852 0.079,-0.039 -8.902 0.079,-0.039 -8.852 0.079,0.039 -8.902 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1]
coord Coordinate { point [0.039 -8.098 0.079,-0.039 -8.148 0.079,-0.039 -8.098 0.079,0.039 -8.148 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1,4,2,5,-1,2,3,5,-1]
coord Coordinate { point [-0.039 -7.951 -1.024,-0.039 -8.049 -1.024,-0.039 -7.902 -0.827,-0.039 -8.098 -0.827,-0.039 -7.902 0.079,-0.039 -8.098 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1]
coord Coordinate { point [0.039 -7.852 0.079,-0.039 -7.902 0.079,-0.039 -7.852 0.079,0.039 -7.902 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1,4,2,5,-1,2,3,5,-1]
coord Coordinate { point [0.039 -7.902 0.079,0.039 -8.098 0.079,0.039 -7.902 -0.827,0.039 -8.098 -0.827,0.039 -7.951 -1.024,0.039 -8.049 -1.024]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1,4,2,5,-1,2,3,5,-1]
coord Coordinate { point [0.039 -8.402 0.079,0.039 -8.598 0.079,0.039 -8.402 -0.827,0.039 -8.598 -0.827,0.039 -8.451 -1.024,0.039 -8.549 -1.024]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1]
coord Coordinate { point [0.039 -8.598 0.079,-0.039 -8.648 0.079,-0.039 -8.598 0.079,0.039 -8.648 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1,4,2,5,-1,2,3,5,-1]
coord Coordinate { point [-0.039 -8.451 -1.024,-0.039 -8.549 -1.024,-0.039 -8.402 -0.827,-0.039 -8.598 -0.827,-0.039 -8.402 0.079,-0.039 -8.598 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1]
coord Coordinate { point [0.039 -8.352 0.079,-0.039 -8.402 0.079,-0.039 -8.352 0.079,0.039 -8.402 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1,4,2,5,-1,2,3,5,-1]
coord Coordinate { point [0.039 -3.902 0.079,0.039 -4.098 0.079,0.039 -3.902 -0.827,0.039 -4.098 -0.827,0.039 -3.951 -1.024,0.039 -4.049 -1.024]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1]
coord Coordinate { point [0.039 -4.098 0.079,-0.039 -4.148 0.079,-0.039 -4.098 0.079,0.039 -4.148 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1,4,0,5,-1,0,2,5,-1]
coord Coordinate { point [-0.039 -3.902 -0.827,-0.039 -3.951 -1.024,-0.039 -4.098 -0.827,-0.039 -4.049 -1.024,-0.039 -3.902 0.079,-0.039 -4.098 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1]
coord Coordinate { point [0.039 -3.852 0.079,-0.039 -3.902 0.079,-0.039 -3.852 0.079,0.039 -3.902 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1,4,2,5,-1,2,3,5,-1]
coord Coordinate { point [-0.539 -4.098 0.079,-0.539 -3.902 0.079,-0.539 -4.098 -0.827,-0.539 -3.902 -0.827,-0.539 -4.049 -1.024,-0.539 -3.951 -1.024]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1]
coord Coordinate { point [-0.539 -3.902 0.079,-0.461 -3.852 0.079,-0.461 -3.902 0.079,-0.539 -3.852 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1,4,2,5,-1,2,3,5,-1]
coord Coordinate { point [-0.461 -4.049 -1.024,-0.461 -3.951 -1.024,-0.461 -4.098 -0.827,-0.461 -3.902 -0.827,-0.461 -4.098 0.079,-0.461 -3.902 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1]
coord Coordinate { point [-0.539 -4.148 0.079,-0.461 -4.098 0.079,-0.461 -4.148 0.079,-0.539 -4.098 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1]
coord Coordinate { point [-0.539 -4.402 0.079,-0.461 -4.352 0.079,-0.461 -4.402 0.079,-0.539 -4.352 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1,4,0,5,-1,0,2,5,-1]
coord Coordinate { point [-0.461 -4.598 -0.827,-0.461 -4.549 -1.024,-0.461 -4.402 -0.827,-0.461 -4.451 -1.024,-0.461 -4.598 0.079,-0.461 -4.402 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1]
coord Coordinate { point [-0.539 -4.648 0.079,-0.461 -4.598 0.079,-0.461 -4.648 0.079,-0.539 -4.598 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1,4,2,5,-1,2,3,5,-1]
coord Coordinate { point [-0.539 -4.598 0.079,-0.539 -4.402 0.079,-0.539 -4.598 -0.827,-0.539 -4.402 -0.827,-0.539 -4.549 -1.024,-0.539 -4.451 -1.024]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1]
coord Coordinate { point [0.039 -4.598 0.079,-0.039 -4.648 0.079,-0.039 -4.598 0.079,0.039 -4.648 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1,4,0,5,-1,0,2,5,-1]
coord Coordinate { point [-0.039 -4.402 -0.827,-0.039 -4.451 -1.024,-0.039 -4.598 -0.827,-0.039 -4.549 -1.024,-0.039 -4.402 0.079,-0.039 -4.598 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1]
coord Coordinate { point [0.039 -4.352 0.079,-0.039 -4.402 0.079,-0.039 -4.352 0.079,0.039 -4.402 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1,4,2,5,-1,2,3,5,-1]
coord Coordinate { point [0.039 -4.402 0.079,0.039 -4.598 0.079,0.039 -4.402 -0.827,0.039 -4.598 -0.827,0.039 -4.451 -1.024,0.039 -4.549 -1.024]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1,4,2,5,-1,2,3,5,-1]
coord Coordinate { point [-0.539 -5.098 0.079,-0.539 -4.902 0.079,-0.539 -5.098 -0.827,-0.539 -4.902 -0.827,-0.539 -5.049 -1.024,-0.539 -4.951 -1.024]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1]
coord Coordinate { point [-0.539 -4.902 0.079,-0.461 -4.852 0.079,-0.461 -4.902 0.079,-0.539 -4.852 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1,4,0,5,-1,0,2,5,-1]
coord Coordinate { point [-0.461 -5.098 -0.827,-0.461 -5.049 -1.024,-0.461 -4.902 -0.827,-0.461 -4.951 -1.024,-0.461 -5.098 0.079,-0.461 -4.902 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1]
coord Coordinate { point [-0.539 -5.148 0.079,-0.461 -5.098 0.079,-0.461 -5.148 0.079,-0.539 -5.098 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1,4,2,5,-1,2,3,5,-1]
coord Coordinate { point [0.039 -4.902 0.079,0.039 -5.098 0.079,0.039 -4.902 -0.827,0.039 -5.098 -0.827,0.039 -4.951 -1.024,0.039 -5.049 -1.024]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1]
coord Coordinate { point [0.039 -5.098 0.079,-0.039 -5.148 0.079,-0.039 -5.098 0.079,0.039 -5.148 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1,4,0,5,-1,0,2,5,-1]
coord Coordinate { point [-0.039 -4.902 -0.827,-0.039 -4.951 -1.024,-0.039 -5.098 -0.827,-0.039 -5.049 -1.024,-0.039 -4.902 0.079,-0.039 -5.098 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1]
coord Coordinate { point [0.039 -4.852 0.079,-0.039 -4.902 0.079,-0.039 -4.852 0.079,0.039 -4.902 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1]
coord Coordinate { point [0.039 -0.098 0.079,-0.039 -0.148 0.079,-0.039 -0.098 0.079,0.039 -0.148 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1,4,2,5,-1,2,3,5,-1]
coord Coordinate { point [-0.039 0.049 -1.024,-0.039 -0.049 -1.024,-0.039 0.098 -0.827,-0.039 -0.098 -0.827,-0.039 0.098 0.079,-0.039 -0.098 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1]
coord Coordinate { point [0.039 0.148 0.079,-0.039 0.098 0.079,-0.039 0.148 0.079,0.039 0.098 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1,4,2,5,-1,2,3,5,-1]
coord Coordinate { point [0.039 0.098 0.079,0.039 -0.098 0.079,0.039 0.098 -0.827,0.039 -0.098 -0.827,0.039 0.049 -1.024,0.039 -0.049 -1.024]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1,4,2,5,-1,2,3,5,-1]
coord Coordinate { point [0.039 -0.402 0.079,0.039 -0.598 0.079,0.039 -0.402 -0.827,0.039 -0.598 -0.827,0.039 -0.451 -1.024,0.039 -0.549 -1.024]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [0.039 -0.648 0.079,-0.039 -0.648 0.079,-0.039 -0.598 0.079,0.039 -0.598 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1,4,0,5,-1,0,2,5,-1]
coord Coordinate { point [-0.039 -0.402 -0.827,-0.039 -0.451 -1.024,-0.039 -0.598 -0.827,-0.039 -0.549 -1.024,-0.039 -0.402 0.079,-0.039 -0.598 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [0.039 -0.402 0.079,-0.039 -0.402 0.079,-0.039 -0.352 0.079,0.039 -0.352 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1,4,2,5,-1,2,3,5,-1]
coord Coordinate { point [0.039 -0.902 0.079,0.039 -1.098 0.079,0.039 -0.902 -0.827,0.039 -1.098 -0.827,0.039 -0.951 -1.024,0.039 -1.049 -1.024]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1]
coord Coordinate { point [0.039 -1.098 0.079,-0.039 -1.148 0.079,-0.039 -1.098 0.079,0.039 -1.148 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1,4,2,5,-1,2,3,5,-1]
coord Coordinate { point [-0.039 -0.951 -1.024,-0.039 -1.049 -1.024,-0.039 -0.902 -0.827,-0.039 -1.098 -0.827,-0.039 -0.902 0.079,-0.039 -1.098 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1]
coord Coordinate { point [0.039 -0.852 0.079,-0.039 -0.902 0.079,-0.039 -0.852 0.079,0.039 -0.902 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1,4,2,5,-1,2,3,5,-1]
coord Coordinate { point [0.039 -2.402 0.079,0.039 -2.598 0.079,0.039 -2.402 -0.827,0.039 -2.598 -0.827,0.039 -2.451 -1.024,0.039 -2.549 -1.024]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [0.039 -2.648 0.079,-0.039 -2.648 0.079,-0.039 -2.598 0.079,0.039 -2.598 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1,4,0,5,-1,0,2,5,-1]
coord Coordinate { point [-0.039 -2.402 -0.827,-0.039 -2.451 -1.024,-0.039 -2.598 -0.827,-0.039 -2.549 -1.024,-0.039 -2.402 0.079,-0.039 -2.598 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1]
coord Coordinate { point [0.039 -2.352 0.079,-0.039 -2.402 0.079,-0.039 -2.352 0.079,0.039 -2.402 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [0.039 -2.148 0.079,-0.039 -2.148 0.079,-0.039 -2.098 0.079,0.039 -2.098 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1,4,0,5,-1,0,2,5,-1]
coord Coordinate { point [-0.039 -1.902 -0.827,-0.039 -1.951 -1.024,-0.039 -2.098 -0.827,-0.039 -2.049 -1.024,-0.039 -1.902 0.079,-0.039 -2.098 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1]
coord Coordinate { point [0.039 -1.852 0.079,-0.039 -1.902 0.079,-0.039 -1.852 0.079,0.039 -1.902 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1,4,2,5,-1,2,3,5,-1]
coord Coordinate { point [0.039 -1.902 0.079,0.039 -2.098 0.079,0.039 -1.902 -0.827,0.039 -2.098 -0.827,0.039 -1.951 -1.024,0.039 -2.049 -1.024]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [0.039 -1.648 0.079,-0.039 -1.648 0.079,-0.039 -1.598 0.079,0.039 -1.598 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1,4,0,5,-1,0,2,5,-1]
coord Coordinate { point [-0.039 -1.402 -0.827,-0.039 -1.451 -1.024,-0.039 -1.598 -0.827,-0.039 -1.549 -1.024,-0.039 -1.402 0.079,-0.039 -1.598 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1]
coord Coordinate { point [0.039 -1.352 0.079,-0.039 -1.402 0.079,-0.039 -1.352 0.079,0.039 -1.402 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1,4,2,5,-1,2,3,5,-1]
coord Coordinate { point [0.039 -1.402 0.079,0.039 -1.598 0.079,0.039 -1.402 -0.827,0.039 -1.598 -0.827,0.039 -1.451 -1.024,0.039 -1.549 -1.024]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1]
coord Coordinate { point [-0.539 -1.402 0.079,-0.461 -1.352 0.079,-0.461 -1.402 0.079,-0.539 -1.352 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1,4,0,5,-1,0,2,5,-1]
coord Coordinate { point [-0.461 -1.598 -0.827,-0.461 -1.549 -1.024,-0.461 -1.402 -0.827,-0.461 -1.451 -1.024,-0.461 -1.598 0.079,-0.461 -1.402 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1]
coord Coordinate { point [-0.539 -1.648 0.079,-0.461 -1.598 0.079,-0.461 -1.648 0.079,-0.539 -1.598 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1,4,2,5,-1,2,3,5,-1]
coord Coordinate { point [-0.539 -1.598 0.079,-0.539 -1.402 0.079,-0.539 -1.598 -0.827,-0.539 -1.402 -0.827,-0.539 -1.549 -1.024,-0.539 -1.451 -1.024]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1]
coord Coordinate { point [-0.539 -0.902 0.079,-0.461 -0.852 0.079,-0.461 -0.902 0.079,-0.539 -0.852 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1,4,0,5,-1,0,2,5,-1]
coord Coordinate { point [-0.461 -1.098 -0.827,-0.461 -1.049 -1.024,-0.461 -0.902 -0.827,-0.461 -0.951 -1.024,-0.461 -1.098 0.079,-0.461 -0.902 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1]
coord Coordinate { point [-0.539 -1.148 0.079,-0.461 -1.098 0.079,-0.461 -1.148 0.079,-0.539 -1.098 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1,4,2,5,-1,2,3,5,-1]
coord Coordinate { point [-0.539 -1.098 0.079,-0.539 -0.902 0.079,-0.539 -1.098 -0.827,-0.539 -0.902 -0.827,-0.539 -1.049 -1.024,-0.539 -0.951 -1.024]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1]
coord Coordinate { point [-0.539 0.098 0.079,-0.461 0.148 0.079,-0.461 0.098 0.079,-0.539 0.148 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1,4,2,5,-1,2,3,5,-1]
coord Coordinate { point [-0.461 -0.049 -1.024,-0.461 0.049 -1.024,-0.461 -0.098 -0.827,-0.461 0.098 -0.827,-0.461 -0.098 0.079,-0.461 0.098 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1]
coord Coordinate { point [-0.539 -0.148 0.079,-0.461 -0.098 0.079,-0.461 -0.148 0.079,-0.539 -0.098 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1,4,2,5,-1,2,3,5,-1]
coord Coordinate { point [-0.539 -0.098 0.079,-0.539 0.098 0.079,-0.539 -0.098 -0.827,-0.539 0.098 -0.827,-0.539 -0.049 -1.024,-0.539 0.049 -1.024]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1]
coord Coordinate { point [-0.539 -0.402 0.079,-0.461 -0.352 0.079,-0.461 -0.402 0.079,-0.539 -0.352 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1,4,0,5,-1,0,2,5,-1]
coord Coordinate { point [-0.461 -0.598 -0.827,-0.461 -0.549 -1.024,-0.461 -0.402 -0.827,-0.461 -0.451 -1.024,-0.461 -0.598 0.079,-0.461 -0.402 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1]
coord Coordinate { point [-0.539 -0.648 0.079,-0.461 -0.598 0.079,-0.461 -0.648 0.079,-0.539 -0.598 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1,4,2,5,-1,2,3,5,-1]
coord Coordinate { point [-0.539 -0.598 0.079,-0.539 -0.402 0.079,-0.539 -0.598 -0.827,-0.539 -0.402 -0.827,-0.539 -0.549 -1.024,-0.539 -0.451 -1.024]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.539 -2.352 0.079,-0.461 -2.352 0.079,-0.461 -2.402 0.079,-0.539 -2.402 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1,4,0,5,-1,0,2,5,-1]
coord Coordinate { point [-0.461 -2.598 -0.827,-0.461 -2.549 -1.024,-0.461 -2.402 -0.827,-0.461 -2.451 -1.024,-0.461 -2.598 0.079,-0.461 -2.402 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1]
coord Coordinate { point [-0.539 -2.648 0.079,-0.461 -2.598 0.079,-0.461 -2.648 0.079,-0.539 -2.598 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1,4,2,5,-1,2,3,5,-1]
coord Coordinate { point [-0.539 -2.598 0.079,-0.539 -2.402 0.079,-0.539 -2.598 -0.827,-0.539 -2.402 -0.827,-0.539 -2.549 -1.024,-0.539 -2.451 -1.024]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1,4,2,5,-1,2,3,5,-1]
coord Coordinate { point [-0.539 -2.098 0.079,-0.539 -1.902 0.079,-0.539 -2.098 -0.827,-0.539 -1.902 -0.827,-0.539 -2.049 -1.024,-0.539 -1.951 -1.024]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.539 -1.852 0.079,-0.461 -1.852 0.079,-0.461 -1.902 0.079,-0.539 -1.902 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1,4,0,5,-1,0,2,5,-1]
coord Coordinate { point [-0.461 -2.098 -0.827,-0.461 -2.049 -1.024,-0.461 -1.902 -0.827,-0.461 -1.951 -1.024,-0.461 -2.098 0.079,-0.461 -1.902 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1]
coord Coordinate { point [-0.539 -2.148 0.079,-0.461 -2.098 0.079,-0.461 -2.148 0.079,-0.539 -2.098 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1,4,2,5,-1,2,3,5,-1]
coord Coordinate { point [-0.539 -3.098 0.079,-0.539 -2.902 0.079,-0.539 -3.098 -0.827,-0.539 -2.902 -0.827,-0.539 -3.049 -1.024,-0.539 -2.951 -1.024]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.539 -2.852 0.079,-0.461 -2.852 0.079,-0.461 -2.902 0.079,-0.539 -2.902 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1,4,0,5,-1,0,2,5,-1]
coord Coordinate { point [-0.461 -3.098 -0.827,-0.461 -3.049 -1.024,-0.461 -2.902 -0.827,-0.461 -2.951 -1.024,-0.461 -3.098 0.079,-0.461 -2.902 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1]
coord Coordinate { point [-0.539 -3.148 0.079,-0.461 -3.098 0.079,-0.461 -3.148 0.079,-0.539 -3.098 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [0.039 -3.148 0.079,-0.039 -3.148 0.079,-0.039 -3.098 0.079,0.039 -3.098 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1,4,0,5,-1,0,2,5,-1]
coord Coordinate { point [-0.039 -2.902 -0.827,-0.039 -2.951 -1.024,-0.039 -3.098 -0.827,-0.039 -3.049 -1.024,-0.039 -2.902 0.079,-0.039 -3.098 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1]
coord Coordinate { point [0.039 -2.852 0.079,-0.039 -2.902 0.079,-0.039 -2.852 0.079,0.039 -2.902 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1,4,2,5,-1,2,3,5,-1]
coord Coordinate { point [0.039 -2.902 0.079,0.039 -3.098 0.079,0.039 -2.902 -0.827,0.039 -3.098 -0.827,0.039 -2.951 -1.024,0.039 -3.049 -1.024]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1]
coord Coordinate { point [-0.539 -3.402 0.079,-0.461 -3.352 0.079,-0.461 -3.402 0.079,-0.539 -3.352 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1,4,0,5,-1,0,2,5,-1]
coord Coordinate { point [-0.461 -3.598 -0.827,-0.461 -3.549 -1.024,-0.461 -3.402 -0.827,-0.461 -3.451 -1.024,-0.461 -3.598 0.079,-0.461 -3.402 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1]
coord Coordinate { point [-0.539 -3.648 0.079,-0.461 -3.598 0.079,-0.461 -3.648 0.079,-0.539 -3.598 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1,4,2,5,-1,2,3,5,-1]
coord Coordinate { point [-0.539 -3.598 0.079,-0.539 -3.402 0.079,-0.539 -3.598 -0.827,-0.539 -3.402 -0.827,-0.539 -3.549 -1.024,-0.539 -3.451 -1.024]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1,4,2,5,-1,2,3,5,-1]
coord Coordinate { point [0.039 -3.402 0.079,0.039 -3.598 0.079,0.039 -3.402 -0.827,0.039 -3.598 -0.827,0.039 -3.451 -1.024,0.039 -3.549 -1.024]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1]
coord Coordinate { point [0.039 -3.598 0.079,-0.039 -3.648 0.079,-0.039 -3.598 0.079,0.039 -3.648 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1,4,0,5,-1,0,2,5,-1]
coord Coordinate { point [-0.039 -3.402 -0.827,-0.039 -3.451 -1.024,-0.039 -3.598 -0.827,-0.039 -3.549 -1.024,-0.039 -3.402 0.079,-0.039 -3.598 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1]
coord Coordinate { point [0.039 -3.352 0.079,-0.039 -3.402 0.079,-0.039 -3.352 0.079,0.039 -3.402 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.197 -7.803 1.732,0.099 -7.901 1.634,0.197 -7.803 1.732,-0.099 -7.901 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.099 -7.901 1.634,0.099 -8.099 1.634,0.197 -8.197 1.732,0.197 -7.803 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.099 -8.099 1.634,-0.099 -8.099 1.634,-0.197 -8.197 1.732,0.197 -8.197 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.197 -8.197 1.732,-0.099 -7.901 1.634,-0.197 -7.803 1.732,-0.099 -8.099 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.303 -8.197 1.732,-0.599 -8.099 1.634,-0.697 -8.197 1.732,-0.401 -8.099 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.599 -8.099 1.634,-0.599 -7.901 1.634,-0.697 -7.803 1.732,-0.697 -8.197 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.599 -7.901 1.634,-0.401 -7.901 1.634,-0.303 -7.803 1.732,-0.697 -7.803 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.303 -7.803 1.732,-0.401 -8.099 1.634,-0.303 -8.197 1.732,-0.401 -7.901 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.599 -7.599 1.634,-0.599 -7.401 1.634,-0.697 -7.303 1.732,-0.697 -7.697 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.599 -7.401 1.634,-0.401 -7.401 1.634,-0.303 -7.303 1.732,-0.697 -7.303 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.303 -7.303 1.732,-0.401 -7.599 1.634,-0.303 -7.697 1.732,-0.401 -7.401 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.303 -7.697 1.732,-0.599 -7.599 1.634,-0.697 -7.697 1.732,-0.401 -7.599 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.099 -7.401 1.634,0.099 -7.599 1.634,0.197 -7.697 1.732,0.197 -7.303 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.099 -7.599 1.634,-0.099 -7.599 1.634,-0.197 -7.697 1.732,0.197 -7.697 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.197 -7.697 1.732,-0.099 -7.401 1.634,-0.197 -7.303 1.732,-0.099 -7.599 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.197 -7.303 1.732,0.099 -7.401 1.634,0.197 -7.303 1.732,-0.099 -7.401 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.303 -7.197 1.732,-0.599 -7.099 1.634,-0.697 -7.197 1.732,-0.401 -7.099 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.599 -7.099 1.634,-0.599 -6.901 1.634,-0.697 -6.803 1.732,-0.697 -7.197 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.599 -6.901 1.634,-0.401 -6.901 1.634,-0.303 -6.803 1.732,-0.697 -6.803 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.303 -6.803 1.732,-0.401 -7.099 1.634,-0.303 -7.197 1.732,-0.401 -6.901 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.099 -6.901 1.634,0.099 -7.099 1.634,0.197 -7.197 1.732,0.197 -6.803 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.099 -7.099 1.634,-0.099 -7.099 1.634,-0.197 -7.197 1.732,0.197 -7.197 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.197 -7.197 1.732,-0.099 -6.901 1.634,-0.197 -6.803 1.732,-0.099 -7.099 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.197 -6.803 1.732,0.099 -6.901 1.634,0.197 -6.803 1.732,-0.099 -6.901 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.599 -5.401 1.634,-0.401 -5.401 1.634,-0.303 -5.303 1.732,-0.697 -5.303 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.303 -5.303 1.732,-0.401 -5.599 1.634,-0.303 -5.697 1.732,-0.401 -5.401 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.303 -5.697 1.732,-0.599 -5.599 1.634,-0.697 -5.697 1.732,-0.401 -5.599 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.599 -5.599 1.634,-0.599 -5.401 1.634,-0.697 -5.303 1.732,-0.697 -5.697 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.303 -5.803 1.732,-0.401 -6.099 1.634,-0.303 -6.197 1.732,-0.401 -5.901 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.303 -6.197 1.732,-0.599 -6.099 1.634,-0.697 -6.197 1.732,-0.401 -6.099 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.599 -6.099 1.634,-0.599 -5.901 1.634,-0.697 -5.803 1.732,-0.697 -6.197 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.599 -5.901 1.634,-0.401 -5.901 1.634,-0.303 -5.803 1.732,-0.697 -5.803 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.197 -5.697 1.732,-0.099 -5.401 1.634,-0.197 -5.303 1.732,-0.099 -5.599 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.197 -5.303 1.732,0.099 -5.401 1.634,0.197 -5.303 1.732,-0.099 -5.401 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.099 -5.401 1.634,0.099 -5.599 1.634,0.197 -5.697 1.732,0.197 -5.303 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.099 -5.599 1.634,-0.099 -5.599 1.634,-0.197 -5.697 1.732,0.197 -5.697 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.099 -6.401 1.634,0.099 -6.599 1.634,0.197 -6.697 1.732,0.197 -6.303 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.099 -6.599 1.634,-0.099 -6.599 1.634,-0.197 -6.697 1.732,0.197 -6.697 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.197 -6.697 1.732,-0.099 -6.401 1.634,-0.197 -6.303 1.732,-0.099 -6.599 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.197 -6.303 1.732,0.099 -6.401 1.634,0.197 -6.303 1.732,-0.099 -6.401 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.099 -5.901 1.634,0.099 -6.099 1.634,0.197 -6.197 1.732,0.197 -5.803 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.099 -6.099 1.634,-0.099 -6.099 1.634,-0.197 -6.197 1.732,0.197 -6.197 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.197 -6.197 1.732,-0.099 -5.901 1.634,-0.197 -5.803 1.732,-0.099 -6.099 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.197 -5.803 1.732,0.099 -5.901 1.634,0.197 -5.803 1.732,-0.099 -5.901 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.599 -6.599 1.634,-0.599 -6.401 1.634,-0.697 -6.303 1.732,-0.697 -6.697 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.599 -6.401 1.634,-0.401 -6.401 1.634,-0.303 -6.303 1.732,-0.697 -6.303 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.303 -6.303 1.732,-0.401 -6.599 1.634,-0.303 -6.697 1.732,-0.401 -6.401 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.303 -6.697 1.732,-0.599 -6.599 1.634,-0.697 -6.697 1.732,-0.401 -6.599 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.303 -5.197 1.732,-0.599 -5.099 1.634,-0.697 -5.197 1.732,-0.401 -5.099 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.599 -5.099 1.634,-0.599 -4.901 1.634,-0.697 -4.803 1.732,-0.697 -5.197 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.599 -4.901 1.634,-0.401 -4.901 1.634,-0.303 -4.803 1.732,-0.697 -4.803 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.303 -4.803 1.732,-0.401 -5.099 1.634,-0.303 -5.197 1.732,-0.401 -4.901 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.099 -4.901 1.634,0.099 -5.099 1.634,0.197 -5.197 1.732,0.197 -4.803 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.099 -5.099 1.634,-0.099 -5.099 1.634,-0.197 -5.197 1.732,0.197 -5.197 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.197 -5.197 1.732,-0.099 -4.901 1.634,-0.197 -4.803 1.732,-0.099 -5.099 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.197 -4.803 1.732,0.099 -4.901 1.634,0.197 -4.803 1.732,-0.099 -4.901 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.599 -2.099 1.634,-0.599 -1.901 1.634,-0.697 -1.803 1.732,-0.697 -2.197 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.599 -1.901 1.634,-0.401 -1.901 1.634,-0.303 -1.803 1.732,-0.697 -1.803 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.303 -1.803 1.732,-0.401 -2.099 1.634,-0.303 -2.197 1.732,-0.401 -1.901 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.303 -2.197 1.732,-0.599 -2.099 1.634,-0.697 -2.197 1.732,-0.401 -2.099 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.099 -1.901 1.634,0.099 -2.099 1.634,0.197 -2.197 1.732,0.197 -1.803 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.099 -2.099 1.634,-0.099 -2.099 1.634,-0.197 -2.197 1.732,0.197 -2.197 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.197 -2.197 1.732,-0.099 -1.901 1.634,-0.197 -1.803 1.732,-0.099 -2.099 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.197 -1.803 1.732,0.099 -1.901 1.634,0.197 -1.803 1.732,-0.099 -1.901 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.099 -2.401 1.634,0.099 -2.599 1.634,0.197 -2.697 1.732,0.197 -2.303 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.099 -2.599 1.634,-0.099 -2.599 1.634,-0.197 -2.697 1.732,0.197 -2.697 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.197 -2.697 1.732,-0.099 -2.401 1.634,-0.197 -2.303 1.732,-0.099 -2.599 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.197 -2.303 1.732,0.099 -2.401 1.634,0.197 -2.303 1.732,-0.099 -2.401 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.303 -2.697 1.732,-0.599 -2.599 1.634,-0.697 -2.697 1.732,-0.401 -2.599 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.599 -2.599 1.634,-0.599 -2.401 1.634,-0.697 -2.303 1.732,-0.697 -2.697 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.599 -2.401 1.634,-0.401 -2.401 1.634,-0.303 -2.303 1.732,-0.697 -2.303 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.303 -2.303 1.732,-0.401 -2.599 1.634,-0.303 -2.697 1.732,-0.401 -2.401 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.599 -2.901 1.634,-0.401 -2.901 1.634,-0.303 -2.803 1.732,-0.697 -2.803 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.303 -2.803 1.732,-0.401 -3.099 1.634,-0.303 -3.197 1.732,-0.401 -2.901 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.303 -3.197 1.732,-0.599 -3.099 1.634,-0.697 -3.197 1.732,-0.401 -3.099 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.599 -3.099 1.634,-0.599 -2.901 1.634,-0.697 -2.803 1.732,-0.697 -3.197 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.099 -2.901 1.634,0.099 -3.099 1.634,0.197 -3.197 1.732,0.197 -2.803 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.099 -3.099 1.634,-0.099 -3.099 1.634,-0.197 -3.197 1.732,0.197 -3.197 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.197 -3.197 1.732,-0.099 -2.901 1.634,-0.197 -2.803 1.732,-0.099 -3.099 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.197 -2.803 1.732,0.099 -2.901 1.634,0.197 -2.803 1.732,-0.099 -2.901 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.197 -3.697 1.732,-0.099 -3.401 1.634,-0.197 -3.303 1.732,-0.099 -3.599 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.197 -3.303 1.732,0.099 -3.401 1.634,0.197 -3.303 1.732,-0.099 -3.401 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.099 -3.401 1.634,0.099 -3.599 1.634,0.197 -3.697 1.732,0.197 -3.303 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.099 -3.599 1.634,-0.099 -3.599 1.634,-0.197 -3.697 1.732,0.197 -3.697 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.599 -3.599 1.634,-0.599 -3.401 1.634,-0.697 -3.303 1.732,-0.697 -3.697 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.599 -3.401 1.634,-0.401 -3.401 1.634,-0.303 -3.303 1.732,-0.697 -3.303 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.303 -3.303 1.732,-0.401 -3.599 1.634,-0.303 -3.697 1.732,-0.401 -3.401 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.303 -3.697 1.732,-0.599 -3.599 1.634,-0.697 -3.697 1.732,-0.401 -3.599 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.197 -4.197 1.732,-0.099 -3.901 1.634,-0.197 -3.803 1.732,-0.099 -4.099 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.197 -3.803 1.732,0.099 -3.901 1.634,0.197 -3.803 1.732,-0.099 -3.901 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.099 -3.901 1.634,0.099 -4.099 1.634,0.197 -4.197 1.732,0.197 -3.803 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.099 -4.099 1.634,-0.099 -4.099 1.634,-0.197 -4.197 1.732,0.197 -4.197 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.303 -3.803 1.732,-0.401 -4.099 1.634,-0.303 -4.197 1.732,-0.401 -3.901 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.303 -4.197 1.732,-0.599 -4.099 1.634,-0.697 -4.197 1.732,-0.401 -4.099 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.599 -4.099 1.634,-0.599 -3.901 1.634,-0.697 -3.803 1.732,-0.697 -4.197 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.599 -3.901 1.634,-0.401 -3.901 1.634,-0.303 -3.803 1.732,-0.697 -3.803 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.099 -4.401 1.634,0.099 -4.599 1.634,0.197 -4.697 1.732,0.197 -4.303 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.099 -4.599 1.634,-0.099 -4.599 1.634,-0.197 -4.697 1.732,0.197 -4.697 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.197 -4.697 1.732,-0.099 -4.401 1.634,-0.197 -4.303 1.732,-0.099 -4.599 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.197 -4.303 1.732,0.099 -4.401 1.634,0.197 -4.303 1.732,-0.099 -4.401 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.303 -4.697 1.732,-0.599 -4.599 1.634,-0.697 -4.697 1.732,-0.401 -4.599 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.599 -4.599 1.634,-0.599 -4.401 1.634,-0.697 -4.303 1.732,-0.697 -4.697 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.599 -4.401 1.634,-0.401 -4.401 1.634,-0.303 -4.303 1.732,-0.697 -4.303 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.303 -4.303 1.732,-0.401 -4.599 1.634,-0.303 -4.697 1.732,-0.401 -4.401 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.197 -9.303 1.732,0.099 -9.401 1.634,0.197 -9.303 1.732,-0.099 -9.401 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.099 -9.401 1.634,0.099 -9.599 1.634,0.197 -9.697 1.732,0.197 -9.303 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.099 -9.599 1.634,-0.099 -9.599 1.634,-0.197 -9.697 1.732,0.197 -9.697 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.197 -9.697 1.732,-0.099 -9.401 1.634,-0.197 -9.303 1.732,-0.099 -9.599 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.099 -9.099 1.634,-0.099 -9.099 1.634,-0.197 -9.197 1.732,0.197 -9.197 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.197 -9.197 1.732,-0.099 -8.901 1.634,-0.197 -8.803 1.732,-0.099 -9.099 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.197 -8.803 1.732,0.099 -8.901 1.634,0.197 -8.803 1.732,-0.099 -8.901 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.099 -8.901 1.634,0.099 -9.099 1.634,0.197 -9.197 1.732,0.197 -8.803 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.197 -8.303 1.732,0.099 -8.401 1.634,0.197 -8.303 1.732,-0.099 -8.401 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.099 -8.401 1.634,0.099 -8.599 1.634,0.197 -8.697 1.732,0.197 -8.303 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.099 -8.599 1.634,-0.099 -8.599 1.634,-0.197 -8.697 1.732,0.197 -8.697 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.197 -8.697 1.732,-0.099 -8.401 1.634,-0.197 -8.303 1.732,-0.099 -8.599 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.599 -9.599 1.634,-0.599 -9.401 1.634,-0.697 -9.303 1.732,-0.697 -9.697 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.599 -9.401 1.634,-0.401 -9.401 1.634,-0.303 -9.303 1.732,-0.697 -9.303 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.303 -9.303 1.732,-0.401 -9.599 1.634,-0.303 -9.697 1.732,-0.401 -9.401 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.303 -9.697 1.732,-0.599 -9.599 1.634,-0.697 -9.697 1.732,-0.401 -9.599 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.599 -9.099 1.634,-0.599 -8.901 1.634,-0.697 -8.803 1.732,-0.697 -9.197 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.599 -8.901 1.634,-0.401 -8.901 1.634,-0.303 -8.803 1.732,-0.697 -8.803 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.303 -8.803 1.732,-0.401 -9.099 1.634,-0.303 -9.197 1.732,-0.401 -8.901 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.303 -9.197 1.732,-0.599 -9.099 1.634,-0.697 -9.197 1.732,-0.401 -9.099 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.599 -8.599 1.634,-0.599 -8.401 1.634,-0.697 -8.303 1.732,-0.697 -8.697 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.599 -8.401 1.634,-0.401 -8.401 1.634,-0.303 -8.303 1.732,-0.697 -8.303 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.303 -8.303 1.732,-0.401 -8.599 1.634,-0.303 -8.697 1.732,-0.401 -8.401 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.303 -8.697 1.732,-0.599 -8.599 1.634,-0.697 -8.697 1.732,-0.401 -8.599 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.197 -10.197 1.732,-0.099 -9.901 1.634,-0.197 -9.803 1.732,-0.099 -10.099 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.197 -9.803 1.732,0.099 -9.901 1.634,0.197 -9.803 1.732,-0.099 -9.901 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.099 -9.901 1.634,0.099 -10.099 1.634,0.197 -10.197 1.732,0.197 -9.803 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.099 -10.099 1.634,-0.099 -10.099 1.634,-0.197 -10.197 1.732,0.197 -10.197 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.303 -10.197 1.732,-0.599 -10.099 1.634,-0.697 -10.197 1.732,-0.401 -10.099 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.599 -10.099 1.634,-0.599 -9.901 1.634,-0.697 -9.803 1.732,-0.697 -10.197 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.599 -9.901 1.634,-0.401 -9.901 1.634,-0.303 -9.803 1.732,-0.697 -9.803 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.303 -9.803 1.732,-0.401 -10.099 1.634,-0.303 -10.197 1.732,-0.401 -9.901 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.197 -1.697 1.732,-0.099 -1.401 1.634,-0.197 -1.303 1.732,-0.099 -1.599 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.197 -1.303 1.732,0.099 -1.401 1.634,0.197 -1.303 1.732,-0.099 -1.401 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.099 -1.401 1.634,0.099 -1.599 1.634,0.197 -1.697 1.732,0.197 -1.303 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.099 -1.599 1.634,-0.099 -1.599 1.634,-0.197 -1.697 1.732,0.197 -1.697 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.303 -1.697 1.732,-0.599 -1.599 1.634,-0.697 -1.697 1.732,-0.401 -1.599 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.599 -1.599 1.634,-0.599 -1.401 1.634,-0.697 -1.303 1.732,-0.697 -1.697 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.599 -1.401 1.634,-0.401 -1.401 1.634,-0.303 -1.303 1.732,-0.697 -1.303 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.303 -1.303 1.732,-0.401 -1.599 1.634,-0.303 -1.697 1.732,-0.401 -1.401 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.303 0.197 1.732,-0.401 -0.099 1.634,-0.303 -0.197 1.732,-0.401 0.099 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.303 -0.197 1.732,-0.599 -0.099 1.634,-0.697 -0.197 1.732,-0.401 -0.099 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.599 -0.099 1.634,-0.599 0.099 1.634,-0.697 0.197 1.732,-0.697 -0.197 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.599 0.099 1.634,-0.401 0.099 1.634,-0.303 0.197 1.732,-0.697 0.197 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.599 -0.401 1.634,-0.401 -0.401 1.634,-0.303 -0.303 1.732,-0.697 -0.303 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.303 -0.303 1.732,-0.401 -0.599 1.634,-0.303 -0.697 1.732,-0.401 -0.401 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.303 -0.697 1.732,-0.599 -0.599 1.634,-0.697 -0.697 1.732,-0.401 -0.599 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.599 -0.599 1.634,-0.599 -0.401 1.634,-0.697 -0.303 1.732,-0.697 -0.697 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.099 -0.599 1.634,-0.099 -0.599 1.634,-0.197 -0.697 1.732,0.197 -0.697 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.197 -0.697 1.732,-0.099 -0.401 1.634,-0.197 -0.303 1.732,-0.099 -0.599 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.197 -0.303 1.732,0.099 -0.401 1.634,0.197 -0.303 1.732,-0.099 -0.401 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.099 -0.401 1.634,0.099 -0.599 1.634,0.197 -0.697 1.732,0.197 -0.303 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.099 0.099 1.634,0.099 -0.099 1.634,0.197 -0.197 1.732,0.197 0.197 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.099 -0.099 1.634,-0.099 -0.099 1.634,-0.197 -0.197 1.732,0.197 -0.197 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.197 -0.197 1.732,-0.099 0.099 1.634,-0.197 0.197 1.732,-0.099 -0.099 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.197 0.197 1.732,0.099 0.099 1.634,0.197 0.197 1.732,-0.099 0.099 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.197 -1.197 1.732,-0.099 -0.901 1.634,-0.197 -0.803 1.732,-0.099 -1.099 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.197 -0.803 1.732,0.099 -0.901 1.634,0.197 -0.803 1.732,-0.099 -0.901 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.099 -0.901 1.634,0.099 -1.099 1.634,0.197 -1.197 1.732,0.197 -0.803 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.099 -1.099 1.634,-0.099 -1.099 1.634,-0.197 -1.197 1.732,0.197 -1.197 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.303 -1.197 1.732,-0.599 -1.099 1.634,-0.697 -1.197 1.732,-0.401 -1.099 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.599 -1.099 1.634,-0.599 -0.901 1.634,-0.697 -0.803 1.732,-0.697 -1.197 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.599 -0.901 1.634,-0.401 -0.901 1.634,-0.303 -0.803 1.732,-0.697 -0.803 1.732]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.303 -0.803 1.732,-0.401 -1.099 1.634,-0.303 -1.197 1.732,-0.401 -0.901 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.539 -9.902 -0.827,-0.539 -9.902 0.079,-0.461 -9.902 0.079,-0.461 -9.902 -0.827]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.539 -10.098 0.079,-0.539 -10.098 -0.827,-0.461 -10.098 -0.827,-0.461 -10.098 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.539 -10.098 -0.827,-0.539 -10.049 -1.024,-0.461 -10.049 -1.024,-0.461 -10.098 -0.827]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [-0.461 -9.951 -1.024,-0.461 -10.049 -1.024,-0.539 -9.951 -1.024,-0.539 -10.049 -1.024]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.539 -9.951 -1.024,-0.539 -9.902 -0.827,-0.461 -9.902 -0.827,-0.461 -9.951 -1.024]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.539 -9.402 -0.827,-0.539 -9.402 0.079,-0.461 -9.402 0.079,-0.461 -9.402 -0.827]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.539 -9.598 0.079,-0.539 -9.598 -0.827,-0.461 -9.598 -0.827,-0.461 -9.598 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.539 -9.598 -0.827,-0.539 -9.549 -1.024,-0.461 -9.549 -1.024,-0.461 -9.598 -0.827]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [-0.461 -9.451 -1.024,-0.461 -9.549 -1.024,-0.539 -9.451 -1.024,-0.539 -9.549 -1.024]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.539 -9.451 -1.024,-0.539 -9.402 -0.827,-0.461 -9.402 -0.827,-0.461 -9.451 -1.024]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.539 -8.902 -0.827,-0.539 -8.902 0.079,-0.461 -8.902 0.079,-0.461 -8.902 -0.827]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.539 -9.098 0.079,-0.539 -9.098 -0.827,-0.461 -9.098 -0.827,-0.461 -9.098 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.539 -9.098 -0.827,-0.539 -9.049 -1.024,-0.461 -9.049 -1.024,-0.461 -9.098 -0.827]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [-0.461 -8.951 -1.024,-0.461 -9.049 -1.024,-0.539 -8.951 -1.024,-0.539 -9.049 -1.024]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.539 -8.951 -1.024,-0.539 -8.902 -0.827,-0.461 -8.902 -0.827,-0.461 -8.951 -1.024]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.539 -7.902 -0.827,-0.539 -7.902 0.079,-0.461 -7.902 0.079,-0.461 -7.902 -0.827]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.539 -7.951 -1.024,-0.539 -7.902 -0.827,-0.461 -7.902 -0.827,-0.461 -7.951 -1.024]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [-0.461 -7.951 -1.024,-0.461 -8.049 -1.024,-0.539 -7.951 -1.024,-0.539 -8.049 -1.024]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.539 -8.098 -0.827,-0.539 -8.049 -1.024,-0.461 -8.049 -1.024,-0.461 -8.098 -0.827]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.539 -8.098 0.079,-0.539 -8.098 -0.827,-0.461 -8.098 -0.827,-0.461 -8.098 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.539 -8.402 -0.827,-0.539 -8.402 0.079,-0.461 -8.402 0.079,-0.461 -8.402 -0.827]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.539 -8.451 -1.024,-0.539 -8.402 -0.827,-0.461 -8.402 -0.827,-0.461 -8.451 -1.024]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [-0.461 -8.451 -1.024,-0.461 -8.549 -1.024,-0.539 -8.451 -1.024,-0.539 -8.549 -1.024]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.539 -8.598 -0.827,-0.539 -8.549 -1.024,-0.461 -8.549 -1.024,-0.461 -8.598 -0.827]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.539 -8.598 0.079,-0.539 -8.598 -0.827,-0.461 -8.598 -0.827,-0.461 -8.598 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.539 -5.402 -0.827,-0.539 -5.402 0.079,-0.461 -5.402 0.079,-0.461 -5.402 -0.827]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.539 -5.598 0.079,-0.539 -5.598 -0.827,-0.461 -5.598 -0.827,-0.461 -5.598 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.461 -5.598 -0.827,-0.539 -5.549 -1.024,-0.461 -5.549 -1.024,-0.539 -5.598 -0.827]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [-0.461 -5.451 -1.024,-0.461 -5.549 -1.024,-0.539 -5.451 -1.024,-0.539 -5.549 -1.024]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.461 -5.451 -1.024,-0.539 -5.402 -0.827,-0.461 -5.402 -0.827,-0.539 -5.451 -1.024]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.539 -5.902 -0.827,-0.539 -5.902 0.079,-0.461 -5.902 0.079,-0.461 -5.902 -0.827]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.539 -6.098 0.079,-0.539 -6.098 -0.827,-0.461 -6.098 -0.827,-0.461 -6.098 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.461 -6.098 -0.827,-0.539 -6.049 -1.024,-0.461 -6.049 -1.024,-0.539 -6.098 -0.827]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [-0.461 -5.951 -1.024,-0.461 -6.049 -1.024,-0.539 -5.951 -1.024,-0.539 -6.049 -1.024]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.461 -5.951 -1.024,-0.539 -5.902 -0.827,-0.461 -5.902 -0.827,-0.539 -5.951 -1.024]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.539 -6.402 -0.827,-0.539 -6.402 0.079,-0.461 -6.402 0.079,-0.461 -6.402 -0.827]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.539 -6.451 -1.024,-0.539 -6.402 -0.827,-0.461 -6.402 -0.827,-0.461 -6.451 -1.024]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [-0.461 -6.451 -1.024,-0.461 -6.549 -1.024,-0.539 -6.451 -1.024,-0.539 -6.549 -1.024]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.539 -6.598 -0.827,-0.539 -6.549 -1.024,-0.461 -6.549 -1.024,-0.461 -6.598 -0.827]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.539 -6.598 0.079,-0.539 -6.598 -0.827,-0.461 -6.598 -0.827,-0.461 -6.598 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.539 -6.902 -0.827,-0.539 -6.902 0.079,-0.461 -6.902 0.079,-0.461 -6.902 -0.827]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.539 -6.951 -1.024,-0.539 -6.902 -0.827,-0.461 -6.902 -0.827,-0.461 -6.951 -1.024]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [-0.461 -6.951 -1.024,-0.461 -7.049 -1.024,-0.539 -6.951 -1.024,-0.539 -7.049 -1.024]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.539 -7.098 -0.827,-0.539 -7.049 -1.024,-0.461 -7.049 -1.024,-0.461 -7.098 -0.827]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.539 -7.098 0.079,-0.539 -7.098 -0.827,-0.461 -7.098 -0.827,-0.461 -7.098 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.539 -7.402 -0.827,-0.539 -7.402 0.079,-0.461 -7.402 0.079,-0.461 -7.402 -0.827]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.539 -7.451 -1.024,-0.539 -7.402 -0.827,-0.461 -7.402 -0.827,-0.461 -7.451 -1.024]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [-0.461 -7.451 -1.024,-0.461 -7.549 -1.024,-0.539 -7.451 -1.024,-0.539 -7.549 -1.024]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.539 -7.598 -0.827,-0.539 -7.549 -1.024,-0.461 -7.549 -1.024,-0.461 -7.598 -0.827]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.539 -7.598 0.079,-0.539 -7.598 -0.827,-0.461 -7.598 -0.827,-0.461 -7.598 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.039 -5.598 -0.827,0.039 -5.598 0.079,-0.039 -5.598 0.079,-0.039 -5.598 -0.827]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.039 -5.402 0.079,0.039 -5.402 -0.827,-0.039 -5.402 -0.827,-0.039 -5.402 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.039 -5.402 -0.827,0.039 -5.451 -1.024,-0.039 -5.451 -1.024,0.039 -5.402 -0.827]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1]
coord Coordinate { point [-0.039 -5.451 -1.024,0.039 -5.451 -1.024,-0.039 -5.549 -1.024,0.039 -5.549 -1.024]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.039 -5.549 -1.024,0.039 -5.598 -0.827,-0.039 -5.598 -0.827,0.039 -5.549 -1.024]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.039 -6.098 -0.827,0.039 -6.098 0.079,-0.039 -6.098 0.079,-0.039 -6.098 -0.827]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.039 -6.049 -1.024,0.039 -6.098 -0.827,-0.039 -6.098 -0.827,0.039 -6.049 -1.024]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1]
coord Coordinate { point [-0.039 -5.951 -1.024,0.039 -5.951 -1.024,-0.039 -6.049 -1.024,0.039 -6.049 -1.024]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.039 -5.902 -0.827,0.039 -5.951 -1.024,-0.039 -5.951 -1.024,0.039 -5.902 -0.827]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.039 -5.902 0.079,0.039 -5.902 -0.827,-0.039 -5.902 -0.827,-0.039 -5.902 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.039 -7.098 -0.827,0.039 -7.098 0.079,-0.039 -7.098 0.079,-0.039 -7.098 -0.827]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.039 -7.049 -1.024,0.039 -7.098 -0.827,-0.039 -7.098 -0.827,-0.039 -7.049 -1.024]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1]
coord Coordinate { point [-0.039 -6.951 -1.024,0.039 -6.951 -1.024,-0.039 -7.049 -1.024,0.039 -7.049 -1.024]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.039 -6.902 -0.827,0.039 -6.951 -1.024,-0.039 -6.951 -1.024,-0.039 -6.902 -0.827]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.039 -6.902 0.079,0.039 -6.902 -0.827,-0.039 -6.902 -0.827,-0.039 -6.902 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.039 -6.598 -0.827,0.039 -6.598 0.079,-0.039 -6.598 0.079,-0.039 -6.598 -0.827]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.039 -6.402 0.079,0.039 -6.402 -0.827,-0.039 -6.402 -0.827,-0.039 -6.402 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.039 -6.402 -0.827,0.039 -6.451 -1.024,-0.039 -6.451 -1.024,-0.039 -6.402 -0.827]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1]
coord Coordinate { point [-0.039 -6.451 -1.024,0.039 -6.451 -1.024,-0.039 -6.549 -1.024,0.039 -6.549 -1.024]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.039 -6.549 -1.024,0.039 -6.598 -0.827,-0.039 -6.598 -0.827,-0.039 -6.549 -1.024]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.039 -7.598 -0.827,0.039 -7.598 0.079,-0.039 -7.598 0.079,-0.039 -7.598 -0.827]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.039 -7.402 0.079,0.039 -7.402 -0.827,-0.039 -7.402 -0.827,-0.039 -7.402 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.039 -7.402 -0.827,0.039 -7.451 -1.024,-0.039 -7.451 -1.024,-0.039 -7.402 -0.827]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1]
coord Coordinate { point [-0.039 -7.451 -1.024,0.039 -7.451 -1.024,-0.039 -7.549 -1.024,0.039 -7.549 -1.024]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.039 -7.549 -1.024,0.039 -7.598 -0.827,-0.039 -7.598 -0.827,-0.039 -7.549 -1.024]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.039 -10.098 -0.827,0.039 -10.098 0.079,-0.039 -10.098 0.079,-0.039 -10.098 -0.827]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.039 -9.902 0.079,0.039 -9.902 -0.827,-0.039 -9.902 -0.827,-0.039 -9.902 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.039 -9.902 -0.827,0.039 -9.951 -1.024,-0.039 -9.951 -1.024,-0.039 -9.902 -0.827]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1]
coord Coordinate { point [-0.039 -9.951 -1.024,0.039 -9.951 -1.024,-0.039 -10.049 -1.024,0.039 -10.049 -1.024]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.039 -10.049 -1.024,0.039 -10.098 -0.827,-0.039 -10.098 -0.827,-0.039 -10.049 -1.024]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.039 -9.598 -0.827,0.039 -9.598 0.079,-0.039 -9.598 0.079,-0.039 -9.598 -0.827]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.039 -9.549 -1.024,0.039 -9.598 -0.827,-0.039 -9.598 -0.827,-0.039 -9.549 -1.024]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1]
coord Coordinate { point [-0.039 -9.451 -1.024,0.039 -9.451 -1.024,-0.039 -9.549 -1.024,0.039 -9.549 -1.024]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.039 -9.402 -0.827,0.039 -9.451 -1.024,-0.039 -9.451 -1.024,-0.039 -9.402 -0.827]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.039 -9.402 0.079,0.039 -9.402 -0.827,-0.039 -9.402 -0.827,-0.039 -9.402 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.039 -9.098 -0.827,0.039 -9.098 0.079,-0.039 -9.098 0.079,-0.039 -9.098 -0.827]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.039 -9.049 -1.024,0.039 -9.098 -0.827,-0.039 -9.098 -0.827,-0.039 -9.049 -1.024]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1]
coord Coordinate { point [-0.039 -8.951 -1.024,0.039 -8.951 -1.024,-0.039 -9.049 -1.024,0.039 -9.049 -1.024]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.039 -8.902 -0.827,0.039 -8.951 -1.024,-0.039 -8.951 -1.024,-0.039 -8.902 -0.827]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.039 -8.902 0.079,0.039 -8.902 -0.827,-0.039 -8.902 -0.827,-0.039 -8.902 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.039 -8.098 -0.827,0.039 -8.098 0.079,-0.039 -8.098 0.079,-0.039 -8.098 -0.827]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.039 -7.902 0.079,0.039 -7.902 -0.827,-0.039 -7.902 -0.827,-0.039 -7.902 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.039 -7.902 -0.827,0.039 -7.951 -1.024,-0.039 -7.951 -1.024,-0.039 -7.902 -0.827]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1]
coord Coordinate { point [-0.039 -7.951 -1.024,0.039 -7.951 -1.024,-0.039 -8.049 -1.024,0.039 -8.049 -1.024]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.039 -8.049 -1.024,0.039 -8.098 -0.827,-0.039 -8.098 -0.827,-0.039 -8.049 -1.024]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.039 -8.598 -0.827,0.039 -8.598 0.079,-0.039 -8.598 0.079,-0.039 -8.598 -0.827]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.039 -8.549 -1.024,0.039 -8.598 -0.827,-0.039 -8.598 -0.827,-0.039 -8.549 -1.024]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1]
coord Coordinate { point [-0.039 -8.451 -1.024,0.039 -8.451 -1.024,-0.039 -8.549 -1.024,0.039 -8.549 -1.024]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.039 -8.402 -0.827,0.039 -8.451 -1.024,-0.039 -8.451 -1.024,-0.039 -8.402 -0.827]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.039 -8.402 0.079,0.039 -8.402 -0.827,-0.039 -8.402 -0.827,-0.039 -8.402 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.039 -4.098 -0.827,0.039 -4.098 0.079,-0.039 -4.098 0.079,-0.039 -4.098 -0.827]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.039 -4.049 -1.024,0.039 -4.098 -0.827,-0.039 -4.098 -0.827,0.039 -4.049 -1.024]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1]
coord Coordinate { point [-0.039 -3.951 -1.024,0.039 -3.951 -1.024,-0.039 -4.049 -1.024,0.039 -4.049 -1.024]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.039 -3.902 -0.827,0.039 -3.951 -1.024,-0.039 -3.951 -1.024,0.039 -3.902 -0.827]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.039 -3.902 0.079,0.039 -3.902 -0.827,-0.039 -3.902 -0.827,-0.039 -3.902 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.539 -3.902 -0.827,-0.539 -3.902 0.079,-0.461 -3.902 0.079,-0.461 -3.902 -0.827]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.461 -3.951 -1.024,-0.539 -3.902 -0.827,-0.461 -3.902 -0.827,-0.539 -3.951 -1.024]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [-0.461 -3.951 -1.024,-0.461 -4.049 -1.024,-0.539 -3.951 -1.024,-0.539 -4.049 -1.024]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.461 -4.098 -0.827,-0.539 -4.049 -1.024,-0.461 -4.049 -1.024,-0.539 -4.098 -0.827]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.539 -4.098 0.079,-0.539 -4.098 -0.827,-0.461 -4.098 -0.827,-0.461 -4.098 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.539 -4.402 -0.827,-0.539 -4.402 0.079,-0.461 -4.402 0.079,-0.461 -4.402 -0.827]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.539 -4.598 0.079,-0.539 -4.598 -0.827,-0.461 -4.598 -0.827,-0.461 -4.598 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.461 -4.598 -0.827,-0.539 -4.549 -1.024,-0.461 -4.549 -1.024,-0.539 -4.598 -0.827]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [-0.461 -4.451 -1.024,-0.461 -4.549 -1.024,-0.539 -4.451 -1.024,-0.539 -4.549 -1.024]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.461 -4.451 -1.024,-0.539 -4.402 -0.827,-0.461 -4.402 -0.827,-0.539 -4.451 -1.024]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.039 -4.598 -0.827,0.039 -4.598 0.079,-0.039 -4.598 0.079,-0.039 -4.598 -0.827]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.039 -4.402 0.079,0.039 -4.402 -0.827,-0.039 -4.402 -0.827,-0.039 -4.402 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.039 -4.402 -0.827,0.039 -4.451 -1.024,-0.039 -4.451 -1.024,0.039 -4.402 -0.827]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1]
coord Coordinate { point [-0.039 -4.451 -1.024,0.039 -4.451 -1.024,-0.039 -4.549 -1.024,0.039 -4.549 -1.024]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.039 -4.549 -1.024,0.039 -4.598 -0.827,-0.039 -4.598 -0.827,0.039 -4.549 -1.024]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.539 -4.902 -0.827,-0.539 -4.902 0.079,-0.461 -4.902 0.079,-0.461 -4.902 -0.827]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.461 -4.951 -1.024,-0.539 -4.902 -0.827,-0.461 -4.902 -0.827,-0.539 -4.951 -1.024]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [-0.461 -4.951 -1.024,-0.461 -5.049 -1.024,-0.539 -4.951 -1.024,-0.539 -5.049 -1.024]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.461 -5.098 -0.827,-0.539 -5.049 -1.024,-0.461 -5.049 -1.024,-0.539 -5.098 -0.827]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.539 -5.098 0.079,-0.539 -5.098 -0.827,-0.461 -5.098 -0.827,-0.461 -5.098 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.039 -5.098 -0.827,0.039 -5.098 0.079,-0.039 -5.098 0.079,-0.039 -5.098 -0.827]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.039 -5.049 -1.024,0.039 -5.098 -0.827,-0.039 -5.098 -0.827,0.039 -5.049 -1.024]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1]
coord Coordinate { point [-0.039 -4.951 -1.024,0.039 -4.951 -1.024,-0.039 -5.049 -1.024,0.039 -5.049 -1.024]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.039 -4.902 -0.827,0.039 -4.951 -1.024,-0.039 -4.951 -1.024,0.039 -4.902 -0.827]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.039 -4.902 0.079,0.039 -4.902 -0.827,-0.039 -4.902 -0.827,-0.039 -4.902 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.039 -0.098 -0.827,0.039 -0.098 0.079,-0.039 -0.098 0.079,-0.039 -0.098 -0.827]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.039 0.098 0.079,0.039 0.098 -0.827,-0.039 0.098 -0.827,-0.039 0.098 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.039 0.098 -0.827,0.039 0.049 -1.024,-0.039 0.049 -1.024,-0.039 0.098 -0.827]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [-0.039 -0.049 -1.024,-0.039 0.049 -1.024,0.039 -0.049 -1.024,0.039 0.049 -1.024]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.039 -0.049 -1.024,0.039 -0.098 -0.827,-0.039 -0.098 -0.827,-0.039 -0.049 -1.024]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.039 -0.598 -0.827,0.039 -0.598 0.079,-0.039 -0.598 0.079,-0.039 -0.598 -0.827]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.039 -0.549 -1.024,0.039 -0.598 -0.827,-0.039 -0.598 -0.827,-0.039 -0.549 -1.024]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [-0.039 -0.549 -1.024,-0.039 -0.451 -1.024,0.039 -0.549 -1.024,0.039 -0.451 -1.024]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.039 -0.402 -0.827,0.039 -0.451 -1.024,-0.039 -0.451 -1.024,-0.039 -0.402 -0.827]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.039 -0.402 0.079,0.039 -0.402 -0.827,-0.039 -0.402 -0.827,-0.039 -0.402 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.039 -1.098 -0.827,0.039 -1.098 0.079,-0.039 -1.098 0.079,-0.039 -1.098 -0.827]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.039 -1.049 -1.024,0.039 -1.098 -0.827,-0.039 -1.098 -0.827,-0.039 -1.049 -1.024]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1]
coord Coordinate { point [-0.039 -0.951 -1.024,0.039 -0.951 -1.024,-0.039 -1.049 -1.024,0.039 -1.049 -1.024]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.039 -0.902 -0.827,0.039 -0.951 -1.024,-0.039 -0.951 -1.024,-0.039 -0.902 -0.827]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.039 -0.902 0.079,0.039 -0.902 -0.827,-0.039 -0.902 -0.827,-0.039 -0.902 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.039 -2.598 -0.827,0.039 -2.598 0.079,-0.039 -2.598 0.079,-0.039 -2.598 -0.827]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.039 -2.549 -1.024,0.039 -2.598 -0.827,-0.039 -2.598 -0.827,0.039 -2.549 -1.024]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1]
coord Coordinate { point [-0.039 -2.451 -1.024,0.039 -2.451 -1.024,-0.039 -2.549 -1.024,0.039 -2.549 -1.024]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.039 -2.402 -0.827,0.039 -2.451 -1.024,-0.039 -2.451 -1.024,0.039 -2.402 -0.827]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.039 -2.402 0.079,0.039 -2.402 -0.827,-0.039 -2.402 -0.827,-0.039 -2.402 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.039 -2.098 -0.827,0.039 -2.098 0.079,-0.039 -2.098 0.079,-0.039 -2.098 -0.827]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.039 -1.902 0.079,0.039 -1.902 -0.827,-0.039 -1.902 -0.827,-0.039 -1.902 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.039 -1.902 -0.827,0.039 -1.951 -1.024,-0.039 -1.951 -1.024,0.039 -1.902 -0.827]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1]
coord Coordinate { point [-0.039 -1.951 -1.024,0.039 -1.951 -1.024,-0.039 -2.049 -1.024,0.039 -2.049 -1.024]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.039 -2.049 -1.024,0.039 -2.098 -0.827,-0.039 -2.098 -0.827,0.039 -2.049 -1.024]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.039 -1.598 -0.827,0.039 -1.598 0.079,-0.039 -1.598 0.079,-0.039 -1.598 -0.827]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.039 -1.402 0.079,0.039 -1.402 -0.827,-0.039 -1.402 -0.827,-0.039 -1.402 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.039 -1.402 -0.827,0.039 -1.451 -1.024,-0.039 -1.451 -1.024,-0.039 -1.402 -0.827]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1]
coord Coordinate { point [-0.039 -1.451 -1.024,0.039 -1.451 -1.024,-0.039 -1.549 -1.024,0.039 -1.549 -1.024]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.039 -1.549 -1.024,0.039 -1.598 -0.827,-0.039 -1.598 -0.827,-0.039 -1.549 -1.024]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.539 -1.402 -0.827,-0.539 -1.402 0.079,-0.461 -1.402 0.079,-0.461 -1.402 -0.827]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.539 -1.598 0.079,-0.539 -1.598 -0.827,-0.461 -1.598 -0.827,-0.461 -1.598 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.461 -1.598 -0.827,-0.539 -1.549 -1.024,-0.461 -1.549 -1.024,-0.539 -1.598 -0.827]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [-0.461 -1.451 -1.024,-0.461 -1.549 -1.024,-0.539 -1.451 -1.024,-0.539 -1.549 -1.024]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.539 -1.451 -1.024,-0.539 -1.402 -0.827,-0.461 -1.402 -0.827,-0.461 -1.451 -1.024]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.539 -0.902 -0.827,-0.539 -0.902 0.079,-0.461 -0.902 0.079,-0.461 -0.902 -0.827]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.539 -1.098 0.079,-0.539 -1.098 -0.827,-0.461 -1.098 -0.827,-0.461 -1.098 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.539 -1.098 -0.827,-0.539 -1.049 -1.024,-0.461 -1.049 -1.024,-0.461 -1.098 -0.827]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [-0.461 -0.951 -1.024,-0.461 -1.049 -1.024,-0.539 -0.951 -1.024,-0.539 -1.049 -1.024]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.539 -0.951 -1.024,-0.539 -0.902 -0.827,-0.461 -0.902 -0.827,-0.461 -0.951 -1.024]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.539 0.098 -0.827,-0.539 0.098 0.079,-0.461 0.098 0.079,-0.461 0.098 -0.827]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.539 -0.098 0.079,-0.539 -0.098 -0.827,-0.461 -0.098 -0.827,-0.461 -0.098 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.539 -0.098 -0.827,-0.539 -0.049 -1.024,-0.461 -0.049 -1.024,-0.461 -0.098 -0.827]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1]
coord Coordinate { point [-0.461 -0.049 -1.024,-0.539 -0.049 -1.024,-0.461 0.049 -1.024,-0.539 0.049 -1.024]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.539 0.049 -1.024,-0.539 0.098 -0.827,-0.461 0.098 -0.827,-0.461 0.049 -1.024]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.539 -0.402 -0.827,-0.539 -0.402 0.079,-0.461 -0.402 0.079,-0.461 -0.402 -0.827]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.539 -0.598 0.079,-0.539 -0.598 -0.827,-0.461 -0.598 -0.827,-0.461 -0.598 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.539 -0.598 -0.827,-0.539 -0.549 -1.024,-0.461 -0.549 -1.024,-0.461 -0.598 -0.827]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1]
coord Coordinate { point [-0.461 -0.549 -1.024,-0.539 -0.549 -1.024,-0.461 -0.451 -1.024,-0.539 -0.451 -1.024]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.539 -0.451 -1.024,-0.539 -0.402 -0.827,-0.461 -0.402 -0.827,-0.461 -0.451 -1.024]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.539 -2.402 -0.827,-0.539 -2.402 0.079,-0.461 -2.402 0.079,-0.461 -2.402 -0.827]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.539 -2.598 0.079,-0.539 -2.598 -0.827,-0.461 -2.598 -0.827,-0.461 -2.598 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.461 -2.598 -0.827,-0.539 -2.549 -1.024,-0.461 -2.549 -1.024,-0.539 -2.598 -0.827]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [-0.461 -2.451 -1.024,-0.461 -2.549 -1.024,-0.539 -2.451 -1.024,-0.539 -2.549 -1.024]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.461 -2.451 -1.024,-0.539 -2.402 -0.827,-0.461 -2.402 -0.827,-0.539 -2.451 -1.024]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.539 -1.902 -0.827,-0.539 -1.902 0.079,-0.461 -1.902 0.079,-0.461 -1.902 -0.827]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.461 -1.951 -1.024,-0.539 -1.902 -0.827,-0.461 -1.902 -0.827,-0.539 -1.951 -1.024]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [-0.461 -1.951 -1.024,-0.461 -2.049 -1.024,-0.539 -1.951 -1.024,-0.539 -2.049 -1.024]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.461 -2.098 -0.827,-0.539 -2.049 -1.024,-0.461 -2.049 -1.024,-0.539 -2.098 -0.827]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.539 -2.098 0.079,-0.539 -2.098 -0.827,-0.461 -2.098 -0.827,-0.461 -2.098 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.539 -2.902 -0.827,-0.539 -2.902 0.079,-0.461 -2.902 0.079,-0.461 -2.902 -0.827]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.461 -2.951 -1.024,-0.539 -2.902 -0.827,-0.461 -2.902 -0.827,-0.539 -2.951 -1.024]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [-0.461 -2.951 -1.024,-0.461 -3.049 -1.024,-0.539 -2.951 -1.024,-0.539 -3.049 -1.024]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.461 -3.098 -0.827,-0.539 -3.049 -1.024,-0.461 -3.049 -1.024,-0.539 -3.098 -0.827]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.539 -3.098 0.079,-0.539 -3.098 -0.827,-0.461 -3.098 -0.827,-0.461 -3.098 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.039 -3.098 -0.827,0.039 -3.098 0.079,-0.039 -3.098 0.079,-0.039 -3.098 -0.827]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.039 -2.902 0.079,0.039 -2.902 -0.827,-0.039 -2.902 -0.827,-0.039 -2.902 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.039 -2.902 -0.827,0.039 -2.951 -1.024,-0.039 -2.951 -1.024,0.039 -2.902 -0.827]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1]
coord Coordinate { point [-0.039 -2.951 -1.024,0.039 -2.951 -1.024,-0.039 -3.049 -1.024,0.039 -3.049 -1.024]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.039 -3.049 -1.024,0.039 -3.098 -0.827,-0.039 -3.098 -0.827,0.039 -3.049 -1.024]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.539 -3.402 -0.827,-0.539 -3.402 0.079,-0.461 -3.402 0.079,-0.461 -3.402 -0.827]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.539 -3.598 0.079,-0.539 -3.598 -0.827,-0.461 -3.598 -0.827,-0.461 -3.598 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.461 -3.598 -0.827,-0.539 -3.549 -1.024,-0.461 -3.549 -1.024,-0.539 -3.598 -0.827]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [-0.461 -3.451 -1.024,-0.461 -3.549 -1.024,-0.539 -3.451 -1.024,-0.539 -3.549 -1.024]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.461 -3.451 -1.024,-0.539 -3.402 -0.827,-0.461 -3.402 -0.827,-0.539 -3.451 -1.024]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.039 -3.598 -0.827,0.039 -3.598 0.079,-0.039 -3.598 0.079,-0.039 -3.598 -0.827]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.039 -3.549 -1.024,0.039 -3.598 -0.827,-0.039 -3.598 -0.827,0.039 -3.549 -1.024]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1]
coord Coordinate { point [-0.039 -3.451 -1.024,0.039 -3.451 -1.024,-0.039 -3.549 -1.024,0.039 -3.549 -1.024]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.039 -3.402 -0.827,0.039 -3.451 -1.024,-0.039 -3.451 -1.024,0.039 -3.402 -0.827]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.039 -3.402 0.079,0.039 -3.402 -0.827,-0.039 -3.402 -0.827,-0.039 -3.402 0.079]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,0,3,-1,0,2,4,-1,3,0,5,-1,5,6,7,-1,3,5,7,-1,4,2,7,-1,6,4,7,-1]
coord Coordinate { point [-0.098 -8.098 1.634,-0.099 -8.099 1.634,0.099 -8.099 1.634,-0.099 -7.901 1.634,0.098 -8.098 1.634,-0.098 -7.902 1.634,0.098 -7.902 1.634,0.099 -7.901 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,0,3,-1,2,1,4,-1,1,3,5,-1,4,6,7,-1,2,4,7,-1,5,3,7,-1,6,5,7,-1]
coord Coordinate { point [-0.401 -7.901 1.634,-0.402 -7.902 1.634,-0.401 -8.099 1.634,-0.599 -7.901 1.634,-0.402 -8.098 1.634,-0.598 -7.902 1.634,-0.598 -8.098 1.634,-0.599 -8.099 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,0,3,-1,0,2,4,-1,3,0,5,-1,3,5,6,-1,3,6,7,-1,4,2,7,-1,6,4,7,-1]
coord Coordinate { point [-0.402 -7.402 1.634,-0.401 -7.401 1.634,-0.599 -7.401 1.634,-0.401 -7.599 1.634,-0.598 -7.402 1.634,-0.402 -7.598 1.634,-0.598 -7.598 1.634,-0.599 -7.599 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,0,3,-1,0,2,4,-1,3,0,5,-1,5,6,7,-1,3,5,7,-1,4,2,7,-1,6,4,7,-1]
coord Coordinate { point [-0.098 -7.598 1.634,-0.099 -7.599 1.634,0.099 -7.599 1.634,-0.099 -7.401 1.634,0.098 -7.598 1.634,-0.098 -7.402 1.634,0.098 -7.402 1.634,0.099 -7.401 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,0,3,-1,2,1,4,-1,1,3,5,-1,2,4,6,-1,2,6,7,-1,5,3,7,-1,6,5,7,-1]
coord Coordinate { point [-0.401 -6.901 1.634,-0.402 -6.902 1.634,-0.401 -7.099 1.634,-0.599 -6.901 1.634,-0.402 -7.098 1.634,-0.598 -6.902 1.634,-0.598 -7.098 1.634,-0.599 -7.099 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,0,3,-1,2,1,4,-1,1,3,5,-1,4,6,7,-1,2,4,7,-1,5,3,7,-1,6,5,7,-1]
coord Coordinate { point [-0.099 -7.099 1.634,-0.098 -7.098 1.634,-0.099 -6.901 1.634,0.099 -7.099 1.634,-0.098 -6.902 1.634,0.098 -7.098 1.634,0.098 -6.902 1.634,0.099 -6.901 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,0,3,-1,3,0,4,-1,0,2,5,-1,3,4,6,-1,3,6,7,-1,5,2,7,-1,6,5,7,-1]
coord Coordinate { point [-0.402 -5.402 1.634,-0.401 -5.401 1.634,-0.599 -5.401 1.634,-0.401 -5.599 1.634,-0.402 -5.598 1.634,-0.598 -5.402 1.634,-0.598 -5.598 1.634,-0.599 -5.599 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,0,3,-1,0,2,4,-1,3,0,5,-1,5,6,7,-1,3,5,7,-1,4,2,7,-1,6,4,7,-1]
coord Coordinate { point [-0.402 -5.902 1.634,-0.401 -5.901 1.634,-0.599 -5.901 1.634,-0.401 -6.099 1.634,-0.598 -5.902 1.634,-0.402 -6.098 1.634,-0.598 -6.098 1.634,-0.599 -6.099 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,0,3,-1,0,2,4,-1,3,0,5,-1,5,6,7,-1,3,5,7,-1,4,2,7,-1,6,4,7,-1]
coord Coordinate { point [-0.098 -5.598 1.634,-0.099 -5.599 1.634,0.099 -5.599 1.634,-0.099 -5.401 1.634,0.098 -5.598 1.634,-0.098 -5.402 1.634,0.098 -5.402 1.634,0.099 -5.401 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,0,3,-1,2,1,4,-1,1,3,5,-1,4,6,7,-1,2,4,7,-1,5,3,7,-1,6,5,7,-1]
coord Coordinate { point [-0.099 -6.599 1.634,-0.098 -6.598 1.634,-0.099 -6.401 1.634,0.099 -6.599 1.634,-0.098 -6.402 1.634,0.098 -6.598 1.634,0.098 -6.402 1.634,0.099 -6.401 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,0,3,-1,0,2,4,-1,3,0,5,-1,5,6,7,-1,3,5,7,-1,4,2,7,-1,6,4,7,-1]
coord Coordinate { point [-0.098 -6.098 1.634,-0.099 -6.099 1.634,0.099 -6.099 1.634,-0.099 -5.901 1.634,0.098 -6.098 1.634,-0.098 -5.902 1.634,0.098 -5.902 1.634,0.099 -5.901 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,0,3,-1,0,2,4,-1,3,0,5,-1,3,5,6,-1,3,6,7,-1,4,2,7,-1,6,4,7,-1]
coord Coordinate { point [-0.402 -6.402 1.634,-0.401 -6.401 1.634,-0.599 -6.401 1.634,-0.401 -6.599 1.634,-0.598 -6.402 1.634,-0.402 -6.598 1.634,-0.598 -6.598 1.634,-0.599 -6.599 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,0,3,-1,3,0,4,-1,0,2,5,-1,3,4,6,-1,3,6,7,-1,5,2,7,-1,6,5,7,-1]
coord Coordinate { point [-0.402 -4.902 1.634,-0.401 -4.901 1.634,-0.599 -4.901 1.634,-0.401 -5.099 1.634,-0.402 -5.098 1.634,-0.598 -4.902 1.634,-0.598 -5.098 1.634,-0.599 -5.099 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,0,3,-1,0,2,4,-1,3,0,5,-1,5,6,7,-1,3,5,7,-1,4,2,7,-1,6,4,7,-1]
coord Coordinate { point [-0.098 -5.098 1.634,-0.099 -5.099 1.634,0.099 -5.099 1.634,-0.099 -4.901 1.634,0.098 -5.098 1.634,-0.098 -4.902 1.634,0.098 -4.902 1.634,0.099 -4.901 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,0,3,-1,3,0,4,-1,0,2,5,-1,3,4,6,-1,3,6,7,-1,5,2,7,-1,6,5,7,-1]
coord Coordinate { point [-0.402 -1.902 1.634,-0.401 -1.901 1.634,-0.599 -1.901 1.634,-0.401 -2.099 1.634,-0.402 -2.098 1.634,-0.598 -1.902 1.634,-0.598 -2.098 1.634,-0.599 -2.099 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,0,3,-1,0,2,4,-1,3,0,5,-1,5,6,7,-1,3,5,7,-1,4,2,7,-1,6,4,7,-1]
coord Coordinate { point [-0.098 -2.098 1.634,-0.099 -2.099 1.634,0.099 -2.099 1.634,-0.099 -1.901 1.634,0.098 -2.098 1.634,-0.098 -1.902 1.634,0.098 -1.902 1.634,0.099 -1.901 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,0,3,-1,0,2,4,-1,3,0,5,-1,5,6,7,-1,3,5,7,-1,4,2,7,-1,6,4,7,-1]
coord Coordinate { point [-0.098 -2.598 1.634,-0.099 -2.599 1.634,0.099 -2.599 1.634,-0.099 -2.401 1.634,0.098 -2.598 1.634,-0.098 -2.402 1.634,0.098 -2.402 1.634,0.099 -2.401 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,0,3,-1,0,2,4,-1,3,0,5,-1,5,6,7,-1,3,5,7,-1,4,2,7,-1,6,4,7,-1]
coord Coordinate { point [-0.402 -2.402 1.634,-0.401 -2.401 1.634,-0.599 -2.401 1.634,-0.401 -2.599 1.634,-0.598 -2.402 1.634,-0.402 -2.598 1.634,-0.598 -2.598 1.634,-0.599 -2.599 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,0,3,-1,3,0,4,-1,0,2,5,-1,3,4,6,-1,3,6,7,-1,5,2,7,-1,6,5,7,-1]
coord Coordinate { point [-0.402 -2.902 1.634,-0.401 -2.901 1.634,-0.599 -2.901 1.634,-0.401 -3.099 1.634,-0.402 -3.098 1.634,-0.598 -2.902 1.634,-0.598 -3.098 1.634,-0.599 -3.099 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,0,3,-1,0,2,4,-1,3,0,5,-1,5,6,7,-1,3,5,7,-1,4,2,7,-1,6,4,7,-1]
coord Coordinate { point [-0.098 -3.098 1.634,-0.099 -3.099 1.634,0.099 -3.099 1.634,-0.099 -2.901 1.634,0.098 -3.098 1.634,-0.098 -2.902 1.634,0.098 -2.902 1.634,0.099 -2.901 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,0,3,-1,0,2,4,-1,3,0,5,-1,5,6,7,-1,3,5,7,-1,4,2,7,-1,6,4,7,-1]
coord Coordinate { point [-0.098 -3.598 1.634,-0.099 -3.599 1.634,0.099 -3.599 1.634,-0.099 -3.401 1.634,0.098 -3.598 1.634,-0.098 -3.402 1.634,0.098 -3.402 1.634,0.099 -3.401 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,0,3,-1,3,0,4,-1,0,2,5,-1,3,4,6,-1,3,6,7,-1,5,2,7,-1,6,5,7,-1]
coord Coordinate { point [-0.402 -3.402 1.634,-0.401 -3.401 1.634,-0.599 -3.401 1.634,-0.401 -3.599 1.634,-0.402 -3.598 1.634,-0.598 -3.402 1.634,-0.598 -3.598 1.634,-0.599 -3.599 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,0,3,-1,0,2,4,-1,3,0,5,-1,5,6,7,-1,3,5,7,-1,4,2,7,-1,6,4,7,-1]
coord Coordinate { point [-0.098 -4.098 1.634,-0.099 -4.099 1.634,0.099 -4.099 1.634,-0.099 -3.901 1.634,0.098 -4.098 1.634,-0.098 -3.902 1.634,0.098 -3.902 1.634,0.099 -3.901 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,0,3,-1,0,2,4,-1,3,0,5,-1,5,6,7,-1,3,5,7,-1,4,2,7,-1,6,4,7,-1]
coord Coordinate { point [-0.402 -3.902 1.634,-0.401 -3.901 1.634,-0.599 -3.901 1.634,-0.401 -4.099 1.634,-0.598 -3.902 1.634,-0.402 -4.098 1.634,-0.598 -4.098 1.634,-0.599 -4.099 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,0,3,-1,0,2,4,-1,3,0,5,-1,5,6,7,-1,3,5,7,-1,4,2,7,-1,6,4,7,-1]
coord Coordinate { point [-0.098 -4.598 1.634,-0.099 -4.599 1.634,0.099 -4.599 1.634,-0.099 -4.401 1.634,0.098 -4.598 1.634,-0.098 -4.402 1.634,0.098 -4.402 1.634,0.099 -4.401 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,0,3,-1,3,0,4,-1,0,2,5,-1,3,4,6,-1,3,6,7,-1,5,2,7,-1,6,5,7,-1]
coord Coordinate { point [-0.402 -4.402 1.634,-0.401 -4.401 1.634,-0.599 -4.401 1.634,-0.401 -4.599 1.634,-0.402 -4.598 1.634,-0.598 -4.402 1.634,-0.598 -4.598 1.634,-0.599 -4.599 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,0,3,-1,2,1,4,-1,1,3,5,-1,4,6,7,-1,2,4,7,-1,5,3,7,-1,6,5,7,-1]
coord Coordinate { point [-0.099 -9.599 1.634,-0.098 -9.598 1.634,-0.099 -9.401 1.634,0.099 -9.599 1.634,-0.098 -9.402 1.634,0.098 -9.598 1.634,0.098 -9.402 1.634,0.099 -9.401 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,0,3,-1,2,1,4,-1,1,3,5,-1,4,6,7,-1,2,4,7,-1,5,3,7,-1,6,5,7,-1]
coord Coordinate { point [-0.099 -9.099 1.634,-0.098 -9.098 1.634,-0.099 -8.901 1.634,0.099 -9.099 1.634,-0.098 -8.902 1.634,0.098 -9.098 1.634,0.098 -8.902 1.634,0.099 -8.901 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,0,3,-1,0,2,4,-1,3,0,5,-1,5,6,7,-1,3,5,7,-1,4,2,7,-1,6,4,7,-1]
coord Coordinate { point [-0.098 -8.598 1.634,-0.099 -8.599 1.634,0.099 -8.599 1.634,-0.099 -8.401 1.634,0.098 -8.598 1.634,-0.098 -8.402 1.634,0.098 -8.402 1.634,0.099 -8.401 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,0,3,-1,2,1,4,-1,1,3,5,-1,4,6,7,-1,2,4,7,-1,5,3,7,-1,6,5,7,-1]
coord Coordinate { point [-0.401 -9.401 1.634,-0.402 -9.402 1.634,-0.401 -9.599 1.634,-0.599 -9.401 1.634,-0.402 -9.598 1.634,-0.598 -9.402 1.634,-0.598 -9.598 1.634,-0.599 -9.599 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,0,3,-1,2,1,4,-1,1,3,5,-1,2,4,6,-1,2,6,7,-1,5,3,7,-1,6,5,7,-1]
coord Coordinate { point [-0.401 -8.901 1.634,-0.402 -8.902 1.634,-0.401 -9.099 1.634,-0.599 -8.901 1.634,-0.402 -9.098 1.634,-0.598 -8.902 1.634,-0.598 -9.098 1.634,-0.599 -9.099 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,0,3,-1,2,1,4,-1,1,3,5,-1,2,4,6,-1,2,6,7,-1,5,3,7,-1,6,5,7,-1]
coord Coordinate { point [-0.401 -8.401 1.634,-0.402 -8.402 1.634,-0.401 -8.599 1.634,-0.599 -8.401 1.634,-0.402 -8.598 1.634,-0.598 -8.402 1.634,-0.598 -8.598 1.634,-0.599 -8.599 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,0,3,-1,0,2,4,-1,3,0,5,-1,5,6,7,-1,3,5,7,-1,4,2,7,-1,6,4,7,-1]
coord Coordinate { point [-0.098 -10.098 1.634,-0.099 -10.099 1.634,0.099 -10.099 1.634,-0.099 -9.901 1.634,0.098 -10.098 1.634,-0.098 -9.902 1.634,0.098 -9.902 1.634,0.099 -9.901 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,0,3,-1,2,1,4,-1,1,3,5,-1,2,4,6,-1,2,6,7,-1,5,3,7,-1,6,5,7,-1]
coord Coordinate { point [-0.401 -9.901 1.634,-0.402 -9.902 1.634,-0.401 -10.099 1.634,-0.599 -9.901 1.634,-0.402 -10.098 1.634,-0.598 -9.902 1.634,-0.598 -10.098 1.634,-0.599 -10.099 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,0,3,-1,0,2,4,-1,3,0,5,-1,5,6,7,-1,3,5,7,-1,4,2,7,-1,6,4,7,-1]
coord Coordinate { point [-0.098 -1.598 1.634,-0.099 -1.599 1.634,0.099 -1.599 1.634,-0.099 -1.401 1.634,0.098 -1.598 1.634,-0.098 -1.402 1.634,0.098 -1.402 1.634,0.099 -1.401 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,0,3,-1,3,0,4,-1,0,2,5,-1,3,4,6,-1,3,6,7,-1,5,2,7,-1,6,5,7,-1]
coord Coordinate { point [-0.402 -1.402 1.634,-0.401 -1.401 1.634,-0.599 -1.401 1.634,-0.401 -1.599 1.634,-0.402 -1.598 1.634,-0.598 -1.402 1.634,-0.598 -1.598 1.634,-0.599 -1.599 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,0,3,-1,3,0,4,-1,0,2,5,-1,3,4,6,-1,3,6,7,-1,5,2,7,-1,6,5,7,-1]
coord Coordinate { point [-0.402 0.098 1.634,-0.401 0.099 1.634,-0.599 0.099 1.634,-0.401 -0.099 1.634,-0.402 -0.098 1.634,-0.598 0.098 1.634,-0.598 -0.098 1.634,-0.599 -0.099 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,0,3,-1,0,2,4,-1,3,0,5,-1,5,6,7,-1,3,5,7,-1,4,2,7,-1,6,4,7,-1]
coord Coordinate { point [-0.402 -0.402 1.634,-0.401 -0.401 1.634,-0.599 -0.401 1.634,-0.401 -0.599 1.634,-0.598 -0.402 1.634,-0.402 -0.598 1.634,-0.598 -0.598 1.634,-0.599 -0.599 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,0,3,-1,0,2,4,-1,3,0,5,-1,5,6,7,-1,3,5,7,-1,4,2,7,-1,6,4,7,-1]
coord Coordinate { point [-0.098 -0.598 1.634,-0.099 -0.599 1.634,0.099 -0.599 1.634,-0.099 -0.401 1.634,0.098 -0.598 1.634,-0.098 -0.402 1.634,0.098 -0.402 1.634,0.099 -0.401 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,0,3,-1,0,2,4,-1,3,0,5,-1,5,6,7,-1,3,5,7,-1,4,2,7,-1,6,4,7,-1]
coord Coordinate { point [-0.098 -0.098 1.634,-0.099 -0.099 1.634,0.099 -0.099 1.634,-0.099 0.099 1.634,0.098 -0.098 1.634,-0.098 0.098 1.634,0.098 0.098 1.634,0.099 0.099 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,0,3,-1,0,2,4,-1,3,0,5,-1,5,6,7,-1,3,5,7,-1,4,2,7,-1,6,4,7,-1]
coord Coordinate { point [-0.098 -1.098 1.634,-0.099 -1.099 1.634,0.099 -1.099 1.634,-0.099 -0.901 1.634,0.098 -1.098 1.634,-0.098 -0.902 1.634,0.098 -0.902 1.634,0.099 -0.901 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,0,3,-1,3,0,4,-1,0,2,5,-1,3,4,6,-1,3,6,7,-1,5,2,7,-1,6,5,7,-1]
coord Coordinate { point [-0.402 -0.902 1.634,-0.401 -0.901 1.634,-0.599 -0.901 1.634,-0.401 -1.099 1.634,-0.402 -1.098 1.634,-0.598 -0.902 1.634,-0.598 -1.098 1.634,-0.599 -1.099 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,4,5,-1,6,0,2,-1,7,3,0,-1,7,0,6,-1,7,4,3,-1]
coord Coordinate { point [0.039 -7.902 1.378,0.039 -7.902 0.295,0.098 -7.902 0.295,-0.039 -7.902 1.378,-0.098 -7.902 0.295,-0.039 -7.902 0.295,0.098 -7.902 1.634,-0.098 -7.902 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [0.098 -8.098 0.295,0.098 -8.098 1.634,0.098 -7.902 1.634,0.098 -7.902 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1,4,0,2,-1,5,0,4,-1,6,3,7,-1,6,1,3,-1]
coord Coordinate { point [0.039 -8.098 1.378,-0.098 -8.098 1.634,0.098 -8.098 1.634,-0.039 -8.098 1.378,0.098 -8.098 0.295,0.039 -8.098 0.295,-0.098 -8.098 0.295,-0.039 -8.098 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.098 -7.902 0.295,-0.098 -7.902 1.634,-0.098 -8.098 1.634,-0.098 -8.098 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,4,5,-1,6,0,2,-1,7,3,0,-1,7,0,6,-1,7,4,3,-1]
coord Coordinate { point [-0.539 -8.098 1.378,-0.539 -8.098 0.295,-0.598 -8.098 0.295,-0.461 -8.098 1.378,-0.402 -8.098 0.295,-0.461 -8.098 0.295,-0.598 -8.098 1.634,-0.402 -8.098 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.598 -7.902 0.295,-0.598 -7.902 1.634,-0.598 -8.098 1.634,-0.598 -8.098 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1,4,0,2,-1,5,0,4,-1,6,3,7,-1,6,1,3,-1]
coord Coordinate { point [-0.539 -7.902 1.378,-0.402 -7.902 1.634,-0.598 -7.902 1.634,-0.461 -7.902 1.378,-0.598 -7.902 0.295,-0.539 -7.902 0.295,-0.402 -7.902 0.295,-0.461 -7.902 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.402 -8.098 0.295,-0.402 -8.098 1.634,-0.402 -7.902 1.634,-0.402 -7.902 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,4,5,-1,6,0,2,-1,7,3,0,-1,7,0,6,-1,7,4,3,-1]
coord Coordinate { point [-0.539 -7.598 1.378,-0.539 -7.598 0.295,-0.598 -7.598 0.295,-0.461 -7.598 1.378,-0.402 -7.598 0.295,-0.461 -7.598 0.295,-0.598 -7.598 1.634,-0.402 -7.598 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.598 -7.402 0.295,-0.598 -7.402 1.634,-0.598 -7.598 1.634,-0.598 -7.598 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1,4,0,2,-1,5,0,4,-1,6,3,7,-1,6,1,3,-1]
coord Coordinate { point [-0.539 -7.402 1.378,-0.402 -7.402 1.634,-0.598 -7.402 1.634,-0.461 -7.402 1.378,-0.598 -7.402 0.295,-0.539 -7.402 0.295,-0.402 -7.402 0.295,-0.461 -7.402 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.402 -7.598 0.295,-0.402 -7.598 1.634,-0.402 -7.402 1.634,-0.402 -7.402 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,4,5,-1,6,0,2,-1,7,3,0,-1,7,0,6,-1,7,4,3,-1]
coord Coordinate { point [0.039 -7.402 1.378,0.039 -7.402 0.295,0.098 -7.402 0.295,-0.039 -7.402 1.378,-0.098 -7.402 0.295,-0.039 -7.402 0.295,0.098 -7.402 1.634,-0.098 -7.402 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [0.098 -7.598 0.295,0.098 -7.598 1.634,0.098 -7.402 1.634,0.098 -7.402 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1,4,3,2,-1,5,3,4,-1,6,0,7,-1,6,1,0,-1]
coord Coordinate { point [-0.039 -7.598 1.378,-0.098 -7.598 1.634,0.098 -7.598 1.634,0.039 -7.598 1.378,0.098 -7.598 0.295,0.039 -7.598 0.295,-0.098 -7.598 0.295,-0.039 -7.598 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.098 -7.402 0.295,-0.098 -7.402 1.634,-0.098 -7.598 1.634,-0.098 -7.598 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,4,5,-1,6,0,2,-1,7,3,0,-1,7,0,6,-1,7,4,3,-1]
coord Coordinate { point [-0.539 -7.098 1.378,-0.539 -7.098 0.295,-0.598 -7.098 0.295,-0.461 -7.098 1.378,-0.402 -7.098 0.295,-0.461 -7.098 0.295,-0.598 -7.098 1.634,-0.402 -7.098 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.598 -6.902 0.295,-0.598 -6.902 1.634,-0.598 -7.098 1.634,-0.598 -7.098 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1,4,0,2,-1,5,0,4,-1,6,3,7,-1,6,1,3,-1]
coord Coordinate { point [-0.539 -6.902 1.378,-0.402 -6.902 1.634,-0.598 -6.902 1.634,-0.461 -6.902 1.378,-0.598 -6.902 0.295,-0.539 -6.902 0.295,-0.402 -6.902 0.295,-0.461 -6.902 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.402 -7.098 0.295,-0.402 -7.098 1.634,-0.402 -6.902 1.634,-0.402 -6.902 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,4,5,-1,6,0,2,-1,7,3,0,-1,7,0,6,-1,7,4,3,-1]
coord Coordinate { point [0.039 -6.902 1.378,0.039 -6.902 0.295,0.098 -6.902 0.295,-0.039 -6.902 1.378,-0.098 -6.902 0.295,-0.039 -6.902 0.295,0.098 -6.902 1.634,-0.098 -6.902 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [0.098 -7.098 0.295,0.098 -7.098 1.634,0.098 -6.902 1.634,0.098 -6.902 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1,4,0,2,-1,5,0,4,-1,6,3,7,-1,6,1,3,-1]
coord Coordinate { point [0.039 -7.098 1.378,-0.098 -7.098 1.634,0.098 -7.098 1.634,-0.039 -7.098 1.378,0.098 -7.098 0.295,0.039 -7.098 0.295,-0.098 -7.098 0.295,-0.039 -7.098 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.098 -6.902 0.295,-0.098 -6.902 1.634,-0.098 -7.098 1.634,-0.098 -7.098 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,4,5,-1,6,0,2,-1,7,3,0,-1,7,0,6,-1,7,4,3,-1]
coord Coordinate { point [-0.539 -5.598 1.378,-0.539 -5.598 0.295,-0.598 -5.598 0.295,-0.461 -5.598 1.378,-0.402 -5.598 0.295,-0.461 -5.598 0.295,-0.598 -5.598 1.634,-0.402 -5.598 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.598 -5.402 0.295,-0.598 -5.402 1.634,-0.598 -5.598 1.634,-0.598 -5.598 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1,4,0,2,-1,5,0,4,-1,6,3,7,-1,6,1,3,-1]
coord Coordinate { point [-0.539 -5.402 1.378,-0.402 -5.402 1.634,-0.598 -5.402 1.634,-0.461 -5.402 1.378,-0.598 -5.402 0.295,-0.539 -5.402 0.295,-0.402 -5.402 0.295,-0.461 -5.402 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.402 -5.598 0.295,-0.402 -5.598 1.634,-0.402 -5.402 1.634,-0.402 -5.402 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,4,5,-1,6,0,2,-1,7,3,0,-1,7,0,6,-1,7,4,3,-1]
coord Coordinate { point [-0.539 -6.098 1.378,-0.539 -6.098 0.295,-0.598 -6.098 0.295,-0.461 -6.098 1.378,-0.402 -6.098 0.295,-0.461 -6.098 0.295,-0.598 -6.098 1.634,-0.402 -6.098 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.598 -5.902 0.295,-0.598 -5.902 1.634,-0.598 -6.098 1.634,-0.598 -6.098 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1,4,0,2,-1,5,0,4,-1,6,3,7,-1,6,1,3,-1]
coord Coordinate { point [-0.539 -5.902 1.378,-0.402 -5.902 1.634,-0.598 -5.902 1.634,-0.461 -5.902 1.378,-0.598 -5.902 0.295,-0.539 -5.902 0.295,-0.402 -5.902 0.295,-0.461 -5.902 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.402 -6.098 0.295,-0.402 -6.098 1.634,-0.402 -5.902 1.634,-0.402 -5.902 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,4,5,-1,6,0,2,-1,7,3,0,-1,7,0,6,-1,7,4,3,-1]
coord Coordinate { point [0.039 -5.402 1.378,0.039 -5.402 0.295,0.098 -5.402 0.295,-0.039 -5.402 1.378,-0.098 -5.402 0.295,-0.039 -5.402 0.295,0.098 -5.402 1.634,-0.098 -5.402 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [0.098 -5.598 0.295,0.098 -5.598 1.634,0.098 -5.402 1.634,0.098 -5.402 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1,4,3,2,-1,5,3,4,-1,6,0,7,-1,6,1,0,-1]
coord Coordinate { point [-0.039 -5.598 1.378,-0.098 -5.598 1.634,0.098 -5.598 1.634,0.039 -5.598 1.378,0.098 -5.598 0.295,0.039 -5.598 0.295,-0.098 -5.598 0.295,-0.039 -5.598 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.098 -5.402 0.295,-0.098 -5.402 1.634,-0.098 -5.598 1.634,-0.098 -5.598 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,4,5,-1,6,0,2,-1,7,3,0,-1,7,0,6,-1,7,4,3,-1]
coord Coordinate { point [0.039 -6.402 1.378,0.039 -6.402 0.295,0.098 -6.402 0.295,-0.039 -6.402 1.378,-0.098 -6.402 0.295,-0.039 -6.402 0.295,0.098 -6.402 1.634,-0.098 -6.402 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [0.098 -6.598 0.295,0.098 -6.598 1.634,0.098 -6.402 1.634,0.098 -6.402 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1,4,0,2,-1,5,0,4,-1,6,3,7,-1,6,1,3,-1]
coord Coordinate { point [0.039 -6.598 1.378,-0.098 -6.598 1.634,0.098 -6.598 1.634,-0.039 -6.598 1.378,0.098 -6.598 0.295,0.039 -6.598 0.295,-0.098 -6.598 0.295,-0.039 -6.598 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.098 -6.402 0.295,-0.098 -6.402 1.634,-0.098 -6.598 1.634,-0.098 -6.598 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,4,5,-1,6,0,2,-1,7,3,0,-1,7,0,6,-1,7,4,3,-1]
coord Coordinate { point [0.039 -5.902 1.378,0.039 -5.902 0.295,0.098 -5.902 0.295,-0.039 -5.902 1.378,-0.098 -5.902 0.295,-0.039 -5.902 0.295,0.098 -5.902 1.634,-0.098 -5.902 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [0.098 -6.098 0.295,0.098 -6.098 1.634,0.098 -5.902 1.634,0.098 -5.902 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1,4,3,2,-1,5,3,4,-1,6,0,7,-1,6,1,0,-1]
coord Coordinate { point [-0.039 -6.098 1.378,-0.098 -6.098 1.634,0.098 -6.098 1.634,0.039 -6.098 1.378,0.098 -6.098 0.295,0.039 -6.098 0.295,-0.098 -6.098 0.295,-0.039 -6.098 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.098 -5.902 0.295,-0.098 -5.902 1.634,-0.098 -6.098 1.634,-0.098 -6.098 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,4,5,-1,6,0,2,-1,7,3,0,-1,7,0,6,-1,7,4,3,-1]
coord Coordinate { point [-0.539 -6.598 1.378,-0.539 -6.598 0.295,-0.598 -6.598 0.295,-0.461 -6.598 1.378,-0.402 -6.598 0.295,-0.461 -6.598 0.295,-0.598 -6.598 1.634,-0.402 -6.598 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.598 -6.402 0.295,-0.598 -6.402 1.634,-0.598 -6.598 1.634,-0.598 -6.598 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1,4,0,2,-1,5,0,4,-1,6,3,7,-1,6,1,3,-1]
coord Coordinate { point [-0.539 -6.402 1.378,-0.402 -6.402 1.634,-0.598 -6.402 1.634,-0.461 -6.402 1.378,-0.598 -6.402 0.295,-0.539 -6.402 0.295,-0.402 -6.402 0.295,-0.461 -6.402 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.402 -6.598 0.295,-0.402 -6.598 1.634,-0.402 -6.402 1.634,-0.402 -6.402 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,4,5,-1,6,0,2,-1,7,3,0,-1,7,0,6,-1,7,4,3,-1]
coord Coordinate { point [-0.539 -5.098 1.378,-0.539 -5.098 0.295,-0.598 -5.098 0.295,-0.461 -5.098 1.378,-0.402 -5.098 0.295,-0.461 -5.098 0.295,-0.598 -5.098 1.634,-0.402 -5.098 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.598 -4.902 0.295,-0.598 -4.902 1.634,-0.598 -5.098 1.634,-0.598 -5.098 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1,4,0,2,-1,5,0,4,-1,6,3,7,-1,6,1,3,-1]
coord Coordinate { point [-0.539 -4.902 1.378,-0.402 -4.902 1.634,-0.598 -4.902 1.634,-0.461 -4.902 1.378,-0.598 -4.902 0.295,-0.539 -4.902 0.295,-0.402 -4.902 0.295,-0.461 -4.902 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.402 -5.098 0.295,-0.402 -5.098 1.634,-0.402 -4.902 1.634,-0.402 -4.902 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,4,5,-1,6,0,2,-1,7,3,0,-1,7,0,6,-1,7,4,3,-1]
coord Coordinate { point [0.039 -4.902 1.378,0.039 -4.902 0.295,0.098 -4.902 0.295,-0.039 -4.902 1.378,-0.098 -4.902 0.295,-0.039 -4.902 0.295,0.098 -4.902 1.634,-0.098 -4.902 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [0.098 -5.098 0.295,0.098 -5.098 1.634,0.098 -4.902 1.634,0.098 -4.902 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1,4,0,2,-1,5,0,4,-1,6,3,7,-1,6,1,3,-1]
coord Coordinate { point [0.039 -5.098 1.378,-0.098 -5.098 1.634,0.098 -5.098 1.634,-0.039 -5.098 1.378,0.098 -5.098 0.295,0.039 -5.098 0.295,-0.098 -5.098 0.295,-0.039 -5.098 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.098 -4.902 0.295,-0.098 -4.902 1.634,-0.098 -5.098 1.634,-0.098 -5.098 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,4,5,-1,6,0,2,-1,7,3,0,-1,7,0,6,-1,7,4,3,-1]
coord Coordinate { point [-0.539 -2.098 1.378,-0.539 -2.098 0.295,-0.598 -2.098 0.295,-0.461 -2.098 1.378,-0.402 -2.098 0.295,-0.461 -2.098 0.295,-0.598 -2.098 1.634,-0.402 -2.098 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.598 -1.902 0.295,-0.598 -1.902 1.634,-0.598 -2.098 1.634,-0.598 -2.098 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1,4,0,2,-1,5,0,4,-1,6,3,7,-1,6,1,3,-1]
coord Coordinate { point [-0.539 -1.902 1.378,-0.402 -1.902 1.634,-0.598 -1.902 1.634,-0.461 -1.902 1.378,-0.598 -1.902 0.295,-0.539 -1.902 0.295,-0.402 -1.902 0.295,-0.461 -1.902 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.402 -2.098 0.295,-0.402 -2.098 1.634,-0.402 -1.902 1.634,-0.402 -1.902 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,4,5,-1,6,0,2,-1,7,3,0,-1,7,0,6,-1,7,4,3,-1]
coord Coordinate { point [0.039 -1.902 1.378,0.039 -1.902 0.295,0.098 -1.902 0.295,-0.039 -1.902 1.378,-0.098 -1.902 0.295,-0.039 -1.902 0.295,0.098 -1.902 1.634,-0.098 -1.902 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [0.098 -2.098 0.295,0.098 -2.098 1.634,0.098 -1.902 1.634,0.098 -1.902 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1,4,0,2,-1,5,0,4,-1,6,3,7,-1,6,1,3,-1]
coord Coordinate { point [0.039 -2.098 1.378,-0.098 -2.098 1.634,0.098 -2.098 1.634,-0.039 -2.098 1.378,0.098 -2.098 0.295,0.039 -2.098 0.295,-0.098 -2.098 0.295,-0.039 -2.098 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.098 -1.902 0.295,-0.098 -1.902 1.634,-0.098 -2.098 1.634,-0.098 -2.098 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,4,5,-1,6,0,2,-1,7,3,0,-1,7,0,6,-1,7,4,3,-1]
coord Coordinate { point [0.039 -2.402 1.378,0.039 -2.402 0.295,0.098 -2.402 0.295,-0.039 -2.402 1.378,-0.098 -2.402 0.295,-0.039 -2.402 0.295,0.098 -2.402 1.634,-0.098 -2.402 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [0.098 -2.598 0.295,0.098 -2.598 1.634,0.098 -2.402 1.634,0.098 -2.402 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1,4,3,2,-1,5,3,4,-1,6,0,7,-1,6,1,0,-1]
coord Coordinate { point [-0.039 -2.598 1.378,-0.098 -2.598 1.634,0.098 -2.598 1.634,0.039 -2.598 1.378,0.098 -2.598 0.295,0.039 -2.598 0.295,-0.098 -2.598 0.295,-0.039 -2.598 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.098 -2.402 0.295,-0.098 -2.402 1.634,-0.098 -2.598 1.634,-0.098 -2.598 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,4,5,-1,6,0,2,-1,7,3,0,-1,7,0,6,-1,7,4,3,-1]
coord Coordinate { point [-0.539 -2.598 1.378,-0.539 -2.598 0.295,-0.598 -2.598 0.295,-0.461 -2.598 1.378,-0.402 -2.598 0.295,-0.461 -2.598 0.295,-0.598 -2.598 1.634,-0.402 -2.598 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.598 -2.402 0.295,-0.598 -2.402 1.634,-0.598 -2.598 1.634,-0.598 -2.598 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1,4,0,2,-1,5,0,4,-1,6,3,7,-1,6,1,3,-1]
coord Coordinate { point [-0.539 -2.402 1.378,-0.402 -2.402 1.634,-0.598 -2.402 1.634,-0.461 -2.402 1.378,-0.598 -2.402 0.295,-0.539 -2.402 0.295,-0.402 -2.402 0.295,-0.461 -2.402 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.402 -2.598 0.295,-0.402 -2.598 1.634,-0.402 -2.402 1.634,-0.402 -2.402 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,4,5,-1,6,0,2,-1,7,3,0,-1,7,0,6,-1,7,4,3,-1]
coord Coordinate { point [-0.539 -3.098 1.378,-0.539 -3.098 0.295,-0.598 -3.098 0.295,-0.461 -3.098 1.378,-0.402 -3.098 0.295,-0.461 -3.098 0.295,-0.598 -3.098 1.634,-0.402 -3.098 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.598 -2.902 0.295,-0.598 -2.902 1.634,-0.598 -3.098 1.634,-0.598 -3.098 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1,4,0,2,-1,5,0,4,-1,6,3,7,-1,6,1,3,-1]
coord Coordinate { point [-0.539 -2.902 1.378,-0.402 -2.902 1.634,-0.598 -2.902 1.634,-0.461 -2.902 1.378,-0.598 -2.902 0.295,-0.539 -2.902 0.295,-0.402 -2.902 0.295,-0.461 -2.902 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.402 -3.098 0.295,-0.402 -3.098 1.634,-0.402 -2.902 1.634,-0.402 -2.902 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,4,5,-1,6,0,2,-1,7,3,0,-1,7,0,6,-1,7,4,3,-1]
coord Coordinate { point [0.039 -2.902 1.378,0.039 -2.902 0.295,0.098 -2.902 0.295,-0.039 -2.902 1.378,-0.098 -2.902 0.295,-0.039 -2.902 0.295,0.098 -2.902 1.634,-0.098 -2.902 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [0.098 -3.098 0.295,0.098 -3.098 1.634,0.098 -2.902 1.634,0.098 -2.902 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1,4,0,2,-1,5,0,4,-1,6,3,7,-1,6,1,3,-1]
coord Coordinate { point [0.039 -3.098 1.378,-0.098 -3.098 1.634,0.098 -3.098 1.634,-0.039 -3.098 1.378,0.098 -3.098 0.295,0.039 -3.098 0.295,-0.098 -3.098 0.295,-0.039 -3.098 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.098 -2.902 0.295,-0.098 -2.902 1.634,-0.098 -3.098 1.634,-0.098 -3.098 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,4,5,-1,6,0,2,-1,7,3,0,-1,7,0,6,-1,7,4,3,-1]
coord Coordinate { point [0.039 -3.402 1.378,0.039 -3.402 0.295,0.098 -3.402 0.295,-0.039 -3.402 1.378,-0.098 -3.402 0.295,-0.039 -3.402 0.295,0.098 -3.402 1.634,-0.098 -3.402 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [0.098 -3.598 0.295,0.098 -3.598 1.634,0.098 -3.402 1.634,0.098 -3.402 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1,4,0,2,-1,5,0,4,-1,6,3,7,-1,6,1,3,-1]
coord Coordinate { point [0.039 -3.598 1.378,-0.098 -3.598 1.634,0.098 -3.598 1.634,-0.039 -3.598 1.378,0.098 -3.598 0.295,0.039 -3.598 0.295,-0.098 -3.598 0.295,-0.039 -3.598 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.098 -3.402 0.295,-0.098 -3.402 1.634,-0.098 -3.598 1.634,-0.098 -3.598 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,4,5,-1,6,0,2,-1,7,3,0,-1,7,0,6,-1,7,4,3,-1]
coord Coordinate { point [-0.539 -3.598 1.378,-0.539 -3.598 0.295,-0.598 -3.598 0.295,-0.461 -3.598 1.378,-0.402 -3.598 0.295,-0.461 -3.598 0.295,-0.598 -3.598 1.634,-0.402 -3.598 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.598 -3.402 0.295,-0.598 -3.402 1.634,-0.598 -3.598 1.634,-0.598 -3.598 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1,4,0,2,-1,5,0,4,-1,6,3,7,-1,6,1,3,-1]
coord Coordinate { point [-0.539 -3.402 1.378,-0.402 -3.402 1.634,-0.598 -3.402 1.634,-0.461 -3.402 1.378,-0.598 -3.402 0.295,-0.539 -3.402 0.295,-0.402 -3.402 0.295,-0.461 -3.402 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.402 -3.598 0.295,-0.402 -3.598 1.634,-0.402 -3.402 1.634,-0.402 -3.402 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,4,5,-1,6,0,2,-1,7,3,0,-1,7,0,6,-1,7,4,3,-1]
coord Coordinate { point [0.039 -3.902 1.378,0.039 -3.902 0.295,0.098 -3.902 0.295,-0.039 -3.902 1.378,-0.098 -3.902 0.295,-0.039 -3.902 0.295,0.098 -3.902 1.634,-0.098 -3.902 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [0.098 -4.098 0.295,0.098 -4.098 1.634,0.098 -3.902 1.634,0.098 -3.902 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1,4,3,2,-1,5,3,4,-1,6,0,7,-1,6,1,0,-1]
coord Coordinate { point [-0.039 -4.098 1.378,-0.098 -4.098 1.634,0.098 -4.098 1.634,0.039 -4.098 1.378,0.098 -4.098 0.295,0.039 -4.098 0.295,-0.098 -4.098 0.295,-0.039 -4.098 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.098 -3.902 0.295,-0.098 -3.902 1.634,-0.098 -4.098 1.634,-0.098 -4.098 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,4,5,-1,6,0,2,-1,7,3,0,-1,7,0,6,-1,7,4,3,-1]
coord Coordinate { point [-0.539 -4.098 1.378,-0.539 -4.098 0.295,-0.598 -4.098 0.295,-0.461 -4.098 1.378,-0.402 -4.098 0.295,-0.461 -4.098 0.295,-0.598 -4.098 1.634,-0.402 -4.098 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.598 -3.902 0.295,-0.598 -3.902 1.634,-0.598 -4.098 1.634,-0.598 -4.098 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1,4,0,2,-1,5,0,4,-1,6,3,7,-1,6,1,3,-1]
coord Coordinate { point [-0.539 -3.902 1.378,-0.402 -3.902 1.634,-0.598 -3.902 1.634,-0.461 -3.902 1.378,-0.598 -3.902 0.295,-0.539 -3.902 0.295,-0.402 -3.902 0.295,-0.461 -3.902 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.402 -4.098 0.295,-0.402 -4.098 1.634,-0.402 -3.902 1.634,-0.402 -3.902 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,4,5,-1,6,0,2,-1,7,3,0,-1,7,0,6,-1,7,4,3,-1]
coord Coordinate { point [0.039 -4.402 1.378,0.039 -4.402 0.295,0.098 -4.402 0.295,-0.039 -4.402 1.378,-0.098 -4.402 0.295,-0.039 -4.402 0.295,0.098 -4.402 1.634,-0.098 -4.402 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [0.098 -4.598 0.295,0.098 -4.598 1.634,0.098 -4.402 1.634,0.098 -4.402 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1,4,3,2,-1,5,3,4,-1,6,0,7,-1,6,1,0,-1]
coord Coordinate { point [-0.039 -4.598 1.378,-0.098 -4.598 1.634,0.098 -4.598 1.634,0.039 -4.598 1.378,0.098 -4.598 0.295,0.039 -4.598 0.295,-0.098 -4.598 0.295,-0.039 -4.598 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.098 -4.402 0.295,-0.098 -4.402 1.634,-0.098 -4.598 1.634,-0.098 -4.598 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,4,5,-1,6,0,2,-1,7,3,0,-1,7,0,6,-1,7,4,3,-1]
coord Coordinate { point [-0.539 -4.598 1.378,-0.539 -4.598 0.295,-0.598 -4.598 0.295,-0.461 -4.598 1.378,-0.402 -4.598 0.295,-0.461 -4.598 0.295,-0.598 -4.598 1.634,-0.402 -4.598 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.598 -4.402 0.295,-0.598 -4.402 1.634,-0.598 -4.598 1.634,-0.598 -4.598 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1,4,0,2,-1,5,0,4,-1,6,3,7,-1,6,1,3,-1]
coord Coordinate { point [-0.539 -4.402 1.378,-0.402 -4.402 1.634,-0.598 -4.402 1.634,-0.461 -4.402 1.378,-0.598 -4.402 0.295,-0.539 -4.402 0.295,-0.402 -4.402 0.295,-0.461 -4.402 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.402 -4.598 0.295,-0.402 -4.598 1.634,-0.402 -4.402 1.634,-0.402 -4.402 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,4,5,-1,6,0,2,-1,7,3,0,-1,7,0,6,-1,7,4,3,-1]
coord Coordinate { point [0.039 -9.402 1.378,0.039 -9.402 0.295,0.098 -9.402 0.295,-0.039 -9.402 1.378,-0.098 -9.402 0.295,-0.039 -9.402 0.295,0.098 -9.402 1.634,-0.098 -9.402 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [0.098 -9.598 0.295,0.098 -9.598 1.634,0.098 -9.402 1.634,0.098 -9.402 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1,4,3,2,-1,5,3,4,-1,6,0,7,-1,6,1,0,-1]
coord Coordinate { point [-0.039 -9.598 1.378,-0.098 -9.598 1.634,0.098 -9.598 1.634,0.039 -9.598 1.378,0.098 -9.598 0.295,0.039 -9.598 0.295,-0.098 -9.598 0.295,-0.039 -9.598 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.098 -9.402 0.295,-0.098 -9.402 1.634,-0.098 -9.598 1.634,-0.098 -9.598 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,4,5,-1,6,0,2,-1,7,3,0,-1,7,0,6,-1,7,4,3,-1]
coord Coordinate { point [0.039 -8.902 1.378,0.039 -8.902 0.295,0.098 -8.902 0.295,-0.039 -8.902 1.378,-0.098 -8.902 0.295,-0.039 -8.902 0.295,0.098 -8.902 1.634,-0.098 -8.902 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [0.098 -9.098 0.295,0.098 -9.098 1.634,0.098 -8.902 1.634,0.098 -8.902 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1,4,3,2,-1,5,3,4,-1,6,0,7,-1,6,1,0,-1]
coord Coordinate { point [-0.039 -9.098 1.378,-0.098 -9.098 1.634,0.098 -9.098 1.634,0.039 -9.098 1.378,0.098 -9.098 0.295,0.039 -9.098 0.295,-0.098 -9.098 0.295,-0.039 -9.098 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.098 -8.902 0.295,-0.098 -8.902 1.634,-0.098 -9.098 1.634,-0.098 -9.098 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,4,5,-1,6,0,2,-1,7,3,0,-1,7,0,6,-1,7,4,3,-1]
coord Coordinate { point [0.039 -8.402 1.378,0.039 -8.402 0.295,0.098 -8.402 0.295,-0.039 -8.402 1.378,-0.098 -8.402 0.295,-0.039 -8.402 0.295,0.098 -8.402 1.634,-0.098 -8.402 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [0.098 -8.598 0.295,0.098 -8.598 1.634,0.098 -8.402 1.634,0.098 -8.402 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1,4,0,2,-1,5,0,4,-1,6,3,7,-1,6,1,3,-1]
coord Coordinate { point [0.039 -8.598 1.378,-0.098 -8.598 1.634,0.098 -8.598 1.634,-0.039 -8.598 1.378,0.098 -8.598 0.295,0.039 -8.598 0.295,-0.098 -8.598 0.295,-0.039 -8.598 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.098 -8.402 0.295,-0.098 -8.402 1.634,-0.098 -8.598 1.634,-0.098 -8.598 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,4,5,-1,6,0,2,-1,7,3,0,-1,7,0,6,-1,7,4,3,-1]
coord Coordinate { point [-0.539 -9.598 1.378,-0.539 -9.598 0.295,-0.598 -9.598 0.295,-0.461 -9.598 1.378,-0.402 -9.598 0.295,-0.461 -9.598 0.295,-0.598 -9.598 1.634,-0.402 -9.598 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.598 -9.402 0.295,-0.598 -9.402 1.634,-0.598 -9.598 1.634,-0.598 -9.598 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1,4,0,2,-1,5,0,4,-1,6,3,7,-1,6,1,3,-1]
coord Coordinate { point [-0.539 -9.402 1.378,-0.402 -9.402 1.634,-0.598 -9.402 1.634,-0.461 -9.402 1.378,-0.598 -9.402 0.295,-0.539 -9.402 0.295,-0.402 -9.402 0.295,-0.461 -9.402 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.402 -9.598 0.295,-0.402 -9.598 1.634,-0.402 -9.402 1.634,-0.402 -9.402 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,4,5,-1,6,0,2,-1,7,3,0,-1,7,0,6,-1,7,4,3,-1]
coord Coordinate { point [-0.539 -9.098 1.378,-0.539 -9.098 0.295,-0.598 -9.098 0.295,-0.461 -9.098 1.378,-0.402 -9.098 0.295,-0.461 -9.098 0.295,-0.598 -9.098 1.634,-0.402 -9.098 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.598 -8.902 0.295,-0.598 -8.902 1.634,-0.598 -9.098 1.634,-0.598 -9.098 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1,4,0,2,-1,5,0,4,-1,6,3,7,-1,6,1,3,-1]
coord Coordinate { point [-0.539 -8.902 1.378,-0.402 -8.902 1.634,-0.598 -8.902 1.634,-0.461 -8.902 1.378,-0.598 -8.902 0.295,-0.539 -8.902 0.295,-0.402 -8.902 0.295,-0.461 -8.902 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.402 -9.098 0.295,-0.402 -9.098 1.634,-0.402 -8.902 1.634,-0.402 -8.902 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,4,5,-1,6,0,2,-1,7,3,0,-1,7,0,6,-1,7,4,3,-1]
coord Coordinate { point [-0.539 -8.598 1.378,-0.539 -8.598 0.295,-0.598 -8.598 0.295,-0.461 -8.598 1.378,-0.402 -8.598 0.295,-0.461 -8.598 0.295,-0.598 -8.598 1.634,-0.402 -8.598 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.598 -8.402 0.295,-0.598 -8.402 1.634,-0.598 -8.598 1.634,-0.598 -8.598 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1,4,0,2,-1,5,0,4,-1,6,3,7,-1,6,1,3,-1]
coord Coordinate { point [-0.539 -8.402 1.378,-0.402 -8.402 1.634,-0.598 -8.402 1.634,-0.461 -8.402 1.378,-0.598 -8.402 0.295,-0.539 -8.402 0.295,-0.402 -8.402 0.295,-0.461 -8.402 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.402 -8.598 0.295,-0.402 -8.598 1.634,-0.402 -8.402 1.634,-0.402 -8.402 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,4,5,-1,6,0,2,-1,7,3,0,-1,7,0,6,-1,7,4,3,-1]
coord Coordinate { point [0.039 -9.902 1.378,0.039 -9.902 0.295,0.098 -9.902 0.295,-0.039 -9.902 1.378,-0.098 -9.902 0.295,-0.039 -9.902 0.295,0.098 -9.902 1.634,-0.098 -9.902 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [0.098 -10.098 0.295,0.098 -10.098 1.634,0.098 -9.902 1.634,0.098 -9.902 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1,4,0,2,-1,5,0,4,-1,6,3,7,-1,6,1,3,-1]
coord Coordinate { point [0.039 -10.098 1.378,-0.098 -10.098 1.634,0.098 -10.098 1.634,-0.039 -10.098 1.378,0.098 -10.098 0.295,0.039 -10.098 0.295,-0.098 -10.098 0.295,-0.039 -10.098 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.098 -9.902 0.295,-0.098 -9.902 1.634,-0.098 -10.098 1.634,-0.098 -10.098 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,4,5,-1,6,0,2,-1,7,3,0,-1,7,0,6,-1,7,4,3,-1]
coord Coordinate { point [-0.539 -10.098 1.378,-0.539 -10.098 0.295,-0.598 -10.098 0.295,-0.461 -10.098 1.378,-0.402 -10.098 0.295,-0.461 -10.098 0.295,-0.598 -10.098 1.634,-0.402 -10.098 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.598 -9.902 0.295,-0.598 -9.902 1.634,-0.598 -10.098 1.634,-0.598 -10.098 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1,4,0,2,-1,5,0,4,-1,6,3,7,-1,6,1,3,-1]
coord Coordinate { point [-0.539 -9.902 1.378,-0.402 -9.902 1.634,-0.598 -9.902 1.634,-0.461 -9.902 1.378,-0.598 -9.902 0.295,-0.539 -9.902 0.295,-0.402 -9.902 0.295,-0.461 -9.902 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.402 -10.098 0.295,-0.402 -10.098 1.634,-0.402 -9.902 1.634,-0.402 -9.902 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,4,5,-1,6,0,2,-1,7,3,0,-1,7,0,6,-1,7,4,3,-1]
coord Coordinate { point [0.039 -1.402 1.378,0.039 -1.402 0.295,0.098 -1.402 0.295,-0.039 -1.402 1.378,-0.098 -1.402 0.295,-0.039 -1.402 0.295,0.098 -1.402 1.634,-0.098 -1.402 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [0.098 -1.598 0.295,0.098 -1.598 1.634,0.098 -1.402 1.634,0.098 -1.402 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1,4,0,2,-1,5,0,4,-1,6,3,7,-1,6,1,3,-1]
coord Coordinate { point [0.039 -1.598 1.378,-0.098 -1.598 1.634,0.098 -1.598 1.634,-0.039 -1.598 1.378,0.098 -1.598 0.295,0.039 -1.598 0.295,-0.098 -1.598 0.295,-0.039 -1.598 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.098 -1.402 0.295,-0.098 -1.402 1.634,-0.098 -1.598 1.634,-0.098 -1.598 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,4,5,-1,6,0,2,-1,7,3,0,-1,7,0,6,-1,7,4,3,-1]
coord Coordinate { point [-0.539 -1.598 1.378,-0.539 -1.598 0.295,-0.598 -1.598 0.295,-0.461 -1.598 1.378,-0.402 -1.598 0.295,-0.461 -1.598 0.295,-0.598 -1.598 1.634,-0.402 -1.598 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.598 -1.402 0.295,-0.598 -1.402 1.634,-0.598 -1.598 1.634,-0.598 -1.598 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1,4,0,2,-1,5,0,4,-1,6,3,7,-1,6,1,3,-1]
coord Coordinate { point [-0.539 -1.402 1.378,-0.402 -1.402 1.634,-0.598 -1.402 1.634,-0.461 -1.402 1.378,-0.598 -1.402 0.295,-0.539 -1.402 0.295,-0.402 -1.402 0.295,-0.461 -1.402 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.402 -1.598 0.295,-0.402 -1.598 1.634,-0.402 -1.402 1.634,-0.402 -1.402 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,4,5,-1,6,0,2,-1,7,3,0,-1,7,0,6,-1,7,4,3,-1]
coord Coordinate { point [-0.539 -0.098 1.378,-0.539 -0.098 0.295,-0.598 -0.098 0.295,-0.461 -0.098 1.378,-0.402 -0.098 0.295,-0.461 -0.098 0.295,-0.598 -0.098 1.634,-0.402 -0.098 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.598 0.098 0.295,-0.598 0.098 1.634,-0.598 -0.098 1.634,-0.598 -0.098 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1,4,0,2,-1,5,0,4,-1,6,3,7,-1,6,1,3,-1]
coord Coordinate { point [-0.539 0.098 1.378,-0.402 0.098 1.634,-0.598 0.098 1.634,-0.461 0.098 1.378,-0.598 0.098 0.295,-0.539 0.098 0.295,-0.402 0.098 0.295,-0.461 0.098 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.402 -0.098 0.295,-0.402 -0.098 1.634,-0.402 0.098 1.634,-0.402 0.098 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,4,5,-1,6,0,2,-1,7,3,0,-1,7,0,6,-1,7,4,3,-1]
coord Coordinate { point [-0.539 -0.598 1.378,-0.539 -0.598 0.295,-0.598 -0.598 0.295,-0.461 -0.598 1.378,-0.402 -0.598 0.295,-0.461 -0.598 0.295,-0.598 -0.598 1.634,-0.402 -0.598 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.598 -0.402 0.295,-0.598 -0.402 1.634,-0.598 -0.598 1.634,-0.598 -0.598 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1,4,0,2,-1,5,0,4,-1,6,3,7,-1,6,1,3,-1]
coord Coordinate { point [-0.539 -0.402 1.378,-0.402 -0.402 1.634,-0.598 -0.402 1.634,-0.461 -0.402 1.378,-0.598 -0.402 0.295,-0.539 -0.402 0.295,-0.402 -0.402 0.295,-0.461 -0.402 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.402 -0.598 0.295,-0.402 -0.598 1.634,-0.402 -0.402 1.634,-0.402 -0.402 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,4,5,-1,6,0,2,-1,7,3,0,-1,7,0,6,-1,7,4,3,-1]
coord Coordinate { point [0.039 -0.402 1.378,0.039 -0.402 0.295,0.098 -0.402 0.295,-0.039 -0.402 1.378,-0.098 -0.402 0.295,-0.039 -0.402 0.295,0.098 -0.402 1.634,-0.098 -0.402 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [0.098 -0.598 0.295,0.098 -0.598 1.634,0.098 -0.402 1.634,0.098 -0.402 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1,4,3,2,-1,5,3,4,-1,6,0,7,-1,6,1,0,-1]
coord Coordinate { point [-0.039 -0.598 1.378,-0.098 -0.598 1.634,0.098 -0.598 1.634,0.039 -0.598 1.378,0.098 -0.598 0.295,0.039 -0.598 0.295,-0.098 -0.598 0.295,-0.039 -0.598 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.098 -0.402 0.295,-0.098 -0.402 1.634,-0.098 -0.598 1.634,-0.098 -0.598 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,4,5,-1,6,0,2,-1,7,3,0,-1,7,0,6,-1,7,4,3,-1]
coord Coordinate { point [0.039 0.098 1.378,0.039 0.098 0.295,0.098 0.098 0.295,-0.039 0.098 1.378,-0.098 0.098 0.295,-0.039 0.098 0.295,0.098 0.098 1.634,-0.098 0.098 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [0.098 -0.098 0.295,0.098 -0.098 1.634,0.098 0.098 1.634,0.098 0.098 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1,4,0,2,-1,5,0,4,-1,6,3,7,-1,6,1,3,-1]
coord Coordinate { point [0.039 -0.098 1.378,-0.098 -0.098 1.634,0.098 -0.098 1.634,-0.039 -0.098 1.378,0.098 -0.098 0.295,0.039 -0.098 0.295,-0.098 -0.098 0.295,-0.039 -0.098 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.098 0.098 0.295,-0.098 0.098 1.634,-0.098 -0.098 1.634,-0.098 -0.098 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,4,5,-1,6,0,2,-1,7,3,0,-1,7,0,6,-1,7,4,3,-1]
coord Coordinate { point [0.039 -0.902 1.378,0.039 -0.902 0.295,0.098 -0.902 0.295,-0.039 -0.902 1.378,-0.098 -0.902 0.295,-0.039 -0.902 0.295,0.098 -0.902 1.634,-0.098 -0.902 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [0.098 -1.098 0.295,0.098 -1.098 1.634,0.098 -0.902 1.634,0.098 -0.902 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1,4,3,2,-1,5,3,4,-1,6,0,7,-1,6,1,0,-1]
coord Coordinate { point [-0.039 -1.098 1.378,-0.098 -1.098 1.634,0.098 -1.098 1.634,0.039 -1.098 1.378,0.098 -1.098 0.295,0.039 -1.098 0.295,-0.098 -1.098 0.295,-0.039 -1.098 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.098 -0.902 0.295,-0.098 -0.902 1.634,-0.098 -1.098 1.634,-0.098 -1.098 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,4,5,-1,6,0,2,-1,7,3,0,-1,7,0,6,-1,7,4,3,-1]
coord Coordinate { point [-0.539 -1.098 1.378,-0.539 -1.098 0.295,-0.598 -1.098 0.295,-0.461 -1.098 1.378,-0.402 -1.098 0.295,-0.461 -1.098 0.295,-0.598 -1.098 1.634,-0.402 -1.098 1.634]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.598 -0.902 0.295,-0.598 -0.902 1.634,-0.598 -1.098 1.634,-0.598 -1.098 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1,4,0,2,-1,5,0,4,-1,6,3,7,-1,6,1,3,-1]
coord Coordinate { point [-0.539 -0.902 1.378,-0.402 -0.902 1.634,-0.598 -0.902 1.634,-0.461 -0.902 1.378,-0.598 -0.902 0.295,-0.539 -0.902 0.295,-0.402 -0.902 0.295,-0.461 -0.902 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.402 -1.098 0.295,-0.402 -1.098 1.634,-0.402 -0.902 1.634,-0.402 -0.902 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [0.039 -7.902 0.295,0.039 -8.098 0.295,0.098 -7.902 0.295,0.098 -8.098 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1,2,4,5,-1,3,2,5,-1,4,6,5,-1,7,6,4,-1]
coord Coordinate { point [0.039 -7.902 1.378,0.039 -7.918 1.362,0.039 -7.918 0.417,0.039 -7.902 0.295,0.039 -8.082 0.417,0.039 -8.098 0.295,0.039 -8.098 1.378,0.039 -8.082 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.039 -7.918 1.362,0.039 -7.902 1.378,-0.039 -7.902 1.378,-0.039 -7.918 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1,1,0,4,-1,4,0,5,-1,3,2,6,-1,7,3,6,-1]
coord Coordinate { point [-0.039 -7.918 0.417,-0.039 -7.902 0.295,-0.039 -8.098 0.295,-0.039 -8.082 0.417,-0.039 -7.902 1.378,-0.039 -7.918 1.362,-0.039 -8.098 1.378,-0.039 -8.082 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [-0.098 -7.902 0.295,-0.098 -8.098 0.295,-0.039 -7.902 0.295,-0.039 -8.098 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.039 -8.098 1.378,0.039 -8.082 1.362,-0.039 -8.082 1.362,-0.039 -8.098 1.378]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [-0.539 -8.098 0.295,-0.539 -7.902 0.295,-0.598 -8.098 0.295,-0.598 -7.902 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1,2,4,5,-1,3,2,5,-1,4,6,5,-1,7,6,4,-1]
coord Coordinate { point [-0.539 -8.098 1.378,-0.539 -8.082 1.362,-0.539 -8.082 0.417,-0.539 -8.098 0.295,-0.539 -7.918 0.417,-0.539 -7.902 0.295,-0.539 -7.902 1.378,-0.539 -7.918 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.539 -8.082 1.362,-0.539 -8.098 1.378,-0.461 -8.098 1.378,-0.461 -8.082 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1,1,0,4,-1,4,0,5,-1,3,2,6,-1,7,3,6,-1]
coord Coordinate { point [-0.461 -8.082 0.417,-0.461 -8.098 0.295,-0.461 -7.902 0.295,-0.461 -7.918 0.417,-0.461 -8.098 1.378,-0.461 -8.082 1.362,-0.461 -7.902 1.378,-0.461 -7.918 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [-0.402 -8.098 0.295,-0.402 -7.902 0.295,-0.461 -8.098 0.295,-0.461 -7.902 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.539 -7.902 1.378,-0.539 -7.918 1.362,-0.461 -7.918 1.362,-0.461 -7.902 1.378]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [-0.539 -7.598 0.295,-0.539 -7.402 0.295,-0.598 -7.598 0.295,-0.598 -7.402 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1,2,4,5,-1,3,2,5,-1,4,6,5,-1,7,6,4,-1]
coord Coordinate { point [-0.539 -7.598 1.378,-0.539 -7.582 1.362,-0.539 -7.582 0.417,-0.539 -7.598 0.295,-0.539 -7.418 0.417,-0.539 -7.402 0.295,-0.539 -7.402 1.378,-0.539 -7.418 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.539 -7.582 1.362,-0.539 -7.598 1.378,-0.461 -7.598 1.378,-0.461 -7.582 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1,1,0,4,-1,4,0,5,-1,3,2,6,-1,7,3,6,-1]
coord Coordinate { point [-0.461 -7.582 0.417,-0.461 -7.598 0.295,-0.461 -7.402 0.295,-0.461 -7.418 0.417,-0.461 -7.598 1.378,-0.461 -7.582 1.362,-0.461 -7.402 1.378,-0.461 -7.418 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [-0.402 -7.598 0.295,-0.402 -7.402 0.295,-0.461 -7.598 0.295,-0.461 -7.402 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.539 -7.402 1.378,-0.539 -7.418 1.362,-0.461 -7.418 1.362,-0.461 -7.402 1.378]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [0.039 -7.402 0.295,0.039 -7.598 0.295,0.098 -7.402 0.295,0.098 -7.598 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1,2,4,5,-1,3,2,5,-1,4,6,5,-1,7,6,4,-1]
coord Coordinate { point [0.039 -7.402 1.378,0.039 -7.418 1.362,0.039 -7.418 0.417,0.039 -7.402 0.295,0.039 -7.582 0.417,0.039 -7.598 0.295,0.039 -7.598 1.378,0.039 -7.582 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.039 -7.418 1.362,0.039 -7.402 1.378,-0.039 -7.402 1.378,-0.039 -7.418 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1,1,0,4,-1,4,0,5,-1,3,2,6,-1,7,3,6,-1]
coord Coordinate { point [-0.039 -7.418 0.417,-0.039 -7.402 0.295,-0.039 -7.598 0.295,-0.039 -7.582 0.417,-0.039 -7.402 1.378,-0.039 -7.418 1.362,-0.039 -7.598 1.378,-0.039 -7.582 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [-0.098 -7.402 0.295,-0.098 -7.598 0.295,-0.039 -7.402 0.295,-0.039 -7.598 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.039 -7.598 1.378,0.039 -7.582 1.362,-0.039 -7.582 1.362,-0.039 -7.598 1.378]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [-0.539 -7.098 0.295,-0.539 -6.902 0.295,-0.598 -7.098 0.295,-0.598 -6.902 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1,2,4,5,-1,3,2,5,-1,4,6,5,-1,7,6,4,-1]
coord Coordinate { point [-0.539 -7.098 1.378,-0.539 -7.082 1.362,-0.539 -7.082 0.417,-0.539 -7.098 0.295,-0.539 -6.918 0.417,-0.539 -6.902 0.295,-0.539 -6.902 1.378,-0.539 -6.918 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.539 -7.082 1.362,-0.539 -7.098 1.378,-0.461 -7.098 1.378,-0.461 -7.082 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1,1,0,4,-1,4,0,5,-1,3,2,6,-1,7,3,6,-1]
coord Coordinate { point [-0.461 -7.082 0.417,-0.461 -7.098 0.295,-0.461 -6.902 0.295,-0.461 -6.918 0.417,-0.461 -7.098 1.378,-0.461 -7.082 1.362,-0.461 -6.902 1.378,-0.461 -6.918 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [-0.402 -7.098 0.295,-0.402 -6.902 0.295,-0.461 -7.098 0.295,-0.461 -6.902 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.539 -6.902 1.378,-0.539 -6.918 1.362,-0.461 -6.918 1.362,-0.461 -6.902 1.378]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [0.039 -6.902 0.295,0.039 -7.098 0.295,0.098 -6.902 0.295,0.098 -7.098 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1,2,4,5,-1,3,2,5,-1,4,6,5,-1,7,6,4,-1]
coord Coordinate { point [0.039 -6.902 1.378,0.039 -6.918 1.362,0.039 -6.918 0.417,0.039 -6.902 0.295,0.039 -7.082 0.417,0.039 -7.098 0.295,0.039 -7.098 1.378,0.039 -7.082 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.039 -6.918 1.362,0.039 -6.902 1.378,-0.039 -6.902 1.378,-0.039 -6.918 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1,1,0,4,-1,4,0,5,-1,3,2,6,-1,7,3,6,-1]
coord Coordinate { point [-0.039 -6.918 0.417,-0.039 -6.902 0.295,-0.039 -7.098 0.295,-0.039 -7.082 0.417,-0.039 -6.902 1.378,-0.039 -6.918 1.362,-0.039 -7.098 1.378,-0.039 -7.082 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [-0.098 -6.902 0.295,-0.098 -7.098 0.295,-0.039 -6.902 0.295,-0.039 -7.098 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.039 -7.098 1.378,0.039 -7.082 1.362,-0.039 -7.082 1.362,-0.039 -7.098 1.378]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [-0.539 -5.598 0.295,-0.539 -5.402 0.295,-0.598 -5.598 0.295,-0.598 -5.402 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1,2,4,5,-1,3,2,5,-1,4,6,5,-1,7,6,4,-1]
coord Coordinate { point [-0.539 -5.598 1.378,-0.539 -5.582 1.362,-0.539 -5.582 0.417,-0.539 -5.598 0.295,-0.539 -5.418 0.417,-0.539 -5.402 0.295,-0.539 -5.402 1.378,-0.539 -5.418 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.539 -5.582 1.362,-0.539 -5.598 1.378,-0.461 -5.598 1.378,-0.461 -5.582 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1,1,0,4,-1,4,0,5,-1,3,2,6,-1,7,3,6,-1]
coord Coordinate { point [-0.461 -5.582 0.417,-0.461 -5.598 0.295,-0.461 -5.402 0.295,-0.461 -5.418 0.417,-0.461 -5.598 1.378,-0.461 -5.582 1.362,-0.461 -5.402 1.378,-0.461 -5.418 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [-0.402 -5.598 0.295,-0.402 -5.402 0.295,-0.461 -5.598 0.295,-0.461 -5.402 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.539 -5.402 1.378,-0.539 -5.418 1.362,-0.461 -5.418 1.362,-0.461 -5.402 1.378]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [-0.539 -6.098 0.295,-0.539 -5.902 0.295,-0.598 -6.098 0.295,-0.598 -5.902 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1,2,4,5,-1,3,2,5,-1,4,6,5,-1,7,6,4,-1]
coord Coordinate { point [-0.539 -6.098 1.378,-0.539 -6.082 1.362,-0.539 -6.082 0.417,-0.539 -6.098 0.295,-0.539 -5.918 0.417,-0.539 -5.902 0.295,-0.539 -5.902 1.378,-0.539 -5.918 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.539 -6.082 1.362,-0.539 -6.098 1.378,-0.461 -6.098 1.378,-0.461 -6.082 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1,1,0,4,-1,4,0,5,-1,3,2,6,-1,7,3,6,-1]
coord Coordinate { point [-0.461 -6.082 0.417,-0.461 -6.098 0.295,-0.461 -5.902 0.295,-0.461 -5.918 0.417,-0.461 -6.098 1.378,-0.461 -6.082 1.362,-0.461 -5.902 1.378,-0.461 -5.918 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [-0.402 -6.098 0.295,-0.402 -5.902 0.295,-0.461 -6.098 0.295,-0.461 -5.902 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.539 -5.902 1.378,-0.539 -5.918 1.362,-0.461 -5.918 1.362,-0.461 -5.902 1.378]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [0.039 -5.402 0.295,0.039 -5.598 0.295,0.098 -5.402 0.295,0.098 -5.598 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1,2,4,5,-1,3,2,5,-1,4,6,5,-1,7,6,4,-1]
coord Coordinate { point [0.039 -5.402 1.378,0.039 -5.418 1.362,0.039 -5.418 0.417,0.039 -5.402 0.295,0.039 -5.582 0.417,0.039 -5.598 0.295,0.039 -5.598 1.378,0.039 -5.582 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.039 -5.418 1.362,0.039 -5.402 1.378,-0.039 -5.402 1.378,-0.039 -5.418 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1,1,0,4,-1,4,0,5,-1,3,2,6,-1,7,3,6,-1]
coord Coordinate { point [-0.039 -5.418 0.417,-0.039 -5.402 0.295,-0.039 -5.598 0.295,-0.039 -5.582 0.417,-0.039 -5.402 1.378,-0.039 -5.418 1.362,-0.039 -5.598 1.378,-0.039 -5.582 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [-0.098 -5.402 0.295,-0.098 -5.598 0.295,-0.039 -5.402 0.295,-0.039 -5.598 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.039 -5.598 1.378,0.039 -5.582 1.362,-0.039 -5.582 1.362,-0.039 -5.598 1.378]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [0.039 -6.402 0.295,0.039 -6.598 0.295,0.098 -6.402 0.295,0.098 -6.598 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1,2,4,5,-1,3,2,5,-1,4,6,5,-1,7,6,4,-1]
coord Coordinate { point [0.039 -6.402 1.378,0.039 -6.418 1.362,0.039 -6.418 0.417,0.039 -6.402 0.295,0.039 -6.582 0.417,0.039 -6.598 0.295,0.039 -6.598 1.378,0.039 -6.582 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.039 -6.418 1.362,0.039 -6.402 1.378,-0.039 -6.402 1.378,-0.039 -6.418 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1,1,0,4,-1,4,0,5,-1,3,2,6,-1,7,3,6,-1]
coord Coordinate { point [-0.039 -6.418 0.417,-0.039 -6.402 0.295,-0.039 -6.598 0.295,-0.039 -6.582 0.417,-0.039 -6.402 1.378,-0.039 -6.418 1.362,-0.039 -6.598 1.378,-0.039 -6.582 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [-0.098 -6.402 0.295,-0.098 -6.598 0.295,-0.039 -6.402 0.295,-0.039 -6.598 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.039 -6.598 1.378,0.039 -6.582 1.362,-0.039 -6.582 1.362,-0.039 -6.598 1.378]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [0.039 -5.902 0.295,0.039 -6.098 0.295,0.098 -5.902 0.295,0.098 -6.098 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1,2,4,5,-1,3,2,5,-1,4,6,5,-1,7,6,4,-1]
coord Coordinate { point [0.039 -5.902 1.378,0.039 -5.918 1.362,0.039 -5.918 0.417,0.039 -5.902 0.295,0.039 -6.082 0.417,0.039 -6.098 0.295,0.039 -6.098 1.378,0.039 -6.082 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.039 -5.918 1.362,0.039 -5.902 1.378,-0.039 -5.902 1.378,-0.039 -5.918 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1,1,0,4,-1,4,0,5,-1,3,2,6,-1,7,3,6,-1]
coord Coordinate { point [-0.039 -5.918 0.417,-0.039 -5.902 0.295,-0.039 -6.098 0.295,-0.039 -6.082 0.417,-0.039 -5.902 1.378,-0.039 -5.918 1.362,-0.039 -6.098 1.378,-0.039 -6.082 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [-0.098 -5.902 0.295,-0.098 -6.098 0.295,-0.039 -5.902 0.295,-0.039 -6.098 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.039 -6.098 1.378,0.039 -6.082 1.362,-0.039 -6.082 1.362,-0.039 -6.098 1.378]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [-0.539 -6.598 0.295,-0.539 -6.402 0.295,-0.598 -6.598 0.295,-0.598 -6.402 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1,2,4,5,-1,3,2,5,-1,4,6,5,-1,7,6,4,-1]
coord Coordinate { point [-0.539 -6.598 1.378,-0.539 -6.582 1.362,-0.539 -6.582 0.417,-0.539 -6.598 0.295,-0.539 -6.418 0.417,-0.539 -6.402 0.295,-0.539 -6.402 1.378,-0.539 -6.418 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.539 -6.582 1.362,-0.539 -6.598 1.378,-0.461 -6.598 1.378,-0.461 -6.582 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1,1,0,4,-1,4,0,5,-1,3,2,6,-1,7,3,6,-1]
coord Coordinate { point [-0.461 -6.582 0.417,-0.461 -6.598 0.295,-0.461 -6.402 0.295,-0.461 -6.418 0.417,-0.461 -6.598 1.378,-0.461 -6.582 1.362,-0.461 -6.402 1.378,-0.461 -6.418 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [-0.402 -6.598 0.295,-0.402 -6.402 0.295,-0.461 -6.598 0.295,-0.461 -6.402 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.539 -6.402 1.378,-0.539 -6.418 1.362,-0.461 -6.418 1.362,-0.461 -6.402 1.378]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [-0.539 -5.098 0.295,-0.539 -4.902 0.295,-0.598 -5.098 0.295,-0.598 -4.902 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1,2,4,5,-1,3,2,5,-1,4,6,5,-1,7,6,4,-1]
coord Coordinate { point [-0.539 -5.098 1.378,-0.539 -5.082 1.362,-0.539 -5.082 0.417,-0.539 -5.098 0.295,-0.539 -4.918 0.417,-0.539 -4.902 0.295,-0.539 -4.902 1.378,-0.539 -4.918 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.539 -5.082 1.362,-0.539 -5.098 1.378,-0.461 -5.098 1.378,-0.461 -5.082 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1,1,0,4,-1,4,0,5,-1,3,2,6,-1,7,3,6,-1]
coord Coordinate { point [-0.461 -5.082 0.417,-0.461 -5.098 0.295,-0.461 -4.902 0.295,-0.461 -4.918 0.417,-0.461 -5.098 1.378,-0.461 -5.082 1.362,-0.461 -4.902 1.378,-0.461 -4.918 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [-0.402 -5.098 0.295,-0.402 -4.902 0.295,-0.461 -5.098 0.295,-0.461 -4.902 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.539 -4.902 1.378,-0.539 -4.918 1.362,-0.461 -4.918 1.362,-0.461 -4.902 1.378]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [0.039 -4.902 0.295,0.039 -5.098 0.295,0.098 -4.902 0.295,0.098 -5.098 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1,2,4,5,-1,3,2,5,-1,4,6,5,-1,7,6,4,-1]
coord Coordinate { point [0.039 -4.902 1.378,0.039 -4.918 1.362,0.039 -4.918 0.417,0.039 -4.902 0.295,0.039 -5.082 0.417,0.039 -5.098 0.295,0.039 -5.098 1.378,0.039 -5.082 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.039 -4.918 1.362,0.039 -4.902 1.378,-0.039 -4.902 1.378,-0.039 -4.918 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1,1,0,4,-1,4,0,5,-1,3,2,6,-1,7,3,6,-1]
coord Coordinate { point [-0.039 -4.918 0.417,-0.039 -4.902 0.295,-0.039 -5.098 0.295,-0.039 -5.082 0.417,-0.039 -4.902 1.378,-0.039 -4.918 1.362,-0.039 -5.098 1.378,-0.039 -5.082 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [-0.098 -4.902 0.295,-0.098 -5.098 0.295,-0.039 -4.902 0.295,-0.039 -5.098 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.039 -5.098 1.378,0.039 -5.082 1.362,-0.039 -5.082 1.362,-0.039 -5.098 1.378]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [-0.539 -2.098 0.295,-0.539 -1.902 0.295,-0.598 -2.098 0.295,-0.598 -1.902 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1,2,4,5,-1,3,2,5,-1,4,6,5,-1,7,6,4,-1]
coord Coordinate { point [-0.539 -2.098 1.378,-0.539 -2.082 1.362,-0.539 -2.082 0.417,-0.539 -2.098 0.295,-0.539 -1.918 0.417,-0.539 -1.902 0.295,-0.539 -1.902 1.378,-0.539 -1.918 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.539 -2.082 1.362,-0.539 -2.098 1.378,-0.461 -2.098 1.378,-0.461 -2.082 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1,1,0,4,-1,4,0,5,-1,3,2,6,-1,7,3,6,-1]
coord Coordinate { point [-0.461 -2.082 0.417,-0.461 -2.098 0.295,-0.461 -1.902 0.295,-0.461 -1.918 0.417,-0.461 -2.098 1.378,-0.461 -2.082 1.362,-0.461 -1.902 1.378,-0.461 -1.918 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [-0.402 -2.098 0.295,-0.402 -1.902 0.295,-0.461 -2.098 0.295,-0.461 -1.902 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.539 -1.902 1.378,-0.539 -1.918 1.362,-0.461 -1.918 1.362,-0.461 -1.902 1.378]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [0.039 -1.902 0.295,0.039 -2.098 0.295,0.098 -1.902 0.295,0.098 -2.098 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1,2,4,5,-1,3,2,5,-1,4,6,5,-1,7,6,4,-1]
coord Coordinate { point [0.039 -1.902 1.378,0.039 -1.918 1.362,0.039 -1.918 0.417,0.039 -1.902 0.295,0.039 -2.082 0.417,0.039 -2.098 0.295,0.039 -2.098 1.378,0.039 -2.082 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.039 -1.918 1.362,0.039 -1.902 1.378,-0.039 -1.902 1.378,-0.039 -1.918 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1,1,0,4,-1,4,0,5,-1,3,2,6,-1,7,3,6,-1]
coord Coordinate { point [-0.039 -1.918 0.417,-0.039 -1.902 0.295,-0.039 -2.098 0.295,-0.039 -2.082 0.417,-0.039 -1.902 1.378,-0.039 -1.918 1.362,-0.039 -2.098 1.378,-0.039 -2.082 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [-0.098 -1.902 0.295,-0.098 -2.098 0.295,-0.039 -1.902 0.295,-0.039 -2.098 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.039 -2.098 1.378,0.039 -2.082 1.362,-0.039 -2.082 1.362,-0.039 -2.098 1.378]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [0.039 -2.402 0.295,0.039 -2.598 0.295,0.098 -2.402 0.295,0.098 -2.598 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1,2,4,5,-1,3,2,5,-1,4,6,5,-1,7,6,4,-1]
coord Coordinate { point [0.039 -2.402 1.378,0.039 -2.418 1.362,0.039 -2.418 0.417,0.039 -2.402 0.295,0.039 -2.582 0.417,0.039 -2.598 0.295,0.039 -2.598 1.378,0.039 -2.582 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.039 -2.418 1.362,0.039 -2.402 1.378,-0.039 -2.402 1.378,-0.039 -2.418 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1,1,0,4,-1,4,0,5,-1,3,2,6,-1,7,3,6,-1]
coord Coordinate { point [-0.039 -2.418 0.417,-0.039 -2.402 0.295,-0.039 -2.598 0.295,-0.039 -2.582 0.417,-0.039 -2.402 1.378,-0.039 -2.418 1.362,-0.039 -2.598 1.378,-0.039 -2.582 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [-0.098 -2.402 0.295,-0.098 -2.598 0.295,-0.039 -2.402 0.295,-0.039 -2.598 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.039 -2.598 1.378,0.039 -2.582 1.362,-0.039 -2.582 1.362,-0.039 -2.598 1.378]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [-0.539 -2.598 0.295,-0.539 -2.402 0.295,-0.598 -2.598 0.295,-0.598 -2.402 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1,2,4,5,-1,3,2,5,-1,4,6,5,-1,7,6,4,-1]
coord Coordinate { point [-0.539 -2.598 1.378,-0.539 -2.582 1.362,-0.539 -2.582 0.417,-0.539 -2.598 0.295,-0.539 -2.418 0.417,-0.539 -2.402 0.295,-0.539 -2.402 1.378,-0.539 -2.418 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.539 -2.582 1.362,-0.539 -2.598 1.378,-0.461 -2.598 1.378,-0.461 -2.582 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1,1,0,4,-1,4,0,5,-1,3,2,6,-1,7,3,6,-1]
coord Coordinate { point [-0.461 -2.582 0.417,-0.461 -2.598 0.295,-0.461 -2.402 0.295,-0.461 -2.418 0.417,-0.461 -2.598 1.378,-0.461 -2.582 1.362,-0.461 -2.402 1.378,-0.461 -2.418 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [-0.402 -2.598 0.295,-0.402 -2.402 0.295,-0.461 -2.598 0.295,-0.461 -2.402 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.539 -2.402 1.378,-0.539 -2.418 1.362,-0.461 -2.418 1.362,-0.461 -2.402 1.378]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [-0.539 -3.098 0.295,-0.539 -2.902 0.295,-0.598 -3.098 0.295,-0.598 -2.902 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1,2,4,5,-1,3,2,5,-1,4,6,5,-1,7,6,4,-1]
coord Coordinate { point [-0.539 -3.098 1.378,-0.539 -3.082 1.362,-0.539 -3.082 0.417,-0.539 -3.098 0.295,-0.539 -2.918 0.417,-0.539 -2.902 0.295,-0.539 -2.902 1.378,-0.539 -2.918 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.539 -3.082 1.362,-0.539 -3.098 1.378,-0.461 -3.098 1.378,-0.461 -3.082 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1,1,0,4,-1,4,0,5,-1,3,2,6,-1,7,3,6,-1]
coord Coordinate { point [-0.461 -3.082 0.417,-0.461 -3.098 0.295,-0.461 -2.902 0.295,-0.461 -2.918 0.417,-0.461 -3.098 1.378,-0.461 -3.082 1.362,-0.461 -2.902 1.378,-0.461 -2.918 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [-0.402 -3.098 0.295,-0.402 -2.902 0.295,-0.461 -3.098 0.295,-0.461 -2.902 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.539 -2.902 1.378,-0.539 -2.918 1.362,-0.461 -2.918 1.362,-0.461 -2.902 1.378]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [0.039 -2.902 0.295,0.039 -3.098 0.295,0.098 -2.902 0.295,0.098 -3.098 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1,2,4,5,-1,3,2,5,-1,4,6,5,-1,7,6,4,-1]
coord Coordinate { point [0.039 -2.902 1.378,0.039 -2.918 1.362,0.039 -2.918 0.417,0.039 -2.902 0.295,0.039 -3.082 0.417,0.039 -3.098 0.295,0.039 -3.098 1.378,0.039 -3.082 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.039 -2.918 1.362,0.039 -2.902 1.378,-0.039 -2.902 1.378,-0.039 -2.918 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1,1,0,4,-1,4,0,5,-1,3,2,6,-1,7,3,6,-1]
coord Coordinate { point [-0.039 -2.918 0.417,-0.039 -2.902 0.295,-0.039 -3.098 0.295,-0.039 -3.082 0.417,-0.039 -2.902 1.378,-0.039 -2.918 1.362,-0.039 -3.098 1.378,-0.039 -3.082 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [-0.098 -2.902 0.295,-0.098 -3.098 0.295,-0.039 -2.902 0.295,-0.039 -3.098 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.039 -3.098 1.378,0.039 -3.082 1.362,-0.039 -3.082 1.362,-0.039 -3.098 1.378]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [0.039 -3.402 0.295,0.039 -3.598 0.295,0.098 -3.402 0.295,0.098 -3.598 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1,2,4,5,-1,3,2,5,-1,4,6,5,-1,7,6,4,-1]
coord Coordinate { point [0.039 -3.402 1.378,0.039 -3.418 1.362,0.039 -3.418 0.417,0.039 -3.402 0.295,0.039 -3.582 0.417,0.039 -3.598 0.295,0.039 -3.598 1.378,0.039 -3.582 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.039 -3.418 1.362,0.039 -3.402 1.378,-0.039 -3.402 1.378,-0.039 -3.418 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1,1,0,4,-1,4,0,5,-1,3,2,6,-1,7,3,6,-1]
coord Coordinate { point [-0.039 -3.418 0.417,-0.039 -3.402 0.295,-0.039 -3.598 0.295,-0.039 -3.582 0.417,-0.039 -3.402 1.378,-0.039 -3.418 1.362,-0.039 -3.598 1.378,-0.039 -3.582 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [-0.098 -3.402 0.295,-0.098 -3.598 0.295,-0.039 -3.402 0.295,-0.039 -3.598 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.039 -3.598 1.378,0.039 -3.582 1.362,-0.039 -3.582 1.362,-0.039 -3.598 1.378]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [-0.539 -3.598 0.295,-0.539 -3.402 0.295,-0.598 -3.598 0.295,-0.598 -3.402 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1,2,4,5,-1,3,2,5,-1,4,6,5,-1,7,6,4,-1]
coord Coordinate { point [-0.539 -3.598 1.378,-0.539 -3.582 1.362,-0.539 -3.582 0.417,-0.539 -3.598 0.295,-0.539 -3.418 0.417,-0.539 -3.402 0.295,-0.539 -3.402 1.378,-0.539 -3.418 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.539 -3.582 1.362,-0.539 -3.598 1.378,-0.461 -3.598 1.378,-0.461 -3.582 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1,1,0,4,-1,4,0,5,-1,3,2,6,-1,7,3,6,-1]
coord Coordinate { point [-0.461 -3.582 0.417,-0.461 -3.598 0.295,-0.461 -3.402 0.295,-0.461 -3.418 0.417,-0.461 -3.598 1.378,-0.461 -3.582 1.362,-0.461 -3.402 1.378,-0.461 -3.418 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [-0.402 -3.598 0.295,-0.402 -3.402 0.295,-0.461 -3.598 0.295,-0.461 -3.402 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.539 -3.402 1.378,-0.539 -3.418 1.362,-0.461 -3.418 1.362,-0.461 -3.402 1.378]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [0.039 -3.902 0.295,0.039 -4.098 0.295,0.098 -3.902 0.295,0.098 -4.098 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1,2,4,5,-1,3,2,5,-1,4,6,5,-1,7,6,4,-1]
coord Coordinate { point [0.039 -3.902 1.378,0.039 -3.918 1.362,0.039 -3.918 0.417,0.039 -3.902 0.295,0.039 -4.082 0.417,0.039 -4.098 0.295,0.039 -4.098 1.378,0.039 -4.082 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.039 -3.918 1.362,0.039 -3.902 1.378,-0.039 -3.902 1.378,-0.039 -3.918 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1,1,0,4,-1,4,0,5,-1,3,2,6,-1,7,3,6,-1]
coord Coordinate { point [-0.039 -3.918 0.417,-0.039 -3.902 0.295,-0.039 -4.098 0.295,-0.039 -4.082 0.417,-0.039 -3.902 1.378,-0.039 -3.918 1.362,-0.039 -4.098 1.378,-0.039 -4.082 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [-0.098 -3.902 0.295,-0.098 -4.098 0.295,-0.039 -3.902 0.295,-0.039 -4.098 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.039 -4.098 1.378,0.039 -4.082 1.362,-0.039 -4.082 1.362,-0.039 -4.098 1.378]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [-0.539 -4.098 0.295,-0.539 -3.902 0.295,-0.598 -4.098 0.295,-0.598 -3.902 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1,2,4,5,-1,3,2,5,-1,4,6,5,-1,7,6,4,-1]
coord Coordinate { point [-0.539 -4.098 1.378,-0.539 -4.082 1.362,-0.539 -4.082 0.417,-0.539 -4.098 0.295,-0.539 -3.918 0.417,-0.539 -3.902 0.295,-0.539 -3.902 1.378,-0.539 -3.918 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.539 -4.082 1.362,-0.539 -4.098 1.378,-0.461 -4.098 1.378,-0.461 -4.082 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1,1,0,4,-1,4,0,5,-1,3,2,6,-1,7,3,6,-1]
coord Coordinate { point [-0.461 -4.082 0.417,-0.461 -4.098 0.295,-0.461 -3.902 0.295,-0.461 -3.918 0.417,-0.461 -4.098 1.378,-0.461 -4.082 1.362,-0.461 -3.902 1.378,-0.461 -3.918 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [-0.402 -4.098 0.295,-0.402 -3.902 0.295,-0.461 -4.098 0.295,-0.461 -3.902 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.539 -3.902 1.378,-0.539 -3.918 1.362,-0.461 -3.918 1.362,-0.461 -3.902 1.378]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [0.039 -4.402 0.295,0.039 -4.598 0.295,0.098 -4.402 0.295,0.098 -4.598 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1,2,4,5,-1,3,2,5,-1,4,6,5,-1,7,6,4,-1]
coord Coordinate { point [0.039 -4.402 1.378,0.039 -4.418 1.362,0.039 -4.418 0.417,0.039 -4.402 0.295,0.039 -4.582 0.417,0.039 -4.598 0.295,0.039 -4.598 1.378,0.039 -4.582 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.039 -4.418 1.362,0.039 -4.402 1.378,-0.039 -4.402 1.378,-0.039 -4.418 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1,1,0,4,-1,4,0,5,-1,3,2,6,-1,7,3,6,-1]
coord Coordinate { point [-0.039 -4.418 0.417,-0.039 -4.402 0.295,-0.039 -4.598 0.295,-0.039 -4.582 0.417,-0.039 -4.402 1.378,-0.039 -4.418 1.362,-0.039 -4.598 1.378,-0.039 -4.582 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [-0.098 -4.402 0.295,-0.098 -4.598 0.295,-0.039 -4.402 0.295,-0.039 -4.598 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.039 -4.598 1.378,0.039 -4.582 1.362,-0.039 -4.582 1.362,-0.039 -4.598 1.378]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [-0.539 -4.598 0.295,-0.539 -4.402 0.295,-0.598 -4.598 0.295,-0.598 -4.402 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1,2,4,5,-1,3,2,5,-1,4,6,5,-1,7,6,4,-1]
coord Coordinate { point [-0.539 -4.598 1.378,-0.539 -4.582 1.362,-0.539 -4.582 0.417,-0.539 -4.598 0.295,-0.539 -4.418 0.417,-0.539 -4.402 0.295,-0.539 -4.402 1.378,-0.539 -4.418 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.539 -4.582 1.362,-0.539 -4.598 1.378,-0.461 -4.598 1.378,-0.461 -4.582 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1,1,0,4,-1,4,0,5,-1,3,2,6,-1,7,3,6,-1]
coord Coordinate { point [-0.461 -4.582 0.417,-0.461 -4.598 0.295,-0.461 -4.402 0.295,-0.461 -4.418 0.417,-0.461 -4.598 1.378,-0.461 -4.582 1.362,-0.461 -4.402 1.378,-0.461 -4.418 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [-0.402 -4.598 0.295,-0.402 -4.402 0.295,-0.461 -4.598 0.295,-0.461 -4.402 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.539 -4.402 1.378,-0.539 -4.418 1.362,-0.461 -4.418 1.362,-0.461 -4.402 1.378]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [0.039 -9.402 0.295,0.039 -9.598 0.295,0.098 -9.402 0.295,0.098 -9.598 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1,2,4,5,-1,3,2,5,-1,4,6,5,-1,7,6,4,-1]
coord Coordinate { point [0.039 -9.402 1.378,0.039 -9.418 1.362,0.039 -9.418 0.417,0.039 -9.402 0.295,0.039 -9.582 0.417,0.039 -9.598 0.295,0.039 -9.598 1.378,0.039 -9.582 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.039 -9.418 1.362,0.039 -9.402 1.378,-0.039 -9.402 1.378,-0.039 -9.418 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1,1,0,4,-1,4,0,5,-1,3,2,6,-1,7,3,6,-1]
coord Coordinate { point [-0.039 -9.418 0.417,-0.039 -9.402 0.295,-0.039 -9.598 0.295,-0.039 -9.582 0.417,-0.039 -9.402 1.378,-0.039 -9.418 1.362,-0.039 -9.598 1.378,-0.039 -9.582 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [-0.098 -9.402 0.295,-0.098 -9.598 0.295,-0.039 -9.402 0.295,-0.039 -9.598 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.039 -9.598 1.378,0.039 -9.582 1.362,-0.039 -9.582 1.362,-0.039 -9.598 1.378]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [0.039 -8.902 0.295,0.039 -9.098 0.295,0.098 -8.902 0.295,0.098 -9.098 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1,2,4,5,-1,3,2,5,-1,4,6,5,-1,7,6,4,-1]
coord Coordinate { point [0.039 -8.902 1.378,0.039 -8.918 1.362,0.039 -8.918 0.417,0.039 -8.902 0.295,0.039 -9.082 0.417,0.039 -9.098 0.295,0.039 -9.098 1.378,0.039 -9.082 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.039 -8.918 1.362,0.039 -8.902 1.378,-0.039 -8.902 1.378,-0.039 -8.918 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1,1,0,4,-1,4,0,5,-1,3,2,6,-1,7,3,6,-1]
coord Coordinate { point [-0.039 -8.918 0.417,-0.039 -8.902 0.295,-0.039 -9.098 0.295,-0.039 -9.082 0.417,-0.039 -8.902 1.378,-0.039 -8.918 1.362,-0.039 -9.098 1.378,-0.039 -9.082 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [-0.098 -8.902 0.295,-0.098 -9.098 0.295,-0.039 -8.902 0.295,-0.039 -9.098 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.039 -9.098 1.378,0.039 -9.082 1.362,-0.039 -9.082 1.362,-0.039 -9.098 1.378]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [0.039 -8.402 0.295,0.039 -8.598 0.295,0.098 -8.402 0.295,0.098 -8.598 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1,2,4,5,-1,3,2,5,-1,4,6,5,-1,7,6,4,-1]
coord Coordinate { point [0.039 -8.402 1.378,0.039 -8.418 1.362,0.039 -8.418 0.417,0.039 -8.402 0.295,0.039 -8.582 0.417,0.039 -8.598 0.295,0.039 -8.598 1.378,0.039 -8.582 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.039 -8.418 1.362,0.039 -8.402 1.378,-0.039 -8.402 1.378,-0.039 -8.418 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1,1,0,4,-1,4,0,5,-1,3,2,6,-1,7,3,6,-1]
coord Coordinate { point [-0.039 -8.418 0.417,-0.039 -8.402 0.295,-0.039 -8.598 0.295,-0.039 -8.582 0.417,-0.039 -8.402 1.378,-0.039 -8.418 1.362,-0.039 -8.598 1.378,-0.039 -8.582 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [-0.098 -8.402 0.295,-0.098 -8.598 0.295,-0.039 -8.402 0.295,-0.039 -8.598 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.039 -8.598 1.378,0.039 -8.582 1.362,-0.039 -8.582 1.362,-0.039 -8.598 1.378]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [-0.539 -9.598 0.295,-0.539 -9.402 0.295,-0.598 -9.598 0.295,-0.598 -9.402 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1,2,4,5,-1,3,2,5,-1,4,6,5,-1,7,6,4,-1]
coord Coordinate { point [-0.539 -9.598 1.378,-0.539 -9.582 1.362,-0.539 -9.582 0.417,-0.539 -9.598 0.295,-0.539 -9.418 0.417,-0.539 -9.402 0.295,-0.539 -9.402 1.378,-0.539 -9.418 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.539 -9.582 1.362,-0.539 -9.598 1.378,-0.461 -9.598 1.378,-0.461 -9.582 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1,1,0,4,-1,4,0,5,-1,3,2,6,-1,7,3,6,-1]
coord Coordinate { point [-0.461 -9.582 0.417,-0.461 -9.598 0.295,-0.461 -9.402 0.295,-0.461 -9.418 0.417,-0.461 -9.598 1.378,-0.461 -9.582 1.362,-0.461 -9.402 1.378,-0.461 -9.418 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [-0.402 -9.598 0.295,-0.402 -9.402 0.295,-0.461 -9.598 0.295,-0.461 -9.402 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.539 -9.402 1.378,-0.539 -9.418 1.362,-0.461 -9.418 1.362,-0.461 -9.402 1.378]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [-0.539 -9.098 0.295,-0.539 -8.902 0.295,-0.598 -9.098 0.295,-0.598 -8.902 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1,2,4,5,-1,3,2,5,-1,4,6,5,-1,7,6,4,-1]
coord Coordinate { point [-0.539 -9.098 1.378,-0.539 -9.082 1.362,-0.539 -9.082 0.417,-0.539 -9.098 0.295,-0.539 -8.918 0.417,-0.539 -8.902 0.295,-0.539 -8.902 1.378,-0.539 -8.918 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.539 -9.082 1.362,-0.539 -9.098 1.378,-0.461 -9.098 1.378,-0.461 -9.082 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1,1,0,4,-1,4,0,5,-1,3,2,6,-1,7,3,6,-1]
coord Coordinate { point [-0.461 -9.082 0.417,-0.461 -9.098 0.295,-0.461 -8.902 0.295,-0.461 -8.918 0.417,-0.461 -9.098 1.378,-0.461 -9.082 1.362,-0.461 -8.902 1.378,-0.461 -8.918 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [-0.402 -9.098 0.295,-0.402 -8.902 0.295,-0.461 -9.098 0.295,-0.461 -8.902 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.539 -8.902 1.378,-0.539 -8.918 1.362,-0.461 -8.918 1.362,-0.461 -8.902 1.378]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [-0.539 -8.598 0.295,-0.539 -8.402 0.295,-0.598 -8.598 0.295,-0.598 -8.402 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1,2,4,5,-1,3,2,5,-1,4,6,5,-1,7,6,4,-1]
coord Coordinate { point [-0.539 -8.598 1.378,-0.539 -8.582 1.362,-0.539 -8.582 0.417,-0.539 -8.598 0.295,-0.539 -8.418 0.417,-0.539 -8.402 0.295,-0.539 -8.402 1.378,-0.539 -8.418 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.539 -8.582 1.362,-0.539 -8.598 1.378,-0.461 -8.598 1.378,-0.461 -8.582 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1,1,0,4,-1,4,0,5,-1,3,2,6,-1,7,3,6,-1]
coord Coordinate { point [-0.461 -8.582 0.417,-0.461 -8.598 0.295,-0.461 -8.402 0.295,-0.461 -8.418 0.417,-0.461 -8.598 1.378,-0.461 -8.582 1.362,-0.461 -8.402 1.378,-0.461 -8.418 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [-0.402 -8.598 0.295,-0.402 -8.402 0.295,-0.461 -8.598 0.295,-0.461 -8.402 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.539 -8.402 1.378,-0.539 -8.418 1.362,-0.461 -8.418 1.362,-0.461 -8.402 1.378]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [0.039 -9.902 0.295,0.039 -10.098 0.295,0.098 -9.902 0.295,0.098 -10.098 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1,2,4,5,-1,3,2,5,-1,4,6,5,-1,7,6,4,-1]
coord Coordinate { point [0.039 -9.902 1.378,0.039 -9.918 1.362,0.039 -9.918 0.417,0.039 -9.902 0.295,0.039 -10.082 0.417,0.039 -10.098 0.295,0.039 -10.098 1.378,0.039 -10.082 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.039 -9.918 1.362,0.039 -9.902 1.378,-0.039 -9.902 1.378,-0.039 -9.918 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1,1,0,4,-1,4,0,5,-1,3,2,6,-1,7,3,6,-1]
coord Coordinate { point [-0.039 -9.918 0.417,-0.039 -9.902 0.295,-0.039 -10.098 0.295,-0.039 -10.082 0.417,-0.039 -9.902 1.378,-0.039 -9.918 1.362,-0.039 -10.098 1.378,-0.039 -10.082 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [-0.098 -9.902 0.295,-0.098 -10.098 0.295,-0.039 -9.902 0.295,-0.039 -10.098 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.039 -10.098 1.378,0.039 -10.082 1.362,-0.039 -10.082 1.362,-0.039 -10.098 1.378]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [-0.539 -10.098 0.295,-0.539 -9.902 0.295,-0.598 -10.098 0.295,-0.598 -9.902 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1,2,4,5,-1,3,2,5,-1,4,6,5,-1,7,6,4,-1]
coord Coordinate { point [-0.539 -10.098 1.378,-0.539 -10.082 1.362,-0.539 -10.082 0.417,-0.539 -10.098 0.295,-0.539 -9.918 0.417,-0.539 -9.902 0.295,-0.539 -9.902 1.378,-0.539 -9.918 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.539 -10.082 1.362,-0.539 -10.098 1.378,-0.461 -10.098 1.378,-0.461 -10.082 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1,1,0,4,-1,4,0,5,-1,3,2,6,-1,7,3,6,-1]
coord Coordinate { point [-0.461 -10.082 0.417,-0.461 -10.098 0.295,-0.461 -9.902 0.295,-0.461 -9.918 0.417,-0.461 -10.098 1.378,-0.461 -10.082 1.362,-0.461 -9.902 1.378,-0.461 -9.918 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [-0.402 -10.098 0.295,-0.402 -9.902 0.295,-0.461 -10.098 0.295,-0.461 -9.902 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.539 -9.902 1.378,-0.539 -9.918 1.362,-0.461 -9.918 1.362,-0.461 -9.902 1.378]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [0.039 -1.402 0.295,0.039 -1.598 0.295,0.098 -1.402 0.295,0.098 -1.598 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1,2,4,5,-1,3,2,5,-1,4,6,5,-1,7,6,4,-1]
coord Coordinate { point [0.039 -1.402 1.378,0.039 -1.418 1.362,0.039 -1.418 0.417,0.039 -1.402 0.295,0.039 -1.582 0.417,0.039 -1.598 0.295,0.039 -1.598 1.378,0.039 -1.582 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.039 -1.418 1.362,0.039 -1.402 1.378,-0.039 -1.402 1.378,-0.039 -1.418 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1,1,0,4,-1,4,0,5,-1,3,2,6,-1,7,3,6,-1]
coord Coordinate { point [-0.039 -1.418 0.417,-0.039 -1.402 0.295,-0.039 -1.598 0.295,-0.039 -1.582 0.417,-0.039 -1.402 1.378,-0.039 -1.418 1.362,-0.039 -1.598 1.378,-0.039 -1.582 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [-0.098 -1.402 0.295,-0.098 -1.598 0.295,-0.039 -1.402 0.295,-0.039 -1.598 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.039 -1.598 1.378,0.039 -1.582 1.362,-0.039 -1.582 1.362,-0.039 -1.598 1.378]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [-0.539 -1.598 0.295,-0.539 -1.402 0.295,-0.598 -1.598 0.295,-0.598 -1.402 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1,2,4,5,-1,3,2,5,-1,4,6,5,-1,7,6,4,-1]
coord Coordinate { point [-0.539 -1.598 1.378,-0.539 -1.582 1.362,-0.539 -1.582 0.417,-0.539 -1.598 0.295,-0.539 -1.418 0.417,-0.539 -1.402 0.295,-0.539 -1.402 1.378,-0.539 -1.418 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.539 -1.582 1.362,-0.539 -1.598 1.378,-0.461 -1.598 1.378,-0.461 -1.582 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1,1,0,4,-1,4,0,5,-1,3,2,6,-1,7,3,6,-1]
coord Coordinate { point [-0.461 -1.582 0.417,-0.461 -1.598 0.295,-0.461 -1.402 0.295,-0.461 -1.418 0.417,-0.461 -1.598 1.378,-0.461 -1.582 1.362,-0.461 -1.402 1.378,-0.461 -1.418 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [-0.402 -1.598 0.295,-0.402 -1.402 0.295,-0.461 -1.598 0.295,-0.461 -1.402 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.539 -1.402 1.378,-0.539 -1.418 1.362,-0.461 -1.418 1.362,-0.461 -1.402 1.378]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [-0.539 -0.098 0.295,-0.539 0.098 0.295,-0.598 -0.098 0.295,-0.598 0.098 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1,2,4,5,-1,3,2,5,-1,4,6,5,-1,7,6,4,-1]
coord Coordinate { point [-0.539 -0.098 1.378,-0.539 -0.082 1.362,-0.539 -0.082 0.417,-0.539 -0.098 0.295,-0.539 0.082 0.417,-0.539 0.098 0.295,-0.539 0.098 1.378,-0.539 0.082 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.539 -0.082 1.362,-0.539 -0.098 1.378,-0.461 -0.098 1.378,-0.461 -0.082 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1,1,0,4,-1,4,0,5,-1,3,2,6,-1,7,3,6,-1]
coord Coordinate { point [-0.461 -0.082 0.417,-0.461 -0.098 0.295,-0.461 0.098 0.295,-0.461 0.082 0.417,-0.461 -0.098 1.378,-0.461 -0.082 1.362,-0.461 0.098 1.378,-0.461 0.082 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [-0.402 -0.098 0.295,-0.402 0.098 0.295,-0.461 -0.098 0.295,-0.461 0.098 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.539 0.098 1.378,-0.539 0.082 1.362,-0.461 0.082 1.362,-0.461 0.098 1.378]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [-0.539 -0.598 0.295,-0.539 -0.402 0.295,-0.598 -0.598 0.295,-0.598 -0.402 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1,2,4,5,-1,3,2,5,-1,4,6,5,-1,7,6,4,-1]
coord Coordinate { point [-0.539 -0.598 1.378,-0.539 -0.582 1.362,-0.539 -0.582 0.417,-0.539 -0.598 0.295,-0.539 -0.418 0.417,-0.539 -0.402 0.295,-0.539 -0.402 1.378,-0.539 -0.418 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.539 -0.582 1.362,-0.539 -0.598 1.378,-0.461 -0.598 1.378,-0.461 -0.582 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1,1,0,4,-1,4,0,5,-1,3,2,6,-1,7,3,6,-1]
coord Coordinate { point [-0.461 -0.582 0.417,-0.461 -0.598 0.295,-0.461 -0.402 0.295,-0.461 -0.418 0.417,-0.461 -0.598 1.378,-0.461 -0.582 1.362,-0.461 -0.402 1.378,-0.461 -0.418 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [-0.402 -0.598 0.295,-0.402 -0.402 0.295,-0.461 -0.598 0.295,-0.461 -0.402 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.539 -0.402 1.378,-0.539 -0.418 1.362,-0.461 -0.418 1.362,-0.461 -0.402 1.378]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [0.039 -0.402 0.295,0.039 -0.598 0.295,0.098 -0.402 0.295,0.098 -0.598 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1,2,4,5,-1,3,2,5,-1,4,6,5,-1,7,6,4,-1]
coord Coordinate { point [0.039 -0.402 1.378,0.039 -0.418 1.362,0.039 -0.418 0.417,0.039 -0.402 0.295,0.039 -0.582 0.417,0.039 -0.598 0.295,0.039 -0.598 1.378,0.039 -0.582 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.039 -0.418 1.362,0.039 -0.402 1.378,-0.039 -0.402 1.378,-0.039 -0.418 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1,1,0,4,-1,4,0,5,-1,3,2,6,-1,7,3,6,-1]
coord Coordinate { point [-0.039 -0.418 0.417,-0.039 -0.402 0.295,-0.039 -0.598 0.295,-0.039 -0.582 0.417,-0.039 -0.402 1.378,-0.039 -0.418 1.362,-0.039 -0.598 1.378,-0.039 -0.582 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [-0.098 -0.402 0.295,-0.098 -0.598 0.295,-0.039 -0.402 0.295,-0.039 -0.598 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.039 -0.598 1.378,0.039 -0.582 1.362,-0.039 -0.582 1.362,-0.039 -0.598 1.378]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [0.039 0.098 0.295,0.039 -0.098 0.295,0.098 0.098 0.295,0.098 -0.098 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1,2,4,5,-1,3,2,5,-1,4,6,5,-1,7,6,4,-1]
coord Coordinate { point [0.039 0.098 1.378,0.039 0.082 1.362,0.039 0.082 0.417,0.039 0.098 0.295,0.039 -0.082 0.417,0.039 -0.098 0.295,0.039 -0.098 1.378,0.039 -0.082 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.039 0.082 1.362,0.039 0.098 1.378,-0.039 0.098 1.378,-0.039 0.082 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1,1,0,4,-1,4,0,5,-1,3,2,6,-1,7,3,6,-1]
coord Coordinate { point [-0.039 0.082 0.417,-0.039 0.098 0.295,-0.039 -0.098 0.295,-0.039 -0.082 0.417,-0.039 0.098 1.378,-0.039 0.082 1.362,-0.039 -0.098 1.378,-0.039 -0.082 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [-0.098 0.098 0.295,-0.098 -0.098 0.295,-0.039 0.098 0.295,-0.039 -0.098 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.039 -0.098 1.378,0.039 -0.082 1.362,-0.039 -0.082 1.362,-0.039 -0.098 1.378]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [0.039 -0.902 0.295,0.039 -1.098 0.295,0.098 -0.902 0.295,0.098 -1.098 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1,2,4,5,-1,3,2,5,-1,4,6,5,-1,7,6,4,-1]
coord Coordinate { point [0.039 -0.902 1.378,0.039 -0.918 1.362,0.039 -0.918 0.417,0.039 -0.902 0.295,0.039 -1.082 0.417,0.039 -1.098 0.295,0.039 -1.098 1.378,0.039 -1.082 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.039 -0.918 1.362,0.039 -0.902 1.378,-0.039 -0.902 1.378,-0.039 -0.918 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1,1,0,4,-1,4,0,5,-1,3,2,6,-1,7,3,6,-1]
coord Coordinate { point [-0.039 -0.918 0.417,-0.039 -0.902 0.295,-0.039 -1.098 0.295,-0.039 -1.082 0.417,-0.039 -0.902 1.378,-0.039 -0.918 1.362,-0.039 -1.098 1.378,-0.039 -1.082 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [-0.098 -0.902 0.295,-0.098 -1.098 0.295,-0.039 -0.902 0.295,-0.039 -1.098 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.039 -1.098 1.378,0.039 -1.082 1.362,-0.039 -1.082 1.362,-0.039 -1.098 1.378]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [-0.539 -1.098 0.295,-0.539 -0.902 0.295,-0.598 -1.098 0.295,-0.598 -0.902 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1,2,4,5,-1,3,2,5,-1,4,6,5,-1,7,6,4,-1]
coord Coordinate { point [-0.539 -1.098 1.378,-0.539 -1.082 1.362,-0.539 -1.082 0.417,-0.539 -1.098 0.295,-0.539 -0.918 0.417,-0.539 -0.902 0.295,-0.539 -0.902 1.378,-0.539 -0.918 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.539 -1.082 1.362,-0.539 -1.098 1.378,-0.461 -1.098 1.378,-0.461 -1.082 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1,1,0,4,-1,4,0,5,-1,3,2,6,-1,7,3,6,-1]
coord Coordinate { point [-0.461 -1.082 0.417,-0.461 -1.098 0.295,-0.461 -0.902 0.295,-0.461 -0.918 0.417,-0.461 -1.098 1.378,-0.461 -1.082 1.362,-0.461 -0.902 1.378,-0.461 -0.918 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [-0.402 -1.098 0.295,-0.402 -0.902 0.295,-0.461 -1.098 0.295,-0.461 -0.902 0.295]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.539 -0.902 1.378,-0.539 -0.918 1.362,-0.461 -0.918 1.362,-0.461 -0.902 1.378]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.039 -7.918 0.417,0.039 -7.918 1.362,-0.039 -7.918 1.362,0.039 -7.918 0.417]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.039 -8.082 0.417,0.039 -7.918 0.417,-0.039 -7.918 0.417,0.039 -8.082 0.417]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.039 -8.082 1.362,0.039 -8.082 0.417,-0.039 -8.082 0.417,-0.039 -8.082 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.461 -8.082 0.417,-0.539 -8.082 1.362,-0.461 -8.082 1.362,-0.539 -8.082 0.417]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.539 -7.918 0.417,-0.539 -8.082 0.417,-0.461 -8.082 0.417,-0.461 -7.918 0.417]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.539 -7.918 1.362,-0.539 -7.918 0.417,-0.461 -7.918 0.417,-0.461 -7.918 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.461 -7.582 0.417,-0.539 -7.582 1.362,-0.461 -7.582 1.362,-0.539 -7.582 0.417]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.539 -7.418 0.417,-0.539 -7.582 0.417,-0.461 -7.582 0.417,-0.461 -7.418 0.417]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.539 -7.418 1.362,-0.539 -7.418 0.417,-0.461 -7.418 0.417,-0.461 -7.418 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.039 -7.418 0.417,0.039 -7.418 1.362,-0.039 -7.418 1.362,0.039 -7.418 0.417]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.039 -7.582 0.417,0.039 -7.418 0.417,-0.039 -7.418 0.417,0.039 -7.582 0.417]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.039 -7.582 1.362,0.039 -7.582 0.417,-0.039 -7.582 0.417,-0.039 -7.582 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.461 -7.082 0.417,-0.539 -7.082 1.362,-0.461 -7.082 1.362,-0.539 -7.082 0.417]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.539 -6.918 0.417,-0.539 -7.082 0.417,-0.461 -7.082 0.417,-0.461 -6.918 0.417]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.539 -6.918 1.362,-0.539 -6.918 0.417,-0.461 -6.918 0.417,-0.461 -6.918 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.039 -6.918 0.417,0.039 -6.918 1.362,-0.039 -6.918 1.362,0.039 -6.918 0.417]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.039 -7.082 0.417,0.039 -6.918 0.417,-0.039 -6.918 0.417,0.039 -7.082 0.417]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.039 -7.082 1.362,0.039 -7.082 0.417,-0.039 -7.082 0.417,-0.039 -7.082 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.461 -5.582 0.417,-0.539 -5.582 1.362,-0.461 -5.582 1.362,-0.539 -5.582 0.417]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.539 -5.418 0.417,-0.539 -5.582 0.417,-0.461 -5.582 0.417,-0.461 -5.418 0.417]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.539 -5.418 1.362,-0.539 -5.418 0.417,-0.461 -5.418 0.417,-0.461 -5.418 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.461 -6.082 0.417,-0.539 -6.082 1.362,-0.461 -6.082 1.362,-0.539 -6.082 0.417]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.539 -5.918 0.417,-0.539 -6.082 0.417,-0.461 -6.082 0.417,-0.461 -5.918 0.417]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.539 -5.918 1.362,-0.539 -5.918 0.417,-0.461 -5.918 0.417,-0.461 -5.918 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.039 -5.418 0.417,0.039 -5.418 1.362,-0.039 -5.418 1.362,0.039 -5.418 0.417]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.039 -5.582 0.417,0.039 -5.418 0.417,-0.039 -5.418 0.417,0.039 -5.582 0.417]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.039 -5.582 1.362,0.039 -5.582 0.417,-0.039 -5.582 0.417,-0.039 -5.582 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.039 -6.418 0.417,0.039 -6.418 1.362,-0.039 -6.418 1.362,0.039 -6.418 0.417]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.039 -6.582 0.417,0.039 -6.418 0.417,-0.039 -6.418 0.417,0.039 -6.582 0.417]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.039 -6.582 1.362,0.039 -6.582 0.417,-0.039 -6.582 0.417,-0.039 -6.582 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.039 -5.918 0.417,0.039 -5.918 1.362,-0.039 -5.918 1.362,0.039 -5.918 0.417]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.039 -6.082 0.417,0.039 -5.918 0.417,-0.039 -5.918 0.417,0.039 -6.082 0.417]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.039 -6.082 1.362,0.039 -6.082 0.417,-0.039 -6.082 0.417,-0.039 -6.082 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.461 -6.582 0.417,-0.539 -6.582 1.362,-0.461 -6.582 1.362,-0.539 -6.582 0.417]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.539 -6.418 0.417,-0.539 -6.582 0.417,-0.461 -6.582 0.417,-0.461 -6.418 0.417]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.539 -6.418 1.362,-0.539 -6.418 0.417,-0.461 -6.418 0.417,-0.461 -6.418 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.461 -5.082 0.417,-0.539 -5.082 1.362,-0.461 -5.082 1.362,-0.539 -5.082 0.417]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.539 -4.918 0.417,-0.539 -5.082 0.417,-0.461 -5.082 0.417,-0.461 -4.918 0.417]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.539 -4.918 1.362,-0.539 -4.918 0.417,-0.461 -4.918 0.417,-0.461 -4.918 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.039 -4.918 0.417,0.039 -4.918 1.362,-0.039 -4.918 1.362,0.039 -4.918 0.417]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.039 -5.082 0.417,0.039 -4.918 0.417,-0.039 -4.918 0.417,0.039 -5.082 0.417]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.039 -5.082 1.362,0.039 -5.082 0.417,-0.039 -5.082 0.417,-0.039 -5.082 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.461 -2.082 0.417,-0.539 -2.082 1.362,-0.461 -2.082 1.362,-0.539 -2.082 0.417]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.539 -1.918 0.417,-0.539 -2.082 0.417,-0.461 -2.082 0.417,-0.461 -1.918 0.417]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.539 -1.918 1.362,-0.539 -1.918 0.417,-0.461 -1.918 0.417,-0.461 -1.918 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.039 -1.918 0.417,0.039 -1.918 1.362,-0.039 -1.918 1.362,0.039 -1.918 0.417]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.039 -2.082 0.417,0.039 -1.918 0.417,-0.039 -1.918 0.417,-0.039 -2.082 0.417]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.039 -2.082 1.362,0.039 -2.082 0.417,-0.039 -2.082 0.417,-0.039 -2.082 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.039 -2.418 0.417,0.039 -2.418 1.362,-0.039 -2.418 1.362,0.039 -2.418 0.417]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.039 -2.582 0.417,0.039 -2.418 0.417,-0.039 -2.418 0.417,-0.039 -2.582 0.417]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.039 -2.582 1.362,0.039 -2.582 0.417,-0.039 -2.582 0.417,-0.039 -2.582 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.461 -2.582 0.417,-0.539 -2.582 1.362,-0.461 -2.582 1.362,-0.539 -2.582 0.417]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.539 -2.418 0.417,-0.539 -2.582 0.417,-0.461 -2.582 0.417,-0.461 -2.418 0.417]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.539 -2.418 1.362,-0.539 -2.418 0.417,-0.461 -2.418 0.417,-0.461 -2.418 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.461 -3.082 0.417,-0.539 -3.082 1.362,-0.461 -3.082 1.362,-0.539 -3.082 0.417]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.539 -2.918 0.417,-0.539 -3.082 0.417,-0.461 -3.082 0.417,-0.461 -2.918 0.417]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.539 -2.918 1.362,-0.539 -2.918 0.417,-0.461 -2.918 0.417,-0.461 -2.918 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.039 -2.918 0.417,0.039 -2.918 1.362,-0.039 -2.918 1.362,0.039 -2.918 0.417]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.039 -3.082 0.417,0.039 -2.918 0.417,-0.039 -2.918 0.417,-0.039 -3.082 0.417]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.039 -3.082 1.362,0.039 -3.082 0.417,-0.039 -3.082 0.417,-0.039 -3.082 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.039 -3.418 0.417,0.039 -3.418 1.362,-0.039 -3.418 1.362,0.039 -3.418 0.417]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.039 -3.582 0.417,0.039 -3.418 0.417,-0.039 -3.418 0.417,0.039 -3.582 0.417]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.039 -3.582 1.362,0.039 -3.582 0.417,-0.039 -3.582 0.417,-0.039 -3.582 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.461 -3.582 0.417,-0.539 -3.582 1.362,-0.461 -3.582 1.362,-0.539 -3.582 0.417]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.539 -3.418 0.417,-0.539 -3.582 0.417,-0.461 -3.582 0.417,-0.461 -3.418 0.417]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.539 -3.418 1.362,-0.539 -3.418 0.417,-0.461 -3.418 0.417,-0.461 -3.418 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.039 -3.918 0.417,0.039 -3.918 1.362,-0.039 -3.918 1.362,0.039 -3.918 0.417]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.039 -4.082 0.417,0.039 -3.918 0.417,-0.039 -3.918 0.417,0.039 -4.082 0.417]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.039 -4.082 1.362,0.039 -4.082 0.417,-0.039 -4.082 0.417,-0.039 -4.082 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.461 -4.082 0.417,-0.539 -4.082 1.362,-0.461 -4.082 1.362,-0.539 -4.082 0.417]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.539 -3.918 0.417,-0.539 -4.082 0.417,-0.461 -4.082 0.417,-0.461 -3.918 0.417]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.539 -3.918 1.362,-0.539 -3.918 0.417,-0.461 -3.918 0.417,-0.461 -3.918 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.039 -4.418 0.417,0.039 -4.418 1.362,-0.039 -4.418 1.362,0.039 -4.418 0.417]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.039 -4.582 0.417,0.039 -4.418 0.417,-0.039 -4.418 0.417,0.039 -4.582 0.417]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.039 -4.582 1.362,0.039 -4.582 0.417,-0.039 -4.582 0.417,-0.039 -4.582 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.461 -4.582 0.417,-0.539 -4.582 1.362,-0.461 -4.582 1.362,-0.539 -4.582 0.417]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.539 -4.418 0.417,-0.539 -4.582 0.417,-0.461 -4.582 0.417,-0.461 -4.418 0.417]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.539 -4.418 1.362,-0.539 -4.418 0.417,-0.461 -4.418 0.417,-0.461 -4.418 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.039 -9.418 0.417,0.039 -9.418 1.362,-0.039 -9.418 1.362,0.039 -9.418 0.417]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.039 -9.582 0.417,0.039 -9.418 0.417,-0.039 -9.418 0.417,0.039 -9.582 0.417]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.039 -9.582 1.362,0.039 -9.582 0.417,-0.039 -9.582 0.417,-0.039 -9.582 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.039 -8.918 0.417,0.039 -8.918 1.362,-0.039 -8.918 1.362,0.039 -8.918 0.417]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.039 -9.082 0.417,0.039 -8.918 0.417,-0.039 -8.918 0.417,0.039 -9.082 0.417]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.039 -9.082 1.362,0.039 -9.082 0.417,-0.039 -9.082 0.417,-0.039 -9.082 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.039 -8.418 0.417,0.039 -8.418 1.362,-0.039 -8.418 1.362,0.039 -8.418 0.417]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.039 -8.582 0.417,0.039 -8.418 0.417,-0.039 -8.418 0.417,0.039 -8.582 0.417]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.039 -8.582 1.362,0.039 -8.582 0.417,-0.039 -8.582 0.417,-0.039 -8.582 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.461 -9.582 0.417,-0.539 -9.582 1.362,-0.461 -9.582 1.362,-0.539 -9.582 0.417]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.539 -9.418 0.417,-0.539 -9.582 0.417,-0.461 -9.582 0.417,-0.461 -9.418 0.417]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.539 -9.418 1.362,-0.539 -9.418 0.417,-0.461 -9.418 0.417,-0.461 -9.418 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.461 -9.082 0.417,-0.539 -9.082 1.362,-0.461 -9.082 1.362,-0.539 -9.082 0.417]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.539 -8.918 0.417,-0.539 -9.082 0.417,-0.461 -9.082 0.417,-0.461 -8.918 0.417]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.539 -8.918 1.362,-0.539 -8.918 0.417,-0.461 -8.918 0.417,-0.461 -8.918 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.461 -8.582 0.417,-0.539 -8.582 1.362,-0.461 -8.582 1.362,-0.539 -8.582 0.417]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.539 -8.418 0.417,-0.539 -8.582 0.417,-0.461 -8.582 0.417,-0.461 -8.418 0.417]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.539 -8.418 1.362,-0.539 -8.418 0.417,-0.461 -8.418 0.417,-0.461 -8.418 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.039 -9.918 0.417,0.039 -9.918 1.362,-0.039 -9.918 1.362,0.039 -9.918 0.417]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.039 -10.082 0.417,0.039 -9.918 0.417,-0.039 -9.918 0.417,0.039 -10.082 0.417]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.039 -10.082 1.362,0.039 -10.082 0.417,-0.039 -10.082 0.417,-0.039 -10.082 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.461 -10.082 0.417,-0.539 -10.082 1.362,-0.461 -10.082 1.362,-0.539 -10.082 0.417]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.539 -9.918 0.417,-0.539 -10.082 0.417,-0.461 -10.082 0.417,-0.461 -9.918 0.417]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.539 -9.918 1.362,-0.539 -9.918 0.417,-0.461 -9.918 0.417,-0.461 -9.918 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.039 -1.418 0.417,0.039 -1.418 1.362,-0.039 -1.418 1.362,0.039 -1.418 0.417]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.039 -1.582 0.417,0.039 -1.418 0.417,-0.039 -1.418 0.417,-0.039 -1.582 0.417]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.039 -1.582 1.362,0.039 -1.582 0.417,-0.039 -1.582 0.417,-0.039 -1.582 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.461 -1.582 0.417,-0.539 -1.582 1.362,-0.461 -1.582 1.362,-0.539 -1.582 0.417]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.461 -1.418 0.417,-0.539 -1.582 0.417,-0.461 -1.582 0.417,-0.539 -1.418 0.417]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.539 -1.418 1.362,-0.539 -1.418 0.417,-0.461 -1.418 0.417,-0.461 -1.418 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.461 -0.082 0.417,-0.539 -0.082 1.362,-0.461 -0.082 1.362,-0.539 -0.082 0.417]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.461 0.082 0.417,-0.539 -0.082 0.417,-0.461 -0.082 0.417,-0.539 0.082 0.417]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.539 0.082 1.362,-0.539 0.082 0.417,-0.461 0.082 0.417,-0.461 0.082 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.461 -0.582 0.417,-0.539 -0.582 1.362,-0.461 -0.582 1.362,-0.539 -0.582 0.417]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.539 -0.418 0.417,-0.539 -0.582 0.417,-0.461 -0.582 0.417,-0.461 -0.418 0.417]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.539 -0.418 1.362,-0.539 -0.418 0.417,-0.461 -0.418 0.417,-0.461 -0.418 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.039 -0.418 0.417,0.039 -0.418 1.362,-0.039 -0.418 1.362,0.039 -0.418 0.417]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.039 -0.582 0.417,0.039 -0.418 0.417,-0.039 -0.418 0.417,-0.039 -0.582 0.417]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.039 -0.582 1.362,0.039 -0.582 0.417,-0.039 -0.582 0.417,-0.039 -0.582 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.039 0.082 0.417,0.039 0.082 1.362,-0.039 0.082 1.362,0.039 0.082 0.417]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.039 -0.082 0.417,0.039 0.082 0.417,-0.039 0.082 0.417,-0.039 -0.082 0.417]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.039 -0.082 1.362,0.039 -0.082 0.417,-0.039 -0.082 0.417,-0.039 -0.082 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.039 -0.918 0.417,0.039 -0.918 1.362,-0.039 -0.918 1.362,0.039 -0.918 0.417]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.039 -1.082 0.417,0.039 -0.918 0.417,-0.039 -0.918 0.417,-0.039 -1.082 0.417]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.039 -1.082 1.362,0.039 -1.082 0.417,-0.039 -1.082 0.417,-0.039 -1.082 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.461 -1.082 0.417,-0.539 -1.082 1.362,-0.461 -1.082 1.362,-0.539 -1.082 0.417]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,1,0,-1]
coord Coordinate { point [-0.461 -0.918 0.417,-0.539 -1.082 0.417,-0.461 -1.082 0.417,-0.539 -0.918 0.417]
}}
appearance Appearance{material USE PIN-02 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.539 -0.918 1.362,-0.539 -0.918 0.417,-0.461 -0.918 0.417,-0.461 -0.918 1.362]
}}
appearance Appearance{material USE PIN-02 }
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化