File:Tewameter Principle.png
Original file (2,281 × 2,396 pixels, file size: 1.51 MB, MIME type: image/png)
This is a file from the Wikimedia Commons. Information from its description page there is shown below. Commons is a freely licensed media file repository. You can help. |
Summary
DescriptionTewameter Principle.png |
Deutsch: Prinzipieller Aufbau eines Gerätes zur Messung des transepidermalen Wasserverlusts. Durch den transparent dargestellten Zylinder diffundiert Wasserdampf. Der gelbe Pfeil deutet die typische Diffusonsrichtung an. Die beiden quadratischen Elemente stellen zwei Sensorpaare dar die sowohl relative Feuchte als auch Temperatur messen.
English: Principle of an instrument measuring Transepidermal water loss. Water vapor is diffusing through the transparently shown cylinder. The yellow arrow symbolizes the diffusion direction. The two square elements depict two pairs of sensors each measuring relative humidity and temperature |
Date | |
Source |
Own work This image was created with POV-Ray. |
Author | Xorx |
This image has been assessed using the Quality image guidelines and is considered a Quality image.
العربية ∙ جازايرية ∙ беларуская ∙ беларуская (тарашкевіца) ∙ български ∙ বাংলা ∙ català ∙ čeština ∙ Cymraeg ∙ Deutsch ∙ Schweizer Hochdeutsch ∙ Zazaki ∙ Ελληνικά ∙ English ∙ Esperanto ∙ español ∙ eesti ∙ euskara ∙ فارسی ∙ suomi ∙ français ∙ galego ∙ עברית ∙ हिन्दी ∙ hrvatski ∙ magyar ∙ հայերեն ∙ Bahasa Indonesia ∙ italiano ∙ 日本語 ∙ Jawa ∙ ქართული ∙ 한국어 ∙ kurdî ∙ Lëtzebuergesch ∙ lietuvių ∙ македонски ∙ മലയാളം ∙ मराठी ∙ Bahasa Melayu ∙ Nederlands ∙ Norfuk / Pitkern ∙ polski ∙ português ∙ português do Brasil ∙ rumantsch ∙ română ∙ русский ∙ sicilianu ∙ slovenčina ∙ slovenščina ∙ shqip ∙ српски / srpski ∙ svenska ∙ தமிழ் ∙ తెలుగు ∙ ไทย ∙ Tagalog ∙ toki pona ∙ Türkçe ∙ українська ∙ vèneto ∙ Tiếng Việt ∙ 中文 ∙ 中文(简体) ∙ 中文(繁體) ∙ +/− |
This image has been assessed under the valued image criteria and is considered the most valued image on Commons within the scope: Illustrations showing principle of instruments for measuring transepidermal water loss. You can see its nomination here. |
Licensing
- You are free:
- to share – to copy, distribute and transmit the work
- to remix – to adapt the work
- Under the following conditions:
- attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
- share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.
Source Code
This image has been rendered with the free software Povray. The source code for rendering is provided here in a hidden paragraph. Click on “Display source code” to show it.
Display source code |
---|
/* Persistence of Vision Ray Tracer Scene Description File
/ for FreeCAD (http://www.freecadweb.org) */
#version 3.6;
#include "colors.inc"
#include "metals.inc"
#include "rad_def.inc"
global_settings {
radiosity {
Rad_Settings(Radiosity_OutdoorHQ,off,off)
}
}
#default {finish{ambient 0}}
sky_sphere {
pigment {
gradient y
color_map {
[0.0 color LightGray]
[0.3 color White]
[0.7 color LightGray]
}
}
}
// Standard finish
#declare StdFinish = finish {};
// declares positon and view direction
// Generated by FreeCAD (http://www.freecadweb.org/)
#declare cam_location = <18.2386,-6.21298,35.5728>;
#declare cam_look_at = <-6.10846,12.8455,-10.5515>;
#declare cam_sky = <-0.146333,-0.950547,-0.273947>;
#declare cam_angle = 45;
camera {
location cam_location
look_at cam_look_at
sky cam_sky
angle cam_angle
right x*800/600
}
// Written by FreeCAD http://www.freecadweb.org/
// face number1 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
#declare Pov_Box0011 = mesh2{
vertex_vectors {
4,
<0,11,-1.5>,
<0,14,-1.5>,
<0,14,1.5>,
<0,11,1.5>,
}
normal_vectors {
4,
<-1,0,-0>,
<-1,0,-0>,
<-1,0,-0>,
<-1,0,-0>,
}
face_indices {
2,
<0,3,2>,
<0,2,1>,
}
} // end of Face1
// face number2 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
#declare Pov_Box0012 = mesh2{
vertex_vectors {
4,
<0.3,11,-1.5>,
<0.3,14,-1.5>,
<0.3,14,1.5>,
<0.3,11,1.5>,
}
normal_vectors {
4,
<1,-0,0>,
<1,-0,0>,
<1,-0,0>,
<1,-0,0>,
}
face_indices {
2,
<2,3,0>,
<1,2,0>,
}
} // end of Face2
// face number3 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
#declare Pov_Box0013 = mesh2{
vertex_vectors {
4,
<0,11,-1.5>,
<0.3,11,-1.5>,
<0.3,14,-1.5>,
<0,14,-1.5>,
}
normal_vectors {
4,
<-0,-0,-1>,
<-0,-0,-1>,
<-0,-0,-1>,
<-0,-0,-1>,
}
face_indices {
2,
<1,0,2>,
<0,3,2>,
}
} // end of Face3
// face number4 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
#declare Pov_Box0014 = mesh2{
vertex_vectors {
4,
<0,11,1.5>,
<0.3,11,1.5>,
<0.3,14,1.5>,
<0,14,1.5>,
}
normal_vectors {
4,
<0,0,1>,
<0,0,1>,
<0,0,1>,
<0,0,1>,
}
face_indices {
2,
<2,0,1>,
<2,3,0>,
}
} // end of Face4
// face number5 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
#declare Pov_Box0015 = mesh2{
vertex_vectors {
4,
<0,11,-1.5>,
<0,11,1.5>,
<0.3,11,1.5>,
<0.3,11,-1.5>,
}
normal_vectors {
4,
<-0,-1,-0>,
<-0,-1,-0>,
<-0,-1,-0>,
<-0,-1,-0>,
}
face_indices {
2,
<1,0,2>,
<0,3,2>,
}
} // end of Face5
// face number6 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
#declare Pov_Box0016 = mesh2{
vertex_vectors {
4,
<0,14,-1.5>,
<0,14,1.5>,
<0.3,14,1.5>,
<0.3,14,-1.5>,
}
normal_vectors {
4,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
}
face_indices {
2,
<2,0,1>,
<2,3,0>,
}
} // end of Face6
// Declare all together +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
#declare Pov_Box001 = union {
mesh2{ Pov_Box0011}
mesh2{ Pov_Box0012}
mesh2{ Pov_Box0013}
mesh2{ Pov_Box0014}
mesh2{ Pov_Box0015}
mesh2{ Pov_Box0016}
}
// instance to render
object {Pov_Box001
texture {
pigment {color rgb <1,0,0>}
finish {StdFinish } //definition on top of the project
}
}
// Written by FreeCAD http://www.freecadweb.org/
// face number1 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
#declare Pov_Box1 = mesh2{
vertex_vectors {
4,
<0,4,-1.5>,
<0,7,-1.5>,
<0,7,1.5>,
<0,4,1.5>,
}
normal_vectors {
4,
<-1,0,-0>,
<-1,0,-0>,
<-1,0,-0>,
<-1,0,-0>,
}
face_indices {
2,
<3,2,1>,
<0,3,1>,
}
} // end of Face1
// face number2 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
#declare Pov_Box2 = mesh2{
vertex_vectors {
4,
<0.3,4,-1.5>,
<0.3,7,-1.5>,
<0.3,7,1.5>,
<0.3,4,1.5>,
}
normal_vectors {
4,
<1,-0,0>,
<1,-0,0>,
<1,-0,0>,
<1,-0,0>,
}
face_indices {
2,
<1,2,3>,
<1,3,0>,
}
} // end of Face2
// face number3 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
#declare Pov_Box3 = mesh2{
vertex_vectors {
4,
<0,4,-1.5>,
<0.3,4,-1.5>,
<0.3,7,-1.5>,
<0,7,-1.5>,
}
normal_vectors {
4,
<-0,-0,-1>,
<-0,-0,-1>,
<-0,-0,-1>,
<-0,-0,-1>,
}
face_indices {
2,
<1,0,2>,
<0,3,2>,
}
} // end of Face3
// face number4 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
#declare Pov_Box4 = mesh2{
vertex_vectors {
4,
<0,4,1.5>,
<0.3,4,1.5>,
<0.3,7,1.5>,
<0,7,1.5>,
}
normal_vectors {
4,
<0,0,1>,
<0,0,1>,
<0,0,1>,
<0,0,1>,
}
face_indices {
2,
<2,0,1>,
<2,3,0>,
}
} // end of Face4
// face number5 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
#declare Pov_Box5 = mesh2{
vertex_vectors {
4,
<0,4,-1.5>,
<0,4,1.5>,
<0.3,4,1.5>,
<0.3,4,-1.5>,
}
normal_vectors {
4,
<-0,-1,-0>,
<-0,-1,-0>,
<-0,-1,-0>,
<-0,-1,-0>,
}
face_indices {
2,
<1,0,2>,
<0,3,2>,
}
} // end of Face5
// face number6 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
#declare Pov_Box6 = mesh2{
vertex_vectors {
4,
<0,7,-1.5>,
<0,7,1.5>,
<0.3,7,1.5>,
<0.3,7,-1.5>,
}
normal_vectors {
4,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
}
face_indices {
2,
<2,0,1>,
<2,3,0>,
}
} // end of Face6
// Declare all together +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
#declare Pov_Box = union {
mesh2{ Pov_Box1}
mesh2{ Pov_Box2}
mesh2{ Pov_Box3}
mesh2{ Pov_Box4}
mesh2{ Pov_Box5}
mesh2{ Pov_Box6}
}
// instance to render
object {Pov_Box
texture {
pigment {color rgb <1,0,0>}
finish {StdFinish } //definition on top of the project
}
}
// Written by FreeCAD http://www.freecadweb.org/
// face number1 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
#declare Pov_Fillet1 = mesh2{
vertex_vectors {
67,
<-4.7223,13.6982,-4.38653>,
<-4.72231,13.6982,-55.92>,
<-4.72231,13.6982,-55.92>,
<-5.49359,12.407,-55.92>,
<-5.91953,10.9646,-55.92>,
<-5.97337,9.46154,-55.92>,
<-5.65173,7.99234,-55.92>,
<-4.97482,6.64928,-55.92>,
<-3.98517,5.51676,-55.92>,
<-2.74497,4.66593,-55.92>,
<-1.33214,4.15026,-55.92>,
<0.164549,4.00215,-55.92>,
<1.65105,4.2309,-55.92>,
<3.03396,4.82214,-55.92>,
<4.22639,5.73873,-55.92>,
<5.15341,6.92306,-55.92>,
<5.75678,8.30072,-55.92>,
<5.99858,9.78516,-55.92>,
<5.86361,11.2831,-55.92>,
<5.36037,12.7004,-55.92>,
<4.52047,13.948,-55.92>,
<3.39668,14.9476,-55.92>,
<2.05962,15.6363,-55.92>,
<0.593299,15.9708,-55.92>,
<-0.91015,15.9302,-55.92>,
<-2.35626,15.5169,-55.92>,
<-3.65416,14.757,-55.92>,
<-5.99757,10,-2.42583>,
<-5.97185,9.44509,-2.48651>,
<-5.918,9.02613,-2.60835>,
<-5.47606,7.55333,-3.42183>,
<-4.76445,6.35625,-4.34154>,
<-3.81456,5.37068,-5.18299>,
<-2.7547,4.671,-5.80741>,
<-1.6854,4.24228,-6.19769>,
<-0.59668,4.02998,-6.39256>,
<0.465476,4.01789,-6.40331>,
<1.29053,4.13989,-6.2906>,
<1.97725,4.3343,-6.11197>,
<2.71824,4.64982,-5.82434>,
<3.39618,5.05202,-5.4622>,
<4.1267,5.6422,-4.94198>,
<4.77139,6.35897,-4.33405>,
<5.421,7.42333,-3.50648>,
<5.85499,8.67803,-2.74296>,
<5.97265,9.40294,-2.48465>,
<6.00239,9.97829,-2.41425>,
<5.97548,10.5681,-2.47806>,
<5.88971,11.1576,-2.66978>,
<5.74536,11.7375,-2.95988>,
<5.43334,12.5505,-3.48775>,
<4.82131,13.5747,-4.27947>,
<3.84898,14.6048,-5.15788>,
<2.66872,15.375,-5.84688>,
<1.59495,15.7848,-6.22128>,
<0.512932,15.9782,-6.39973>,
<-0.562165,15.9734,-6.39564>,
<-1.38836,15.8366,-6.27>,
<-2.07998,15.627,-6.07822>,
<-2.81103,15.2995,-5.78073>,
<-3.47333,14.8907,-5.41418>,
<-4.16568,14.3159,-4.9097>,
<-4.7223,13.6982,-4.38653>,
<-5.2897,12.8272,-3.69744>,
<-5.7394,11.7411,-2.97111>,
<-5.90779,11.034,-2.63072>,
<-5.96958,10.5789,-2.4918>,
}
normal_vectors {
67,
<-0.787456,0.616371,-2.87158e-007>,
<-0.787456,0.616371,-2.87158e-007>,
<-0.787456,0.616371,-2.87158e-007>,
<-0.916002,0.401174,-1.03193e-007>,
<-0.986992,0.16077,8.72565e-008>,
<-0.995966,-0.0897354,2.72223e-007>,
<-0.942359,-0.334603,4.40084e-007>,
<-0.829541,-0.558446,5.80294e-007>,
<-0.6646,-0.7472,6.84041e-007>,
<-0.457899,-0.889004,7.44808e-007>,
<-0.222427,-0.974949,7.58776e-007>,
<0.0270211,-0.999635,7.25067e-007>,
<0.274771,-0.96151,6.45799e-007>,
<0.505257,-0.862969,5.25953e-007>,
<0.703995,-0.710205,3.7306e-007>,
<0.858498,-0.512816,1.96726e-007>,
<0.959059,-0.283206,8.03139e-009>,
<0.999359,-0.0357998,-1.81168e-007>,
<0.976865,0.213855,-3.58984e-007>,
<0.892992,0.450073,-5.14244e-007>,
<0.753008,0.658011,-6.37192e-007>,
<0.56571,0.824604,-7.20103e-007>,
<0.342867,0.939384,-7.57767e-007>,
<0.0984794,0.995139,-7.47818e-007>,
<-0.152095,0.988366,-6.90881e-007>,
<-0.393114,0.91949,-5.90533e-007>,
<-0.609431,0.792839,-4.5308e-007>,
<-1,7.04423e-008,2.07469e-007>,
<-0.995714,-0.0924838,2.7418e-007>,
<-0.98674,-0.162311,3.23357e-007>,
<-0.913081,-0.407777,4.87496e-007>,
<-0.79448,-0.60729,6.08722e-007>,
<-0.636166,-0.771552,6.95943e-007>,
<-0.459523,-0.888166,7.44532e-007>,
<-0.281305,-0.959618,7.59785e-007>,
<-0.0998521,-0.995002,7.48003e-007>,
<0.0771738,-0.997018,7.12749e-007>,
<0.214683,-0.976684,6.69357e-007>,
<0.329135,-0.944283,6.21928e-007>,
<0.452634,-0.891696,5.57869e-007>,
<0.565624,-0.824663,4.85429e-007>,
<0.687378,-0.7263,3.88272e-007>,
<0.794826,-0.606837,2.7866e-007>,
<0.903094,-0.429444,1.26534e-007>,
<0.975426,-0.220327,-4.13245e-008>,
<0.995037,-0.0995088,-1.33704e-007>,
<0.999993,-0.00361706,-2.04824e-007>,
<0.995507,0.0946844,-2.75745e-007>,
<0.981213,0.192927,-3.44589e-007>,
<0.957154,0.28958,-4.10245e-007>,
<0.905151,0.42509,-4.98506e-007>,
<0.803146,0.595783,-6.02109e-007>,
<0.641091,0.767465,-6.93977e-007>,
<0.444382,0.895837,-7.46998e-007>,
<0.265419,0.964133,-7.59789e-007>,
<0.0850832,0.996374,-7.45941e-007>,
<-0.0940997,0.995563,-7.08174e-007>,
<-0.231799,0.972764,-6.62941e-007>,
<-0.347069,0.93784,-6.13498e-007>,
<-0.46891,0.883246,-5.48315e-007>,
<-0.579294,0.815119,-4.75617e-007>,
<-0.694685,0.719314,-3.8165e-007>,
<-0.787456,0.616371,-2.87158e-007>,
<-0.882023,0.471207,-1.61432e-007>,
<-0.956973,0.290177,-1.35603e-008>,
<-0.985038,0.172339,7.83952e-008>,
<-0.995335,0.0964785,1.35981e-007>,
}
face_indices {
65,
<2,63,62>,
<26,60,59>,
<26,61,60>,
<14,40,13>,
<26,59,25>,
<14,41,40>,
<14,42,41>,
<1,0,61>,
<1,61,26>,
<15,42,14>,
<3,64,63>,
<15,43,42>,
<3,63,2>,
<16,44,43>,
<16,43,15>,
<4,65,64>,
<4,66,65>,
<4,27,66>,
<4,64,3>,
<17,44,16>,
<5,28,27>,
<17,45,44>,
<5,29,28>,
<17,46,45>,
<17,47,46>,
<5,27,4>,
<6,30,29>,
<18,48,47>,
<18,49,48>,
<6,29,5>,
<18,47,17>,
<7,31,30>,
<19,50,49>,
<7,30,6>,
<19,51,50>,
<19,49,18>,
<8,31,7>,
<20,52,51>,
<8,32,31>,
<20,51,19>,
<9,32,8>,
<9,33,32>,
<9,34,33>,
<21,53,52>,
<21,52,20>,
<22,54,53>,
<10,34,9>,
<22,53,21>,
<10,35,34>,
<23,55,54>,
<23,56,55>,
<11,35,10>,
<23,54,22>,
<11,36,35>,
<11,37,36>,
<24,57,56>,
<12,37,11>,
<12,38,37>,
<24,56,23>,
<25,58,57>,
<25,59,58>,
<13,38,12>,
<13,39,38>,
<13,40,39>,
<25,57,24>,
}
} // end of Face1
// face number2 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
#declare Pov_Fillet2 = mesh2{
vertex_vectors {
222,
<-4.72231,13.6982,-55.92>,
<0.0024215,9.99995,-61.92>,
<-4.68189,13.6665,-56.7032>,
<-4.56132,13.5722,-57.4729>,
<-4.36266,13.4167,-58.2161>,
<-4.08932,13.2027,-58.92>,
<-3.74596,12.934,-59.5726>,
<-3.33847,12.615,-60.1626>,
<-2.87381,12.2513,-60.6801>,
<-2.35995,11.8491,-61.1162>,
<-1.80566,11.4152,-61.4633>,
<-1.22043,10.9571,-61.7156>,
<-0.61428,10.4827,-61.8687>,
<-4.72231,13.6982,-55.92>,
<-5.49359,12.407,-55.92>,
<-5.91953,10.9646,-55.92>,
<-5.97337,9.46154,-55.92>,
<-5.65173,7.99234,-55.92>,
<-4.97482,6.64928,-55.92>,
<-3.98517,5.51676,-55.92>,
<-2.74497,4.66593,-55.92>,
<-1.33214,4.15026,-55.92>,
<0.164549,4.00215,-55.92>,
<1.65105,4.2309,-55.92>,
<3.03396,4.82214,-55.92>,
<4.22639,5.73873,-55.92>,
<5.15341,6.92306,-55.92>,
<5.75678,8.30072,-55.92>,
<5.99858,9.78516,-55.92>,
<5.86361,11.2831,-55.92>,
<5.36037,12.7004,-55.92>,
<4.52047,13.948,-55.92>,
<3.39668,14.9476,-55.92>,
<2.05962,15.6363,-55.92>,
<0.593299,15.9708,-55.92>,
<-0.91015,15.9302,-55.92>,
<-2.35626,15.5169,-55.92>,
<-3.65416,14.757,-55.92>,
<0.0024215,9.99995,-61.92>,
<-4.68189,13.6665,-56.7032>,
<-4.56132,13.5722,-57.4729>,
<-4.36266,13.4167,-58.2161>,
<-4.08932,13.2027,-58.92>,
<-3.74596,12.934,-59.5726>,
<-3.33847,12.615,-60.1626>,
<-2.87381,12.2513,-60.6801>,
<-2.35995,11.8491,-61.1162>,
<-1.80566,11.4152,-61.4633>,
<-1.22043,10.9571,-61.7156>,
<-0.61428,10.4827,-61.8687>,
<-4.97858,13.067,-57.2551>,
<-5.53619,11.8818,-57.2551>,
<-5.81607,10.6021,-57.2551>,
<-4.92812,12.2164,-58.5233>,
<-5.80418,9.2923,-57.2551>,
<-5.31527,10.972,-58.5233>,
<-4.03732,12.3845,-59.6609>,
<-5.50113,8.01795,-57.2551>,
<-5.39338,9.67118,-58.5233>,
<-4.51683,11.2576,-59.6609>,
<-4.92211,6.84299,-57.2551>,
<-5.15791,8.38943,-58.5233>,
<-4.68835,10.0451,-59.6609>,
<-4.09615,5.82633,-57.2551>,
<-3.51176,11.2826,-60.611>,
<-4.62254,7.20128,-58.5233>,
<-3.06467,5.01895,-57.2551>,
<-4.5402,8.82952,-59.6609>,
<-2.32122,11.1738,-61.3258>,
<-3.73612,10.1339,-60.611>,
<-3.81838,6.17578,-58.5233>,
<-1.8794,4.46135,-57.2551>,
<-4.08249,7.69368,-59.6609>,
<-2.79217,5.37253,-58.5233>,
<-3.59453,8.97205,-60.611>,
<-0.599759,4.18147,-57.2551>,
<-2.59355,10.1952,-61.3258>,
<-3.34639,6.71501,-59.6609>,
<-1.60354,4.8382,-58.5233>,
<0.710075,4.19335,-57.2551>,
<-3.10084,7.91084,-60.611>,
<-2.38208,5.96021,-59.6609>,
<-2.47067,9.18692,-61.3258>,
<-0.321589,4.60386,-58.5233>,
<1.98442,4.4964,-57.2551>,
<-1.33185,10.0477,-61.7696>,
<-1.25526,5.48071,-59.6609>,
<-2.30338,7.05413,-60.611>,
<3.15939,5.07542,-57.2551>,
<0.979196,4.68312,-58.5233>,
<-1.97128,8.3024,-61.3258>,
<-0.0427399,5.30918,-59.6609>,
<4.17605,5.90138,-57.2551>,
<2.22321,5.07137,-58.5233>,
<-1.28022,6.48577,-60.611>,
<-1.10512,9.25436,-61.7696>,
<4.98342,6.93286,-57.2551>,
<1.17286,5.45733,-59.6609>,
<3.33817,5.74606,-58.5233>,
<-1.17141,7.67631,-61.3258>,
<-0.131503,6.26141,-60.611>,
<5.54103,8.11814,-57.2551>,
<4.25926,6.66797,-58.5233>,
<2.3087,5.91505,-59.6609>,
<1.03032,6.403,-60.611>,
<5.82091,9.39777,-57.2551>,
<-0.192844,7.40398,-61.3258>,
<4.93296,7.78352,-58.5233>,
<3.28736,6.65114,-59.6609>,
<-0.455348,8.74576,-61.7696>,
<5.80903,10.7076,-57.2551>,
<2.09153,6.89669,-60.611>,
<5.32012,9.02788,-58.5233>,
<4.04217,7.61546,-59.6609>,
<0.815454,7.52687,-61.3258>,
<5.50598,11.982,-57.2551>,
<5.39823,10.3287,-58.5233>,
<4.52167,8.74227,-59.6609>,
<2.94825,7.69415,-60.611>,
<4.92695,13.1569,-57.2551>,
<0.369276,8.71622,-61.7696>,
<5.16275,11.6105,-58.5233>,
<1.69998,8.02625,-61.3258>,
<4.69319,9.95479,-59.6609>,
<4.101,14.1736,-57.2551>,
<3.5166,8.71731,-60.611>,
<4.62738,12.7986,-58.5233>,
<3.06952,14.981,-57.2551>,
<4.54505,11.1704,-59.6609>,
<2.32606,8.82612,-61.3258>,
<3.74096,9.86603,-60.611>,
<3.82322,13.8241,-58.5233>,
<1.88424,15.5386,-57.2551>,
<4.08733,12.3062,-59.6609>,
<1.05377,9.17702,-61.7696>,
<2.79701,14.6274,-58.5233>,
<3.59937,11.0279,-60.611>,
<0.604604,15.8184,-57.2551>,
<2.59839,9.80469,-61.3258>,
<3.35123,13.2849,-59.6609>,
<1.60839,15.1617,-58.5233>,
<-0.70523,15.8066,-57.2551>,
<3.10568,12.0891,-60.611>,
<2.38692,14.0397,-59.6609>,
<2.47551,10.813,-61.3258>,
<0.326434,15.396,-58.5233>,
<-1.97958,15.5035,-57.2551>,
<1.33669,9.95216,-61.7696>,
<1.26011,14.5192,-59.6609>,
<2.30823,12.9458,-60.611>,
<-3.15454,14.9245,-57.2551>,
<-0.974351,15.3168,-58.5233>,
<1.97612,11.6975,-61.3258>,
<0.0475839,14.6907,-59.6609>,
<-4.1712,14.0985,-57.2551>,
<-2.21837,14.9285,-58.5233>,
<1.28506,13.5141,-60.611>,
<1.10996,10.7455,-61.7696>,
<-1.16802,14.5426,-59.6609>,
<-3.33332,14.2538,-58.5233>,
<1.17626,12.3236,-61.3258>,
<0.136347,13.7385,-60.611>,
<-2.30385,14.0849,-59.6609>,
<-1.02548,13.5969,-60.611>,
<0.197687,12.5959,-61.3258>,
<-3.28252,13.3488,-59.6609>,
<0.460191,11.2541,-61.7696>,
<-2.08669,13.1032,-60.611>,
<-0.810611,12.473,-61.3258>,
<-0.364433,11.2837,-61.7696>,
<-1.69513,11.9737,-61.3258>,
<-3.15813,9.55164,-61.0003>,
<-1.91677,10.4937,-61.5833>,
<-0.628644,10.2303,-61.8823>,
<-1.95961,9.72164,-61.5833>,
<-0.668935,10.024,-61.8823>,
<-0.643508,9.81536,-61.8823>,
<-1.12504,8.37027,-61.5833>,
<-0.554853,9.6248,-61.8823>,
<-0.411649,9.47095,-61.8823>,
<0.450737,6.8394,-61.0003>,
<0.203487,8.0285,-61.5833>,
<0.942622,8.25552,-61.5833>,
<3.16298,10.4483,-61.0003>,
<1.92161,9.50624,-61.5833>,
<1.96446,10.2783,-61.5833>,
<1.12988,11.6296,-61.5833>,
<-0.321466,13.1757,-61.0003>,
<0.416492,10.529,-61.8823>,
<0.232755,10.631,-61.8823>,
<-0.198644,11.9714,-61.5833>,
<0.0264713,10.6713,-61.8823>,
<-0.937779,11.7444,-61.5833>,
<-0.182166,10.6459,-61.8823>,
<-0.372735,10.5572,-61.8823>,
<-0.313609,10.1153,-61.9106>,
<-0.327762,10.0644,-61.9106>,
<-0.333786,10.012,-61.9106>,
<-0.33153,9.95925,-61.9106>,
<-0.190237,9.01355,-61.8352>,
<-0.060381,9.55599,-61.9032>,
<0.124006,9.0023,-61.8352>,
<0.0431203,9.666,-61.9106>,
<0.531424,9.58588,-61.8823>,
<1.00008,10.1215,-61.8352>,
<0.913677,10.4239,-61.8352>,
<-0.0382773,10.3339,-61.9106>,
<-0.0900178,10.3234,-61.9106>,
<-0.139482,10.305,-61.9106>,
<-0.185452,10.279,-61.9106>,
<-0.144114,9.91722,-61.9176>,
<0.56368,9.16623,-61.8352>,
<0.863047,8.97923,-61.7696>,
<1.19997,9.40967,-61.7696>,
<0.946538,9.65536,-61.8352>,
<0.669274,10.0812,-61.8823>,
<0.336373,10.0407,-61.9106>,
<0.441568,10.2479,-61.8988>,
<0.148957,10.0827,-61.9176>,
<0.140703,10.1766,-61.9158>,
<0.0851533,9.85342,-61.9176>,
<0.227685,9.88616,-61.9147>,
}
normal_vectors {
222,
<-0.787456,0.616371,-1.27995e-007>,
<-2.07469e-007,-7.3094e-007,-1>,
<-0.780719,0.611098,-0.130526>,
<-0.760624,0.595369,-0.258819>,
<-0.727514,0.569452,-0.382684>,
<-0.681957,0.533793,-0.5>,
<-0.624731,0.489,-0.608762>,
<-0.556815,0.43584,-0.707107>,
<-0.479373,0.375222,-0.793354>,
<-0.393728,0.308185,-0.866026>,
<-0.301346,0.235874,-0.92388>,
<-0.203809,0.159528,-0.965926>,
<-0.102784,0.0804519,-0.991445>,
<-0.787456,0.616371,-1.27995e-007>,
<-0.916002,0.401174,-1.27995e-007>,
<-0.986992,0.16077,-1.27995e-007>,
<-0.995966,-0.0897354,5.07788e-007>,
<-0.942359,-0.334603,5.07788e-007>,
<-0.829541,-0.558446,5.07788e-007>,
<-0.6646,-0.7472,5.07788e-007>,
<-0.457899,-0.889004,5.07788e-007>,
<-0.222427,-0.974949,5.07788e-007>,
<0.0270211,-0.999635,5.07788e-007>,
<0.274771,-0.96151,5.07788e-007>,
<0.505257,-0.862969,5.07788e-007>,
<0.703995,-0.710205,5.07788e-007>,
<0.858498,-0.512816,5.07788e-007>,
<0.959059,-0.283206,-1.27995e-007>,
<0.999359,-0.0357998,-1.27995e-007>,
<0.976865,0.213855,-1.27995e-007>,
<0.892992,0.450073,-7.63778e-007>,
<0.753008,0.658011,-7.63778e-007>,
<0.56571,0.824604,-7.63778e-007>,
<0.342867,0.939384,-7.63778e-007>,
<0.0984794,0.995139,-7.63778e-007>,
<-0.152095,0.988366,-7.63778e-007>,
<-0.393114,0.91949,-7.63778e-007>,
<-0.609431,0.792839,-7.63778e-007>,
<-2.07469e-007,-7.3094e-007,-1>,
<-0.780719,0.611098,-0.130526>,
<-0.760624,0.595369,-0.258819>,
<-0.727514,0.569452,-0.382684>,
<-0.681957,0.533793,-0.5>,
<-0.624731,0.489,-0.608762>,
<-0.556815,0.43584,-0.707107>,
<-0.479373,0.375222,-0.793354>,
<-0.393728,0.308185,-0.866026>,
<-0.301346,0.235874,-0.92388>,
<-0.203809,0.159528,-0.965926>,
<-0.102784,0.0804519,-0.991445>,
<-0.830167,0.511182,-0.222521>,
<-0.923102,0.313636,-0.222521>,
<-0.969748,0.100363,-0.222521>,
<-0.821757,0.369406,-0.433884>,
<-0.967768,-0.117942,-0.222521>,
<-0.886283,0.162012,-0.433884>,
<-0.673291,0.397416,-0.62349>,
<-0.917259,-0.330334,-0.22252>,
<-0.899301,-0.0547966,-0.433884>,
<-0.753208,0.209614,-0.62349>,
<-0.820755,-0.526161,-0.22252>,
<-0.860055,-0.268421,-0.433883>,
<-0.781795,0.00752647,-0.62349>,
<-0.683096,-0.695604,-0.22252>,
<-0.585697,0.213773,-0.781831>,
<-0.770826,-0.466446,-0.433883>,
<-0.511182,-0.830167,-0.22252>,
<-0.757104,-0.195073,-0.62349>,
<-0.387273,0.195639,-0.900969>,
<-0.62309,0.0223202,-0.781831>,
<-0.6368,-0.637363,-0.433883>,
<-0.313637,-0.923102,-0.22252>,
<-0.680818,-0.38438,-0.623489>,
<-0.465765,-0.771238,-0.433883>,
<-0.599492,-0.171318,-0.781831>,
<-0.100364,-0.969748,-0.22252>,
<-0.432662,0.0325436,-0.900969>,
<-0.558135,-0.547491,-0.623489>,
<-0.267661,-0.860292,-0.433883>,
<0.117942,-0.967768,-0.22252>,
<-0.51721,-0.348186,-0.781831>,
<-0.397416,-0.673291,-0.623489>,
<-0.412181,-0.135506,-0.900969>,
<-0.054002,-0.899349,-0.433883>,
<0.330333,-0.917259,-0.22252>,
<-0.222378,0.00796548,-0.974928>,
<-0.209614,-0.753208,-0.623489>,
<-0.384301,-0.490971,-0.781831>,
<0.526161,-0.820756,-0.22252>,
<0.162796,-0.886139,-0.433883>,
<-0.32895,-0.282926,-0.900969>,
<-0.00752711,-0.781796,-0.623489>,
<0.695604,-0.683096,-0.22252>,
<0.370132,-0.82143,-0.433883>,
<-0.213774,-0.585697,-0.781831>,
<-0.18459,-0.124267,-0.974928>,
<0.830167,-0.511183,-0.222521>,
<0.195073,-0.757105,-0.623489>,
<0.555958,-0.708983,-0.433883>,
<-0.19564,-0.387274,-0.900969>,
<-0.022321,-0.623091,-0.781831>,
<0.923102,-0.313637,-0.222521>,
<0.709473,-0.555331,-0.433884>,
<0.384379,-0.680818,-0.623489>,
<0.171317,-0.599492,-0.781831>,
<0.969748,-0.100364,-0.222521>,
<-0.0325444,-0.432662,-0.900969>,
<0.821756,-0.369407,-0.433884>,
<0.54749,-0.558136,-0.62349>,
<-0.0762952,-0.209033,-0.974928>,
<0.967768,0.117942,-0.222521>,
<0.348185,-0.517211,-0.781831>,
<0.886282,-0.162013,-0.433884>,
<0.673291,-0.397417,-0.62349>,
<0.135505,-0.412182,-0.900969>,
<0.917259,0.330333,-0.222522>,
<0.899301,0.054796,-0.433884>,
<0.753208,-0.209615,-0.62349>,
<0.490971,-0.384302,-0.781831>,
<0.820755,0.526161,-0.222522>,
<0.0611421,-0.213957,-0.974928>,
<0.860055,0.268421,-0.433884>,
<0.282925,-0.328951,-0.900969>,
<0.781795,-0.00752744,-0.62349>,
<0.683095,0.695604,-0.222522>,
<0.585696,-0.213774,-0.781831>,
<0.770826,0.466445,-0.433884>,
<0.511182,0.830167,-0.222522>,
<0.757104,0.195073,-0.62349>,
<0.387273,-0.19564,-0.900969>,
<0.62309,-0.0223213,-0.781832>,
<0.6368,0.637362,-0.433884>,
<0.313636,0.923101,-0.222522>,
<0.680818,0.384379,-0.62349>,
<0.175225,-0.137156,-0.974928>,
<0.465765,0.771238,-0.433884>,
<0.599491,0.171317,-0.781832>,
<0.100364,0.969748,-0.222522>,
<0.432661,-0.0325449,-0.900969>,
<0.558135,0.54749,-0.62349>,
<0.267661,0.860292,-0.433884>,
<-0.117942,0.967767,-0.222522>,
<0.51721,0.348185,-0.781832>,
<0.397416,0.673291,-0.62349>,
<0.412181,0.135505,-0.900969>,
<0.0540018,0.899349,-0.433884>,
<-0.330334,0.917259,-0.222522>,
<0.222378,-0.00796692,-0.974928>,
<0.209614,0.753208,-0.62349>,
<0.384301,0.49097,-0.781832>,
<-0.526161,0.820755,-0.222522>,
<-0.162796,0.886139,-0.433884>,
<0.32895,0.282925,-0.900969>,
<0.00752685,0.781795,-0.62349>,
<-0.695604,0.683095,-0.222522>,
<-0.370132,0.82143,-0.433884>,
<0.213774,0.585696,-0.781832>,
<0.18459,0.124265,-0.974928>,
<-0.195073,0.757104,-0.62349>,
<-0.555958,0.708982,-0.433884>,
<0.195639,0.387272,-0.900969>,
<0.0223207,0.62309,-0.781832>,
<-0.384379,0.680818,-0.62349>,
<-0.171317,0.599491,-0.781832>,
<0.0325441,0.432661,-0.900969>,
<-0.54749,0.558135,-0.62349>,
<0.0762948,0.209032,-0.974928>,
<-0.348185,0.51721,-0.781832>,
<-0.135506,0.412181,-0.900969>,
<-0.0611426,0.213955,-0.974928>,
<-0.282926,0.328949,-0.900969>,
<-0.526759,-0.0747198,-0.846724>,
<-0.319865,0.082285,-0.943883>,
<-0.105178,0.0383882,-0.993712>,
<-0.327006,-0.0463855,-0.943883>,
<-0.111893,0.00400757,-0.993712>,
<-0.107655,-0.0307653,-0.993712>,
<-0.18791,-0.271614,-0.943883>,
<-0.0928793,-0.0625268,-0.993712>,
<-0.0690119,-0.0881677,-0.993712>,
<0.0747191,-0.52676,-0.846724>,
<0.0335107,-0.328575,-0.943883>,
<0.1567,-0.29074,-0.943883>,
<0.526759,0.0747187,-0.846724>,
<0.319864,-0.0822863,-0.943883>,
<0.327005,0.0463841,-0.943883>,
<0.18791,0.271613,-0.943884>,
<-0.0539814,0.529286,-0.846725>,
<0.0690115,0.0881663,-0.993712>,
<0.0383887,0.105177,-0.993712>,
<-0.0335111,0.328574,-0.943884>,
<0.0040081,0.111892,-0.993712>,
<-0.1567,0.290739,-0.943883>,
<-0.0307648,0.107654,-0.993712>,
<-0.0625263,0.0928784,-0.993712>,
<-0.0526719,0.0192239,-0.998427>,
<-0.0550308,0.0107477,-0.998427>,
<-0.0560347,0.0020066,-0.998427>,
<-0.0556589,-0.00678389,-0.998427>,
<-0.03211,-0.1644,-0.985871>,
<-0.0104673,-0.0739941,-0.997204>,
<0.0202639,-0.166277,-0.985871>,
<0.00678292,-0.0556594,-0.998427>,
<0.0881669,-0.0690124,-0.993712>,
<0.166276,0.0202634,-0.985871>,
<0.151876,0.0706537,-0.985871>,
<-0.00678334,0.055658,-0.998427>,
<-0.0154068,0.0539116,-0.998427>,
<-0.0236508,0.0508378,-0.998427>,
<-0.0313125,0.0465121,-0.998427>,
<-0.0244229,-0.0137894,-0.999607>,
<0.0935429,-0.138954,-0.985871>,
<0.143437,-0.170122,-0.974928>,
<0.199591,-0.0983813,-0.974928>,
<0.157352,-0.0574331,-0.985871>,
<0.111142,0.0135442,-0.993712>,
<0.0556584,0.00678245,-0.998427>,
<0.0731909,0.0413218,-0.996462>,
<0.0244224,0.013788,-0.999607>,
<0.0230466,0.0294432,-0.999301>,
<0.0137884,-0.0244234,-0.999607>,
<0.0375436,-0.0189668,-0.999115>,
}
face_indices {
392,
<128,116,123>,
<129,118,122>,
<129,125,118>,
<14,0,2>,
<130,117,125>,
<130,128,123>,
<130,123,117>,
<131,124,119>,
<131,119,126>,
<132,33,127>,
<132,34,33>,
<133,121,128>,
<133,126,121>,
<134,129,122>,
<135,132,127>,
<135,127,124>,
<135,124,131>,
<136,128,130>,
<136,133,128>,
<137,34,132>,
<138,130,125>,
<138,125,129>,
<139,135,131>,
<139,126,133>,
<139,131,126>,
<140,137,132>,
<140,132,135>,
<141,35,34>,
<141,34,137>,
<142,133,136>,
<142,139,133>,
<143,135,139>,
<143,140,135>,
<144,142,136>,
<145,141,137>,
<145,137,140>,
<146,36,35>,
<146,35,141>,
<148,140,143>,
<39,13,37>,
<148,145,140>,
<149,139,142>,
<149,143,139>,
<150,37,36>,
<150,36,146>,
<151,146,141>,
<151,141,145>,
<152,142,144>,
<152,149,142>,
<153,145,148>,
<153,151,145>,
<154,39,37>,
<154,37,150>,
<154,40,39>,
<154,41,40>,
<155,150,146>,
<155,146,151>,
<156,148,143>,
<156,143,149>,
<157,152,144>,
<158,151,153>,
<158,155,151>,
<159,154,150>,
<159,41,154>,
<159,150,155>,
<159,42,41>,
<160,149,152>,
<160,156,149>,
<161,153,148>,
<161,148,156>,
<161,158,153>,
<50,2,3>,
<50,3,4>,
<162,155,158>,
<50,14,2>,
<162,159,155>,
<163,162,158>,
<51,15,14>,
<163,158,161>,
<51,14,50>,
<164,156,160>,
<164,161,156>,
<52,16,15>,
<52,15,51>,
<165,42,159>,
<165,43,42>,
<165,44,43>,
<53,4,5>,
<165,159,162>,
<166,164,160>,
<53,50,4>,
<53,51,50>,
<167,162,163>,
<167,44,165>,
<167,165,162>,
<167,45,44>,
<54,17,16>,
<167,46,45>,
<54,16,52>,
<168,167,163>,
<55,52,51>,
<170,46,167>,
<55,51,53>,
<170,47,46>,
<170,48,47>,
<170,167,168>,
<56,5,6>,
<56,6,7>,
<171,74,69>,
<171,69,76>,
<56,53,5>,
<171,82,74>,
<171,76,82>,
<172,76,68>,
<172,68,11>,
<173,11,12>,
<57,17,54>,
<173,172,11>,
<173,85,172>,
<174,76,172>,
<174,95,82>,
<58,54,52>,
<174,82,76>,
<174,172,85>,
<58,52,55>,
<175,85,173>,
<59,55,53>,
<176,95,174>,
<59,53,56>,
<176,174,85>,
<176,85,175>,
<177,99,90>,
<60,18,17>,
<177,90,95>,
<177,109,99>,
<60,17,57>,
<178,95,176>,
<61,54,58>,
<179,109,177>,
<179,177,95>,
<179,95,178>,
<61,57,54>,
<180,100,106>,
<180,104,100>,
<180,106,114>,
<180,114,104>,
<181,114,106>,
<62,55,59>,
<181,106,109>,
<182,114,181>,
<182,122,114>,
<62,58,55>,
<182,181,120>,
<183,136,130>,
<63,19,18>,
<183,144,136>,
<63,18,60>,
<183,138,144>,
<183,130,138>,
<184,138,129>,
<185,157,144>,
<185,144,138>,
<185,184,147>,
<64,7,8>,
<185,138,184>,
<64,8,9>,
<186,160,152>,
<186,166,160>,
<186,152,157>,
<64,56,7>,
<187,168,163>,
<64,59,56>,
<187,161,164>,
<187,164,168>,
<187,163,161>,
<188,166,186>,
<188,186,157>,
<65,60,57>,
<65,57,61>,
<66,20,19>,
<189,166,188>,
<190,168,164>,
<190,164,166>,
<66,19,63>,
<191,166,189>,
<191,169,190>,
<191,190,166>,
<192,190,169>,
<192,168,190>,
<67,58,62>,
<67,61,58>,
<192,48,170>,
<192,170,168>,
<193,169,191>,
<68,9,10>,
<68,10,11>,
<194,48,192>,
<194,169,193>,
<68,64,9>,
<194,49,48>,
<69,59,64>,
<194,192,169>,
<195,12,1>,
<69,67,62>,
<69,62,59>,
<195,173,12>,
<70,66,63>,
<196,173,195>,
<196,175,173>,
<196,195,1>,
<197,175,196>,
<70,63,60>,
<197,196,1>,
<70,60,65>,
<71,20,66>,
<71,21,20>,
<198,176,175>,
<198,175,197>,
<72,65,61>,
<199,181,109>,
<72,61,67>,
<200,199,109>,
<73,71,66>,
<200,109,179>,
<73,66,70>,
<201,199,200>,
<201,181,199>,
<201,120,181>,
<74,67,69>,
<74,72,67>,
<202,201,200>,
<202,120,201>,
<75,22,21>,
<75,21,71>,
<76,64,68>,
<76,69,64>,
<204,185,147>,
<205,185,204>,
<205,157,185>,
<77,70,65>,
<77,65,72>,
<206,191,189>,
<206,193,191>,
<207,193,206>,
<207,206,38>,
<208,194,193>,
<78,71,73>,
<208,193,207>,
<78,75,71>,
<208,207,38>,
<209,49,194>,
<209,38,49>,
<79,23,22>,
<209,194,208>,
<209,208,38>,
<210,198,197>,
<210,176,198>,
<210,197,1>,
<79,22,75>,
<210,200,179>,
<210,202,200>,
<80,77,72>,
<210,178,176>,
<80,72,74>,
<210,179,178>,
<211,182,120>,
<212,203,134>,
<81,70,77>,
<212,134,122>,
<212,211,203>,
<212,182,211>,
<81,73,70>,
<212,122,182>,
<81,78,73>,
<213,129,134>,
<213,134,203>,
<213,184,129>,
<214,184,213>,
<214,213,203>,
<82,80,74>,
<214,147,184>,
<215,204,147>,
<215,205,204>,
<215,147,214>,
<83,75,78>,
<83,79,75>,
<84,24,23>,
<216,215,214>,
<216,205,215>,
<84,23,79>,
<217,188,157>,
<217,157,205>,
<217,205,216>,
<218,217,216>,
<219,206,189>,
<219,189,188>,
<219,38,206>,
<86,78,81>,
<219,218,38>,
<219,188,217>,
<219,217,218>,
<86,83,78>,
<220,1,38>,
<220,210,1>,
<87,81,77>,
<220,202,210>,
<87,77,80>,
<220,211,120>,
<220,120,202>,
<220,38,218>,
<220,203,211>,
<221,220,218>,
<88,25,24>,
<221,214,203>,
<221,216,214>,
<221,203,220>,
<221,218,216>,
<88,24,84>,
<89,79,83>,
<89,84,79>,
<90,87,80>,
<90,80,82>,
<91,83,86>,
<91,89,83>,
<92,26,25>,
<92,25,88>,
<93,88,84>,
<93,84,89>,
<94,81,87>,
<94,86,81>,
<95,90,82>,
<96,26,92>,
<97,89,91>,
<97,93,89>,
<98,88,93>,
<98,92,88>,
<99,94,87>,
<99,87,90>,
<100,97,91>,
<100,86,94>,
<100,91,86>,
<101,26,96>,
<101,27,26>,
<102,92,98>,
<102,96,92>,
<103,98,93>,
<103,93,97>,
<104,97,100>,
<104,103,97>,
<105,27,101>,
<105,28,27>,
<106,100,94>,
<106,94,99>,
<107,101,96>,
<107,96,102>,
<108,102,98>,
<108,98,103>,
<109,106,99>,
<110,29,28>,
<110,28,105>,
<111,108,103>,
<111,103,104>,
<112,105,101>,
<112,101,107>,
<113,107,102>,
<113,102,108>,
<114,111,104>,
<115,30,29>,
<115,29,110>,
<116,110,105>,
<116,105,112>,
<117,112,107>,
<117,107,113>,
<118,108,111>,
<118,113,108>,
<119,31,30>,
<119,30,115>,
<121,110,116>,
<121,115,110>,
<122,118,111>,
<122,111,114>,
<123,116,112>,
<123,112,117>,
<124,32,31>,
<124,31,119>,
<125,113,118>,
<125,117,113>,
<126,119,115>,
<126,115,121>,
<127,32,124>,
<127,33,32>,
<128,121,116>,
}
} // end of Face2
// face number3 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
#declare Pov_Fillet3 = mesh2{
vertex_vectors {
40,
<-4.7223,13.6982,-4.38653>,
<-5.99757,10,-2.42583>,
<-5.2897,12.8272,-3.69744>,
<-5.7394,11.7411,-2.97111>,
<-5.90779,11.034,-2.63072>,
<-5.96958,10.5789,-2.4918>,
<-5.97185,9.44509,-2.48651>,
<-5.918,9.02613,-2.60835>,
<-5.47606,7.55333,-3.42183>,
<-4.76445,6.35625,-4.34154>,
<-3.81456,5.37068,-5.18299>,
<-2.7547,4.671,-5.80741>,
<-1.6854,4.24228,-6.19769>,
<-0.59668,4.02998,-6.39256>,
<0.465476,4.01789,-6.40331>,
<1.29053,4.13989,-6.2906>,
<1.97725,4.3343,-6.11197>,
<2.71824,4.64982,-5.82434>,
<3.39618,5.05202,-5.4622>,
<4.1267,5.6422,-4.94198>,
<4.77139,6.35897,-4.33405>,
<5.421,7.42333,-3.50648>,
<5.85499,8.67803,-2.74296>,
<5.97265,9.40294,-2.48465>,
<6.00239,9.97829,-2.41425>,
<5.97548,10.5681,-2.47806>,
<5.88971,11.1576,-2.66978>,
<5.74536,11.7375,-2.95988>,
<5.43334,12.5505,-3.48775>,
<4.82131,13.5747,-4.27947>,
<3.84898,14.6048,-5.15788>,
<2.66872,15.375,-5.84688>,
<1.59495,15.7848,-6.22128>,
<0.512932,15.9782,-6.39973>,
<-0.562165,15.9734,-6.39564>,
<-1.38836,15.8366,-6.27>,
<-2.07998,15.627,-6.07822>,
<-2.81103,15.2995,-5.78073>,
<-3.47333,14.8907,-5.41418>,
<-4.16568,14.3159,-4.9097>,
}
normal_vectors {
40,
<0.726508,-0,0.687158>,
<0.922702,-0,0.385513>,
<0.8138,-0,0.581144>,
<0.882985,-0,0.469401>,
<0.908891,-0,0.417033>,
<0.918396,-0,0.395662>,
<0.918746,-0,0.394848>,
<0.910462,-0,0.413592>,
<0.84247,-0,0.538743>,
<0.732992,-0,0.680237>,
<0.586856,-0,0.809691>,
<0.423801,-0,0.905756>,
<0.259292,-0,0.965799>,
<0.0917969,-0,0.995778>,
<-0.0716116,-0,0.997433>,
<-0.198543,-0,0.980092>,
<-0.304192,-0,0.952611>,
<-0.418191,-0,0.908359>,
<-0.522489,-0,0.852646>,
<-0.634877,-0,0.772613>,
<-0.73406,-0,0.679084>,
<-0.833999,-0,0.551765>,
<-0.900768,-0,0.434301>,
<-0.91887,-0,0.394561>,
<-0.923445,-0,0.38373>,
<-0.919304,-0,0.393547>,
<-0.90611,-0,0.423043>,
<-0.883901,-0,0.467674>,
<-0.835898,-0,0.548884>,
<-0.74174,-0,0.670688>,
<-0.592151,-0,0.805827>,
<-0.410573,-0,0.911828>,
<-0.245377,-0,0.969428>,
<-0.0789127,-0,0.996882>,
<0.086487,-0,0.996253>,
<0.213594,-0,0.976923>,
<0.319997,-0,0.947419>,
<0.432466,-0,0.90165>,
<0.534358,-0,0.845258>,
<0.640873,-0,0.767647>,
}
face_indices {
38,
<1,6,5>,
<6,7,5>,
<5,7,4>,
<7,8,3>,
<4,7,3>,
<8,9,2>,
<3,8,2>,
<2,9,0>,
<9,10,39>,
<0,9,39>,
<10,11,38>,
<39,10,38>,
<38,11,37>,
<11,12,36>,
<37,11,36>,
<12,13,35>,
<36,12,35>,
<13,14,34>,
<35,13,34>,
<14,15,33>,
<34,14,33>,
<15,16,32>,
<33,15,32>,
<16,17,31>,
<17,18,31>,
<32,16,31>,
<18,19,30>,
<31,18,30>,
<30,19,29>,
<19,20,29>,
<20,21,29>,
<29,21,28>,
<28,21,27>,
<21,22,27>,
<27,22,26>,
<22,23,26>,
<26,23,25>,
<23,24,25>,
}
} // end of Face3
// Declare all together +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
#declare Pov_Fillet = union {
mesh2{ Pov_Fillet1}
mesh2{ Pov_Fillet2}
mesh2{ Pov_Fillet3}
}
// instance to render
object {Pov_Fillet
texture {
pigment {color rgb <0.8,0.8,0.8>}
finish {StdFinish } //definition on top of the project
}
}
// Written by FreeCAD http://www.freecadweb.org/
// face number1 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
#declare Pov_Fillet0011 = mesh2{
vertex_vectors {
112,
<6.5,19.7,0>,
<6.24393,19.9561,-3.82331e-016>,
<6.24393,19.9561,-3.82331e-016>,
<6.20171,19.9561,0.724876>,
<6.07563,19.9561,1.43995>,
<5.86738,19.9561,2.13555>,
<5.57978,19.9561,2.80227>,
<5.21673,19.9561,3.4311>,
<4.78313,19.9561,4.01352>,
<4.28485,19.9561,4.54167>,
<3.72862,19.9561,5.0084>,
<3.12197,19.9561,5.40741>,
<2.4731,19.9561,5.73328>,
<1.79078,19.9561,5.98162>,
<1.08425,19.9561,6.14907>,
<0.363052,19.9561,6.23337>,
<-0.363052,19.9561,6.23337>,
<-1.08425,19.9561,6.14907>,
<-1.79078,19.9561,5.98162>,
<-2.4731,19.9561,5.73328>,
<-3.12197,19.9561,5.40741>,
<-3.72862,19.9561,5.0084>,
<-4.28485,19.9561,4.54167>,
<-4.78313,19.9561,4.01352>,
<-5.21673,19.9561,3.4311>,
<-5.57978,19.9561,2.80227>,
<-5.86738,19.9561,2.13555>,
<-6.07563,19.9561,1.43995>,
<-6.20171,19.9561,0.724876>,
<-6.24393,19.9561,1.14699e-015>,
<-6.20171,19.9561,-0.724876>,
<-6.07563,19.9561,-1.43995>,
<-5.86738,19.9561,-2.13555>,
<-5.57978,19.9561,-2.80227>,
<-5.21673,19.9561,-3.4311>,
<-4.78313,19.9561,-4.01352>,
<-4.28485,19.9561,-4.54167>,
<-3.72862,19.9561,-5.0084>,
<-3.12197,19.9561,-5.40741>,
<-2.4731,19.9561,-5.73328>,
<-1.79078,19.9561,-5.98162>,
<-1.08425,19.9561,-6.14907>,
<-0.363052,19.9561,-6.23337>,
<0.363052,19.9561,-6.23337>,
<1.08425,19.9561,-6.14907>,
<1.79078,19.9561,-5.98162>,
<2.4731,19.9561,-5.73328>,
<3.12197,19.9561,-5.40741>,
<3.72862,19.9561,-5.0084>,
<4.28485,19.9561,-4.54167>,
<4.78313,19.9561,-4.01352>,
<5.21673,19.9561,-3.4311>,
<5.57978,19.9561,-2.80227>,
<5.86738,19.9561,-2.13555>,
<6.07563,19.9561,-1.43995>,
<6.20171,19.9561,-0.724876>,
<6.5,19.7,0>,
<6.45913,19.7,0.727769>,
<6.33703,19.7,1.44639>,
<6.13524,19.7,2.14681>,
<5.8563,19.7,2.82024>,
<5.50371,19.7,3.45821>,
<5.0819,19.7,4.05268>,
<4.59619,19.7,4.59619>,
<4.05268,19.7,5.0819>,
<3.45821,19.7,5.50371>,
<2.82024,19.7,5.8563>,
<2.14681,19.7,6.13524>,
<1.44639,19.7,6.33703>,
<0.727769,19.7,6.45913>,
<3.9801e-016,19.7,6.5>,
<-0.727769,19.7,6.45913>,
<-1.44639,19.7,6.33703>,
<-2.14681,19.7,6.13524>,
<-2.82024,19.7,5.8563>,
<-3.45821,19.7,5.50371>,
<-4.05268,19.7,5.0819>,
<-4.59619,19.7,4.59619>,
<-5.0819,19.7,4.05268>,
<-5.50371,19.7,3.45821>,
<-5.8563,19.7,2.82024>,
<-6.13524,19.7,2.14681>,
<-6.33703,19.7,1.44639>,
<-6.45913,19.7,0.727769>,
<-6.5,19.7,7.9602e-016>,
<-6.45913,19.7,-0.727769>,
<-6.33703,19.7,-1.44639>,
<-6.13524,19.7,-2.14681>,
<-5.8563,19.7,-2.82024>,
<-5.50371,19.7,-3.45821>,
<-5.0819,19.7,-4.05268>,
<-4.59619,19.7,-4.59619>,
<-4.05268,19.7,-5.0819>,
<-3.45821,19.7,-5.50371>,
<-2.82024,19.7,-5.8563>,
<-2.14681,19.7,-6.13524>,
<-1.44639,19.7,-6.33703>,
<-0.727769,19.7,-6.45913>,
<-1.19403e-015,19.7,-6.5>,
<0.727769,19.7,-6.45913>,
<1.44639,19.7,-6.33703>,
<2.14681,19.7,-6.13524>,
<2.82024,19.7,-5.8563>,
<3.45821,19.7,-5.50371>,
<4.05268,19.7,-5.0819>,
<4.59619,19.7,-4.59619>,
<5.0819,19.7,-4.05268>,
<5.50371,19.7,-3.45821>,
<5.8563,19.7,-2.82024>,
<6.13524,19.7,-2.14681>,
<6.33703,19.7,-1.44639>,
<6.45913,19.7,-0.727769>,
}
normal_vectors {
112,
<0.707107,0.707107,-0>,
<0.707107,0.707107,-0>,
<0.707107,0.707107,-0>,
<0.702326,0.707107,0.0820901>,
<0.688047,0.707107,0.16307>,
<0.664463,0.707107,0.241845>,
<0.631894,0.707107,0.317349>,
<0.590779,0.707107,0.388562>,
<0.541675,0.707107,0.454519>,
<0.485246,0.707107,0.514331>,
<0.422255,0.707107,0.567187>,
<0.353553,0.707107,0.612372>,
<0.280071,0.707107,0.649277>,
<0.202801,0.707107,0.677401>,
<0.122788,0.707107,0.696364>,
<0.0411146,0.707107,0.70591>,
<-0.0411146,0.707107,0.70591>,
<-0.122788,0.707107,0.696364>,
<-0.202801,0.707107,0.677401>,
<-0.280071,0.707107,0.649277>,
<-0.353553,0.707107,0.612372>,
<-0.422255,0.707107,0.567187>,
<-0.485246,0.707107,0.514331>,
<-0.541675,0.707107,0.454519>,
<-0.590779,0.707107,0.388562>,
<-0.631894,0.707107,0.317349>,
<-0.664463,0.707107,0.241845>,
<-0.688047,0.707107,0.16307>,
<-0.702326,0.707107,0.0820901>,
<-0.707107,0.707107,8.65956e-017>,
<-0.702326,0.707107,-0.0820901>,
<-0.688047,0.707107,-0.16307>,
<-0.664463,0.707107,-0.241845>,
<-0.631894,0.707107,-0.317349>,
<-0.590779,0.707107,-0.388562>,
<-0.541675,0.707107,-0.454519>,
<-0.485246,0.707107,-0.514331>,
<-0.422255,0.707107,-0.567187>,
<-0.353553,0.707107,-0.612372>,
<-0.280071,0.707107,-0.649277>,
<-0.202801,0.707107,-0.677401>,
<-0.122788,0.707107,-0.696364>,
<-0.0411146,0.707107,-0.70591>,
<0.0411146,0.707107,-0.70591>,
<0.122788,0.707107,-0.696364>,
<0.202801,0.707107,-0.677401>,
<0.280071,0.707107,-0.649277>,
<0.353553,0.707107,-0.612372>,
<0.422255,0.707107,-0.567187>,
<0.485246,0.707107,-0.514331>,
<0.541675,0.707107,-0.454519>,
<0.590779,0.707107,-0.388562>,
<0.631894,0.707107,-0.317349>,
<0.664463,0.707107,-0.241845>,
<0.688047,0.707107,-0.16307>,
<0.702326,0.707107,-0.0820901>,
<0.707107,0.707107,-0>,
<0.702661,0.707107,0.0791708>,
<0.689378,0.707107,0.157346>,
<0.667426,0.707107,0.233543>,
<0.637081,0.707107,0.306802>,
<0.598724,0.707107,0.376203>,
<0.552838,0.707107,0.440874>,
<0.5,0.707107,0.5>,
<0.440874,0.707107,0.552838>,
<0.376203,0.707107,0.598724>,
<0.306802,0.707107,0.637081>,
<0.233543,0.707107,0.667426>,
<0.157346,0.707107,0.689378>,
<0.0791708,0.707107,0.702661>,
<4.32978e-017,0.707107,0.707107>,
<-0.0791708,0.707107,0.702661>,
<-0.157346,0.707107,0.689378>,
<-0.233543,0.707107,0.667426>,
<-0.306802,0.707107,0.637081>,
<-0.376203,0.707107,0.598724>,
<-0.440874,0.707107,0.552838>,
<-0.5,0.707107,0.5>,
<-0.552838,0.707107,0.440874>,
<-0.598724,0.707107,0.376203>,
<-0.637081,0.707107,0.306802>,
<-0.667426,0.707107,0.233543>,
<-0.689378,0.707107,0.157346>,
<-0.702661,0.707107,0.0791708>,
<-0.707107,0.707107,8.65956e-017>,
<-0.702661,0.707107,-0.0791708>,
<-0.689378,0.707107,-0.157346>,
<-0.667426,0.707107,-0.233543>,
<-0.637081,0.707107,-0.306802>,
<-0.598724,0.707107,-0.376203>,
<-0.552838,0.707107,-0.440874>,
<-0.5,0.707107,-0.5>,
<-0.440874,0.707107,-0.552838>,
<-0.376203,0.707107,-0.598724>,
<-0.306802,0.707107,-0.637081>,
<-0.233543,0.707107,-0.667426>,
<-0.157346,0.707107,-0.689378>,
<-0.0791708,0.707107,-0.702661>,
<-1.29893e-016,0.707107,-0.707107>,
<0.0791708,0.707107,-0.702661>,
<0.157346,0.707107,-0.689378>,
<0.233543,0.707107,-0.667426>,
<0.306802,0.707107,-0.637081>,
<0.376203,0.707107,-0.598724>,
<0.440874,0.707107,-0.552838>,
<0.5,0.707107,-0.5>,
<0.552838,0.707107,-0.440874>,
<0.598724,0.707107,-0.376203>,
<0.637081,0.707107,-0.306802>,
<0.667426,0.707107,-0.233543>,
<0.689378,0.707107,-0.157346>,
<0.702661,0.707107,-0.0791708>,
}
face_indices {
110,
<57,0,1>,
<3,57,1>,
<58,57,3>,
<4,58,3>,
<59,58,4>,
<5,59,4>,
<60,59,5>,
<6,60,5>,
<61,60,6>,
<7,61,6>,
<62,61,7>,
<8,62,7>,
<63,62,8>,
<9,63,8>,
<64,63,9>,
<10,64,9>,
<65,64,10>,
<11,65,10>,
<66,65,11>,
<12,66,11>,
<67,66,12>,
<13,67,12>,
<68,67,13>,
<14,68,13>,
<69,68,14>,
<15,69,14>,
<70,69,15>,
<16,71,70>,
<16,70,15>,
<17,72,71>,
<17,71,16>,
<18,73,72>,
<18,72,17>,
<19,74,73>,
<19,73,18>,
<20,75,74>,
<20,74,19>,
<21,76,75>,
<21,75,20>,
<22,77,76>,
<22,76,21>,
<23,78,77>,
<23,77,22>,
<24,79,78>,
<24,78,23>,
<25,79,24>,
<25,80,79>,
<26,80,25>,
<26,81,80>,
<27,81,26>,
<27,82,81>,
<28,82,27>,
<28,83,82>,
<29,83,28>,
<29,84,83>,
<85,84,29>,
<30,85,29>,
<86,85,30>,
<31,86,30>,
<87,86,31>,
<32,87,31>,
<88,87,32>,
<33,88,32>,
<89,88,33>,
<34,89,33>,
<90,89,34>,
<35,90,34>,
<91,90,35>,
<36,91,35>,
<92,91,36>,
<37,92,36>,
<93,92,37>,
<38,93,37>,
<94,93,38>,
<39,94,38>,
<95,94,39>,
<40,95,39>,
<96,95,40>,
<41,96,40>,
<97,96,41>,
<42,97,41>,
<98,97,42>,
<43,98,42>,
<43,99,98>,
<44,99,43>,
<44,100,99>,
<45,100,44>,
<45,101,100>,
<46,102,101>,
<46,101,45>,
<47,103,102>,
<47,102,46>,
<48,104,103>,
<48,103,47>,
<49,105,104>,
<49,104,48>,
<50,106,105>,
<50,105,49>,
<51,107,106>,
<51,106,50>,
<52,108,107>,
<52,107,51>,
<53,109,108>,
<53,108,52>,
<54,110,109>,
<54,109,53>,
<55,111,110>,
<55,110,54>,
<2,56,111>,
<2,111,55>,
}
} // end of Face1
// face number2 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
#declare Pov_Fillet0012 = mesh2{
vertex_vectors {
220,
<6.24393,19.9561,-3.82331e-016>,
<6.13787,20,-3.75836e-016>,
<6.21287,19.9799,-3.80428e-016>,
<6.17669,19.9949,-3.78213e-016>,
<6.24393,19.9561,-3.82331e-016>,
<6.20171,19.9561,0.724876>,
<6.07563,19.9561,1.43995>,
<5.86738,19.9561,2.13555>,
<5.57978,19.9561,2.80227>,
<5.21673,19.9561,3.4311>,
<4.78313,19.9561,4.01352>,
<4.28485,19.9561,4.54167>,
<3.72862,19.9561,5.0084>,
<3.12197,19.9561,5.40741>,
<2.4731,19.9561,5.73328>,
<1.79078,19.9561,5.98162>,
<1.08425,19.9561,6.14907>,
<0.363052,19.9561,6.23337>,
<-0.363052,19.9561,6.23337>,
<-1.08425,19.9561,6.14907>,
<-1.79078,19.9561,5.98162>,
<-2.4731,19.9561,5.73328>,
<-3.12197,19.9561,5.40741>,
<-3.72862,19.9561,5.0084>,
<-4.28485,19.9561,4.54167>,
<-4.78313,19.9561,4.01352>,
<-5.21673,19.9561,3.4311>,
<-5.57978,19.9561,2.80227>,
<-5.86738,19.9561,2.13555>,
<-6.07563,19.9561,1.43995>,
<-6.20171,19.9561,0.724876>,
<-6.24393,19.9561,1.14699e-015>,
<-6.20171,19.9561,-0.724876>,
<-6.07563,19.9561,-1.43995>,
<-5.86738,19.9561,-2.13555>,
<-5.57978,19.9561,-2.80227>,
<-5.21673,19.9561,-3.4311>,
<-4.78313,19.9561,-4.01352>,
<-4.28485,19.9561,-4.54167>,
<-3.72862,19.9561,-5.0084>,
<-3.12197,19.9561,-5.40741>,
<-2.4731,19.9561,-5.73328>,
<-1.79078,19.9561,-5.98162>,
<-1.08425,19.9561,-6.14907>,
<-0.363052,19.9561,-6.23337>,
<0.363052,19.9561,-6.23337>,
<1.08425,19.9561,-6.14907>,
<1.79078,19.9561,-5.98162>,
<2.4731,19.9561,-5.73328>,
<3.12197,19.9561,-5.40741>,
<3.72862,19.9561,-5.0084>,
<4.28485,19.9561,-4.54167>,
<4.78313,19.9561,-4.01352>,
<5.21673,19.9561,-3.4311>,
<5.57978,19.9561,-2.80227>,
<5.86738,19.9561,-2.13555>,
<6.07563,19.9561,-1.43995>,
<6.20171,19.9561,-0.724876>,
<6.13787,20,-3.75836e-016>,
<6.09637,20,0.712563>,
<5.97242,20,1.41549>,
<5.76771,20,2.09927>,
<5.485,20,2.75467>,
<5.12811,20,3.37281>,
<4.70188,20,3.94535>,
<4.21206,20,4.46452>,
<3.66528,20,4.92333>,
<3.06893,20,5.31555>,
<2.43109,20,5.63589>,
<1.76036,20,5.88001>,
<1.06583,20,6.04462>,
<0.356885,20,6.12748>,
<-0.356885,20,6.12748>,
<-1.06583,20,6.04462>,
<-1.76036,20,5.88001>,
<-2.43109,20,5.63589>,
<-3.06893,20,5.31555>,
<-3.66528,20,4.92333>,
<-4.21206,20,4.46452>,
<-4.70188,20,3.94535>,
<-5.12811,20,3.37281>,
<-5.485,20,2.75467>,
<-5.76771,20,2.09927>,
<-5.97242,20,1.41549>,
<-6.09637,20,0.712563>,
<-6.13787,20,1.12751e-015>,
<-6.09637,20,-0.712563>,
<-5.97242,20,-1.41549>,
<-5.76771,20,-2.09927>,
<-5.485,20,-2.75467>,
<-5.12811,20,-3.37281>,
<-4.70188,20,-3.94535>,
<-4.21206,20,-4.46452>,
<-3.66528,20,-4.92333>,
<-3.06893,20,-5.31555>,
<-2.43109,20,-5.63589>,
<-1.76036,20,-5.88001>,
<-1.06583,20,-6.04462>,
<-0.356885,20,-6.12748>,
<0.356885,20,-6.12748>,
<1.06583,20,-6.04462>,
<1.76036,20,-5.88001>,
<2.43109,20,-5.63589>,
<3.06893,20,-5.31555>,
<3.66528,20,-4.92333>,
<4.21206,20,-4.46452>,
<4.70188,20,-3.94535>,
<5.12811,20,-3.37281>,
<5.485,20,-2.75467>,
<5.76771,20,-2.09927>,
<5.97242,20,-1.41549>,
<6.09637,20,-0.712563>,
<6.21287,19.9799,-3.80428e-016>,
<6.17669,19.9949,-3.78213e-016>,
<6.17086,19.9799,0.72127>,
<6.13493,19.9949,0.71707>,
<6.0454,19.9799,1.43279>,
<6.0102,19.9949,1.42444>,
<5.83819,19.9799,2.12493>,
<5.80419,19.9949,2.11255>,
<5.55202,19.9799,2.78833>,
<5.51969,19.9949,2.77209>,
<5.19078,19.9799,3.41403>,
<5.16055,19.9949,3.39415>,
<4.75933,19.9799,3.99355>,
<4.73162,19.9949,3.9703>,
<4.26353,19.9799,4.51908>,
<4.2387,19.9949,4.49276>,
<3.71007,19.9799,4.98349>,
<3.68846,19.9949,4.95447>,
<3.10643,19.9799,5.3805>,
<3.08835,19.9949,5.34917>,
<2.46079,19.9799,5.70476>,
<2.44646,19.9949,5.67154>,
<1.78187,19.9799,5.95186>,
<1.77149,19.9949,5.9172>,
<1.07885,19.9799,6.11848>,
<1.07257,19.9949,6.08285>,
<0.361246,19.9799,6.20236>,
<0.359143,19.9949,6.16624>,
<-0.361246,19.9799,6.20236>,
<-0.359143,19.9949,6.16624>,
<-1.07885,19.9799,6.11848>,
<-1.07257,19.9949,6.08285>,
<-1.78187,19.9799,5.95186>,
<-1.77149,19.9949,5.9172>,
<-2.46079,19.9799,5.70476>,
<-2.44646,19.9949,5.67154>,
<-3.10643,19.9799,5.3805>,
<-3.08835,19.9949,5.34917>,
<-3.71007,19.9799,4.98349>,
<-3.68846,19.9949,4.95447>,
<-4.26353,19.9799,4.51908>,
<-4.2387,19.9949,4.49276>,
<-4.75933,19.9799,3.99355>,
<-4.73162,19.9949,3.9703>,
<-5.19078,19.9799,3.41403>,
<-5.16055,19.9949,3.39415>,
<-5.55202,19.9799,2.78833>,
<-5.51969,19.9949,2.77209>,
<-5.83819,19.9799,2.12493>,
<-5.80419,19.9949,2.11255>,
<-6.0454,19.9799,1.43279>,
<-6.0102,19.9949,1.42444>,
<-6.17086,19.9799,0.72127>,
<-6.13493,19.9949,0.71707>,
<-6.21287,19.9799,3.80428e-016>,
<-6.17669,19.9949,3.78213e-016>,
<-6.17086,19.9799,-0.72127>,
<-6.13493,19.9949,-0.71707>,
<-6.0454,19.9799,-1.43279>,
<-6.0102,19.9949,-1.42444>,
<-5.83819,19.9799,-2.12493>,
<-5.80419,19.9949,-2.11255>,
<-5.55202,19.9799,-2.78833>,
<-5.51969,19.9949,-2.77209>,
<-5.19078,19.9799,-3.41403>,
<-5.16055,19.9949,-3.39415>,
<-4.75933,19.9799,-3.99355>,
<-4.73162,19.9949,-3.9703>,
<-4.26353,19.9799,-4.51908>,
<-4.2387,19.9949,-4.49276>,
<-3.71007,19.9799,-4.98349>,
<-3.68846,19.9949,-4.95447>,
<-3.10643,19.9799,-5.3805>,
<-3.08835,19.9949,-5.34917>,
<-2.46079,19.9799,-5.70476>,
<-2.44646,19.9949,-5.67154>,
<-1.78187,19.9799,-5.95186>,
<-1.77149,19.9949,-5.9172>,
<-1.07885,19.9799,-6.11848>,
<-1.07257,19.9949,-6.08285>,
<-0.361246,19.9799,-6.20236>,
<-0.359143,19.9949,-6.16624>,
<0.361246,19.9799,-6.20236>,
<0.359143,19.9949,-6.16624>,
<1.07885,19.9799,-6.11848>,
<1.07257,19.9949,-6.08285>,
<1.78187,19.9799,-5.95186>,
<1.77149,19.9949,-5.9172>,
<2.46079,19.9799,-5.70476>,
<2.44646,19.9949,-5.67154>,
<3.10643,19.9799,-5.3805>,
<3.08835,19.9949,-5.34917>,
<3.71007,19.9799,-4.98349>,
<3.68846,19.9949,-4.95447>,
<4.26353,19.9799,-4.51908>,
<4.2387,19.9949,-4.49276>,
<4.75933,19.9799,-3.99355>,
<4.73162,19.9949,-3.9703>,
<5.19078,19.9799,-3.41403>,
<5.16055,19.9949,-3.39415>,
<5.55202,19.9799,-2.78833>,
<5.51969,19.9949,-2.77209>,
<5.83819,19.9799,-2.12493>,
<5.80419,19.9949,-2.11255>,
<6.0454,19.9799,-1.43279>,
<6.0102,19.9949,-1.42444>,
<6.17086,19.9799,-0.72127>,
<6.13493,19.9949,-0.71707>,
}
normal_vectors {
220,
<0.707107,0.707107,-4.32978e-017>,
<-2.53952e-007,1,1.55501e-023>,
<0.499998,0.866027,-3.0616e-017>,
<0.258821,0.965925,-1.58482e-017>,
<0.707107,0.707107,-4.32978e-017>,
<0.702324,0.707108,0.08209>,
<0.688046,0.707108,0.16307>,
<0.664463,0.707107,0.241845>,
<0.631894,0.707106,0.317349>,
<0.590778,0.707108,0.388561>,
<0.541676,0.707106,0.45452>,
<0.485246,0.707107,0.514331>,
<0.422255,0.707107,0.567186>,
<0.353553,0.707107,0.612372>,
<0.28007,0.707107,0.649276>,
<0.2028,0.707108,0.6774>,
<0.122788,0.707107,0.696364>,
<0.0411146,0.707107,0.70591>,
<-0.0411146,0.707107,0.70591>,
<-0.122788,0.707107,0.696364>,
<-0.2028,0.707108,0.6774>,
<-0.28007,0.707107,0.649276>,
<-0.353553,0.707107,0.612372>,
<-0.422255,0.707107,0.567186>,
<-0.485246,0.707107,0.514331>,
<-0.541676,0.707106,0.45452>,
<-0.590778,0.707108,0.388561>,
<-0.631894,0.707106,0.317349>,
<-0.664463,0.707107,0.241845>,
<-0.688046,0.707108,0.16307>,
<-0.702324,0.707108,0.08209>,
<-0.707107,0.707107,4.32978e-017>,
<-0.702324,0.707108,-0.08209>,
<-0.688046,0.707108,-0.16307>,
<-0.664463,0.707107,-0.241845>,
<-0.631894,0.707106,-0.317349>,
<-0.590778,0.707108,-0.388561>,
<-0.541676,0.707106,-0.45452>,
<-0.485246,0.707107,-0.514331>,
<-0.422255,0.707107,-0.567186>,
<-0.353553,0.707107,-0.612372>,
<-0.28007,0.707107,-0.649276>,
<-0.2028,0.707108,-0.6774>,
<-0.122788,0.707107,-0.696364>,
<-0.0411146,0.707107,-0.70591>,
<0.0411146,0.707107,-0.70591>,
<0.122788,0.707107,-0.696364>,
<0.2028,0.707108,-0.6774>,
<0.28007,0.707107,-0.649276>,
<0.353553,0.707107,-0.612372>,
<0.422255,0.707107,-0.567186>,
<0.485246,0.707107,-0.514331>,
<0.541676,0.707106,-0.45452>,
<0.590778,0.707108,-0.388561>,
<0.631894,0.707106,-0.317349>,
<0.664463,0.707107,-0.241845>,
<0.688046,0.707108,-0.16307>,
<0.702324,0.707108,-0.08209>,
<-2.53952e-007,1,1.55501e-023>,
<1.99753e-007,1,2.33478e-008>,
<1.48659e-006,1,3.52329e-007>,
<-5.99537e-008,1,-2.18214e-008>,
<2.11889e-007,1,1.06415e-007>,
<-8.65521e-007,1,-5.69262e-007>,
<-8.23435e-007,1,-6.90944e-007>,
<-5.52505e-007,1,-5.85621e-007>,
<-7.70255e-007,1,-1.03463e-006>,
<-6.37083e-007,1,-1.10346e-006>,
<-3.81199e-007,1,-8.83718e-007>,
<-2.82663e-007,1,-9.4416e-007>,
<9.79925e-008,1,5.55743e-007>,
<6.97901e-008,1,1.19825e-006>,
<-6.97901e-008,1,1.19825e-006>,
<-9.79925e-008,1,5.55743e-007>,
<2.82663e-007,1,-9.4416e-007>,
<3.81199e-007,1,-8.83718e-007>,
<6.37083e-007,1,-1.10346e-006>,
<7.70255e-007,1,-1.03463e-006>,
<5.52505e-007,1,-5.85621e-007>,
<8.23435e-007,1,-6.90944e-007>,
<8.65521e-007,1,-5.69262e-007>,
<-2.11889e-007,1,1.06415e-007>,
<5.99537e-008,1,-2.18214e-008>,
<-1.48659e-006,1,3.52329e-007>,
<-1.99753e-007,1,2.33478e-008>,
<2.53952e-007,1,-1.55501e-023>,
<-1.99753e-007,1,-2.33478e-008>,
<-1.48659e-006,1,-3.52329e-007>,
<5.99537e-008,1,2.18214e-008>,
<-2.11889e-007,1,-1.06415e-007>,
<8.65521e-007,1,5.69262e-007>,
<8.23435e-007,1,6.90944e-007>,
<5.52505e-007,1,5.85621e-007>,
<7.70255e-007,1,1.03463e-006>,
<6.37083e-007,1,1.10346e-006>,
<3.81199e-007,1,8.83718e-007>,
<2.82663e-007,1,9.4416e-007>,
<-9.79925e-008,1,-5.55743e-007>,
<-6.97901e-008,1,-1.19825e-006>,
<6.97901e-008,1,-1.19825e-006>,
<9.79925e-008,1,-5.55743e-007>,
<-2.82663e-007,1,9.4416e-007>,
<-3.81199e-007,1,8.83718e-007>,
<-6.37083e-007,1,1.10346e-006>,
<-7.70255e-007,1,1.03463e-006>,
<-5.52505e-007,1,5.85621e-007>,
<-8.23435e-007,1,6.90944e-007>,
<-8.65521e-007,1,5.69262e-007>,
<2.11889e-007,1,-1.06415e-007>,
<-5.99537e-008,1,2.18214e-008>,
<1.48659e-006,1,-3.52329e-007>,
<1.99753e-007,1,-2.33478e-008>,
<0.499998,0.866027,-3.0616e-017>,
<0.258821,0.965925,-1.58482e-017>,
<0.496619,0.866026,0.0580464>,
<0.25707,0.965925,0.0300472>,
<0.486521,0.866026,0.115308>,
<0.251842,0.965926,0.0596878>,
<0.469846,0.866026,0.17101>,
<0.24321,0.965926,0.0885213>,
<0.446815,0.866026,0.224399>,
<0.231289,0.965926,0.116158>,
<0.417743,0.866026,0.274754>,
<0.216242,0.965925,0.142225>,
<0.383022,0.866026,0.321394>,
<0.198269,0.965925,0.166367>,
<0.34312,0.866026,0.363686>,
<0.177613,0.965926,0.188258>,
<0.298579,0.866025,0.401061>,
<0.154556,0.965926,0.207605>,
<0.249999,0.866027,0.433011>,
<0.12941,0.965925,0.224145>,
<0.198039,0.866026,0.459107>,
<0.102513,0.965926,0.237652>,
<0.143401,0.866026,0.478994>,
<0.0742301,0.965926,0.247946>,
<0.086824,0.866026,0.492404>,
<0.0449435,0.965926,0.254887>,
<0.0290724,0.866026,0.499153>,
<0.015049,0.965926,0.258381>,
<-0.0290724,0.866026,0.499153>,
<-0.015049,0.965926,0.258381>,
<-0.086824,0.866026,0.492404>,
<-0.0449435,0.965926,0.254887>,
<-0.143401,0.866026,0.478994>,
<-0.0742301,0.965926,0.247946>,
<-0.198039,0.866026,0.459107>,
<-0.102513,0.965926,0.237652>,
<-0.249999,0.866027,0.433011>,
<-0.12941,0.965925,0.224145>,
<-0.298579,0.866025,0.401061>,
<-0.154556,0.965926,0.207605>,
<-0.34312,0.866026,0.363686>,
<-0.177613,0.965926,0.188258>,
<-0.383022,0.866026,0.321394>,
<-0.198269,0.965925,0.166367>,
<-0.417743,0.866026,0.274754>,
<-0.216242,0.965925,0.142225>,
<-0.446815,0.866026,0.224399>,
<-0.231289,0.965926,0.116158>,
<-0.469846,0.866026,0.17101>,
<-0.24321,0.965926,0.0885213>,
<-0.486521,0.866026,0.115308>,
<-0.251842,0.965926,0.0596878>,
<-0.496619,0.866026,0.0580464>,
<-0.25707,0.965925,0.0300472>,
<-0.499998,0.866027,3.0616e-017>,
<-0.258821,0.965925,1.58482e-017>,
<-0.496619,0.866026,-0.0580464>,
<-0.25707,0.965925,-0.0300472>,
<-0.486521,0.866026,-0.115308>,
<-0.251842,0.965926,-0.0596878>,
<-0.469846,0.866026,-0.17101>,
<-0.24321,0.965926,-0.0885213>,
<-0.446815,0.866026,-0.224399>,
<-0.231289,0.965926,-0.116158>,
<-0.417743,0.866026,-0.274754>,
<-0.216242,0.965925,-0.142225>,
<-0.383022,0.866026,-0.321394>,
<-0.198269,0.965925,-0.166367>,
<-0.34312,0.866026,-0.363686>,
<-0.177613,0.965926,-0.188258>,
<-0.298579,0.866025,-0.401061>,
<-0.154556,0.965926,-0.207605>,
<-0.249999,0.866027,-0.433011>,
<-0.12941,0.965925,-0.224145>,
<-0.198039,0.866026,-0.459107>,
<-0.102513,0.965926,-0.237652>,
<-0.143401,0.866026,-0.478994>,
<-0.0742301,0.965926,-0.247946>,
<-0.086824,0.866026,-0.492404>,
<-0.0449435,0.965926,-0.254887>,
<-0.0290724,0.866026,-0.499153>,
<-0.015049,0.965926,-0.258381>,
<0.0290724,0.866026,-0.499153>,
<0.015049,0.965926,-0.258381>,
<0.086824,0.866026,-0.492404>,
<0.0449435,0.965926,-0.254887>,
<0.143401,0.866026,-0.478994>,
<0.0742301,0.965926,-0.247946>,
<0.198039,0.866026,-0.459107>,
<0.102513,0.965926,-0.237652>,
<0.249999,0.866027,-0.433011>,
<0.12941,0.965925,-0.224145>,
<0.298579,0.866025,-0.401061>,
<0.154556,0.965926,-0.207605>,
<0.34312,0.866026,-0.363686>,
<0.177613,0.965926,-0.188258>,
<0.383022,0.866026,-0.321394>,
<0.198269,0.965925,-0.166367>,
<0.417743,0.866026,-0.274754>,
<0.216242,0.965925,-0.142225>,
<0.446815,0.866026,-0.224399>,
<0.231289,0.965926,-0.116158>,
<0.469846,0.866026,-0.17101>,
<0.24321,0.965926,-0.0885213>,
<0.486521,0.866026,-0.115308>,
<0.251842,0.965926,-0.0596878>,
<0.496619,0.866026,-0.0580464>,
<0.25707,0.965925,-0.0300472>,
}
face_indices {
324,
<190,42,188>,
<191,188,189>,
<191,189,96>,
<191,190,188>,
<191,96,97>,
<192,44,43>,
<192,43,190>,
<5,0,2>,
<193,190,191>,
<193,191,97>,
<193,192,190>,
<193,97,98>,
<194,45,44>,
<194,44,192>,
<194,192,193>,
<195,193,98>,
<195,194,193>,
<195,98,99>,
<196,46,45>,
<196,45,194>,
<197,194,195>,
<197,195,99>,
<197,196,194>,
<197,99,100>,
<198,47,46>,
<198,196,197>,
<198,46,196>,
<199,197,100>,
<199,198,197>,
<199,100,101>,
<200,48,47>,
<200,47,198>,
<200,198,199>,
<201,101,102>,
<201,199,101>,
<201,200,199>,
<202,49,48>,
<202,48,200>,
<203,102,103>,
<203,201,102>,
<203,200,201>,
<203,202,200>,
<204,50,49>,
<204,51,50>,
<204,49,202>,
<205,103,104>,
<205,203,103>,
<205,202,203>,
<205,204,202>,
<206,51,204>,
<206,204,205>,
<207,104,105>,
<207,205,104>,
<207,206,205>,
<208,206,207>,
<208,52,51>,
<208,53,52>,
<208,51,206>,
<209,208,207>,
<209,105,106>,
<209,207,105>,
<210,53,208>,
<210,208,209>,
<210,54,53>,
<211,106,107>,
<211,209,106>,
<211,210,209>,
<212,54,210>,
<212,210,211>,
<213,107,108>,
<213,211,107>,
<213,212,211>,
<214,54,212>,
<214,55,54>,
<215,108,109>,
<215,212,213>,
<215,213,108>,
<215,214,212>,
<216,55,214>,
<216,56,55>,
<216,57,56>,
<217,109,110>,
<217,215,109>,
<217,216,214>,
<217,214,215>,
<218,112,4>,
<218,57,216>,
<218,216,217>,
<218,4,57>,
<219,110,111>,
<219,111,58>,
<219,113,112>,
<219,58,113>,
<219,217,110>,
<219,218,217>,
<219,112,218>,
<114,5,2>,
<115,2,3>,
<115,3,1>,
<115,114,2>,
<115,1,59>,
<116,6,5>,
<116,5,114>,
<117,114,115>,
<117,115,59>,
<117,59,60>,
<117,116,114>,
<118,7,6>,
<118,8,7>,
<118,6,116>,
<119,116,117>,
<119,117,60>,
<119,118,116>,
<119,60,61>,
<120,8,118>,
<120,118,119>,
<121,61,62>,
<121,119,61>,
<121,120,119>,
<122,9,8>,
<122,10,9>,
<122,120,121>,
<122,8,120>,
<123,122,121>,
<123,62,63>,
<123,121,62>,
<124,10,122>,
<124,122,123>,
<125,123,63>,
<125,63,64>,
<125,124,123>,
<126,11,10>,
<126,12,11>,
<126,10,124>,
<127,125,64>,
<127,124,125>,
<127,126,124>,
<127,64,65>,
<128,12,126>,
<128,126,127>,
<129,127,65>,
<129,65,66>,
<129,128,127>,
<130,13,12>,
<130,128,129>,
<130,12,128>,
<131,130,129>,
<131,66,67>,
<131,129,66>,
<132,14,13>,
<132,13,130>,
<132,130,131>,
<133,131,67>,
<133,132,131>,
<133,67,68>,
<134,15,14>,
<134,16,15>,
<134,14,132>,
<135,132,133>,
<135,133,68>,
<135,68,69>,
<135,134,132>,
<136,16,134>,
<136,134,135>,
<137,135,69>,
<137,136,135>,
<137,69,70>,
<138,17,16>,
<138,136,137>,
<138,16,136>,
<139,137,70>,
<139,138,137>,
<139,70,71>,
<140,18,17>,
<140,17,138>,
<141,139,71>,
<141,138,139>,
<141,140,138>,
<141,71,72>,
<142,18,140>,
<142,19,18>,
<142,20,19>,
<142,140,141>,
<143,141,72>,
<143,142,141>,
<143,72,73>,
<144,142,143>,
<144,21,20>,
<144,20,142>,
<145,143,73>,
<145,144,143>,
<145,73,74>,
<146,22,21>,
<146,21,144>,
<146,144,145>,
<147,146,145>,
<147,145,74>,
<147,74,75>,
<148,22,146>,
<148,146,147>,
<149,147,75>,
<149,148,147>,
<149,75,76>,
<150,23,22>,
<150,22,148>,
<150,148,149>,
<151,149,76>,
<151,76,77>,
<151,150,149>,
<152,24,23>,
<152,150,151>,
<152,23,150>,
<153,151,77>,
<153,77,78>,
<153,152,151>,
<154,25,24>,
<154,24,152>,
<155,154,152>,
<155,78,79>,
<155,153,78>,
<155,152,153>,
<156,25,154>,
<156,26,25>,
<156,154,155>,
<157,155,79>,
<157,156,155>,
<157,79,80>,
<158,27,26>,
<158,28,27>,
<158,26,156>,
<158,156,157>,
<159,158,157>,
<159,157,80>,
<159,80,81>,
<160,28,158>,
<160,158,159>,
<161,160,159>,
<161,159,81>,
<161,81,82>,
<162,29,28>,
<162,160,161>,
<162,28,160>,
<163,161,82>,
<163,162,161>,
<163,82,83>,
<164,30,29>,
<164,29,162>,
<164,162,163>,
<165,163,83>,
<165,164,163>,
<165,83,84>,
<166,30,164>,
<166,31,30>,
<167,166,164>,
<167,164,165>,
<167,165,84>,
<167,84,85>,
<168,32,31>,
<168,31,166>,
<168,166,167>,
<169,167,85>,
<169,85,86>,
<169,168,167>,
<170,33,32>,
<170,32,168>,
<170,168,169>,
<171,86,87>,
<171,169,86>,
<171,170,169>,
<172,34,33>,
<172,33,170>,
<172,170,171>,
<173,87,88>,
<173,171,87>,
<173,172,171>,
<174,35,34>,
<174,36,35>,
<174,34,172>,
<174,172,173>,
<175,174,173>,
<175,88,89>,
<175,173,88>,
<176,174,175>,
<176,36,174>,
<177,175,89>,
<177,176,175>,
<177,89,90>,
<178,176,177>,
<178,36,176>,
<178,37,36>,
<179,178,177>,
<179,177,90>,
<179,90,91>,
<180,37,178>,
<180,38,37>,
<180,178,179>,
<181,179,91>,
<181,180,179>,
<181,91,92>,
<182,180,181>,
<182,38,180>,
<182,39,38>,
<183,182,181>,
<183,181,92>,
<183,92,93>,
<184,39,182>,
<184,40,39>,
<184,41,40>,
<184,182,183>,
<185,183,93>,
<185,184,183>,
<185,93,94>,
<186,184,185>,
<186,41,184>,
<186,42,41>,
<187,186,185>,
<187,185,94>,
<187,94,95>,
<188,186,187>,
<188,42,186>,
<189,188,187>,
<189,187,95>,
<189,95,96>,
<190,43,42>,
}
} // end of Face2
// face number3 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
#declare Pov_Fillet0013 = mesh2{
vertex_vectors {
114,
<6.5,0.3,0>,
<6.5,19.7,0>,
<6.5,0.3,0>,
<6.45913,0.3,0.727769>,
<6.33703,0.3,1.44639>,
<6.13524,0.3,2.14681>,
<5.8563,0.3,2.82024>,
<5.50371,0.3,3.45821>,
<5.0819,0.3,4.05268>,
<4.59619,0.3,4.59619>,
<4.05268,0.3,5.0819>,
<3.45821,0.3,5.50371>,
<2.82024,0.3,5.8563>,
<2.14681,0.3,6.13524>,
<1.44639,0.3,6.33703>,
<0.727769,0.3,6.45913>,
<3.9801e-016,0.3,6.5>,
<-0.727769,0.3,6.45913>,
<-1.44639,0.3,6.33703>,
<-2.14681,0.3,6.13524>,
<-2.82024,0.3,5.8563>,
<-3.45821,0.3,5.50371>,
<-4.05268,0.3,5.0819>,
<-4.59619,0.3,4.59619>,
<-5.0819,0.3,4.05268>,
<-5.50371,0.3,3.45821>,
<-5.8563,0.3,2.82024>,
<-6.13524,0.3,2.14681>,
<-6.33703,0.3,1.44639>,
<-6.45913,0.3,0.727769>,
<-6.5,0.3,7.9602e-016>,
<-6.45913,0.3,-0.727769>,
<-6.33703,0.3,-1.44639>,
<-6.13524,0.3,-2.14681>,
<-5.8563,0.3,-2.82024>,
<-5.50371,0.3,-3.45821>,
<-5.0819,0.3,-4.05268>,
<-4.59619,0.3,-4.59619>,
<-4.05268,0.3,-5.0819>,
<-3.45821,0.3,-5.50371>,
<-2.82024,0.3,-5.8563>,
<-2.14681,0.3,-6.13524>,
<-1.44639,0.3,-6.33703>,
<-0.727769,0.3,-6.45913>,
<-1.19403e-015,0.3,-6.5>,
<0.727769,0.3,-6.45913>,
<1.44639,0.3,-6.33703>,
<2.14681,0.3,-6.13524>,
<2.82024,0.3,-5.8563>,
<3.45821,0.3,-5.50371>,
<4.05268,0.3,-5.0819>,
<4.59619,0.3,-4.59619>,
<5.0819,0.3,-4.05268>,
<5.50371,0.3,-3.45821>,
<5.8563,0.3,-2.82024>,
<6.13524,0.3,-2.14681>,
<6.33703,0.3,-1.44639>,
<6.45913,0.3,-0.727769>,
<6.5,19.7,0>,
<6.45913,19.7,0.727769>,
<6.33703,19.7,1.44639>,
<6.13524,19.7,2.14681>,
<5.8563,19.7,2.82024>,
<5.50371,19.7,3.45821>,
<5.0819,19.7,4.05268>,
<4.59619,19.7,4.59619>,
<4.05268,19.7,5.0819>,
<3.45821,19.7,5.50371>,
<2.82024,19.7,5.8563>,
<2.14681,19.7,6.13524>,
<1.44639,19.7,6.33703>,
<0.727769,19.7,6.45913>,
<3.9801e-016,19.7,6.5>,
<-0.727769,19.7,6.45913>,
<-1.44639,19.7,6.33703>,
<-2.14681,19.7,6.13524>,
<-2.82024,19.7,5.8563>,
<-3.45821,19.7,5.50371>,
<-4.05268,19.7,5.0819>,
<-4.59619,19.7,4.59619>,
<-5.0819,19.7,4.05268>,
<-5.50371,19.7,3.45821>,
<-5.8563,19.7,2.82024>,
<-6.13524,19.7,2.14681>,
<-6.33703,19.7,1.44639>,
<-6.45913,19.7,0.727769>,
<-6.5,19.7,7.9602e-016>,
<-6.45913,19.7,-0.727769>,
<-6.33703,19.7,-1.44639>,
<-6.13524,19.7,-2.14681>,
<-5.8563,19.7,-2.82024>,
<-5.50371,19.7,-3.45821>,
<-5.0819,19.7,-4.05268>,
<-4.59619,19.7,-4.59619>,
<-4.05268,19.7,-5.0819>,
<-3.45821,19.7,-5.50371>,
<-2.82024,19.7,-5.8563>,
<-2.14681,19.7,-6.13524>,
<-1.44639,19.7,-6.33703>,
<-0.727769,19.7,-6.45913>,
<-1.19403e-015,19.7,-6.5>,
<0.727769,19.7,-6.45913>,
<1.44639,19.7,-6.33703>,
<2.14681,19.7,-6.13524>,
<2.82024,19.7,-5.8563>,
<3.45821,19.7,-5.50371>,
<4.05268,19.7,-5.0819>,
<4.59619,19.7,-4.59619>,
<5.0819,19.7,-4.05268>,
<5.50371,19.7,-3.45821>,
<5.8563,19.7,-2.82024>,
<6.13524,19.7,-2.14681>,
<6.33703,19.7,-1.44639>,
<6.45913,19.7,-0.727769>,
}
normal_vectors {
114,
<1,0,0>,
<1,0,0>,
<1,0,0>,
<0.993712,-0,0.111964>,
<0.974928,-0,0.222521>,
<0.943883,-0,0.330279>,
<0.900969,-0,0.433884>,
<0.846724,-0,0.532032>,
<0.781831,-0,0.62349>,
<0.707107,-0,0.707107>,
<0.62349,-0,0.781831>,
<0.532032,-0,0.846724>,
<0.433884,-0,0.900969>,
<0.330279,-0,0.943883>,
<0.222521,-0,0.974928>,
<0.111964,-0,0.993712>,
<6.12323e-017,-0,1>,
<-0.111964,0,0.993712>,
<-0.222521,0,0.974928>,
<-0.330279,0,0.943883>,
<-0.433884,0,0.900969>,
<-0.532032,0,0.846724>,
<-0.62349,0,0.781831>,
<-0.707107,0,0.707107>,
<-0.781831,0,0.62349>,
<-0.846724,0,0.532032>,
<-0.900969,0,0.433884>,
<-0.943883,0,0.330279>,
<-0.974928,0,0.222521>,
<-0.993712,0,0.111964>,
<-1,0,1.22465e-016>,
<-0.993712,0,-0.111964>,
<-0.974928,0,-0.222521>,
<-0.943883,0,-0.330279>,
<-0.900969,0,-0.433884>,
<-0.846724,0,-0.532032>,
<-0.781831,0,-0.62349>,
<-0.707107,0,-0.707107>,
<-0.62349,0,-0.781831>,
<-0.532032,0,-0.846724>,
<-0.433884,0,-0.900969>,
<-0.330279,0,-0.943883>,
<-0.222521,0,-0.974928>,
<-0.111964,0,-0.993712>,
<-1.83697e-016,0,-1>,
<0.111964,0,-0.993712>,
<0.222521,0,-0.974928>,
<0.330279,0,-0.943883>,
<0.433884,0,-0.900969>,
<0.532032,0,-0.846724>,
<0.62349,0,-0.781831>,
<0.707107,0,-0.707107>,
<0.781831,0,-0.62349>,
<0.846724,0,-0.532032>,
<0.900969,0,-0.433884>,
<0.943883,0,-0.330279>,
<0.974928,0,-0.222521>,
<0.993712,0,-0.111964>,
<1,0,0>,
<0.993712,-0,0.111964>,
<0.974928,-0,0.222521>,
<0.943883,-0,0.330279>,
<0.900969,-0,0.433884>,
<0.846724,-0,0.532032>,
<0.781831,-0,0.62349>,
<0.707107,-0,0.707107>,
<0.62349,-0,0.781831>,
<0.532032,-0,0.846724>,
<0.433884,-0,0.900969>,
<0.330279,-0,0.943883>,
<0.222521,-0,0.974928>,
<0.111964,-0,0.993712>,
<6.12323e-017,-0,1>,
<-0.111964,0,0.993712>,
<-0.222521,0,0.974928>,
<-0.330279,0,0.943883>,
<-0.433884,0,0.900969>,
<-0.532032,0,0.846724>,
<-0.62349,0,0.781831>,
<-0.707107,0,0.707107>,
<-0.781831,0,0.62349>,
<-0.846724,0,0.532032>,
<-0.900969,0,0.433884>,
<-0.943883,0,0.330279>,
<-0.974928,0,0.222521>,
<-0.993712,0,0.111964>,
<-1,0,1.22465e-016>,
<-0.993712,0,-0.111964>,
<-0.974928,0,-0.222521>,
<-0.943883,0,-0.330279>,
<-0.900969,0,-0.433884>,
<-0.846724,0,-0.532032>,
<-0.781831,0,-0.62349>,
<-0.707107,0,-0.707107>,
<-0.62349,0,-0.781831>,
<-0.532032,0,-0.846724>,
<-0.433884,0,-0.900969>,
<-0.330279,0,-0.943883>,
<-0.222521,0,-0.974928>,
<-0.111964,0,-0.993712>,
<-1.83697e-016,0,-1>,
<0.111964,0,-0.993712>,
<0.222521,0,-0.974928>,
<0.330279,0,-0.943883>,
<0.433884,0,-0.900969>,
<0.532032,0,-0.846724>,
<0.62349,0,-0.781831>,
<0.707107,0,-0.707107>,
<0.781831,0,-0.62349>,
<0.846724,0,-0.532032>,
<0.900969,0,-0.433884>,
<0.943883,0,-0.330279>,
<0.974928,0,-0.222521>,
<0.993712,0,-0.111964>,
}
face_indices {
112,
<59,3,2>,
<59,2,58>,
<60,4,3>,
<60,3,59>,
<61,5,4>,
<61,6,5>,
<61,4,60>,
<62,6,61>,
<63,7,6>,
<63,6,62>,
<64,8,7>,
<64,9,8>,
<64,7,63>,
<65,9,64>,
<66,10,9>,
<66,9,65>,
<67,11,10>,
<67,10,66>,
<68,12,11>,
<68,11,67>,
<69,13,12>,
<69,12,68>,
<70,14,13>,
<70,13,69>,
<71,15,14>,
<71,16,15>,
<71,14,70>,
<72,16,71>,
<73,17,16>,
<73,16,72>,
<74,18,17>,
<74,17,73>,
<75,19,18>,
<75,18,74>,
<76,20,19>,
<76,19,75>,
<77,21,20>,
<77,20,76>,
<78,22,21>,
<78,21,77>,
<79,23,22>,
<79,22,78>,
<80,23,79>,
<80,24,23>,
<81,24,80>,
<81,25,24>,
<82,25,81>,
<82,26,25>,
<83,26,82>,
<83,27,26>,
<84,27,83>,
<84,28,27>,
<85,28,84>,
<85,29,28>,
<85,30,29>,
<86,30,85>,
<87,31,30>,
<87,30,86>,
<88,32,31>,
<88,31,87>,
<89,33,32>,
<89,32,88>,
<90,34,33>,
<90,33,89>,
<91,35,34>,
<91,34,90>,
<92,36,35>,
<92,35,91>,
<93,37,36>,
<93,36,92>,
<94,38,37>,
<94,37,93>,
<95,39,38>,
<95,38,94>,
<96,40,39>,
<96,39,95>,
<97,41,40>,
<97,40,96>,
<98,41,97>,
<98,42,41>,
<99,43,42>,
<99,42,98>,
<100,44,43>,
<100,43,99>,
<101,45,44>,
<101,44,100>,
<102,46,45>,
<102,45,101>,
<103,47,46>,
<103,46,102>,
<104,47,103>,
<104,48,47>,
<105,48,104>,
<105,49,48>,
<106,49,105>,
<106,50,49>,
<107,50,106>,
<107,51,50>,
<108,51,107>,
<108,52,51>,
<109,52,108>,
<109,53,52>,
<110,53,109>,
<110,54,53>,
<111,54,110>,
<111,55,54>,
<112,55,111>,
<112,56,55>,
<113,56,112>,
<113,57,56>,
<113,0,57>,
<1,0,113>,
}
} // end of Face3
// face number4 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
#declare Pov_Fillet0014 = mesh2{
vertex_vectors {
104,
<6.13787,20,-3.75836e-016>,
<6.09637,20,0.712563>,
<5.97242,20,1.41549>,
<5.76771,20,2.09927>,
<5.485,20,2.75467>,
<5.12811,20,3.37281>,
<4.70188,20,3.94535>,
<4.21206,20,4.46452>,
<3.66528,20,4.92333>,
<3.06893,20,5.31555>,
<2.43109,20,5.63589>,
<1.76036,20,5.88001>,
<1.06583,20,6.04462>,
<0.356885,20,6.12748>,
<-0.356885,20,6.12748>,
<-1.06583,20,6.04462>,
<-1.76036,20,5.88001>,
<-2.43109,20,5.63589>,
<-3.06893,20,5.31555>,
<-3.66528,20,4.92333>,
<-4.21206,20,4.46452>,
<-4.70188,20,3.94535>,
<-5.12811,20,3.37281>,
<-5.485,20,2.75467>,
<-5.76771,20,2.09927>,
<-5.97242,20,1.41549>,
<-6.09637,20,0.712563>,
<-6.13787,20,1.12751e-015>,
<-6.09637,20,-0.712563>,
<-5.97242,20,-1.41549>,
<-5.76771,20,-2.09927>,
<-5.485,20,-2.75467>,
<-5.12811,20,-3.37281>,
<-4.70188,20,-3.94535>,
<-4.21206,20,-4.46452>,
<-3.66528,20,-4.92333>,
<-3.06893,20,-5.31555>,
<-2.43109,20,-5.63589>,
<-1.76036,20,-5.88001>,
<-1.06583,20,-6.04462>,
<-0.356885,20,-6.12748>,
<0.356885,20,-6.12748>,
<1.06583,20,-6.04462>,
<1.76036,20,-5.88001>,
<2.43109,20,-5.63589>,
<3.06893,20,-5.31555>,
<3.66528,20,-4.92333>,
<4.21206,20,-4.46452>,
<4.70188,20,-3.94535>,
<5.12811,20,-3.37281>,
<5.485,20,-2.75467>,
<5.76771,20,-2.09927>,
<5.97242,20,-1.41549>,
<6.09637,20,-0.712563>,
<5.15,20,0>,
<5.10939,20,0.645466>,
<4.9882,20,1.28075>,
<4.78835,20,1.89584>,
<4.51298,20,2.48103>,
<4.16644,20,3.02709>,
<3.75419,20,3.52542>,
<3.28273,20,3.96814>,
<2.75951,20,4.34829>,
<2.19276,20,4.65986>,
<1.59144,20,4.89794>,
<0.965014,20,5.05878>,
<0.323371,20,5.13984>,
<-0.323371,20,5.13984>,
<-0.965014,20,5.05878>,
<-1.59144,20,4.89794>,
<-2.19276,20,4.65986>,
<-2.75951,20,4.34829>,
<-3.28273,20,3.96814>,
<-3.75419,20,3.52542>,
<-4.16644,20,3.02709>,
<-4.51298,20,2.48103>,
<-4.78835,20,1.89584>,
<-4.9882,20,1.28075>,
<-5.10939,20,0.645466>,
<-5.15,20,5.20481e-015>,
<-5.10939,20,-0.645466>,
<-4.9882,20,-1.28075>,
<-4.78835,20,-1.89584>,
<-4.51298,20,-2.48103>,
<-4.16644,20,-3.02709>,
<-3.75419,20,-3.52542>,
<-3.28273,20,-3.96814>,
<-2.75951,20,-4.34829>,
<-2.19276,20,-4.65986>,
<-1.59144,20,-4.89794>,
<-0.965014,20,-5.05878>,
<-0.323371,20,-5.13984>,
<0.323371,20,-5.13984>,
<0.965014,20,-5.05878>,
<1.59144,20,-4.89794>,
<2.19276,20,-4.65986>,
<2.75951,20,-4.34829>,
<3.28273,20,-3.96814>,
<3.75419,20,-3.52542>,
<4.16644,20,-3.02709>,
<4.51298,20,-2.48103>,
<4.78835,20,-1.89584>,
<4.9882,20,-1.28075>,
<5.10939,20,-0.645466>,
}
normal_vectors {
104,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
}
face_indices {
104,
<85,34,33>,
<86,34,85>,
<86,35,34>,
<84,85,33>,
<84,33,32>,
<87,35,86>,
<87,36,35>,
<83,32,31>,
<83,84,32>,
<88,36,87>,
<88,37,36>,
<82,31,30>,
<82,83,31>,
<89,37,88>,
<89,38,37>,
<81,30,29>,
<81,82,30>,
<90,39,38>,
<90,38,89>,
<80,29,28>,
<80,81,29>,
<91,40,39>,
<91,41,40>,
<91,39,90>,
<79,27,26>,
<79,28,27>,
<79,80,28>,
<92,42,41>,
<92,41,91>,
<78,26,25>,
<78,79,26>,
<93,43,42>,
<93,42,92>,
<77,78,25>,
<24,77,25>,
<94,43,93>,
<44,43,94>,
<76,77,24>,
<23,76,24>,
<95,44,94>,
<45,44,95>,
<75,76,23>,
<22,75,23>,
<96,45,95>,
<46,45,96>,
<74,75,22>,
<21,74,22>,
<97,46,96>,
<47,46,97>,
<73,74,21>,
<98,47,97>,
<20,73,21>,
<72,73,20>,
<48,47,98>,
<99,48,98>,
<19,72,20>,
<71,72,19>,
<49,48,99>,
<100,49,99>,
<18,71,19>,
<70,71,18>,
<50,49,100>,
<101,50,100>,
<17,70,18>,
<69,70,17>,
<51,50,101>,
<102,51,101>,
<16,69,17>,
<16,68,69>,
<52,102,103>,
<52,51,102>,
<15,68,16>,
<15,67,68>,
<53,103,54>,
<53,52,103>,
<14,67,15>,
<14,66,67>,
<0,53,54>,
<13,66,14>,
<1,54,55>,
<1,0,54>,
<12,65,66>,
<12,66,13>,
<2,55,56>,
<2,1,55>,
<11,64,65>,
<11,65,12>,
<3,56,57>,
<3,2,56>,
<10,63,64>,
<10,64,11>,
<4,57,58>,
<4,3,57>,
<9,62,63>,
<9,63,10>,
<5,58,59>,
<5,4,58>,
<8,62,9>,
<8,61,62>,
<6,5,59>,
<6,59,60>,
<7,61,8>,
<7,6,60>,
<7,60,61>,
}
} // end of Face4
// face number5 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
#declare Pov_Fillet0015 = mesh2{
vertex_vectors {
112,
<6.5,0.3,0>,
<6.2,0,0>,
<6.5,0.3,0>,
<6.45913,0.3,0.727769>,
<6.33703,0.3,1.44639>,
<6.13524,0.3,2.14681>,
<5.8563,0.3,2.82024>,
<5.50371,0.3,3.45821>,
<5.0819,0.3,4.05268>,
<4.59619,0.3,4.59619>,
<4.05268,0.3,5.0819>,
<3.45821,0.3,5.50371>,
<2.82024,0.3,5.8563>,
<2.14681,0.3,6.13524>,
<1.44639,0.3,6.33703>,
<0.727769,0.3,6.45913>,
<3.9801e-016,0.3,6.5>,
<-0.727769,0.3,6.45913>,
<-1.44639,0.3,6.33703>,
<-2.14681,0.3,6.13524>,
<-2.82024,0.3,5.8563>,
<-3.45821,0.3,5.50371>,
<-4.05268,0.3,5.0819>,
<-4.59619,0.3,4.59619>,
<-5.0819,0.3,4.05268>,
<-5.50371,0.3,3.45821>,
<-5.8563,0.3,2.82024>,
<-6.13524,0.3,2.14681>,
<-6.33703,0.3,1.44639>,
<-6.45913,0.3,0.727769>,
<-6.5,0.3,7.9602e-016>,
<-6.45913,0.3,-0.727769>,
<-6.33703,0.3,-1.44639>,
<-6.13524,0.3,-2.14681>,
<-5.8563,0.3,-2.82024>,
<-5.50371,0.3,-3.45821>,
<-5.0819,0.3,-4.05268>,
<-4.59619,0.3,-4.59619>,
<-4.05268,0.3,-5.0819>,
<-3.45821,0.3,-5.50371>,
<-2.82024,0.3,-5.8563>,
<-2.14681,0.3,-6.13524>,
<-1.44639,0.3,-6.33703>,
<-0.727769,0.3,-6.45913>,
<-1.19403e-015,0.3,-6.5>,
<0.727769,0.3,-6.45913>,
<1.44639,0.3,-6.33703>,
<2.14681,0.3,-6.13524>,
<2.82024,0.3,-5.8563>,
<3.45821,0.3,-5.50371>,
<4.05268,0.3,-5.0819>,
<4.59619,0.3,-4.59619>,
<5.0819,0.3,-4.05268>,
<5.50371,0.3,-3.45821>,
<5.8563,0.3,-2.82024>,
<6.13524,0.3,-2.14681>,
<6.33703,0.3,-1.44639>,
<6.45913,0.3,-0.727769>,
<6.2,0,0>,
<6.15808,0,0.719776>,
<6.03288,0,1.42982>,
<5.82609,0,2.12052>,
<5.54052,0,2.78255>,
<5.18002,0,3.40696>,
<4.74948,0,3.98528>,
<4.2547,0,4.50972>,
<3.70238,0,4.97316>,
<3.1,0,5.36936>,
<2.45569,0,5.69294>,
<1.77818,0,5.93954>,
<1.07662,0,6.10581>,
<0.360498,0,6.18951>,
<-0.360498,0,6.18951>,
<-1.07662,0,6.10581>,
<-1.77818,0,5.93954>,
<-2.45569,0,5.69294>,
<-3.1,0,5.36936>,
<-3.70238,0,4.97316>,
<-4.2547,0,4.50972>,
<-4.74948,0,3.98528>,
<-5.18002,0,3.40696>,
<-5.54052,0,2.78255>,
<-5.82609,0,2.12052>,
<-6.03288,0,1.42982>,
<-6.15808,0,0.719776>,
<-6.2,0,7.59281e-016>,
<-6.15808,0,-0.719776>,
<-6.03288,0,-1.42982>,
<-5.82609,0,-2.12052>,
<-5.54052,0,-2.78255>,
<-5.18002,0,-3.40696>,
<-4.74948,0,-3.98528>,
<-4.2547,0,-4.50972>,
<-3.70238,0,-4.97316>,
<-3.1,0,-5.36936>,
<-2.45569,0,-5.69294>,
<-1.77818,0,-5.93954>,
<-1.07662,0,-6.10581>,
<-0.360498,0,-6.18951>,
<0.360498,0,-6.18951>,
<1.07662,0,-6.10581>,
<1.77818,0,-5.93954>,
<2.45569,0,-5.69294>,
<3.1,0,-5.36936>,
<3.70238,0,-4.97316>,
<4.2547,0,-4.50972>,
<4.74948,0,-3.98528>,
<5.18002,0,-3.40696>,
<5.54052,0,-2.78255>,
<5.82609,0,-2.12052>,
<6.03288,0,-1.42982>,
<6.15808,0,-0.719776>,
}
normal_vectors {
112,
<0.707107,-0.707107,-0>,
<0.707107,-0.707107,-0>,
<0.707107,-0.707107,-0>,
<0.702661,-0.707107,0.0791708>,
<0.689378,-0.707107,0.157346>,
<0.667426,-0.707107,0.233543>,
<0.637081,-0.707107,0.306802>,
<0.598724,-0.707107,0.376203>,
<0.552838,-0.707107,0.440874>,
<0.5,-0.707107,0.5>,
<0.440874,-0.707107,0.552838>,
<0.376203,-0.707107,0.598724>,
<0.306802,-0.707107,0.637081>,
<0.233543,-0.707107,0.667426>,
<0.157346,-0.707107,0.689378>,
<0.0791708,-0.707107,0.702661>,
<4.32978e-017,-0.707107,0.707107>,
<-0.0791708,-0.707107,0.702661>,
<-0.157346,-0.707107,0.689378>,
<-0.233543,-0.707107,0.667426>,
<-0.306802,-0.707107,0.637081>,
<-0.376203,-0.707107,0.598724>,
<-0.440874,-0.707107,0.552838>,
<-0.5,-0.707107,0.5>,
<-0.552838,-0.707107,0.440874>,
<-0.598724,-0.707107,0.376203>,
<-0.637081,-0.707107,0.306802>,
<-0.667426,-0.707107,0.233543>,
<-0.689378,-0.707107,0.157346>,
<-0.702661,-0.707107,0.0791708>,
<-0.707107,-0.707107,8.65956e-017>,
<-0.702661,-0.707107,-0.0791708>,
<-0.689378,-0.707107,-0.157346>,
<-0.667426,-0.707107,-0.233543>,
<-0.637081,-0.707107,-0.306802>,
<-0.598724,-0.707107,-0.376203>,
<-0.552838,-0.707107,-0.440874>,
<-0.5,-0.707107,-0.5>,
<-0.440874,-0.707107,-0.552838>,
<-0.376203,-0.707107,-0.598724>,
<-0.306802,-0.707107,-0.637081>,
<-0.233543,-0.707107,-0.667426>,
<-0.157346,-0.707107,-0.689378>,
<-0.0791708,-0.707107,-0.702661>,
<-1.29893e-016,-0.707107,-0.707107>,
<0.0791708,-0.707107,-0.702661>,
<0.157346,-0.707107,-0.689378>,
<0.233543,-0.707107,-0.667426>,
<0.306802,-0.707107,-0.637081>,
<0.376203,-0.707107,-0.598724>,
<0.440874,-0.707107,-0.552838>,
<0.5,-0.707107,-0.5>,
<0.552838,-0.707107,-0.440874>,
<0.598724,-0.707107,-0.376203>,
<0.637081,-0.707107,-0.306802>,
<0.667426,-0.707107,-0.233543>,
<0.689378,-0.707107,-0.157346>,
<0.702661,-0.707107,-0.0791708>,
<0.707107,-0.707107,-0>,
<0.702326,-0.707107,0.0820901>,
<0.688047,-0.707107,0.16307>,
<0.664463,-0.707107,0.241845>,
<0.631894,-0.707107,0.317349>,
<0.590779,-0.707107,0.388562>,
<0.541675,-0.707107,0.454519>,
<0.485246,-0.707107,0.514331>,
<0.422255,-0.707107,0.567187>,
<0.353553,-0.707107,0.612372>,
<0.280071,-0.707107,0.649277>,
<0.202801,-0.707107,0.677401>,
<0.122788,-0.707107,0.696364>,
<0.0411146,-0.707107,0.70591>,
<-0.0411146,-0.707107,0.70591>,
<-0.122788,-0.707107,0.696364>,
<-0.202801,-0.707107,0.677401>,
<-0.280071,-0.707107,0.649277>,
<-0.353553,-0.707107,0.612372>,
<-0.422255,-0.707107,0.567187>,
<-0.485246,-0.707107,0.514331>,
<-0.541675,-0.707107,0.454519>,
<-0.590779,-0.707107,0.388562>,
<-0.631894,-0.707107,0.317349>,
<-0.664463,-0.707107,0.241845>,
<-0.688047,-0.707107,0.16307>,
<-0.702326,-0.707107,0.0820901>,
<-0.707107,-0.707107,8.65956e-017>,
<-0.702326,-0.707107,-0.0820901>,
<-0.688047,-0.707107,-0.16307>,
<-0.664463,-0.707107,-0.241845>,
<-0.631894,-0.707107,-0.317349>,
<-0.590779,-0.707107,-0.388562>,
<-0.541675,-0.707107,-0.454519>,
<-0.485246,-0.707107,-0.514331>,
<-0.422255,-0.707107,-0.567187>,
<-0.353553,-0.707107,-0.612372>,
<-0.280071,-0.707107,-0.649277>,
<-0.202801,-0.707107,-0.677401>,
<-0.122788,-0.707107,-0.696364>,
<-0.0411146,-0.707107,-0.70591>,
<0.0411146,-0.707107,-0.70591>,
<0.122788,-0.707107,-0.696364>,
<0.202801,-0.707107,-0.677401>,
<0.280071,-0.707107,-0.649277>,
<0.353553,-0.707107,-0.612372>,
<0.422255,-0.707107,-0.567187>,
<0.485246,-0.707107,-0.514331>,
<0.541675,-0.707107,-0.454519>,
<0.590779,-0.707107,-0.388562>,
<0.631894,-0.707107,-0.317349>,
<0.664463,-0.707107,-0.241845>,
<0.688047,-0.707107,-0.16307>,
<0.702326,-0.707107,-0.0820901>,
}
face_indices {
110,
<1,0,3>,
<1,3,59>,
<59,3,4>,
<59,4,60>,
<60,4,5>,
<60,5,61>,
<61,5,6>,
<61,6,62>,
<62,6,7>,
<62,7,63>,
<63,7,8>,
<63,8,64>,
<64,8,9>,
<64,9,65>,
<65,9,10>,
<65,10,66>,
<66,10,11>,
<66,11,67>,
<67,11,12>,
<67,12,68>,
<68,12,13>,
<13,14,69>,
<68,13,69>,
<14,15,70>,
<69,14,70>,
<15,16,71>,
<70,15,71>,
<16,17,72>,
<71,16,72>,
<17,18,73>,
<72,17,73>,
<18,19,74>,
<73,18,74>,
<19,20,75>,
<74,19,75>,
<20,21,76>,
<75,20,76>,
<21,22,77>,
<76,21,77>,
<22,23,78>,
<77,22,78>,
<23,24,79>,
<78,23,79>,
<79,24,80>,
<24,25,80>,
<80,25,81>,
<25,26,81>,
<81,26,82>,
<26,27,82>,
<82,27,83>,
<27,28,83>,
<83,28,84>,
<28,29,84>,
<84,29,85>,
<29,30,85>,
<85,30,31>,
<85,31,86>,
<86,31,32>,
<86,32,87>,
<87,32,33>,
<87,33,88>,
<88,33,34>,
<88,34,89>,
<89,34,35>,
<89,35,90>,
<90,35,36>,
<90,36,91>,
<91,36,37>,
<91,37,92>,
<92,37,38>,
<92,38,93>,
<93,38,39>,
<93,39,94>,
<94,39,40>,
<94,40,95>,
<95,40,41>,
<41,42,96>,
<95,41,96>,
<42,43,97>,
<96,42,97>,
<43,44,98>,
<97,43,98>,
<44,45,99>,
<98,44,99>,
<45,46,100>,
<99,45,100>,
<46,47,101>,
<100,46,101>,
<47,48,102>,
<101,47,102>,
<48,49,103>,
<102,48,103>,
<103,49,104>,
<49,50,104>,
<50,51,105>,
<104,50,105>,
<105,51,106>,
<51,52,106>,
<106,52,107>,
<52,53,107>,
<107,53,108>,
<53,54,108>,
<108,54,109>,
<54,55,109>,
<109,55,110>,
<55,56,110>,
<110,56,111>,
<56,57,111>,
<111,57,58>,
<57,2,58>,
}
} // end of Face5
// face number6 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
#declare Pov_Fillet0016 = mesh2{
vertex_vectors {
332,
<5.15,20,0>,
<5,19.85,0>,
<5.11118,19.9949,0>,
<5.075,19.9799,0>,
<5.04393,19.9561,0>,
<5.0201,19.925,0>,
<5.00511,19.8888,0>,
<5.15,20,0>,
<5.10939,20,0.645466>,
<4.9882,20,1.28075>,
<4.78835,20,1.89584>,
<4.51298,20,2.48103>,
<4.16644,20,3.02709>,
<3.75419,20,3.52542>,
<3.28273,20,3.96814>,
<2.75951,20,4.34829>,
<2.19276,20,4.65986>,
<1.59144,20,4.89794>,
<0.965014,20,5.05878>,
<0.323371,20,5.13984>,
<-0.323371,20,5.13984>,
<-0.965014,20,5.05878>,
<-1.59144,20,4.89794>,
<-2.19276,20,4.65986>,
<-2.75951,20,4.34829>,
<-3.28273,20,3.96814>,
<-3.75419,20,3.52542>,
<-4.16644,20,3.02709>,
<-4.51298,20,2.48103>,
<-4.78835,20,1.89584>,
<-4.9882,20,1.28075>,
<-5.10939,20,0.645466>,
<-5.15,20,5.20481e-015>,
<-5.10939,20,-0.645466>,
<-4.9882,20,-1.28075>,
<-4.78835,20,-1.89584>,
<-4.51298,20,-2.48103>,
<-4.16644,20,-3.02709>,
<-3.75419,20,-3.52542>,
<-3.28273,20,-3.96814>,
<-2.75951,20,-4.34829>,
<-2.19276,20,-4.65986>,
<-1.59144,20,-4.89794>,
<-0.965014,20,-5.05878>,
<-0.323371,20,-5.13984>,
<0.323371,20,-5.13984>,
<0.965014,20,-5.05878>,
<1.59144,20,-4.89794>,
<2.19276,20,-4.65986>,
<2.75951,20,-4.34829>,
<3.28273,20,-3.96814>,
<3.75419,20,-3.52542>,
<4.16644,20,-3.02709>,
<4.51298,20,-2.48103>,
<4.78835,20,-1.89584>,
<4.9882,20,-1.28075>,
<5.10939,20,-0.645466>,
<5,19.85,0>,
<4.84292,19.85,1.24345>,
<4.38153,19.85,2.40877>,
<3.64484,19.85,3.42274>,
<2.67913,19.85,4.22164>,
<1.54508,19.85,4.75528>,
<0.313953,19.85,4.99013>,
<-0.936907,19.85,4.91144>,
<-2.1289,19.85,4.52414>,
<-3.18712,19.85,3.85257>,
<-4.04508,19.85,2.93893>,
<-4.64888,19.85,1.84062>,
<-4.96057,19.85,0.626666>,
<-4.96057,19.85,-0.626666>,
<-4.64888,19.85,-1.84062>,
<-4.04508,19.85,-2.93893>,
<-3.18712,19.85,-3.85257>,
<-2.1289,19.85,-4.52414>,
<-0.936907,19.85,-4.91144>,
<0.313953,19.85,-4.99013>,
<1.54508,19.85,-4.75528>,
<2.67913,19.85,-4.22164>,
<3.64484,19.85,-3.42274>,
<4.38153,19.85,-2.40877>,
<4.84292,19.85,-1.24345>,
<5.11118,19.9949,0>,
<5.075,19.9799,0>,
<5.04393,19.9561,0>,
<5.0201,19.925,0>,
<5.00511,19.8888,0>,
<5.07087,19.9949,0.6406>,
<5.03498,19.9799,0.636066>,
<5.00416,19.9561,0.632173>,
<4.9506,19.9949,1.2711>,
<4.98051,19.925,0.629185>,
<4.91556,19.9799,1.2621>,
<4.96564,19.8888,0.627307>,
<4.88547,19.9561,1.25438>,
<4.75225,19.9949,1.88155>,
<4.86238,19.925,1.24845>,
<4.71862,19.9799,1.86823>,
<4.84787,19.8888,1.24472>,
<4.68973,19.9561,1.8568>,
<4.47896,19.9949,2.46233>,
<4.66757,19.925,1.84802>,
<4.44726,19.9799,2.4449>,
<4.65363,19.8888,1.8425>,
<4.42003,19.9561,2.42993>,
<4.13503,19.9949,3.00427>,
<4.39914,19.925,2.41845>,
<4.10576,19.9799,2.98301>,
<4.38601,19.8888,2.41123>,
<4.08063,19.9561,2.96475>,
<3.72589,19.9949,3.49884>,
<4.06134,19.925,2.95074>,
<3.69952,19.9799,3.47408>,
<4.04922,19.8888,2.94193>,
<3.67687,19.9561,3.45281>,
<3.25799,19.9949,3.93823>,
<3.65949,19.925,3.43649>,
<3.23493,19.9799,3.91035>,
<3.64857,19.8888,3.42623>,
<3.21512,19.9561,3.88642>,
<2.73871,19.9949,4.31551>,
<3.19993,19.925,3.86805>,
<2.71932,19.9799,4.28496>,
<3.19038,19.8888,3.8565>,
<2.70267,19.9561,4.25873>,
<2.17623,19.9949,4.62473>,
<2.6899,19.925,4.23861>,
<2.16083,19.9799,4.592>,
<2.68187,19.8888,4.22596>,
<2.1476,19.9561,4.56389>,
<1.57944,19.9949,4.86102>,
<2.13745,19.925,4.54232>,
<1.56826,19.9799,4.82661>,
<2.13107,19.8888,4.52876>,
<1.55866,19.9561,4.79707>,
<0.957739,19.9949,5.02064>,
<1.5513,19.925,4.77439>,
<0.95096,19.9799,4.98511>,
<1.54666,19.8888,4.76014>,
<0.945139,19.9561,4.95459>,
<0.320933,19.9949,5.10109>,
<0.940672,19.925,4.93118>,
<0.318662,19.9799,5.06499>,
<0.937864,19.8888,4.91646>,
<0.316711,19.9561,5.03398>,
<-0.320933,19.9949,5.10109>,
<0.315214,19.925,5.01019>,
<-0.318662,19.9799,5.06499>,
<0.314274,19.8888,4.99523>,
<-0.316711,19.9561,5.03398>,
<-0.957739,19.9949,5.02064>,
<-0.315214,19.925,5.01019>,
<-0.95096,19.9799,4.98511>,
<-0.314274,19.8888,4.99523>,
<-0.945139,19.9561,4.95459>,
<-1.57944,19.9949,4.86102>,
<-0.940672,19.925,4.93118>,
<-1.56826,19.9799,4.82661>,
<-0.937864,19.8888,4.91646>,
<-1.55866,19.9561,4.79707>,
<-2.17623,19.9949,4.62473>,
<-1.5513,19.925,4.77439>,
<-2.16083,19.9799,4.592>,
<-1.54666,19.8888,4.76014>,
<-2.1476,19.9561,4.56389>,
<-2.73871,19.9949,4.31551>,
<-2.13745,19.925,4.54232>,
<-2.71932,19.9799,4.28496>,
<-2.13107,19.8888,4.52876>,
<-2.70267,19.9561,4.25873>,
<-3.25799,19.9949,3.93823>,
<-2.6899,19.925,4.23861>,
<-3.23493,19.9799,3.91035>,
<-2.68187,19.8888,4.22596>,
<-3.21512,19.9561,3.88642>,
<-3.72589,19.9949,3.49884>,
<-3.19993,19.925,3.86805>,
<-3.69952,19.9799,3.47408>,
<-3.19038,19.8888,3.8565>,
<-3.67687,19.9561,3.45281>,
<-4.13503,19.9949,3.00427>,
<-3.65949,19.925,3.43649>,
<-4.10576,19.9799,2.98301>,
<-3.64857,19.8888,3.42623>,
<-4.08063,19.9561,2.96475>,
<-4.47896,19.9949,2.46233>,
<-4.06134,19.925,2.95074>,
<-4.44726,19.9799,2.4449>,
<-4.04922,19.8888,2.94193>,
<-4.42003,19.9561,2.42993>,
<-4.75225,19.9949,1.88155>,
<-4.39914,19.925,2.41845>,
<-4.71862,19.9799,1.86823>,
<-4.38601,19.8888,2.41123>,
<-4.68973,19.9561,1.8568>,
<-4.9506,19.9949,1.2711>,
<-4.66757,19.925,1.84802>,
<-4.91556,19.9799,1.2621>,
<-4.65363,19.8888,1.8425>,
<-4.88547,19.9561,1.25438>,
<-5.07087,19.9949,0.6406>,
<-4.86238,19.925,1.24845>,
<-5.03498,19.9799,0.636066>,
<-4.84787,19.8888,1.24472>,
<-5.00416,19.9561,0.632173>,
<-5.11118,19.9949,0>,
<-4.98051,19.925,0.629185>,
<-5.075,19.9799,0>,
<-4.96564,19.8888,0.627307>,
<-5.04393,19.9561,0>,
<-5.07087,19.9949,-0.6406>,
<-5.0201,19.925,0>,
<-5.03498,19.9799,-0.636066>,
<-5.00511,19.8888,0>,
<-5.00416,19.9561,-0.632173>,
<-4.9506,19.9949,-1.2711>,
<-4.98051,19.925,-0.629185>,
<-4.91556,19.9799,-1.2621>,
<-4.96564,19.8888,-0.627307>,
<-4.88547,19.9561,-1.25438>,
<-4.75225,19.9949,-1.88155>,
<-4.86238,19.925,-1.24845>,
<-4.71862,19.9799,-1.86823>,
<-4.84787,19.8888,-1.24472>,
<-4.68973,19.9561,-1.8568>,
<-4.47896,19.9949,-2.46233>,
<-4.66757,19.925,-1.84802>,
<-4.44726,19.9799,-2.4449>,
<-4.65363,19.8888,-1.8425>,
<-4.42003,19.9561,-2.42993>,
<-4.13503,19.9949,-3.00427>,
<-4.39914,19.925,-2.41845>,
<-4.10576,19.9799,-2.98301>,
<-4.38601,19.8888,-2.41123>,
<-4.08063,19.9561,-2.96475>,
<-3.72589,19.9949,-3.49884>,
<-4.06134,19.925,-2.95074>,
<-3.69952,19.9799,-3.47408>,
<-4.04922,19.8888,-2.94193>,
<-3.67687,19.9561,-3.45281>,
<-3.25799,19.9949,-3.93823>,
<-3.65949,19.925,-3.43649>,
<-3.23493,19.9799,-3.91035>,
<-3.64857,19.8888,-3.42623>,
<-3.21512,19.9561,-3.88642>,
<-2.73871,19.9949,-4.31551>,
<-3.19993,19.925,-3.86805>,
<-2.71932,19.9799,-4.28496>,
<-3.19038,19.8888,-3.8565>,
<-2.70267,19.9561,-4.25873>,
<-2.17623,19.9949,-4.62473>,
<-2.6899,19.925,-4.23861>,
<-2.16083,19.9799,-4.592>,
<-2.68187,19.8888,-4.22596>,
<-2.1476,19.9561,-4.56389>,
<-1.57944,19.9949,-4.86102>,
<-2.13745,19.925,-4.54232>,
<-1.56826,19.9799,-4.82661>,
<-2.13107,19.8888,-4.52876>,
<-1.55866,19.9561,-4.79707>,
<-0.957739,19.9949,-5.02064>,
<-1.5513,19.925,-4.77439>,
<-0.95096,19.9799,-4.98511>,
<-1.54666,19.8888,-4.76014>,
<-0.945139,19.9561,-4.95459>,
<-0.320933,19.9949,-5.10109>,
<-0.940672,19.925,-4.93118>,
<-0.318662,19.9799,-5.06499>,
<-0.937864,19.8888,-4.91646>,
<-0.316711,19.9561,-5.03398>,
<0.320933,19.9949,-5.10109>,
<-0.315214,19.925,-5.01019>,
<0.318662,19.9799,-5.06499>,
<-0.314274,19.8888,-4.99523>,
<0.316711,19.9561,-5.03398>,
<0.957739,19.9949,-5.02064>,
<0.315214,19.925,-5.01019>,
<0.95096,19.9799,-4.98511>,
<0.314274,19.8888,-4.99523>,
<0.945139,19.9561,-4.95459>,
<1.57944,19.9949,-4.86102>,
<0.940672,19.925,-4.93118>,
<1.56826,19.9799,-4.82661>,
<0.937864,19.8888,-4.91646>,
<1.55866,19.9561,-4.79707>,
<2.17623,19.9949,-4.62473>,
<1.5513,19.925,-4.77439>,
<2.16083,19.9799,-4.592>,
<1.54666,19.8888,-4.76014>,
<2.1476,19.9561,-4.56389>,
<2.73871,19.9949,-4.31551>,
<2.13745,19.925,-4.54232>,
<2.71932,19.9799,-4.28496>,
<2.13107,19.8888,-4.52876>,
<2.70267,19.9561,-4.25873>,
<3.25799,19.9949,-3.93823>,
<2.6899,19.925,-4.23861>,
<3.23493,19.9799,-3.91035>,
<2.68187,19.8888,-4.22596>,
<3.21512,19.9561,-3.88642>,
<3.72589,19.9949,-3.49884>,
<3.19993,19.925,-3.86805>,
<3.69952,19.9799,-3.47408>,
<3.19038,19.8888,-3.8565>,
<3.67687,19.9561,-3.45281>,
<4.13503,19.9949,-3.00427>,
<3.65949,19.925,-3.43649>,
<4.10576,19.9799,-2.98301>,
<3.64857,19.8888,-3.42623>,
<4.08063,19.9561,-2.96475>,
<4.47896,19.9949,-2.46233>,
<4.06134,19.925,-2.95074>,
<4.44726,19.9799,-2.4449>,
<4.04922,19.8888,-2.94193>,
<4.42003,19.9561,-2.42993>,
<4.75225,19.9949,-1.88155>,
<4.39914,19.925,-2.41845>,
<4.71862,19.9799,-1.86823>,
<4.38601,19.8888,-2.41123>,
<4.68973,19.9561,-1.8568>,
<4.9506,19.9949,-1.2711>,
<4.66757,19.925,-1.84802>,
<4.91556,19.9799,-1.2621>,
<4.65363,19.8888,-1.8425>,
<4.88547,19.9561,-1.25438>,
<5.07087,19.9949,-0.6406>,
<4.86238,19.925,-1.24845>,
<5.03498,19.9799,-0.636066>,
<4.84787,19.8888,-1.24472>,
<5.00416,19.9561,-0.632173>,
<4.98051,19.925,-0.629185>,
<4.96564,19.8888,-0.627307>,
}
normal_vectors {
332,
<6.35783e-007,1,-0>,
<-1,2.54313e-006,0>,
<-0.258821,0.965925,0>,
<-0.5,0.866025,0>,
<-0.707107,0.707107,0>,
<-0.866027,0.499997,0>,
<-0.965926,0.258817,0>,
<6.35783e-007,1,-0>,
<1.53228e-007,1,1.93572e-008>,
<-1.48017e-006,1,-3.80042e-007>,
<-1.23618e-006,1,-4.89439e-007>,
<5.28037e-007,1,2.90291e-007>,
<6.99853e-007,1,5.08473e-007>,
<2.79604e-007,1,2.62566e-007>,
<-2.09349e-007,1,-2.5306e-007>,
<4.02193e-007,1,6.33755e-007>,
<-3.86737e-007,1,-8.21857e-007>,
<1.41409e-007,1,4.35213e-007>,
<-1.31146e-007,1,-6.87492e-007>,
<3.76911e-008,1,5.99083e-007>,
<-3.76911e-008,1,5.99083e-007>,
<1.31146e-007,1,-6.87492e-007>,
<-1.41409e-007,1,4.35213e-007>,
<3.86737e-007,1,-8.21857e-007>,
<-4.02193e-007,1,6.33755e-007>,
<2.09349e-007,1,-2.5306e-007>,
<-2.79604e-007,1,2.62566e-007>,
<-6.99853e-007,1,5.08473e-007>,
<-5.28037e-007,1,2.90291e-007>,
<1.23618e-006,1,-4.89439e-007>,
<1.48017e-006,1,-3.80042e-007>,
<-1.53228e-007,1,1.93572e-008>,
<-6.35783e-007,1,0>,
<-1.53228e-007,1,-1.93572e-008>,
<1.48017e-006,1,3.80042e-007>,
<1.23618e-006,1,4.89439e-007>,
<-5.28037e-007,1,-2.90291e-007>,
<-6.99853e-007,1,-5.08473e-007>,
<-2.79604e-007,1,-2.62566e-007>,
<2.09349e-007,1,2.5306e-007>,
<-4.02193e-007,1,-6.33755e-007>,
<3.86737e-007,1,8.21857e-007>,
<-1.41409e-007,1,-4.35213e-007>,
<1.31146e-007,1,6.87492e-007>,
<-3.76911e-008,1,-5.99083e-007>,
<3.76911e-008,1,-5.99083e-007>,
<-1.31146e-007,1,6.87492e-007>,
<1.41409e-007,1,-4.35213e-007>,
<-3.86737e-007,1,8.21857e-007>,
<4.02193e-007,1,-6.33755e-007>,
<-2.09349e-007,1,2.5306e-007>,
<2.79604e-007,1,-2.62566e-007>,
<6.99853e-007,1,-5.08473e-007>,
<5.28037e-007,1,-2.90291e-007>,
<-1.23618e-006,1,4.89439e-007>,
<-1.48017e-006,1,3.80042e-007>,
<1.53228e-007,1,-1.93572e-008>,
<-1,2.54313e-006,0>,
<-0.968583,2.54313e-006,-0.24869>,
<-0.876307,2.54314e-006,-0.481754>,
<-0.728969,2.54313e-006,-0.684547>,
<-0.535827,2.54313e-006,-0.844328>,
<-0.309017,2.54313e-006,-0.951057>,
<-0.0627905,2.54313e-006,-0.998027>,
<0.187381,2.54313e-006,-0.982287>,
<0.425779,2.54313e-006,-0.904827>,
<0.637424,2.54313e-006,-0.770513>,
<0.809017,2.54313e-006,-0.587785>,
<0.929776,2.54313e-006,-0.368125>,
<0.992115,2.54313e-006,-0.125333>,
<0.992115,2.54313e-006,0.125333>,
<0.929776,2.54313e-006,0.368125>,
<0.809017,2.54313e-006,0.587785>,
<0.637424,2.54313e-006,0.770513>,
<0.425779,2.54313e-006,0.904827>,
<0.187381,2.54313e-006,0.982287>,
<-0.0627905,2.54313e-006,0.998027>,
<-0.309017,2.54313e-006,0.951057>,
<-0.535827,2.54313e-006,0.844328>,
<-0.728969,2.54313e-006,0.684547>,
<-0.876307,2.54314e-006,0.481754>,
<-0.968583,2.54313e-006,0.24869>,
<-0.258821,0.965925,0>,
<-0.5,0.866025,0>,
<-0.707107,0.707107,0>,
<-0.866027,0.499997,0>,
<-0.965926,0.258817,0>,
<-0.256778,0.965926,-0.0324386>,
<-0.496056,0.866026,-0.0626664>,
<-0.701531,0.707107,-0.088624>,
<-0.250689,0.965926,-0.0643659>,
<-0.859199,0.499996,-0.108542>,
<-0.48429,0.866027,-0.124344>,
<-0.95831,0.258817,-0.121063>,
<-0.684892,0.707107,-0.17585>,
<-0.240646,0.965925,-0.0952784>,
<-0.83882,0.499996,-0.215372>,
<-0.464888,0.866026,-0.184062>,
<-0.93558,0.258817,-0.240216>,
<-0.657451,0.707107,-0.260303>,
<-0.226806,0.965926,-0.124688>,
<-0.805212,0.499996,-0.318806>,
<-0.438152,0.866026,-0.240876>,
<-0.898096,0.258817,-0.355581>,
<-0.619642,0.707107,-0.340651>,
<-0.209389,0.965926,-0.15213>,
<-0.758906,0.499996,-0.417212>,
<-0.404509,0.866025,-0.293893>,
<-0.846448,0.258817,-0.465339>,
<-0.572061,0.707107,-0.415627>,
<-0.188672,0.965926,-0.177175>,
<-0.700631,0.499996,-0.509038>,
<-0.364484,0.866026,-0.342273>,
<-0.781451,0.258817,-0.567757>,
<-0.515458,0.707107,-0.484047>,
<-0.164978,0.965926,-0.199424>,
<-0.631307,0.499996,-0.592837>,
<-0.318712,0.866026,-0.385256>,
<-0.70413,0.258817,-0.661222>,
<-0.450727,0.707107,-0.544835>,
<-0.138682,0.965926,-0.218528>,
<-0.552027,0.499996,-0.667286>,
<-0.267913,0.866026,-0.422163>,
<-0.615705,0.258817,-0.744259>,
<-0.378887,0.707107,-0.59703>,
<-0.1102,0.965926,-0.234187>,
<-0.464041,0.499996,-0.731211>,
<-0.212889,0.866026,-0.452413>,
<-0.517569,0.258817,-0.815559>,
<-0.301071,0.707108,-0.639809>,
<-0.07998,0.965925,-0.246153>,
<-0.368737,0.499996,-0.783605>,
<-0.154508,0.866027,-0.475526>,
<-0.411271,0.258817,-0.873996>,
<-0.218508,0.707107,-0.672498>,
<-0.048498,0.965926,-0.254235>,
<-0.267617,0.499996,-0.823641>,
<-0.0936904,0.866026,-0.491142>,
<-0.298488,0.258817,-0.91865>,
<-0.132498,0.707108,-0.694581>,
<-0.0162514,0.965926,-0.258309>,
<-0.162277,0.499997,-0.850688>,
<-0.0313952,0.866026,-0.499012>,
<-0.180997,0.258817,-0.948817>,
<-0.0443996,0.707107,-0.705711>,
<0.0162514,0.965926,-0.258309>,
<-0.0543783,0.499996,-0.864319>,
<0.0313952,0.866026,-0.499012>,
<-0.060651,0.258817,-0.96402>,
<0.0443996,0.707107,-0.705711>,
<0.048498,0.965926,-0.254235>,
<0.0543783,0.499996,-0.864319>,
<0.0936904,0.866026,-0.491142>,
<0.060651,0.258817,-0.96402>,
<0.132498,0.707108,-0.694581>,
<0.07998,0.965925,-0.246153>,
<0.162277,0.499997,-0.850688>,
<0.154508,0.866027,-0.475526>,
<0.180997,0.258817,-0.948817>,
<0.218508,0.707107,-0.672498>,
<0.1102,0.965926,-0.234187>,
<0.267617,0.499996,-0.823641>,
<0.212889,0.866026,-0.452413>,
<0.298488,0.258817,-0.91865>,
<0.301071,0.707108,-0.639809>,
<0.138682,0.965926,-0.218528>,
<0.368737,0.499996,-0.783605>,
<0.267913,0.866026,-0.422163>,
<0.411271,0.258817,-0.873996>,
<0.378887,0.707107,-0.59703>,
<0.164978,0.965926,-0.199424>,
<0.464041,0.499996,-0.731211>,
<0.318712,0.866026,-0.385256>,
<0.517569,0.258817,-0.815559>,
<0.450727,0.707107,-0.544835>,
<0.188672,0.965926,-0.177175>,
<0.552027,0.499996,-0.667286>,
<0.364484,0.866026,-0.342273>,
<0.615705,0.258817,-0.744259>,
<0.515458,0.707107,-0.484047>,
<0.209389,0.965926,-0.15213>,
<0.631307,0.499996,-0.592837>,
<0.404509,0.866025,-0.293893>,
<0.70413,0.258817,-0.661222>,
<0.572061,0.707107,-0.415627>,
<0.226806,0.965926,-0.124688>,
<0.700631,0.499996,-0.509038>,
<0.438152,0.866026,-0.240876>,
<0.781451,0.258817,-0.567757>,
<0.619642,0.707107,-0.340651>,
<0.240646,0.965925,-0.0952784>,
<0.758906,0.499996,-0.417212>,
<0.464888,0.866026,-0.184062>,
<0.846448,0.258817,-0.465339>,
<0.657451,0.707107,-0.260303>,
<0.250689,0.965926,-0.0643659>,
<0.805212,0.499996,-0.318806>,
<0.48429,0.866027,-0.124344>,
<0.898096,0.258817,-0.355581>,
<0.684892,0.707107,-0.17585>,
<0.256778,0.965926,-0.0324386>,
<0.83882,0.499996,-0.215372>,
<0.496056,0.866026,-0.0626664>,
<0.93558,0.258817,-0.240216>,
<0.701531,0.707107,-0.088624>,
<0.258821,0.965925,-0>,
<0.859199,0.499996,-0.108542>,
<0.5,0.866025,-0>,
<0.95831,0.258817,-0.121063>,
<0.707107,0.707107,-0>,
<0.256778,0.965926,0.0324386>,
<0.866027,0.499997,-0>,
<0.496056,0.866026,0.0626664>,
<0.965926,0.258817,-0>,
<0.701531,0.707107,0.088624>,
<0.250689,0.965926,0.0643659>,
<0.859199,0.499996,0.108542>,
<0.48429,0.866027,0.124344>,
<0.95831,0.258817,0.121063>,
<0.684892,0.707107,0.17585>,
<0.240646,0.965925,0.0952784>,
<0.83882,0.499996,0.215372>,
<0.464888,0.866026,0.184062>,
<0.93558,0.258817,0.240216>,
<0.657451,0.707107,0.260303>,
<0.226806,0.965926,0.124688>,
<0.805212,0.499996,0.318806>,
<0.438152,0.866026,0.240876>,
<0.898096,0.258817,0.355581>,
<0.619642,0.707107,0.340651>,
<0.209389,0.965926,0.15213>,
<0.758906,0.499996,0.417212>,
<0.404509,0.866025,0.293893>,
<0.846448,0.258817,0.465339>,
<0.572061,0.707107,0.415627>,
<0.188672,0.965926,0.177175>,
<0.700631,0.499996,0.509038>,
<0.364484,0.866026,0.342273>,
<0.781451,0.258817,0.567757>,
<0.515458,0.707107,0.484047>,
<0.164978,0.965926,0.199424>,
<0.631307,0.499996,0.592837>,
<0.318712,0.866026,0.385256>,
<0.70413,0.258817,0.661222>,
<0.450727,0.707107,0.544835>,
<0.138682,0.965926,0.218528>,
<0.552027,0.499996,0.667286>,
<0.267913,0.866026,0.422163>,
<0.615705,0.258817,0.744259>,
<0.378887,0.707107,0.59703>,
<0.1102,0.965926,0.234187>,
<0.464041,0.499996,0.731211>,
<0.212889,0.866026,0.452413>,
<0.517569,0.258817,0.815559>,
<0.301071,0.707108,0.639809>,
<0.07998,0.965925,0.246153>,
<0.368737,0.499996,0.783605>,
<0.154508,0.866027,0.475526>,
<0.411271,0.258817,0.873996>,
<0.218508,0.707107,0.672498>,
<0.048498,0.965926,0.254235>,
<0.267617,0.499996,0.823641>,
<0.0936904,0.866026,0.491142>,
<0.298488,0.258817,0.91865>,
<0.132498,0.707108,0.694581>,
<0.0162514,0.965926,0.258309>,
<0.162277,0.499997,0.850688>,
<0.0313952,0.866026,0.499012>,
<0.180997,0.258817,0.948817>,
<0.0443996,0.707107,0.705711>,
<-0.0162514,0.965926,0.258309>,
<0.0543783,0.499996,0.864319>,
<-0.0313952,0.866026,0.499012>,
<0.060651,0.258817,0.96402>,
<-0.0443996,0.707107,0.705711>,
<-0.048498,0.965926,0.254235>,
<-0.0543783,0.499996,0.864319>,
<-0.0936904,0.866026,0.491142>,
<-0.060651,0.258817,0.96402>,
<-0.132498,0.707108,0.694581>,
<-0.07998,0.965925,0.246153>,
<-0.162277,0.499997,0.850688>,
<-0.154508,0.866027,0.475526>,
<-0.180997,0.258817,0.948817>,
<-0.218508,0.707107,0.672498>,
<-0.1102,0.965926,0.234187>,
<-0.267617,0.499996,0.823641>,
<-0.212889,0.866026,0.452413>,
<-0.298488,0.258817,0.91865>,
<-0.301071,0.707108,0.639809>,
<-0.138682,0.965926,0.218528>,
<-0.368737,0.499996,0.783605>,
<-0.267913,0.866026,0.422163>,
<-0.411271,0.258817,0.873996>,
<-0.378887,0.707107,0.59703>,
<-0.164978,0.965926,0.199424>,
<-0.464041,0.499996,0.731211>,
<-0.318712,0.866026,0.385256>,
<-0.517569,0.258817,0.815559>,
<-0.450727,0.707107,0.544835>,
<-0.188672,0.965926,0.177175>,
<-0.552027,0.499996,0.667286>,
<-0.364484,0.866026,0.342273>,
<-0.615705,0.258817,0.744259>,
<-0.515458,0.707107,0.484047>,
<-0.209389,0.965926,0.15213>,
<-0.631307,0.499996,0.592837>,
<-0.404509,0.866025,0.293893>,
<-0.70413,0.258817,0.661222>,
<-0.572061,0.707107,0.415627>,
<-0.226806,0.965926,0.124688>,
<-0.700631,0.499996,0.509038>,
<-0.438152,0.866026,0.240876>,
<-0.781451,0.258817,0.567757>,
<-0.619642,0.707107,0.340651>,
<-0.240646,0.965925,0.0952784>,
<-0.758906,0.499996,0.417212>,
<-0.464888,0.866026,0.184062>,
<-0.846448,0.258817,0.465339>,
<-0.657451,0.707107,0.260303>,
<-0.250689,0.965926,0.0643659>,
<-0.805212,0.499996,0.318806>,
<-0.48429,0.866027,0.124344>,
<-0.898096,0.258817,0.355581>,
<-0.684892,0.707107,0.17585>,
<-0.256778,0.965926,0.0324386>,
<-0.83882,0.499996,0.215372>,
<-0.496056,0.866026,0.0626664>,
<-0.93558,0.258817,0.240216>,
<-0.701531,0.707107,0.088624>,
<-0.859199,0.499996,0.108542>,
<-0.95831,0.258817,0.121063>,
}
face_indices {
575,
<172,167,169>,
<173,166,168>,
<326,324,319>,
<173,168,65>,
<326,319,321>,
<173,171,166>,
<173,65,66>,
<327,320,322>,
<174,169,171>,
<174,172,169>,
<327,325,320>,
<327,82,325>,
<175,170,172>,
<327,83,82>,
<175,26,170>,
<328,321,323>,
<176,171,173>,
<328,323,81>,
<328,326,321>,
<176,174,171>,
<177,175,172>,
<329,322,324>,
<177,172,174>,
<329,327,322>,
<329,84,83>,
<329,83,327>,
<178,173,66>,
<178,176,173>,
<330,324,326>,
<179,177,174>,
<179,174,176>,
<330,85,84>,
<330,329,324>,
<180,27,26>,
<330,84,329>,
<180,28,27>,
<331,81,57>,
<331,326,328>,
<331,330,326>,
<331,86,85>,
<331,328,81>,
<180,26,175>,
<331,57,86>,
<331,85,330>,
<181,179,176>,
<181,176,178>,
<182,175,177>,
<182,180,175>,
<183,178,66>,
<183,181,178>,
<183,66,67>,
<184,177,179>,
<184,182,177>,
<185,29,28>,
<185,28,180>,
<185,180,182>,
<186,179,181>,
<186,184,179>,
<187,182,184>,
<187,185,182>,
<188,181,183>,
<188,183,67>,
<188,186,181>,
<189,184,186>,
<189,187,184>,
<190,29,185>,
<190,185,187>,
<191,189,186>,
<191,186,188>,
<192,187,189>,
<192,190,187>,
<193,188,67>,
<193,67,68>,
<193,191,188>,
<194,189,191>,
<194,192,189>,
<195,30,29>,
<195,29,190>,
<196,191,193>,
<196,194,191>,
<197,190,192>,
<197,195,190>,
<198,193,68>,
<198,196,193>,
<199,192,194>,
<199,197,192>,
<200,31,30>,
<200,30,195>,
<201,199,194>,
<201,194,196>,
<202,200,195>,
<202,195,197>,
<203,196,198>,
<203,201,196>,
<203,198,68>,
<203,68,69>,
<204,197,199>,
<204,202,197>,
<205,32,31>,
<205,33,32>,
<205,31,200>,
<206,199,201>,
<206,204,199>,
<207,205,200>,
<207,200,202>,
<208,201,203>,
<208,203,69>,
<208,206,201>,
<209,207,202>,
<209,202,204>,
<210,33,205>,
<210,205,207>,
<211,209,204>,
<211,204,206>,
<212,207,209>,
<212,210,207>,
<213,208,69>,
<213,206,208>,
<213,69,70>,
<213,211,206>,
<214,209,211>,
<214,212,209>,
<215,33,210>,
<215,34,33>,
<216,214,211>,
<216,211,213>,
<217,215,210>,
<217,210,212>,
<218,216,213>,
<218,213,70>,
<219,212,214>,
<219,217,212>,
<220,35,34>,
<220,34,215>,
<221,214,216>,
<221,219,214>,
<222,215,217>,
<222,220,215>,
<223,216,218>,
<223,218,70>,
<223,221,216>,
<223,70,71>,
<224,217,219>,
<224,222,217>,
<225,36,35>,
<225,35,220>,
<226,219,221>,
<226,224,219>,
<227,220,222>,
<227,225,220>,
<228,221,223>,
<228,223,71>,
<228,226,221>,
<229,222,224>,
<229,227,222>,
<230,37,36>,
<230,38,37>,
<230,36,225>,
<231,224,226>,
<231,229,224>,
<232,225,227>,
<232,230,225>,
<233,228,71>,
<233,71,72>,
<233,226,228>,
<233,231,226>,
<234,232,227>,
<234,227,229>,
<235,230,232>,
<235,38,230>,
<236,229,231>,
<236,234,229>,
<237,235,232>,
<237,232,234>,
<238,233,72>,
<238,231,233>,
<238,236,231>,
<239,234,236>,
<239,237,234>,
<240,38,235>,
<240,39,38>,
<87,0,2>,
<240,40,39>,
<241,239,236>,
<87,8,0>,
<241,236,238>,
<242,235,237>,
<88,2,3>,
<242,240,235>,
<88,87,2>,
<243,238,72>,
<89,3,4>,
<243,241,238>,
<243,72,73>,
<244,242,237>,
<244,237,239>,
<89,88,3>,
<90,9,8>,
<245,240,242>,
<245,40,240>,
<90,8,87>,
<91,4,5>,
<246,239,241>,
<91,89,4>,
<246,244,239>,
<92,87,88>,
<247,242,244>,
<92,90,87>,
<247,245,242>,
<93,5,6>,
<248,241,243>,
<93,6,1>,
<248,243,73>,
<93,1,58>,
<248,246,241>,
<93,91,5>,
<94,92,88>,
<249,244,246>,
<94,88,89>,
<249,247,244>,
<95,10,9>,
<250,41,40>,
<250,40,245>,
<95,9,90>,
<96,94,89>,
<251,246,248>,
<251,249,246>,
<96,89,91>,
<252,245,247>,
<97,90,92>,
<252,250,245>,
<97,95,90>,
<98,96,91>,
<253,248,73>,
<253,251,248>,
<98,93,58>,
<253,73,74>,
<98,91,93>,
<254,247,249>,
<99,97,92>,
<99,92,94>,
<254,252,247>,
<255,41,250>,
<100,11,10>,
<255,42,41>,
<255,43,42>,
<100,10,95>,
<256,249,251>,
<256,254,249>,
<101,99,94>,
<101,94,96>,
<257,250,252>,
<102,95,97>,
<257,255,250>,
<102,100,95>,
<258,251,253>,
<258,253,74>,
<103,101,96>,
<258,256,251>,
<103,96,98>,
<103,58,59>,
<103,98,58>,
<259,257,252>,
<259,252,254>,
<104,97,99>,
<104,102,97>,
<105,11,100>,
<105,12,11>,
<260,43,255>,
<105,13,12>,
<260,255,257>,
<261,259,254>,
<106,99,101>,
<261,254,256>,
<106,104,99>,
<107,100,102>,
<262,257,259>,
<262,260,257>,
<107,105,100>,
<263,258,74>,
<263,74,75>,
<263,256,258>,
<108,101,103>,
<263,261,256>,
<108,103,59>,
<108,106,101>,
<264,259,261>,
<264,262,259>,
<109,107,102>,
<265,43,260>,
<109,102,104>,
<265,44,43>,
<265,45,44>,
<110,105,107>,
<110,13,105>,
<266,261,263>,
<111,104,106>,
<266,264,261>,
<111,109,104>,
<267,260,262>,
<267,265,260>,
<268,266,263>,
<112,110,107>,
<112,107,109>,
<268,263,75>,
<113,111,106>,
<113,59,60>,
<269,267,262>,
<113,106,108>,
<113,108,59>,
<114,112,109>,
<114,109,111>,
<269,262,264>,
<270,45,265>,
<115,14,13>,
<270,265,267>,
<271,269,264>,
<115,13,110>,
<116,114,111>,
<271,264,266>,
<116,111,113>,
<272,267,269>,
<272,270,267>,
<117,115,110>,
<273,268,75>,
<117,110,112>,
<273,271,266>,
<273,75,76>,
<118,116,113>,
<273,266,268>,
<274,269,271>,
<118,113,60>,
<119,117,112>,
<274,272,269>,
<275,45,270>,
<119,112,114>,
<275,46,45>,
<120,15,14>,
<120,16,15>,
<276,274,271>,
<120,14,115>,
<276,271,273>,
<121,114,116>,
<277,270,272>,
<277,275,270>,
<121,119,114>,
<122,115,117>,
<278,276,273>,
<122,120,115>,
<278,273,76>,
<279,272,274>,
<123,116,118>,
<123,60,61>,
<279,277,272>,
<123,118,60>,
<123,121,116>,
<124,117,119>,
<280,46,275>,
<124,122,117>,
<280,47,46>,
<281,274,276>,
<125,120,122>,
<125,16,120>,
<281,279,274>,
<126,124,119>,
<282,280,275>,
<126,119,121>,
<282,275,277>,
<283,281,276>,
<283,276,278>,
<127,122,124>,
<283,278,76>,
<127,125,122>,
<283,76,77>,
<284,282,277>,
<128,123,61>,
<128,121,123>,
<284,277,279>,
<128,126,121>,
<129,124,126>,
<129,127,124>,
<285,47,280>,
<130,17,16>,
<285,48,47>,
<130,16,125>,
<286,284,279>,
<286,279,281>,
<131,129,126>,
<131,126,128>,
<287,280,282>,
<287,285,280>,
<132,125,127>,
<288,281,283>,
<288,283,77>,
<132,130,125>,
<288,286,281>,
<133,131,128>,
<133,61,62>,
<133,128,61>,
<289,287,282>,
<289,282,284>,
<134,132,127>,
<134,127,129>,
<290,49,48>,
<135,18,17>,
<135,19,18>,
<290,48,285>,
<135,17,130>,
<291,289,284>,
<136,134,129>,
<291,284,286>,
<136,129,131>,
<137,130,132>,
<292,285,287>,
<137,135,130>,
<292,290,285>,
<293,288,77>,
<138,131,133>,
<293,286,288>,
<138,133,62>,
<293,291,286>,
<293,77,78>,
<294,287,289>,
<138,136,131>,
<294,292,287>,
<139,137,132>,
<139,132,134>,
<140,19,135>,
<295,50,49>,
<295,51,50>,
<140,135,137>,
<295,49,290>,
<141,134,136>,
<296,289,291>,
<141,139,134>,
<296,294,289>,
<297,290,292>,
<142,140,137>,
<297,295,290>,
<142,137,139>,
<143,136,138>,
<298,296,291>,
<143,141,136>,
<143,138,62>,
<298,291,293>,
<298,293,78>,
<143,62,63>,
<144,139,141>,
<144,142,139>,
<299,292,294>,
<299,297,292>,
<145,20,19>,
<145,19,140>,
<300,51,295>,
<300,295,297>,
<146,144,141>,
<146,141,143>,
<301,299,294>,
<301,294,296>,
<147,140,142>,
<302,300,297>,
<147,145,140>,
<148,146,143>,
<302,297,299>,
<148,143,63>,
<303,301,296>,
<303,78,79>,
<149,142,144>,
<303,296,298>,
<303,298,78>,
<149,147,142>,
<304,302,299>,
<304,299,301>,
<150,21,20>,
<150,22,21>,
<150,20,145>,
<305,51,300>,
<305,52,51>,
<151,144,146>,
<306,301,303>,
<151,149,144>,
<306,304,301>,
<152,150,145>,
<152,145,147>,
<307,300,302>,
<307,305,300>,
<308,303,79>,
<308,306,303>,
<153,146,148>,
<153,151,146>,
<153,148,63>,
<153,63,64>,
<309,302,304>,
<154,147,149>,
<154,152,147>,
<309,307,302>,
<310,52,305>,
<155,22,150>,
<155,150,152>,
<310,53,52>,
<156,149,151>,
<311,304,306>,
<156,154,149>,
<311,309,304>,
<312,310,305>,
<312,305,307>,
<157,152,154>,
<157,155,152>,
<158,156,151>,
<313,308,79>,
<158,151,153>,
<313,306,308>,
<158,153,64>,
<313,311,306>,
<313,79,80>,
<314,307,309>,
<159,154,156>,
<314,312,307>,
<159,157,154>,
<160,23,22>,
<160,22,155>,
<315,53,310>,
<315,54,53>,
<161,159,156>,
<316,309,311>,
<316,314,309>,
<161,156,158>,
<162,155,157>,
<317,310,312>,
<317,315,310>,
<162,160,155>,
<163,64,65>,
<163,158,64>,
<318,311,313>,
<163,161,158>,
<318,313,80>,
<164,162,157>,
<318,316,311>,
<319,312,314>,
<164,157,159>,
<319,317,312>,
<165,24,23>,
<165,25,24>,
<165,23,160>,
<320,54,315>,
<166,164,159>,
<320,55,54>,
<166,159,161>,
<321,314,316>,
<167,165,160>,
<321,319,314>,
<167,160,162>,
<322,315,317>,
<322,320,315>,
<168,166,161>,
<168,163,65>,
<168,161,163>,
<323,318,80>,
<323,321,316>,
<169,167,162>,
<323,316,318>,
<323,80,81>,
<169,162,164>,
<170,26,25>,
<324,317,319>,
<324,322,317>,
<170,165,167>,
<170,25,165>,
<171,164,166>,
<325,56,55>,
<325,7,56>,
<171,169,164>,
<325,55,320>,
<325,82,7>,
<172,170,167>,
}
} // end of Face6
// face number7 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
#declare Pov_Fillet0017 = mesh2{
vertex_vectors {
104,
<6.2,0,0>,
<6.15808,0,0.719776>,
<6.03288,0,1.42982>,
<5.82609,0,2.12052>,
<5.54052,0,2.78255>,
<5.18002,0,3.40696>,
<4.74948,0,3.98528>,
<4.2547,0,4.50972>,
<3.70238,0,4.97316>,
<3.1,0,5.36936>,
<2.45569,0,5.69294>,
<1.77818,0,5.93954>,
<1.07662,0,6.10581>,
<0.360498,0,6.18951>,
<-0.360498,0,6.18951>,
<-1.07662,0,6.10581>,
<-1.77818,0,5.93954>,
<-2.45569,0,5.69294>,
<-3.1,0,5.36936>,
<-3.70238,0,4.97316>,
<-4.2547,0,4.50972>,
<-4.74948,0,3.98528>,
<-5.18002,0,3.40696>,
<-5.54052,0,2.78255>,
<-5.82609,0,2.12052>,
<-6.03288,0,1.42982>,
<-6.15808,0,0.719776>,
<-6.2,0,7.59281e-016>,
<-6.15808,0,-0.719776>,
<-6.03288,0,-1.42982>,
<-5.82609,0,-2.12052>,
<-5.54052,0,-2.78255>,
<-5.18002,0,-3.40696>,
<-4.74948,0,-3.98528>,
<-4.2547,0,-4.50972>,
<-3.70238,0,-4.97316>,
<-3.1,0,-5.36936>,
<-2.45569,0,-5.69294>,
<-1.77818,0,-5.93954>,
<-1.07662,0,-6.10581>,
<-0.360498,0,-6.18951>,
<0.360498,0,-6.18951>,
<1.07662,0,-6.10581>,
<1.77818,0,-5.93954>,
<2.45569,0,-5.69294>,
<3.1,0,-5.36936>,
<3.70238,0,-4.97316>,
<4.2547,0,-4.50972>,
<4.74948,0,-3.98528>,
<5.18002,0,-3.40696>,
<5.54052,0,-2.78255>,
<5.82609,0,-2.12052>,
<6.03288,0,-1.42982>,
<6.15808,0,-0.719776>,
<5,0,-1.22465e-015>,
<4.96057,0,0.626666>,
<4.84292,0,1.24345>,
<4.64888,0,1.84062>,
<4.38153,0,2.40877>,
<4.04508,0,2.93893>,
<3.64484,0,3.42274>,
<3.18712,0,3.85257>,
<2.67913,0,4.22164>,
<2.1289,0,4.52414>,
<1.54508,0,4.75528>,
<0.936907,0,4.91144>,
<0.313953,0,4.99013>,
<-0.313953,0,4.99013>,
<-0.936907,0,4.91144>,
<-1.54508,0,4.75528>,
<-2.1289,0,4.52414>,
<-2.67913,0,4.22164>,
<-3.18712,0,3.85257>,
<-3.64484,0,3.42274>,
<-4.04508,0,2.93893>,
<-4.38153,0,2.40877>,
<-4.64888,0,1.84062>,
<-4.84292,0,1.24345>,
<-4.96057,0,0.626666>,
<-5,0,5.05322e-015>,
<-4.96057,0,-0.626666>,
<-4.84292,0,-1.24345>,
<-4.64888,0,-1.84062>,
<-4.38153,0,-2.40877>,
<-4.04508,0,-2.93893>,
<-3.64484,0,-3.42274>,
<-3.18712,0,-3.85257>,
<-2.67913,0,-4.22164>,
<-2.1289,0,-4.52414>,
<-1.54508,0,-4.75528>,
<-0.936907,0,-4.91144>,
<-0.313953,0,-4.99013>,
<0.313953,0,-4.99013>,
<0.936907,0,-4.91144>,
<1.54508,0,-4.75528>,
<2.1289,0,-4.52414>,
<2.67913,0,-4.22164>,
<3.18712,0,-3.85257>,
<3.64484,0,-3.42274>,
<4.04508,0,-2.93893>,
<4.38153,0,-2.40877>,
<4.64888,0,-1.84062>,
<4.84292,0,-1.24345>,
<4.96057,0,-0.626666>,
}
normal_vectors {
104,
<-0,-1,-0>,
<-0,-1,-0>,
<-0,-1,-0>,
<-0,-1,-0>,
<-0,-1,-0>,
<-0,-1,-0>,
<-0,-1,-0>,
<-0,-1,-0>,
<-0,-1,-0>,
<-0,-1,-0>,
<-0,-1,-0>,
<-0,-1,-0>,
<-0,-1,-0>,
<-0,-1,-0>,
<-0,-1,-0>,
<-0,-1,-0>,
<-0,-1,-0>,
<-0,-1,-0>,
<-0,-1,-0>,
<-0,-1,-0>,
<-0,-1,-0>,
<-0,-1,-0>,
<-0,-1,-0>,
<-0,-1,-0>,
<-0,-1,-0>,
<-0,-1,-0>,
<-0,-1,-0>,
<-0,-1,-0>,
<-0,-1,-0>,
<-0,-1,-0>,
<-0,-1,-0>,
<-0,-1,-0>,
<-0,-1,-0>,
<-0,-1,-0>,
<-0,-1,-0>,
<-0,-1,-0>,
<-0,-1,-0>,
<-0,-1,-0>,
<-0,-1,-0>,
<-0,-1,-0>,
<-0,-1,-0>,
<-0,-1,-0>,
<-0,-1,-0>,
<-0,-1,-0>,
<-0,-1,-0>,
<-0,-1,-0>,
<-0,-1,-0>,
<-0,-1,-0>,
<-0,-1,-0>,
<-0,-1,-0>,
<-0,-1,-0>,
<-0,-1,-0>,
<-0,-1,-0>,
<-0,-1,-0>,
<-0,-1,-0>,
<-0,-1,-0>,
<-0,-1,-0>,
<-0,-1,-0>,
<-0,-1,-0>,
<-0,-1,-0>,
<-0,-1,-0>,
<-0,-1,-0>,
<-0,-1,-0>,
<-0,-1,-0>,
<-0,-1,-0>,
<-0,-1,-0>,
<-0,-1,-0>,
<-0,-1,-0>,
<-0,-1,-0>,
<-0,-1,-0>,
<-0,-1,-0>,
<-0,-1,-0>,
<-0,-1,-0>,
<-0,-1,-0>,
<-0,-1,-0>,
<-0,-1,-0>,
<-0,-1,-0>,
<-0,-1,-0>,
<-0,-1,-0>,
<-0,-1,-0>,
<-0,-1,-0>,
<-0,-1,-0>,
<-0,-1,-0>,
<-0,-1,-0>,
<-0,-1,-0>,
<-0,-1,-0>,
<-0,-1,-0>,
<-0,-1,-0>,
<-0,-1,-0>,
<-0,-1,-0>,
<-0,-1,-0>,
<-0,-1,-0>,
<-0,-1,-0>,
<-0,-1,-0>,
<-0,-1,-0>,
<-0,-1,-0>,
<-0,-1,-0>,
<-0,-1,-0>,
<-0,-1,-0>,
<-0,-1,-0>,
<-0,-1,-0>,
<-0,-1,-0>,
<-0,-1,-0>,
<-0,-1,-0>,
}
face_indices {
104,
<33,34,85>,
<85,34,86>,
<34,35,86>,
<33,85,84>,
<32,33,84>,
<86,35,87>,
<35,36,87>,
<31,32,83>,
<32,84,83>,
<87,36,88>,
<36,37,88>,
<31,83,82>,
<30,31,82>,
<88,37,89>,
<37,38,89>,
<30,82,81>,
<29,30,81>,
<89,38,90>,
<38,39,90>,
<28,29,80>,
<29,81,80>,
<39,40,91>,
<40,41,91>,
<90,39,91>,
<26,27,79>,
<27,28,79>,
<28,80,79>,
<91,41,92>,
<41,42,92>,
<25,26,78>,
<26,79,78>,
<42,43,93>,
<92,42,93>,
<24,25,77>,
<25,78,77>,
<43,44,94>,
<93,43,94>,
<24,77,76>,
<24,76,23>,
<94,44,95>,
<95,44,45>,
<23,76,75>,
<23,75,22>,
<95,45,96>,
<96,45,46>,
<22,75,74>,
<22,74,21>,
<96,46,97>,
<97,46,47>,
<21,74,73>,
<97,47,98>,
<21,73,20>,
<20,73,72>,
<98,47,48>,
<98,48,99>,
<20,72,19>,
<19,72,71>,
<99,48,49>,
<99,49,100>,
<19,71,18>,
<18,71,70>,
<100,49,50>,
<100,50,101>,
<18,70,17>,
<70,69,17>,
<102,101,51>,
<101,50,51>,
<17,69,16>,
<69,68,16>,
<103,102,52>,
<102,51,52>,
<16,68,15>,
<68,67,15>,
<54,103,53>,
<103,52,53>,
<15,67,14>,
<54,53,0>,
<67,66,13>,
<14,67,13>,
<55,54,1>,
<54,0,1>,
<66,65,12>,
<13,66,12>,
<56,55,2>,
<55,1,2>,
<65,64,11>,
<12,65,11>,
<57,56,3>,
<56,2,3>,
<64,63,10>,
<11,64,10>,
<58,57,4>,
<57,3,4>,
<63,62,9>,
<10,63,9>,
<59,58,5>,
<58,4,5>,
<9,62,8>,
<62,61,8>,
<59,5,6>,
<60,59,6>,
<8,61,7>,
<60,6,7>,
<61,60,7>,
}
} // end of Face7
// face number8 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
#declare Pov_Fillet0018 = mesh2{
vertex_vectors {
77,
<5,0,-1.22465e-015>,
<5,19.85,0>,
<5,19.85,0>,
<4.84292,19.85,1.24345>,
<4.38153,19.85,2.40877>,
<3.64484,19.85,3.42274>,
<2.67913,19.85,4.22164>,
<1.54508,19.85,4.75528>,
<0.313953,19.85,4.99013>,
<-0.936907,19.85,4.91144>,
<-2.1289,19.85,4.52414>,
<-3.18712,19.85,3.85257>,
<-4.04508,19.85,2.93893>,
<-4.64888,19.85,1.84062>,
<-4.96057,19.85,0.626666>,
<-4.96057,19.85,-0.626666>,
<-4.64888,19.85,-1.84062>,
<-4.04508,19.85,-2.93893>,
<-3.18712,19.85,-3.85257>,
<-2.1289,19.85,-4.52414>,
<-0.936907,19.85,-4.91144>,
<0.313953,19.85,-4.99013>,
<1.54508,19.85,-4.75528>,
<2.67913,19.85,-4.22164>,
<3.64484,19.85,-3.42274>,
<4.38153,19.85,-2.40877>,
<4.84292,19.85,-1.24345>,
<5,0,-1.22465e-015>,
<4.96057,0,0.626666>,
<4.84292,0,1.24345>,
<4.64888,0,1.84062>,
<4.38153,0,2.40877>,
<4.04508,0,2.93893>,
<3.64484,0,3.42274>,
<3.18712,0,3.85257>,
<2.67913,0,4.22164>,
<2.1289,0,4.52414>,
<1.54508,0,4.75528>,
<0.936907,0,4.91144>,
<0.313953,0,4.99013>,
<-0.313953,0,4.99013>,
<-0.936907,0,4.91144>,
<-1.54508,0,4.75528>,
<-2.1289,0,4.52414>,
<-2.67913,0,4.22164>,
<-3.18712,0,3.85257>,
<-3.64484,0,3.42274>,
<-4.04508,0,2.93893>,
<-4.38153,0,2.40877>,
<-4.64888,0,1.84062>,
<-4.84292,0,1.24345>,
<-4.96057,0,0.626666>,
<-5,0,5.05322e-015>,
<-4.96057,0,-0.626666>,
<-4.84292,0,-1.24345>,
<-4.64888,0,-1.84062>,
<-4.38153,0,-2.40877>,
<-4.04508,0,-2.93893>,
<-3.64484,0,-3.42274>,
<-3.18712,0,-3.85257>,
<-2.67913,0,-4.22164>,
<-2.1289,0,-4.52414>,
<-1.54508,0,-4.75528>,
<-0.936907,0,-4.91144>,
<-0.313953,0,-4.99013>,
<0.313953,0,-4.99013>,
<0.936907,0,-4.91144>,
<1.54508,0,-4.75528>,
<2.1289,0,-4.52414>,
<2.67913,0,-4.22164>,
<3.18712,0,-3.85257>,
<3.64484,0,-3.42274>,
<4.04508,0,-2.93893>,
<4.38153,0,-2.40877>,
<4.64888,0,-1.84062>,
<4.84292,0,-1.24345>,
<4.96057,0,-0.626666>,
}
normal_vectors {
77,
<-1,-0,-0>,
<-1,-0,-0>,
<-1,-0,-0>,
<-0.968583,0,-0.24869>,
<-0.876307,0,-0.481754>,
<-0.728969,0,-0.684547>,
<-0.535827,0,-0.844328>,
<-0.309017,0,-0.951057>,
<-0.0627905,0,-0.998027>,
<0.187381,-0,-0.982287>,
<0.425779,-0,-0.904827>,
<0.637424,-0,-0.770513>,
<0.809017,-0,-0.587785>,
<0.929776,-0,-0.368125>,
<0.992115,-0,-0.125333>,
<0.992115,-0,0.125333>,
<0.929776,-0,0.368125>,
<0.809017,-0,0.587785>,
<0.637424,-0,0.770513>,
<0.425779,-0,0.904827>,
<0.187381,-0,0.982287>,
<-0.0627905,-0,0.998027>,
<-0.309017,-0,0.951057>,
<-0.535827,-0,0.844328>,
<-0.728969,-0,0.684547>,
<-0.876307,-0,0.481754>,
<-0.968583,-0,0.24869>,
<-1,-0,-0>,
<-0.992115,0,-0.125333>,
<-0.968583,0,-0.24869>,
<-0.929776,0,-0.368125>,
<-0.876307,0,-0.481754>,
<-0.809017,0,-0.587785>,
<-0.728969,0,-0.684547>,
<-0.637424,0,-0.770513>,
<-0.535827,0,-0.844328>,
<-0.425779,0,-0.904827>,
<-0.309017,0,-0.951057>,
<-0.187381,0,-0.982287>,
<-0.0627905,0,-0.998027>,
<0.0627905,-0,-0.998027>,
<0.187381,-0,-0.982287>,
<0.309017,-0,-0.951057>,
<0.425779,-0,-0.904827>,
<0.535827,-0,-0.844328>,
<0.637424,-0,-0.770513>,
<0.728969,-0,-0.684547>,
<0.809017,-0,-0.587785>,
<0.876307,-0,-0.481754>,
<0.929776,-0,-0.368125>,
<0.968583,-0,-0.24869>,
<0.992115,-0,-0.125333>,
<1,-0,-1.01064e-015>,
<0.992115,-0,0.125333>,
<0.968583,-0,0.24869>,
<0.929776,-0,0.368125>,
<0.876307,-0,0.481754>,
<0.809017,-0,0.587785>,
<0.728969,-0,0.684547>,
<0.637424,-0,0.770513>,
<0.535827,-0,0.844328>,
<0.425779,-0,0.904827>,
<0.309017,-0,0.951057>,
<0.187381,-0,0.982287>,
<0.0627905,-0,0.998027>,
<-0.0627905,-0,0.998027>,
<-0.187381,-0,0.982287>,
<-0.309017,-0,0.951057>,
<-0.425779,-0,0.904827>,
<-0.535827,-0,0.844328>,
<-0.637424,-0,0.770513>,
<-0.728969,-0,0.684547>,
<-0.809017,-0,0.587785>,
<-0.876307,-0,0.481754>,
<-0.929776,-0,0.368125>,
<-0.968583,-0,0.24869>,
<-0.992115,-0,0.125333>,
}
face_indices {
75,
<25,74,26>,
<74,75,26>,
<75,76,26>,
<48,49,13>,
<12,48,13>,
<49,50,13>,
<26,76,1>,
<76,0,1>,
<27,28,2>,
<50,51,14>,
<13,50,14>,
<51,52,14>,
<52,53,15>,
<28,29,3>,
<29,30,3>,
<53,54,15>,
<14,52,15>,
<2,28,3>,
<54,55,16>,
<55,56,16>,
<30,31,4>,
<31,32,4>,
<15,54,16>,
<3,30,4>,
<56,57,17>,
<57,58,17>,
<16,56,17>,
<32,33,5>,
<33,34,5>,
<4,32,5>,
<58,59,18>,
<59,60,18>,
<17,58,18>,
<5,34,6>,
<34,35,6>,
<35,36,6>,
<60,61,19>,
<61,62,19>,
<18,60,19>,
<6,36,7>,
<36,37,7>,
<37,38,7>,
<62,63,20>,
<63,64,20>,
<19,62,20>,
<7,38,8>,
<38,39,8>,
<39,40,8>,
<64,65,21>,
<65,66,21>,
<20,64,21>,
<8,40,9>,
<40,41,9>,
<41,42,9>,
<66,67,22>,
<67,68,22>,
<21,66,22>,
<9,42,10>,
<42,43,10>,
<43,44,10>,
<22,68,23>,
<68,69,23>,
<69,70,23>,
<10,44,11>,
<44,45,11>,
<23,70,24>,
<45,46,11>,
<70,71,24>,
<71,72,24>,
<11,46,12>,
<24,72,25>,
<46,47,12>,
<72,73,25>,
<47,48,12>,
<73,74,25>,
}
} // end of Face8
// Declare all together +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
#declare Pov_Fillet001 = union {
mesh2{ Pov_Fillet0011}
mesh2{ Pov_Fillet0012}
mesh2{ Pov_Fillet0013}
mesh2{ Pov_Fillet0014}
mesh2{ Pov_Fillet0015}
mesh2{ Pov_Fillet0016}
mesh2{ Pov_Fillet0017}
mesh2{ Pov_Fillet0018}
}
// instance to render
object {Pov_Fillet001
texture {
pigment {color rgb <0,1,1> transmit 0.8}
finish {StdFinish } //definition on top of the project
}
}
// Written by FreeCAD http://www.freecadweb.org/
// face number1 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
#declare Pov_Connect1 = mesh2{
vertex_vectors {
25,
<4.3,21,2>,
<4.29058,21,2.07461>,
<4.26289,21,2.14453>,
<4.21869,21,2.20536>,
<4.16075,21,2.2533>,
<4.09271,21,2.28532>,
<4.01884,21,2.29941>,
<3.94379,21,2.29469>,
<3.87227,21,2.27145>,
<3.80877,21,2.23115>,
<3.75729,21,2.17634>,
<3.72107,21,2.11044>,
<3.70237,21,2.0376>,
<3.70237,21,1.9624>,
<3.72107,21,1.88956>,
<3.75729,21,1.82366>,
<3.80877,21,1.76885>,
<3.87227,21,1.72855>,
<3.94379,21,1.70531>,
<4.01884,21,1.70059>,
<4.09271,21,1.71468>,
<4.16075,21,1.7467>,
<4.21869,21,1.79464>,
<4.26289,21,1.85547>,
<4.29058,21,1.92539>,
}
normal_vectors {
25,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
}
face_indices {
23,
<19,18,17>,
<12,14,13>,
<12,15,14>,
<20,16,15>,
<20,17,16>,
<20,19,17>,
<11,20,15>,
<11,15,12>,
<21,20,11>,
<22,21,11>,
<9,11,10>,
<9,22,11>,
<23,22,9>,
<7,9,8>,
<1,24,23>,
<1,0,24>,
<1,23,9>,
<5,7,6>,
<5,9,7>,
<2,9,5>,
<2,1,9>,
<4,2,5>,
<3,2,4>,
}
} // end of Face1
// face number2 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
#declare Pov_Connect2 = mesh2{
vertex_vectors {
52,
<4.3,-1,2>,
<4.3,21,2>,
<4.3,21,2>,
<4.29058,21,2.07461>,
<4.26289,21,2.14453>,
<4.21869,21,2.20536>,
<4.16075,21,2.2533>,
<4.09271,21,2.28532>,
<4.01884,21,2.29941>,
<3.94379,21,2.29469>,
<3.87227,21,2.27145>,
<3.80877,21,2.23115>,
<3.75729,21,2.17634>,
<3.72107,21,2.11044>,
<3.70237,21,2.0376>,
<3.70237,21,1.9624>,
<3.72107,21,1.88956>,
<3.75729,21,1.82366>,
<3.80877,21,1.76885>,
<3.87227,21,1.72855>,
<3.94379,21,1.70531>,
<4.01884,21,1.70059>,
<4.09271,21,1.71468>,
<4.16075,21,1.7467>,
<4.21869,21,1.79464>,
<4.26289,21,1.85547>,
<4.29058,21,1.92539>,
<4.3,-1,2>,
<4.29058,-1,2.07461>,
<4.26289,-1,2.14453>,
<4.21869,-1,2.20536>,
<4.16075,-1,2.2533>,
<4.09271,-1,2.28532>,
<4.01884,-1,2.29941>,
<3.94379,-1,2.29469>,
<3.87227,-1,2.27145>,
<3.80877,-1,2.23115>,
<3.75729,-1,2.17634>,
<3.72107,-1,2.11044>,
<3.70237,-1,2.0376>,
<3.70237,-1,1.9624>,
<3.72107,-1,1.88956>,
<3.75729,-1,1.82366>,
<3.80877,-1,1.76885>,
<3.87227,-1,1.72855>,
<3.94379,-1,1.70531>,
<4.01884,-1,1.70059>,
<4.09271,-1,1.71468>,
<4.16075,-1,1.7467>,
<4.21869,-1,1.79464>,
<4.26289,-1,1.85547>,
<4.29058,-1,1.92539>,
}
normal_vectors {
52,
<1,0,0>,
<1,0,0>,
<1,0,0>,
<0.968583,-0,0.24869>,
<0.876307,-0,0.481754>,
<0.728968,-0,0.684548>,
<0.535827,-0,0.844328>,
<0.309017,-0,0.951056>,
<0.0627899,-0,0.998027>,
<-0.187381,0,0.982287>,
<-0.425779,0,0.904827>,
<-0.637424,0,0.770513>,
<-0.809017,0,0.587785>,
<-0.929777,0,0.368125>,
<-0.992115,0,0.125333>,
<-0.992115,0,-0.125333>,
<-0.929777,0,-0.368125>,
<-0.809017,0,-0.587785>,
<-0.637424,0,-0.770513>,
<-0.425779,0,-0.904827>,
<-0.187381,0,-0.982287>,
<0.0627899,0,-0.998027>,
<0.309017,0,-0.951056>,
<0.535827,0,-0.844328>,
<0.728968,0,-0.684547>,
<0.876306,0,-0.481754>,
<0.968583,0,-0.24869>,
<1,0,0>,
<0.968583,-0,0.24869>,
<0.876307,-0,0.481754>,
<0.728968,-0,0.684548>,
<0.535827,-0,0.844328>,
<0.309017,-0,0.951056>,
<0.0627899,-0,0.998027>,
<-0.187381,0,0.982287>,
<-0.425779,0,0.904827>,
<-0.637424,0,0.770513>,
<-0.809017,0,0.587785>,
<-0.929777,0,0.368125>,
<-0.992115,0,0.125333>,
<-0.992115,0,-0.125333>,
<-0.929777,0,-0.368125>,
<-0.809017,0,-0.587785>,
<-0.637424,0,-0.770513>,
<-0.425779,0,-0.904827>,
<-0.187381,0,-0.982287>,
<0.0627899,0,-0.998027>,
<0.309017,0,-0.951056>,
<0.535827,0,-0.844328>,
<0.728968,0,-0.684547>,
<0.876306,0,-0.481754>,
<0.968583,0,-0.24869>,
}
face_indices {
50,
<22,47,21>,
<23,47,22>,
<23,48,47>,
<23,49,48>,
<3,0,1>,
<3,28,0>,
<24,49,23>,
<3,29,28>,
<25,49,24>,
<4,29,3>,
<25,50,49>,
<26,50,25>,
<5,30,29>,
<26,51,50>,
<5,29,4>,
<26,27,51>,
<2,27,26>,
<6,31,30>,
<6,32,31>,
<6,30,5>,
<7,32,6>,
<8,33,32>,
<8,34,33>,
<8,32,7>,
<9,34,8>,
<10,35,34>,
<10,34,9>,
<11,36,35>,
<11,35,10>,
<12,37,36>,
<12,36,11>,
<13,38,37>,
<13,37,12>,
<14,38,13>,
<14,39,38>,
<15,39,14>,
<15,40,39>,
<16,40,15>,
<16,41,40>,
<17,41,16>,
<17,42,41>,
<17,43,42>,
<18,43,17>,
<19,43,18>,
<19,44,43>,
<19,45,44>,
<20,45,19>,
<21,45,20>,
<21,46,45>,
<21,47,46>,
}
} // end of Face2
// face number3 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
#declare Pov_Connect3 = mesh2{
vertex_vectors {
50,
<5,-1,2>,
<4.96858,-1,2.24869>,
<4.87631,-1,2.48175>,
<4.72897,-1,2.68455>,
<4.53583,-1,2.84433>,
<4.30902,-1,2.95106>,
<4.06279,-1,2.99803>,
<3.81262,-1,2.98229>,
<3.57422,-1,2.90483>,
<3.36258,-1,2.77051>,
<3.19098,-1,2.58779>,
<3.07022,-1,2.36812>,
<3.00789,-1,2.12533>,
<3.00789,-1,1.87467>,
<3.07022,-1,1.63188>,
<3.19098,-1,1.41221>,
<3.36258,-1,1.22949>,
<3.57422,-1,1.09517>,
<3.81262,-1,1.01771>,
<4.06279,-1,1.00197>,
<4.30902,-1,1.04894>,
<4.53583,-1,1.15567>,
<4.72897,-1,1.31545>,
<4.87631,-1,1.51825>,
<4.96858,-1,1.75131>,
<4.3,-1,2>,
<4.29058,-1,2.07461>,
<4.26289,-1,2.14453>,
<4.21869,-1,2.20536>,
<4.16075,-1,2.2533>,
<4.09271,-1,2.28532>,
<4.01884,-1,2.29941>,
<3.94379,-1,2.29469>,
<3.87227,-1,2.27145>,
<3.80877,-1,2.23115>,
<3.75729,-1,2.17634>,
<3.72107,-1,2.11044>,
<3.70237,-1,2.0376>,
<3.70237,-1,1.9624>,
<3.72107,-1,1.88956>,
<3.75729,-1,1.82366>,
<3.80877,-1,1.76885>,
<3.87227,-1,1.72855>,
<3.94379,-1,1.70531>,
<4.01884,-1,1.70059>,
<4.09271,-1,1.71468>,
<4.16075,-1,1.7467>,
<4.21869,-1,1.79464>,
<4.26289,-1,1.85547>,
<4.29058,-1,1.92539>,
}
normal_vectors {
50,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
<0,1,0>,
}
face_indices {
50,
<23,22,47>,
<23,47,48>,
<8,33,9>,
<8,32,33>,
<24,23,48>,
<24,48,49>,
<7,31,32>,
<7,32,8>,
<0,25,26>,
<41,16,15>,
<0,24,49>,
<0,49,25>,
<6,31,7>,
<40,41,15>,
<42,17,16>,
<1,0,26>,
<42,18,17>,
<42,16,41>,
<5,29,30>,
<5,30,31>,
<39,15,14>,
<5,31,6>,
<39,40,15>,
<2,26,27>,
<2,27,28>,
<2,1,26>,
<43,18,42>,
<4,29,5>,
<38,14,13>,
<3,28,29>,
<3,29,4>,
<3,2,28>,
<38,39,14>,
<44,19,18>,
<44,20,19>,
<44,18,43>,
<37,12,11>,
<37,13,12>,
<37,38,13>,
<45,21,20>,
<45,20,44>,
<36,37,11>,
<46,21,45>,
<35,11,10>,
<35,36,11>,
<47,21,46>,
<34,35,10>,
<22,21,47>,
<9,34,10>,
<33,34,9>,
}
} // end of Face3
// face number4 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
#declare Pov_Connect4 = mesh2{
vertex_vectors {
52,
<4.3,-3.1,2>,
<4.3,-3.1,2>,
<4.29058,-3.1,2.07461>,
<4.26289,-3.1,2.14453>,
<4.21869,-3.1,2.20536>,
<4.16075,-3.1,2.2533>,
<4.09271,-3.1,2.28532>,
<4.01884,-3.1,2.29941>,
<3.94379,-3.1,2.29469>,
<3.87227,-3.1,2.27145>,
<3.80877,-3.1,2.23115>,
<3.75729,-3.1,2.17634>,
<3.72107,-3.1,2.11044>,
<3.70237,-3.1,2.0376>,
<3.70237,-3.1,1.9624>,
<3.72107,-3.1,1.88956>,
<3.75729,-3.1,1.82366>,
<3.80877,-3.1,1.76885>,
<3.87227,-3.1,1.72855>,
<3.94379,-3.1,1.70531>,
<4.01884,-3.1,1.70059>,
<4.09271,-3.1,1.71468>,
<4.16075,-3.1,1.7467>,
<4.21869,-3.1,1.79464>,
<4.26289,-3.1,1.85547>,
<4.29058,-3.1,1.92539>,
<5,-1,2>,
<5,-1,2>,
<4.96858,-1,2.24869>,
<4.87631,-1,2.48175>,
<4.72897,-1,2.68455>,
<4.53583,-1,2.84433>,
<4.30902,-1,2.95106>,
<4.06279,-1,2.99803>,
<3.81262,-1,2.98229>,
<3.57422,-1,2.90483>,
<3.36258,-1,2.77051>,
<3.19098,-1,2.58779>,
<3.07022,-1,2.36812>,
<3.00789,-1,2.12533>,
<3.00789,-1,1.87467>,
<3.07022,-1,1.63188>,
<3.19098,-1,1.41221>,
<3.36258,-1,1.22949>,
<3.57422,-1,1.09517>,
<3.81262,-1,1.01771>,
<4.06279,-1,1.00197>,
<4.30902,-1,1.04894>,
<4.53583,-1,1.15567>,
<4.72897,-1,1.31545>,
<4.87631,-1,1.51825>,
<4.96858,-1,1.75131>,
}
normal_vectors {
52,
<0.948683,-0.316228,0>,
<0.948683,-0.316228,0>,
<0.918879,-0.316228,0.235928>,
<0.831337,-0.316228,0.457032>,
<0.69156,-0.316228,0.649419>,
<0.50833,-0.316228,0.801>,
<0.29316,-0.316228,0.902251>,
<0.0595678,-0.316228,0.946811>,
<-0.177765,-0.316228,0.93188>,
<-0.403929,-0.316228,0.858394>,
<-0.604714,-0.316228,0.730973>,
<-0.767501,-0.316228,0.557622>,
<-0.882063,-0.316228,0.349234>,
<-0.941203,-0.316228,0.118902>,
<-0.941203,-0.316228,-0.118901>,
<-0.882063,-0.316228,-0.349234>,
<-0.767501,-0.316228,-0.557622>,
<-0.604714,-0.316228,-0.730973>,
<-0.403929,-0.316228,-0.858394>,
<-0.177765,-0.316228,-0.93188>,
<0.0595678,-0.316228,-0.946811>,
<0.29316,-0.316228,-0.902251>,
<0.50833,-0.316228,-0.801>,
<0.69156,-0.316228,-0.649419>,
<0.831337,-0.316228,-0.457032>,
<0.918879,-0.316228,-0.235928>,
<0.948683,-0.316228,0>,
<0.948683,-0.316228,0>,
<0.918879,-0.316228,0.235928>,
<0.831338,-0.316228,0.457032>,
<0.69156,-0.316228,0.649418>,
<0.50833,-0.316228,0.801>,
<0.293159,-0.316228,0.902251>,
<0.0595682,-0.316228,0.946811>,
<-0.177765,-0.316228,0.93188>,
<-0.40393,-0.316228,0.858394>,
<-0.604713,-0.316228,0.730973>,
<-0.767501,-0.316228,0.557622>,
<-0.882063,-0.316228,0.349234>,
<-0.941203,-0.316228,0.118902>,
<-0.941203,-0.316228,-0.118901>,
<-0.882063,-0.316228,-0.349234>,
<-0.767501,-0.316228,-0.557622>,
<-0.604713,-0.316228,-0.730973>,
<-0.40393,-0.316228,-0.858394>,
<-0.177765,-0.316228,-0.93188>,
<0.0595682,-0.316228,-0.946811>,
<0.293159,-0.316228,-0.902251>,
<0.50833,-0.316228,-0.801>,
<0.69156,-0.316228,-0.649418>,
<0.831337,-0.316228,-0.457032>,
<0.918879,-0.316228,-0.235928>,
}
face_indices {
50,
<45,18,44>,
<34,7,33>,
<34,8,7>,
<46,20,19>,
<46,19,45>,
<47,21,20>,
<35,8,34>,
<35,9,8>,
<47,20,46>,
<48,22,21>,
<48,21,47>,
<49,22,48>,
<49,23,22>,
<36,10,9>,
<50,24,23>,
<50,23,49>,
<51,24,50>,
<51,25,24>,
<51,1,25>,
<36,9,35>,
<27,1,51>,
<37,11,10>,
<28,2,0>,
<37,10,36>,
<38,11,37>,
<38,12,11>,
<28,0,26>,
<29,3,2>,
<39,13,12>,
<29,2,28>,
<30,4,3>,
<39,12,38>,
<40,14,13>,
<30,3,29>,
<40,13,39>,
<31,5,4>,
<41,15,14>,
<31,4,30>,
<41,14,40>,
<42,16,15>,
<32,6,5>,
<42,15,41>,
<43,17,16>,
<32,5,31>,
<43,16,42>,
<33,7,6>,
<44,18,17>,
<44,17,43>,
<45,19,18>,
<33,6,32>,
}
} // end of Face4
// face number5 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
#declare Pov_Connect5 = mesh2{
vertex_vectors {
33,
<4,-4,2>,
<4.3,-3.1,2>,
<4,-4,2>,
<4.3,-3.1,2>,
<4.29058,-3.1,2.07461>,
<4.26289,-3.1,2.14453>,
<4.21869,-3.1,2.20536>,
<4.16075,-3.1,2.2533>,
<4.09271,-3.1,2.28532>,
<4.01884,-3.1,2.29941>,
<3.94379,-3.1,2.29469>,
<3.87227,-3.1,2.27145>,
<3.80877,-3.1,2.23115>,
<3.75729,-3.1,2.17634>,
<3.72107,-3.1,2.11044>,
<3.70237,-3.1,2.0376>,
<3.70237,-3.1,1.9624>,
<3.72107,-3.1,1.88956>,
<3.75729,-3.1,1.82366>,
<3.80877,-3.1,1.76885>,
<3.87227,-3.1,1.72855>,
<3.94379,-3.1,1.70531>,
<4.01884,-3.1,1.70059>,
<4.09271,-3.1,1.71468>,
<4.16075,-3.1,1.7467>,
<4.21869,-3.1,1.79464>,
<4.26289,-3.1,1.85547>,
<4.29058,-3.1,1.92539>,
<4,-3.55,2.15>,
<3.85,-3.55,2>,
<4,-3.55,1.85>,
<4,-3.775,2.075>,
<4,-3.775,1.925>,
}
normal_vectors {
33,
<0.688247,-0.229416,-0.688247>,
<0.948683,-0.316228,0>,
<0.579741,-0.257663,0.772988>,
<0.948683,-0.316228,0>,
<0.918879,-0.316228,0.235928>,
<0.831337,-0.316228,0.457032>,
<0.69156,-0.316228,0.649419>,
<0.50833,-0.316228,0.801>,
<0.29316,-0.316228,0.902251>,
<0.0595678,-0.316228,0.946811>,
<-0.177765,-0.316228,0.93188>,
<-0.403929,-0.316228,0.858394>,
<-0.604714,-0.316228,0.730973>,
<-0.767501,-0.316228,0.557622>,
<-0.882063,-0.316228,0.349234>,
<-0.941203,-0.316228,0.118902>,
<-0.941203,-0.316228,-0.118901>,
<-0.882063,-0.316228,-0.349234>,
<-0.767501,-0.316228,-0.557622>,
<-0.604714,-0.316228,-0.730973>,
<-0.403929,-0.316228,-0.858394>,
<-0.177765,-0.316228,-0.93188>,
<0.0595678,-0.316228,-0.946811>,
<0.29316,-0.316228,-0.902251>,
<0.50833,-0.316228,-0.801>,
<0.69156,-0.316228,-0.649419>,
<0.831337,-0.316228,-0.457032>,
<0.918879,-0.316228,-0.235928>,
<5.80901e-017,-0.316228,0.948683>,
<-0.948683,-0.316228,1.1618e-016>,
<-1.7427e-016,-0.316228,-0.948683>,
<5.80901e-017,-0.316228,0.948683>,
<-1.7427e-016,-0.316228,-0.948683>,
}
face_indices {
36,
<28,2,3>,
<28,3,4>,
<28,4,5>,
<28,5,6>,
<28,6,7>,
<28,7,8>,
<28,8,9>,
<28,9,10>,
<28,10,11>,
<28,11,12>,
<29,12,13>,
<29,13,14>,
<29,14,15>,
<29,15,16>,
<29,16,17>,
<29,17,18>,
<29,18,19>,
<29,28,12>,
<30,1,0>,
<30,19,20>,
<30,20,21>,
<30,21,22>,
<30,22,23>,
<30,23,24>,
<30,24,25>,
<30,25,26>,
<30,26,27>,
<30,27,1>,
<30,29,19>,
<31,2,28>,
<31,28,29>,
<32,0,2>,
<32,30,0>,
<32,31,29>,
<32,2,31>,
<32,29,30>,
}
} // end of Face5
// Declare all together +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
#declare Pov_Connect = union {
mesh2{ Pov_Connect1}
mesh2{ Pov_Connect2}
mesh2{ Pov_Connect3}
mesh2{ Pov_Connect4}
mesh2{ Pov_Connect5}
}
// instance to render
object {Pov_Connect
texture {
pigment {color rgb <1,1,0>}
finish {StdFinish } //definition on top of the project
}
}
//default light
light_source {
cam_location
color White
area_light <100, 0, 0>, <0, 0, 100>, 10, 10
adaptive 1
jitter
} |
Items portrayed in this file
depicts
9 October 2018
File history
Click on a date/time to view the file as it appeared at that time.
Date/Time | Thumbnail | Dimensions | User | Comment | |
---|---|---|---|---|---|
current | 10:53, 23 October 2018 | 2,281 × 2,396 (1.51 MB) | Xorx | Restored original cropping of scene. | |
10:50, 23 October 2018 | 3,200 × 2,400 (1.69 MB) | Xorx | Quadrupel resolution rendering | ||
14:35, 9 October 2018 | 1,139 × 1,198 (417 KB) | Xorx | User created page with UploadWizard |
File usage
The following page uses this file:
Global file usage
The following other wikis use this file:
- Usage on bn.wikipedia.org
- Usage on de.wikipedia.org
- Usage on es.wikipedia.org
- Usage on it.wikipedia.org
- Usage on www.wikidata.org