To LUGNET HomepageTo LUGNET News HomepageTo LUGNET Guide Homepage
 Help on Searching
 
Post new message to lugnet.cad.rayOpen lugnet.cad.ray in your NNTP NewsreaderTo LUGNET News Traffic PageSign In (Members)
 CAD / Ray-Tracing / *3035 (-100)
Subject: 
Re: How would you do it?
Newsgroups: 
lugnet.cad.ray
Date: 
Thu, 2 Jun 2011 14:32:42 GMT
Viewed: 
19762 times
  
Kevin L. Clague wrote:
I'm not much of a POV expert, but it looks to me like Jeroen used a
single light source (I only see one shadow per model).

You can use many lights, and still have a single shadow by making all lights
but one 'shadowless' (a modifier to the POV light description). I often put
a (not too bright) shadowless light at the same position as the camera, to
make sure there's at least *some* light into all the cavities you can see.

--
Anders Isaksson


Subject: 
Re: How would you do it?
Newsgroups: 
lugnet.cad.ray
Date: 
Thu, 2 Jun 2011 13:06:31 GMT
Viewed: 
19720 times
  
It looks to me like each model / row of models was rendered in POV-Ray
individually and then PhotoShopped together.  Probably removed any reflections
when combined on to one image.

Scott


Subject: 
Re: How would you do it?
Newsgroups: 
lugnet.cad.ray
Date: 
Thu, 2 Jun 2011 12:10:32 GMT
Viewed: 
19484 times
  
In lugnet.cad.ray, Larry Pieniazek wrote:
A long time ago, Jeroen kindly rendered this image for me in POVRay

http://miltontrainworks.com/MTW/images/MTWproductLine_1280x1024.jpg

But the source got lost. Now I need it much much larger so I'm trying to
recreate it. I am all the way there (all models positioned right, etc) except
for the lighting/shadows. Which may well be the hardest part!

I like how the shadows are, they are relatively light. I also like how the base
reflection is set up (i.e. there is none)

I've been trying a lot of different render settings and surface settings but I'm
either getting large muddy shadows, or I'm getting a surface that reflects the
models. Anyone have any clues on the best combination of surface materials (for
the white plane that everything sits on) and light source settings? I thought
maybe an area light was the way to go but it's not working well for me.

Here's my current surface settings...

texture {
                        pigment{ rgb <1,1,1> }
                        finish {
                                reflection 0
                                ambient 0.4
                                diffuse 0.5
                                roughness  .01
                        }
                }

Am I even on the right track there?

Thanks for any suggestions.

Hi Larry,

  I'm not much of a POV expert, but it looks to me like Jeroen used a single
light source (I only see one shadow per model).  I'd guess the light source is
very far away (to simulate sunlight) because all the shadows cast proportionate
lengths.

  To soften the shadows I'd think you would want to increase ambient and
diminish diffuse.  The affect of diffuse depends on the angle of the light
hitting the surface, ambient is not.  If you have control over ambient light
color I'd guess you want it white.

  I'd practice on the lighting/background on a small model until you get what
you want but you're very smart, so you probably are already doing that.  It
might also be faster to render each model separately, and then composite them
together into your final image.

Kevin


Subject: 
How would you do it?
Newsgroups: 
lugnet.cad.ray
Date: 
Thu, 2 Jun 2011 03:50:37 GMT
Highlighted: 
(details)
Viewed: 
19856 times
  
A long time ago, Jeroen kindly rendered this image for me in POVRay

http://miltontrainworks.com/MTW/images/MTWproductLine_1280x1024.jpg

But the source got lost. Now I need it much much larger so I'm trying to
recreate it. I am all the way there (all models positioned right, etc) except
for the lighting/shadows. Which may well be the hardest part!

I like how the shadows are, they are relatively light. I also like how the base
reflection is set up (i.e. there is none)

I've been trying a lot of different render settings and surface settings but I'm
either getting large muddy shadows, or I'm getting a surface that reflects the
models. Anyone have any clues on the best combination of surface materials (for
the white plane that everything sits on) and light source settings? I thought
maybe an area light was the way to go but it's not working well for me.

Here's my current surface settings...

texture {
                        pigment{ rgb <1,1,1> }
                        finish {
                                reflection 0
                                ambient 0.4
                                diffuse 0.5
                                roughness  .01
                        }
                }

Am I even on the right track there?

Thanks for any suggestions.


Subject: 
Re: POVRay Error: lg_defs.inc
Newsgroups: 
lugnet.cad.ray
Date: 
Thu, 26 May 2011 17:50:38 GMT
Viewed: 
22888 times
  
In lugnet.cad.ray, Adrian Rohnfelder wrote:
Travis,

cool, many thanks, will be able to test the file tomorrow.

What can I do within LDraw to avoid this prob in future times?

The bug in LDView means that any sloped bricks that have LGEO versions won't
work if they use a color not directly supported by LGEO.  Your model used color
0x6FFFFFF (which is transparent full white) for at least one brick that
contained a textured slope.  I believe if you replace all instances of that with
color 47 (Trans Clear), the problem will go away.

--Travis


Subject: 
Re: POVRay Error: lg_defs.inc
Newsgroups: 
lugnet.cad.ray
Date: 
Thu, 26 May 2011 07:06:56 GMT
Viewed: 
21850 times
  
Travis,

cool, many thanks, will be able to test the file tomorrow.

What can I do within LDraw to avoid this prob in future times?

Thx, adrian


Subject: 
Re: POVRay Error: lg_defs.inc
Newsgroups: 
lugnet.cad.ray
Date: 
Thu, 26 May 2011 04:46:34 GMT
Viewed: 
21840 times
  
In lugnet.cad.ray, Travis Cobbs wrote:
In lugnet.cad.ray, Adrian Rohnfelder wrote:
Hi Travis,

thanks for your offer, I sent you the file yesterday evening (european time :-)
).

You're welcome.  I got the POV files, and responded (via email) that I needed
the original LDraw file in order to debug LDView.  It would seem that you didn't
get my email reply.

I got your email, tracked down the problem, and sent you a link to a test LDView
build.  Thanks again.

For reference, LDView was referring to sloped brick faces using LGEO's _slope
variant of the color even when the color wasn't a color directly supported by
LGEO.  Since it didn't generate a definition for the _slope variant of the
color, POV failed.

--Travis


Subject: 
Re: POVRay Error: lg_defs.inc
Newsgroups: 
lugnet.cad.ray
Date: 
Wed, 25 May 2011 16:03:19 GMT
Viewed: 
21208 times
  
In lugnet.cad.ray, Adrian Rohnfelder wrote:
Hi Travis,

thanks for your offer, I sent you the file yesterday evening (european time :-)
).

You're welcome.  I got the POV files, and responded (via email) that I needed
the original LDraw file in order to debug LDView.  It would seem that you didn't
get my email reply.

--Travis


Subject: 
Re: POVRay Error: lg_defs.inc
Newsgroups: 
lugnet.cad.ray
Date: 
Wed, 25 May 2011 07:06:49 GMT
Viewed: 
21090 times
  
Hi Travis,

thanks for your offer, I sent you the file yesterday evening (european time :-)
).

cheers, adrian


Subject: 
Re: POVRay Error: lg_defs.inc
Newsgroups: 
lugnet.cad.ray
Date: 
Mon, 23 May 2011 16:08:13 GMT
Viewed: 
20109 times
  
In lugnet.cad.ray, Adrian Rohnfelder wrote:
Hi Larry,

no, Ben wasn't there, I forgot the name of the guy you've visited, I will ask
Ralph, maybe he remembers.

Your tip with the library path helped a bit, the error I asked about doesn't
show up again, but now there is a new one:

"No matching in 'material', undeclared identifier 'LDXColor117440511_slope'"

Is my LGEO library out of date?

That sounds like an LDView bug.  If you send me your model, I will investigate.

--Travis


Subject: 
Re: POVRay Error: lg_defs.inc
Newsgroups: 
lugnet.cad.ray
Date: 
Mon, 23 May 2011 09:48:02 GMT
Viewed: 
19425 times
  
Hi, I tried the installation, works fine, but get same error as with the tip of
Larry:

"No matching in 'material', undeclared identifier 'LDXColor117440511_slope'"

Any idea?

Thx, adrian


Subject: 
Re: POVRay Error: lg_defs.inc
Newsgroups: 
lugnet.cad.ray
Date: 
Mon, 23 May 2011 08:55:31 GMT
Viewed: 
20014 times
  
Hi Larry,

no, Ben wasn't there, I forgot the name of the guy you've visited, I will ask
Ralph, maybe he remembers.

Your tip with the library path helped a bit, the error I asked about doesn't
show up again, but now there is a new one:

"No matching in 'material', undeclared identifier 'LDXColor117440511_slope'"

Is my LGEO library out of date?

Thx again, adrian

PS: Parallel I will try the other idea with the installation bundle...


Subject: 
Re: POVRay Error: lg_defs.inc
Newsgroups: 
lugnet.cad.ray
Date: 
Wed, 18 May 2011 20:14:49 GMT
Highlighted: 
(details)
Viewed: 
20932 times
  
In lugnet.cad.ray, Adrian Rohnfelder wrote:
Hy Larry,

I am also going to try this on friday, thx.

BTW, are you THE Larry I have met years years years ago for one day in Germany
(forgot the name of the boy you visited, I have been there with Dö (Ralph)) and
built some cool stuff together? Some time later I also bought a train from you
(Miltontrainworks)?

I am the Larry behind MiltonTrainWorks.com ... and I think I have been the Larry
you met in Germany way long ago. Was Ben there?


Subject: 
Re: POVRay Error: lg_defs.inc
Newsgroups: 
lugnet.cad.ray
Date: 
Wed, 18 May 2011 19:29:25 GMT
Viewed: 
20845 times
  
Hy Larry,

I am also going to try this on friday, thx.

BTW, are you THE Larry I have met years years years ago for one day in Germany
(forgot the name of the boy you visited, I have been there with Dö (Ralph)) and
built some cool stuff together? Some time later I also bought a train from you
(Miltontrainworks)?

Cheers, adrian


Subject: 
Re: POVRay Error: lg_defs.inc
Newsgroups: 
lugnet.cad.ray
Date: 
Wed, 18 May 2011 19:24:52 GMT
Viewed: 
20415 times
  
In lugnet.cad.ray, Willy Tschager wrote:
http://news.lugnet.com/cad/?n=17708
It will do the job for you and I've got a new tester as well.
Cool, thx, will give it a try on friday (have no access to my Mac Mini with the
Windows Installation at the moment) and tell you the results. Great, adrian


Subject: 
Re: POVRay Error: lg_defs.inc
Newsgroups: 
lugnet.cad.ray
Date: 
Tue, 17 May 2011 10:46:59 GMT
Highlighted: 
(details)
Viewed: 
21215 times
  
In lugnet.cad.ray, Willy Tschager wrote:
In lugnet.cad.ray, Adrian Rohnfelder wrote:
Parse Error cannot open include file lg_defs.inc

Your POV-Ray.ini file is missing the paths to the LGEO libraries. You might try
the AIOI I have prepared:

http://news.lugnet.com/cad/?n=17708

It will do the job for you and I've got a new tester as well.

w.

Another approach (not necessarily better, but if you have a mostly working
installation already you may prefer it, especially if your directory layout is
non standard) is to go get the LGEO libs and then hand modify your master
POVRAY.ini file (From the menu bar, select Tools/Edit master POVRAY.INI which
will launch a notepad of it) to add Library_Path= statements as needed

I added these

Library_Path=C:\shortprg\LDRAW\POV\include\lgeo\ar
Library_Path=C:\shortprg\LDRAW\POV\include\lgeo\lg

at the very bottom after I fetched the LGeo libs from
http://www.digitalbricks.org/lgeo.html (That may not be the best place to get
them, it's just where I found them)

I am no POV expert to be sure, in fact it's been years since I worked with it
much, but I'm trying to recreate some renders Jeroen did for me long ago as I
need them in much larger resolution than I have them.

Hope that helps.


Subject: 
Re: POVRay Error: lg_defs.inc
Newsgroups: 
lugnet.cad.ray
Date: 
Mon, 16 May 2011 14:06:48 GMT
Viewed: 
20080 times
  
In lugnet.cad.ray, Adrian Rohnfelder wrote:
Parse Error cannot open include file lg_defs.inc

Your POV-Ray.ini file is missing the paths to the LGEO libraries. You might try
the AIOI I have prepared:

http://news.lugnet.com/cad/?n=17708

It will do the job for you and I've got a new tester as well.

w.


Subject: 
POVRay Error: lg_defs.inc
Newsgroups: 
lugnet.cad.ray
Date: 
Mon, 16 May 2011 12:40:37 GMT
Viewed: 
19735 times
  
Hi,

when using POVRay (Win) I always get following error:

Parse Error cannot open include file lg_defs.inc

Model built in MLCad (tried Win and Mac), prepared with LDView (tried Win and
Mac), always same error. POVRay for Mac unfortunately doesn't work (Intel Mac,
OSX 10.6).

Any idea?

Thx for your help, adrian


Subject: 
DatShine v2.01 - First Windows Version
Newsgroups: 
lugnet.cad.ray
Date: 
Sat, 14 May 2011 20:40:54 GMT
Viewed: 
20542 times
  
Available at http://dl.dropbox.com/u/15954981/DatShine201.zip

- - -

Please note that this application will only work properly if...

* Installed (ie just unpacked) in <LDrawBaseDir>\Apps\DatShine directory
* The Attribute Files (L*.ldr) are in <LDrawBaseDir>\Apps\DatShine\Attr
directory
* The BaseDirectory key in LDraw.ini is properly set to point to your
LDrawBaseDir


- - -
About DatShine:

DatShine is an LDraw utility program that creates .dat files
for parts with clear colors, like Trans-yellow, Trans-red and so
on. In POV, they will become illuminated, but not in an LDraw viewer (like
LDView) or editor (like MLCad).

DatShine is written to produce dat parts illuminted in POV, but
any attributes like material, texture, pigment, finish and so on
can be manipulated at will by creating an attribute file containing
desired POV code.

DatShine never alters any of your "source" files, ie the original part or the
attribute file it reads to create the new, unofficial part with inlined POV code
and a new, unique file name.

/Tore


Subject: 
Re: LGEO library update ?
Newsgroups: 
lugnet.cad.ray
Date: 
Wed, 27 Apr 2011 22:14:55 GMT
Viewed: 
16930 times
  
In lugnet.cad.ray, Damien Roux wrote:
Hi all !

I would like to know if someone has any news about a futur update of the LGEO
library (Lutz Uhlmann's library).

As it has been written on the digitalbricks.com webpage there should be "more to
come".

I don't know if Lutz is still reading posts from Lugnet, but if yes, it would be
nice to get a message from him.

Thank you in advance.


Damien

No one has any update on the LGEO library current status?
Maybe someone is still in contact with Lutz or can directly asking him?


Subject: 
Rotating model animation help needed
Newsgroups: 
lugnet.cad.ray
Date: 
Sat, 19 Mar 2011 02:02:25 GMT
Viewed: 
21514 times
  
I would like too create animations of several of my models rotating around their
vertical axes and upload them to YouTube.

1. What movie codec/format should I use?
2. The number of frames should be divisible by 4 so that I get a nice view of
the models from each of the four cardinal directions. How many total frames
should I render in POV-Ray?
3. Do I need any animation tools besides (or in addition to) Windows Live Movie
Maker and POV-Ray? I am running Windows 7 and don't want to spend additional
money on animation tools

Thanks!


-Mike


Subject: 
Re: LDConfig.ldr + L3P 1.4 + POV-Ray 3.6.2 + fastrad.inc no longer producing nice results
Newsgroups: 
lugnet.cad.ray
Date: 
Sat, 19 Mar 2011 01:22:43 GMT
Viewed: 
21452 times
  
In lugnet.cad.ray, Scott Wardlaw wrote:
I think that many of the POV-Ray colors were tuned by the All-In-One Installer
from LDraw.org.  These are tuned for rendering.

The LDconfig.ldr is not tuned for rendering.  It is meant for creating building
instructions.

For this reason, I have re-created LDconfig_Alt.ldr to contain colors tuned for
rendering.

Let me know if this helps:
http://www.scottwardlaw.com/LEGO/LDConfig.zip

Scott

There are two files in the ZIP file. Do I need to use both?


-Mike


Subject: 
Re: LDConfig.ldr + L3P 1.4 + POV-Ray 3.6.2 + fastrad.inc no longer producing nice results
Newsgroups: 
lugnet.cad.ray
Date: 
Fri, 18 Mar 2011 19:04:26 GMT
Viewed: 
22013 times
  
In lugnet.cad.ray, Michael Horvath wrote:
I've been trying to use the fastrad.inc script with scenes generated by the new
version (1.4) of L3P that supports LDConfig.ldr.

However, the results are not nearly as attractive as they were with older
versions of L3P.

I think that many of the POV-Ray colors were tuned by the All-In-One Installer
from LDraw.org.  These are tuned for rendering.

The LDconfig.ldr is not tuned for rendering.  It is meant for creating building
instructions.

For this reason, I have re-created LDconfig_Alt.ldr to contain colors tuned for
rendering.

Let me know if this helps:
http://www.scottwardlaw.com/LEGO/LDConfig.zip

Scott


Subject: 
LDConfig.ldr + L3P 1.4 + POV-Ray 3.6.2 + fastrad.inc no longer producing nice results
Newsgroups: 
lugnet.cad.ray
Date: 
Fri, 18 Mar 2011 06:10:15 GMT
Viewed: 
22628 times
  
I've been trying to use the fastrad.inc script with scenes generated by the new
version (1.4) of L3P that supports LDConfig.ldr.

However, the results are not nearly as attractive as they were with older
versions of L3P.

Anyone have an idea of what needs to be fixed and how to fix it?

I am using POV-Ray 3.6.2.


-Mike


Subject: 
LGEO library update ?
Newsgroups: 
lugnet.cad.ray
Date: 
Thu, 11 Nov 2010 00:56:01 GMT
Viewed: 
18634 times
  
Hi all !

I would like to know if someone has any news about a futur update of the LGEO
library (Lutz Uhlmann's library).

As it has been written on the digitalbricks.com webpage there should be "more to
come".

I don't know if Lutz is still reading posts from Lugnet, but if yes, it would be
nice to get a message from him.

Thank you in advance.


Damien


Special: 
[DAT] (requires LDraw-compatible viewer)
Subject: 
POV dat - 3626bph1 - Minifig Head with Harry Potter Pattern - POV
Newsgroups: 
lugnet.cad.ray, lugnet.cad.dat.parts
Date: 
Wed, 29 Sep 2010 13:43:51 GMT
Viewed: 
22820 times
  
0 Minifig Head with Eyeglasses and Lightning Scar Pattern - POV
0 Name: 3626bph1.dat
0 Author: Andy Westrate [westrate]
0 !LDRAW_ORG Unofficial_Part
0 !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt
0 // Inline POV code generated by MFHead v0.26

0 BFC CERTIFY CCW
0 !KEYWORDS Harry Potter, Gryffindor
0 !KEYWORDS Hogwarts School of Witchcraft and Wizardry
0 !CMDLINE -c14

0 L3P IFNOTPOV
1 16 0 0 0 1 0 0 0 1 0 0 0 1 s\3626bs02.dat
0 // Inlined  1 16 0 0 0 1 0 0 0 1 0 0 0 1 s\3626ph1a.dat
1 16 0 4 0 8 0 0 0 -6.4 0 0 0 -8 t04o6250.dat
1 16 0 17 0 0 0 8 0 6.4 0 -8 0 0 t04o6250.dat
1 16 0 17 0 -8 0 0 0 6.4 0 0 0 -8 t04o6250.dat

4 16 -3.7936 0.3046 -9.1592 0 0.3046 -9.9136 0 0 -8 -3.0616 0 -7.3912
4 16 -4.4144 1.1718 -10.6576 0 1.1718 -11.5352 0 0.3046 -9.9136 -3.7936 0.3046 -9.1592
4 16 -7.0096 0.3046 -7.0096 -3.7936 0.3046 -9.1592 -3.0616 0 -7.3912 -5.6568 0 -5.6568
4 16 -8.1568 1.1718 -8.1568 -4.4144 1.1718 -10.6576 -3.7936 0.3046 -9.1592 -7.0096 0.3046 -7.0096
4 16 -9.1592 0.3046 -3.7936 -7.0096 0.3046 -7.0096 -5.6568 0 -5.6568 -7.3912 0 -3.0616
4 16 -10.6576 1.1718 -4.4144 -8.1568 1.1718 -8.1568 -7.0096 0.3046 -7.0096 -9.1592 0.3046 -3.7936
4 16 -9.9136 0.3046 0 -9.1592 0.3046 -3.7936 -7.3912 0 -3.0616 -8 0 0
4 16 -11.5352 1.1718 0 -10.6576 1.1718 -4.4144 -9.1592 0.3046 -3.7936 -9.9136 0.3046 0

4 4 -2.7 4.9 -12.463 -1.2 5.4 -12.761 -1.3 4 -12.741 -3.5 4 -12.304
4 4 -3.2 5.8 -12.363 -2.6 6 -12.483 -2.7 4.9 -12.463 -3.5 4 -12.304
3 4 -2.1 4 -12.582 -3.3 3 -12.095 -3.5 4 -12.304
4 4 -2.1 4 -12.582 -1.3 4 -12.741 -1.5 3 -12.453 -1.9 3 -12.373
4 4 -1.5 3 -12.453 -1.4 2.4691 -12.341 -1.8 2.4691 -12.261 -1.9 3 -12.373
4 16 -1.4 2.4691 -12.341 -1.5 3 -12.453 -1.3 4 -12.741 0 2.4691 -12.619
3 16 -1.3 4 -12.741 0 4 -13 0 2.4691 -12.619
3 16 -4.975 4 -12.01 -3.3 3 -12.095 -4.8296 2.4691 -11.659
3 16 -4.975 4 -12.01 -3.5 4 -12.304 -3.3 3 -12.095
3 16 -3.3 3 -12.095 -1.8 2.4691 -12.261 -4.8296 2.4691 -11.659
3 16 -1.9 3 -12.373 -1.8 2.4691 -12.261 -3.3 3 -12.095
3 16 -1.9 3 -12.373 -3.3 3 -12.095 -2.1 4 -12.582
4 4 -1.4 2.4691 -12.341 -1.2 1.6 -11.654 -1.5 1.6 -11.595 -1.8 2.4691 -12.261
4 16 -1.2 1.6 -11.654 0 1.1718 -11.535 -4.4144 1.1718 -10.658 -1.5 1.6 -11.595
4 16 0 2.4691 -12.619 0 1.1718 -11.535 -1.2 1.6 -11.654 -1.4 2.4691 -12.341
4 16 -4.4144 1.1718 -10.658 -4.8296 2.4691 -11.659 -1.8 2.4691 -12.261 -1.5 1.6 -11.595
4 0 0 8.6 -13 -.6 8.6 -12.881 -.6 9.4 -12.881 0 9.4 -13
4 0 0 9.4 -13 0.5 9.4 -12.901 0.5 8.6 -12.901 0 8.6 -13
4 15 -3.2 9.4 -12.363 -3 9 -12.403 -3.9 9 -12.224 -3.7 9.4 -12.264
4 15 -3 9 -12.403 -3.2 8.6 -12.363 -3.7 8.6 -12.264 -3.9 9 -12.224
3 0 -3.9 6.8 -12.224 -4.4 7.3 -12.124 -2.4 7.3 -12.522
3 0 -6.2 7.6 -11.191 -4.975 7.4 -12.01 -4.975 6.9 -12.01
4 0 -4.4 7.3 -12.124 -3.9 6.8 -12.224 -4.975 6.9 -12.01 -4.975 7.4 -12.01
3 0 3 7.4 -12.403 4.975 6.8 -12.01 4.5 6.3 -12.105
3 0 4.975 6.8 -12.01 4.975 5.9 -12.01 4.5 6.3 -12.105
4 0 3 6 -12.403 3 6.5 -12.403 4.5 6.3 -12.105 4 5.8 -12.204
3 0 4.5 6.3 -12.105 4.975 5.9 -12.01 4 5.8 -12.204
3 0 0.5 9.4 -12.901 1 9 -12.801 0.5 8.6 -12.901
3 0 -.6 8.6 -12.881 -1.1 9 -12.781 -.6 9.4 -12.881
4 0 3 6 -12.403 1.5 7 -12.702 2 7.2 -12.602 3 6.5 -12.403
4 0 1 9 -12.801 2 7.2 -12.602 1.5 7 -12.702 0.5 8.6 -12.901
4 0 1 9 -12.801 0.5 9.4 -12.901 0.6 10 -12.881 1 10 -12.801
4 0 4.975 12.5 -12.01 4 12.6 -12.204 4 13 -12.204 4.975 13 -12.01
4 0 4 12.6 -12.204 2.3 12 -12.542 2 12.3 -12.602 3 12.8 -12.403
3 0 3 12.8 -12.403 4 13 -12.204 4 12.6 -12.204
4 0 2.3 12 -12.542 1.4 11 -12.721 1 11.3 -12.801 2 12.3 -12.602
4 0 1.4 11 -12.721 1 10 -12.801 0.6 10 -12.881 1 11.3 -12.801
3 0 2.7 8.5 -12.463 3.2 7.8 -12.363 2.4 8.4 -12.522
3 0 5.3 8.5 -11.793 5.9 8.7 -11.392 4.975 7.8 -12.01
4 0 4.975 7.8 -12.01 4.975 8.6 -12.01 5.2 9 -11.86 5.3 8.5 -11.793
3 15 4.975 9.4 -12.01 5.2 9 -11.86 4.975 8.6 -12.01
4 15 4.975 8.6 -12.01 4.4 8.6 -12.124 4.4 9.4 -12.124 4.975 9.4 -12.01
3 15 4.4 8.6 -12.124 4.2 9 -12.164 4.4 9.4 -12.124
4 0 4.4 8.6 -12.124 4.975 8.6 -12.01 4.975 7.8 -12.01 3.2 7.8 -12.363
4 0 4.2 9 -12.164 4.4 8.6 -12.124 3.2 7.8 -12.363 2.7 8.5 -12.463
4 0 2.7 8.5 -12.463 2.6 9 -12.483 4.4 9.4 -12.124 4.2 9 -12.164
4 0 2.6 9 -12.483 2.8 10 -12.443 4 10.7 -12.204 4.4 9.4 -12.124
4 0 4.4 9.4 -12.124 4 10.7 -12.204 4.975 10.6 -12.01 4.975 9.4 -12.01
4 0 4.975 9.4 -12.01 4.975 10.6 -12.01 5.5 9.7 -11.659 5.2 9 -11.86
4 0 5.2 9 -11.86 5.5 9.7 -11.659 5.5 9 -11.659 5.3 8.5 -11.793
4 16 4.975 7.8 -12.01 4.975 6.8 -12.01 3 7.4 -12.403 3.2 7.8 -12.363
4 16 3 7.4 -12.403 4.5 6.3 -12.105 3 6.5 -12.403 2 7.2 -12.602
4 16 3.2 7.8 -12.363 3 7.4 -12.403 2 7.2 -12.602 2.4 8.4 -12.522
4 16 2.6 9 -12.483 2.7 8.5 -12.463 2.4 8.4 -12.522 1 10 -12.801
4 16 1 10 -12.801 2.4 8.4 -12.522 2 7.2 -12.602 1 9 -12.801
4 16 1.4 11 -12.721 2.8 10 -12.443 2.6 9 -12.483 1 10 -12.801
4 16 4 10.7 -12.204 2.8 10 -12.443 1.4 11 -12.721 2.3 12 -12.542
3 16 2.3 12 -12.542 4 12.6 -12.204 4 10.7 -12.204
4 16 4 12.6 -12.204 4.975 12.5 -12.01 4.975 10.6 -12.01 4 10.7 -12.204
4 0 4.975 5.9 -12.01 4.975 6.8 -12.01 6 6.8 -11.325 6 6.2 -11.325
4 0 6.7 8 -10.857 6.8 7 -10.79 6 6.2 -11.325 6 6.8 -11.325
4 0 6.8 7 -10.79 6.7 8 -10.857 6.9 9 -10.724 7.4 8.6 -10.389
4 0 7 9.5 -10.657 7.4 9.5 -10.389 7.4 8.6 -10.389 6.9 9 -10.724
4 0 6.2 12.4 -11.191 6 12 -11.325 4.975 12.5 -12.01 4.975 13 -12.01
4 0 7 11.4 -10.657 6.6 11 -10.924 6 12 -11.325 6.2 12.4 -11.191
4 0 7.4 10 -10.389 6.9 10 -10.724 6.6 11 -10.924 7 11.4 -10.657
4 0 7.4 10 -10.389 7.4 9.5 -10.389 7 9.5 -10.657 6.9 10 -10.724
4 0 7.4 9.5 -10.389 9.192 8.8 -9.192 9.192 8 -9.192 7.4 8.6 -10.389
4 0 10.3 7.7 -7.534 9.192 8 -9.192 9.192 8.8 -9.192 10.3 8.5 -7.534
4 0 11.4 8.5 -5.888 11.4 7.7 -5.888 10.3 7.7 -7.534 10.3 8.5 -7.534
3 0 -3 6.4 -12.403 -2.6 6 -12.483 -3.2 5.8 -12.363
4 0 -3 6.4 -12.403 -2 7.2 -12.602 -1.7 6.8 -12.662 -2.6 6 -12.483
4 0 -1.3 8 -12.741 -.9 7.9 -12.821 -1.7 6.8 -12.662 -2 7.2 -12.602
4 0 -.6 8.6 -12.881 -.9 7.9 -12.821 -1.3 8 -12.741 -1.1 9 -12.781
4 0 -4 6.1 -12.204 -4 5.6 -12.204 -4.975 5.6 -12.01 -4.975 6.1 -12.01
4 0 -3 6.4 -12.403 -3.2 5.8 -12.363 -4 5.6 -12.204 -4 6.1 -12.204
4 0 -1.1 9 -12.781 -1.1 10 -12.781 -.6 10 -12.881 -.6 9.4 -12.881
4 0 -1.1 10 -12.781 -1.6 11 -12.682 -1.3 11.3 -12.741 -.6 10 -12.881
4 0 -2 12.2 -12.602 -1.3 11.3 -12.741 -1.6 11 -12.682 -2.2 11.7 -12.562
4 0 -3.5 13 -12.304 -2 12.2 -12.602 -2.2 11.7 -12.562 -3.6 12.5 -12.284
4 0 -3.6 12.5 -12.284 -4.975 12.5 -12.01 -4.975 13 -12.01 -3.5 13 -12.304
4 0 -3.7 8.6 -12.264 -4.2 7.7 -12.164 -4.975 7.8 -12.01 -3.9 9 -12.224
4 0 -3.7 9.4 -12.264 -3.9 9 -12.224 -4.975 7.8 -12.01 -4.975 10.4 -12.01
4 0 -4.975 10.4 -12.01 -4.6 10.7 -12.085 -4 10.7 -12.204 -3.7 9.4 -12.264
4 0 -3.7 9.4 -12.264 -4 10.7 -12.204 -3 10.2 -12.403 -3.2 9.4 -12.363
4 0 -3.2 9.4 -12.363 -3 10.2 -12.403 -2.5 9 -12.503 -3 9 -12.403
4 0 -3 9 -12.403 -2.5 9 -12.503 -3 8.2 -12.403 -3.2 8.6 -12.363
3 0 -3 8.2 -12.403 -2.8 8.2 -12.443 -3 8 -12.403
4 0 -3.2 8.6 -12.363 -3 8.2 -12.403 -3 8 -12.403 -3.7 8.6 -12.264
4 0 -3 8 -12.403 -3.5 7.7 -12.304 -4.2 7.7 -12.164 -3.7 8.6 -12.264
4 16 -3.9 6.8 -12.224 -4 6.1 -12.204 -4.975 6.1 -12.01 -4.975 6.9 -12.01
4 16 -4 6.1 -12.204 -3.9 6.8 -12.224 -2.5 7.3 -12.503 -3 6.4 -12.403
4 16 -2 7.2 -12.602 -3 6.4 -12.403 -2.5 7.3 -12.503 -1.3 8 -12.741
4 16 -4.975 7.8 -12.01 -4.2 7.7 -12.164 -4.4 7.3 -12.124 -4.975 7.4 -12.01
4 16 -3.5 7.7 -12.304 -2.5 7.3 -12.503 -4.4 7.3 -12.124 -4.2 7.7 -12.164
3 16 -4.975 12.5 -12.01 -4.6 10.7 -12.085 -4.975 10.4 -12.01
4 16 -3.6 12.5 -12.284 -4 10.7 -12.204 -4.6 10.7 -12.085 -4.975 12.5 -12.01
4 16 -3 10.2 -12.403 -4 10.7 -12.204 -3.6 12.5 -12.284 -2.2 11.7 -12.562
4 16 -1.1 10 -12.781 -3 10.2 -12.403 -2.2 11.7 -12.562 -1.6 11 -12.682
4 16 -2.5 9 -12.503 -3 10.2 -12.403 -1.1 10 -12.781 -1.1 9 -12.781
4 16 -2.5 9 -12.503 -1.1 9 -12.781 -2.8 8.2 -12.443 -3 8.2 -12.403
4 16 -1.1 9 -12.781 -1.3 8 -12.741 -2.5 7.3 -12.503 -2.8 8.2 -12.443
3 16 -3 8 -12.403 -2.8 8.2 -12.443 -2.5 7.3 -12.503
3 16 -3 8 -12.403 -2.5 7.3 -12.503 -3.5 7.7 -12.304
3 16 -4 5.6 -12.204 -3.2 5.8 -12.363 -3.5 4 -12.304
4 16 -4.975 4 -12.01 -4.975 5.6 -12.01 -4 5.6 -12.204 -3.5 4 -12.304
4 16 -1.7 6.8 -12.662 -1.2 5.4 -12.761 -2.7 4.9 -12.463 -2.6 6 -12.483
4 16 0 4 -13 -1.3 4 -12.741 -1.2 5.4 -12.761 0 8.6 -13
4 16 -1.7 6.8 -12.662 -.9 7.9 -12.821 0 8.6 -13 -1.2 5.4 -12.761
3 16 0 8.6 -13 -.9 7.9 -12.821 -.6 8.6 -12.881
3 0 -5.6 8 -11.592 -6.1 8.8 -11.258 -5.3 8.4 -11.793
3 0 -5.3 8.4 -11.793 -4.975 7.8 -12.01 -5.6 8 -11.592
3 0 -4.975 10.4 -12.01 -4.975 7.8 -12.01 -5.3 8.4 -11.793
3 0 -4.975 10.4 -12.01 -5.3 8.4 -11.793 -5.6 9.5 -11.592
4 16 -5.6 8 -11.592 -4.975 7.8 -12.01 -4.975 7.4 -12.01 -6.2 7.6 -11.191
4 16 6 12 -11.325 6.6 11 -10.924 4.975 10.6 -12.01 4.975 12.5 -12.01
4 16 6.9 10 -10.724 5.5 9.7 -11.659 4.975 10.6 -12.01 6.6 11 -10.924
4 16 7 9.5 -10.657 5.5 9 -11.659 5.5 9.7 -11.659 6.9 10 -10.724
4 16 5.5 9 -11.659 7 9.5 -10.657 5.9 8.7 -11.392 5.3 8.5 -11.793
3 16 7 9.5 -10.657 6.9 9 -10.724 5.9 8.7 -11.392
3 16 6.9 9 -10.724 6.7 8 -10.857 5.9 8.7 -11.392
4 16 6.7 8 -10.857 6 6.8 -11.325 4.975 7.8 -12.01 5.9 8.7 -11.392
3 16 4.975 7.8 -12.01 6 6.8 -11.325 4.975 6.8 -12.01
4 16 0.5 8.6 -12.901 1.5 7 -12.702 0 4 -13 0 8.6 -13
3 16 0 4 -13 1.5 7 -12.702 3 6 -12.403
4 16 4 5.8 -12.204 4.975 4 -12.01 0 4 -13 3 6 -12.403
3 16 4 5.8 -12.204 4.975 5.9 -12.01 4.975 4 -12.01
4 16 9.192 8 -9.192 9.192 4 -9.192 6.8 7 -10.79 7.4 8.6 -10.389
4 16 9.192 4 -9.192 4.975 4 -12.01 4.975 5.9 -12.01 6 6.2 -11.325
3 16 9.192 4 -9.192 6 6.2 -11.325 6.8 7 -10.79
4 16 9.192 17 -9.192 6.2 12.4 -11.191 4.975 13 -12.01 4.975 17 -12.01
4 16 9.192 17 -9.192 9.192 8.8 -9.192 7.4 9.5 -10.389 7.4 10 -10.389
3 16 9.192 17 -9.192 7.4 10 -10.389 7 11.4 -10.657
3 16 9.192 17 -9.192 7 11.4 -10.657 6.2 12.4 -11.191
4 16 12.01 4 -4.975 11.4 7.7 -5.888 11.4 8.5 -5.888 12.01 17 -4.975
4 16 12.01 17 -4.975 11.4 8.5 -5.888 10.3 8.5 -7.534 9.192 17 -9.192
4 16 9.192 4 -9.192 10.3 7.7 -7.534 11.4 7.7 -5.888 12.01 4 -4.975
3 16 9.192 8 -9.192 10.3 7.7 -7.534 9.192 4 -9.192
3 16 9.192 17 -9.192 10.3 8.5 -7.534 9.192 8.8 -9.192
4 16 13 17 0 13 4 0 12.01 4 -4.975 12.01 17 -4.975
4 0 -6 6.5 -11.325 -4.975 6.1 -12.01 -4.975 5.6 -12.01 -6.2 6 -11.191
4 0 -6.2 6 -11.191 -7.1 7 -10.59 -6.8 7.3 -10.79 -6 6.5 -11.325
4 0 -11.4 8.4 -5.888 -9.192 9 -9.192 -9.192 8.2 -9.192 -11.2 7.8 -6.187
4 0 -7.8 9.5 -10.122 -7.8 8.7 -10.122 -9.192 8.2 -9.192 -9.192 9 -9.192
3 0 -7.8 9.5 -10.122 -7.3 9 -10.456 -7.8 8.7 -10.122
4 0 -6.8 7.3 -10.79 -7.1 7 -10.59 -7.8 8.7 -10.122 -7.3 9 -10.456
4 0 -7.5 11 -10.323 -6.9 11 -10.724 -7.3 9 -10.456 -7.8 9.5 -10.122
4 0 -7.5 11 -10.323 -6.8 12 -10.79 -6.5 11.7 -10.991 -6.9 11 -10.724
4 0 -6.5 11.7 -10.991 -6.8 12 -10.79 -6 12.7 -11.325 -6 12.1 -11.325
4 0 -4.975 13 -12.01 -4.975 12.5 -12.01 -6 12.1 -11.325 -6 12.7 -11.325
4 16 -9.192 8.2 -9.192 -9.192 4 -9.192 -12.01 4 -4.975 -11.2 7.8 -6.187
3 16 -11.4 8.4 -5.888 -11.2 7.8 -6.187 -12.01 4 -4.975
3 16 -12.01 17 -4.975 -11.4 8.4 -5.888 -12.01 4 -4.975
4 16 -9.192 9 -9.192 -11.4 8.4 -5.888 -12.01 17 -4.975 -9.192 17 -9.192
4 16 -4.975 5.6 -12.01 -4.975 4 -12.01 -9.192 4 -9.192 -6.2 6 -11.191
4 16 -9.192 8.2 -9.192 -7.8 8.7 -10.122 -7.1 7 -10.59 -9.192 4 -9.192
3 16 -7.1 7 -10.59 -6.2 6 -11.191 -9.192 4 -9.192
4 16 -4.975 6.1 -12.01 -6 6.5 -11.325 -6.2 7.6 -11.191 -4.975 6.9 -12.01
4 16 -6.2 7.6 -11.191 -6 6.5 -11.325 -6.8 7.3 -10.79 -7.3 9 -10.456
4 16 -5.6 8 -11.592 -6.2 7.6 -11.191 -7.3 9 -10.456 -6.1 8.8 -11.258
3 16 -5.6 9.5 -11.592 -5.3 8.4 -11.793 -6.1 8.8 -11.258
4 16 -5.6 9.5 -11.592 -6.1 8.8 -11.258 -7.3 9 -10.456 -6.9 11 -10.724
4 16 -4.975 10.4 -12.01 -5.6 9.5 -11.592 -6.9 11 -10.724 -6.5 11.7 -10.991
4 16 -4.975 12.5 -12.01 -4.975 10.4 -12.01 -6.5 11.7 -10.991 -6 12.1 -11.325
4 16 -7.5 11 -10.323 -7.8 9.5 -10.122 -9.192 9 -9.192 -9.192 17 -9.192
4 16 -12.01 4 -4.975 -13 4 0 -13 17 0 -12.01 17 -4.975
4 16 -4.975 17 -12.01 -4.975 13 -12.01 -6 12.7 -11.325 -9.192 17 -9.192
3 16 -9.192 17 -9.192 -6 12.7 -11.325 -6.8 12 -10.79
3 16 -6.8 12 -10.79 -7.5 11 -10.323 -9.192 17 -9.192
3 0 0 16.4 -13 2.5 15.5 -12.503 0 15.8 -13
4 0 0 15.8 -13 -1.9 15.7 -12.622 -2.1 15.9 -12.582 -1.4 16.3 -12.721
3 0 -1.4 16.3 -12.721 0 16.4 -13 0 15.8 -13
4 0 0 14.9 -13 0 15.3 -13 2 15 -12.602 2 14.7 -12.602
4 0 3 15 -12.403 3 14.7 -12.403 2 14.7 -12.602 2 15 -12.602
4 0 3.6 15 -12.284 3.3 14.4 -12.343 3 14.7 -12.403 3 15 -12.403
4 0 3 15 -12.403 3.1 15.4 -12.383 3.4 15.4 -12.323 3.6 15 -12.284
4 16 0 15.3 -13 0 15.8 -13 2.5 15.5 -12.503 2 15 -12.602
4 16 3.1 15.4 -12.383 3 15 -12.403 2 15 -12.602 2.5 15.5 -12.503
4 16 2.5 15.5 -12.503 0 16.4 -13 0 17 -13 4.975 17 -12.01
4 16 3.1 15.4 -12.383 2.5 15.5 -12.503 4.975 17 -12.01 3.4 15.4 -12.323
4 16 4.975 13 -12.01 3.6 15 -12.284 3.4 15.4 -12.323 4.975 17 -12.01
4 16 3.3 14.4 -12.343 3.6 15 -12.284 4.975 13 -12.01 4 13 -12.204
4 16 4 13 -12.204 3 12.8 -12.403 3 14.7 -12.403 3.3 14.4 -12.343
4 16 3 14.7 -12.403 3 12.8 -12.403 2 12.3 -12.602 2 14.7 -12.602
4 16 2 14.7 -12.602 2 12.3 -12.602 1 11.3 -12.801 0 14.9 -13
4 16 0 14.9 -13 1 11.3 -12.801 0.6 10 -12.881 0 9.4 -13
3 16 0.6 10 -12.881 0.5 9.4 -12.901 0 9.4 -13
4 0 -2 14.9 -12.602 -2 15.2 -12.602 0 15.3 -13 0 14.9 -13
4 0 -2 14.9 -12.602 -3.3 14.6 -12.343 -3.3 15 -12.343 -2 15.2 -12.602
4 0 -3.3 14.6 -12.343 -3.5 14.3 -12.304 -3.8 14.5 -12.244 -3.3 15 -12.343
4 0 -3.9 15.1 -12.224 -3.6 15.5 -12.284 -3.3 15 -12.343 -3.8 14.5 -12.244
4 16 -1.9 15.7 -12.622 0 15.8 -13 0 15.3 -13 -2 15.2 -12.602
4 16 -2.1 15.9 -12.582 -1.9 15.7 -12.622 -2 15.2 -12.602 -3.3 15 -12.343
4 16 0 17 -13 0 16.4 -13 -1.4 16.3 -12.721 -4.975 17 -12.01
3 16 -3.6 15.5 -12.284 -2.1 15.9 -12.582 -3.3 15 -12.343
4 16 -1.4 16.3 -12.721 -2.1 15.9 -12.582 -3.6 15.5 -12.284 -4.975 17 -12.01
3 16 -4.975 17 -12.01 -3.6 15.5 -12.284 -3.9 15.1 -12.224
4 16 -3.9 15.1 -12.224 -3.8 14.5 -12.244 -4.975 13 -12.01 -4.975 17 -12.01
4 16 -3.5 14.3 -12.304 -3.5 13 -12.304 -4.975 13 -12.01 -3.8 14.5 -12.244
4 16 -3.5 13 -12.304 -3.5 14.3 -12.304 -3.3 14.6 -12.343 -2 14.9 -12.602
4 16 -2 12.2 -12.602 -3.5 13 -12.304 -2 14.9 -12.602 0 14.9 -13
3 16 -1.3 11.3 -12.741 -2 12.2 -12.602 0 14.9 -13
4 16 -.6 10 -12.881 -1.3 11.3 -12.741 0 14.9 -13 0 9.4 -13
3 16 -.6 10 -12.881 0 9.4 -13 -.6 9.4 -12.881
4 16 -8.9232 2.4691 -8.923 -9.192 4 -9.192 -4.975 4 -12.01 -4.8296 2.4691 -11.659
4 16 -11.6592 2.4691 -4.83 -12.01 4 -4.975 -9.192 4 -9.192 -8.9232 2.4691 -8.923
4 16 -12.01 4 -4.975 -11.6592 2.4691 -4.83 -12.6192 2.4691 0 -13 4 0
4 16 -11.5352 1.1718 0 -12.6192 2.4691 0 -11.6592 2.4691 -4.83 -10.6576 1.1718 -4.414
4 16 -8.1568 1.1718 -8.157 -8.9232 2.4691 -8.923 -4.8296 2.4691 -11.659 -4.4144 1.1718 -10.658
4 16 -10.6576 1.1718 -4.414 -11.6592 2.4691 -4.83 -8.9232 2.4691 -8.923 -8.1568 1.1718 -8.157

1 16 0 4 0 13 0 0 0 13 0 0 0 13 2-4cyli.dat
1 16 0 4 0 0 0 8 0 -6.4 0 8 0 0 t04o6250.dat
1 16 0 4 0 -8 0 0 0 -6.4 0 0 0 8 t04o6250.dat
1 16 0 17 0 0 0 -8 0 6.4 0 8 0 0 t04o6250.dat
1 16 0 17 0 8 0 0 0 6.4 0 0 0 8 t04o6250.dat
0
0 L3P ELSEPOV
0   #if (L3Studs)
0     difference {
0     cylinder { <0,0,0>, <0,-4,0>, 6}
0     cylinder { <0,0.01,0>, <0,-4.01,0>, 4}
0     }
0 #end
0 object { ring2_dot_dat matrix <2,0,0,0,1,0,0,0,2,0,0,0> }
0 object { ring3_dot_dat matrix <2,0,0,0,1,0,0,0,2,0,0,0> }
0 object { ring2_dot_dat matrix <2,0,0,0,1,0,0,0,2,0,4,0> }
0 object { _4_dash_4cyli_dot_dat matrix <6,0,0,0,20,0,0,0,6,0,4,0> }
0 object { ring3_dot_dat matrix <2,0,0,0,1,0,0,0,2,0,24,0> }
0 object { _4_dash_4cyli_dot_dat matrix <8,0,0,0,3,0,0,0,8,0,21,0> }
0
0 torus {9,4.001 translate <0,4,0>
0 clipped_by {
0   union {
0     prism {linear_sweep linear_spline 0,14,3
0    <-2.1,4>,<-3.3,3>,<-3.5,4>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-2.1,4>,<-1.3,4>,<-1.5,3>,<-1.9,3>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-1.5,3>,<-1.4,2.4691>,<-1.8,2.4691>,<-1.9,3>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-1.4,2.4691>,<-1.2,1.6>,<-1.5,1.6>,<-1.8,2.4691>}
0    } rotate <-90,0,0>
0 }
0 material { L3Color4 }
0 }
0 cylinder { <0,4,0>,<0,17,0>,13.001
0 clipped_by {
0   union {
0     prism {linear_sweep linear_spline 0,14,4
0    <-2.7,4.9>,<-1.2,5.4>,<-1.3,4>,<-3.5,4>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-3.2,5.8>,<-2.6,6>,<-2.7,4.9>,<-3.5,4>}
0    } rotate <-90,0,0>
0 }
0 material { L3Color4 }
0 }
0 cylinder { <0,4,0>,<0,17,0>,13.001
0 clipped_by {
0   union {
0     prism {linear_sweep linear_spline 0,14,4
0    <0,8.6>,<-.6,8.6>,<-.6,9.4>,<0,9.4>}
0     prism {linear_sweep linear_spline 0,14,4
0    <0,9.4>,<0.5,9.4>,<0.5,8.6>,<0,8.6>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-3.9,6.8>,<-4.4,7.3>,<-2.4,7.3>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-6.2,7.6>,<-4.975,7.4>,<-4.975,6.9>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-4.4,7.3>,<-3.9,6.8>,<-4.975,6.9>,<-4.975,7.4>}
0     prism {linear_sweep linear_spline 0,14,3
0    <3,7.4>,<4.975,6.8>,<4.5,6.3>}
0     prism {linear_sweep linear_spline 0,14,3
0    <4.975,6.8>,<4.975,5.9>,<4.5,6.3>}
0     prism {linear_sweep linear_spline 0,14,4
0    <3,6>,<3,6.5>,<4.5,6.3>,<4,5.8>}
0     prism {linear_sweep linear_spline 0,14,3
0    <4.5,6.3>,<4.975,5.9>,<4,5.8>}
0     prism {linear_sweep linear_spline 0,14,3
0    <0.5,9.4>,<1,9>,<0.5,8.6>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-.6,8.6>,<-1.1,9>,<-.6,9.4>}
0     prism {linear_sweep linear_spline 0,14,4
0    <3,6>,<1.5,7>,<2,7.2>,<3,6.5>}
0     prism {linear_sweep linear_spline 0,14,4
0    <1,9>,<2,7.2>,<1.5,7>,<0.5,8.6>}
0     prism {linear_sweep linear_spline 0,14,4
0    <1,9>,<0.5,9.4>,<0.6,10>,<1,10>}
0     prism {linear_sweep linear_spline 0,14,4
0    <4.975,12.5>,<4,12.6>,<4,13>,<4.975,13>}
0     prism {linear_sweep linear_spline 0,14,4
0    <4,12.6>,<2.3,12>,<2,12.3>,<3,12.8>}
0     prism {linear_sweep linear_spline 0,14,3
0    <3,12.8>,<4,13>,<4,12.6>}
0     prism {linear_sweep linear_spline 0,14,4
0    <2.3,12>,<1.4,11>,<1,11.3>,<2,12.3>}
0     prism {linear_sweep linear_spline 0,14,4
0    <1.4,11>,<1,10>,<0.6,10>,<1,11.3>}
0     prism {linear_sweep linear_spline 0,14,3
0    <2.7,8.5>,<3.2,7.8>,<2.4,8.4>}
0     prism {linear_sweep linear_spline 0,14,3
0    <5.3,8.5>,<5.9,8.7>,<4.975,7.8>}
0     prism {linear_sweep linear_spline 0,14,4
0    <4.975,7.8>,<4.975,8.6>,<5.2,9>,<5.3,8.5>}
0     prism {linear_sweep linear_spline 0,14,4
0    <4.4,8.6>,<4.975,8.6>,<4.975,7.8>,<3.2,7.8>}
0     prism {linear_sweep linear_spline 0,14,4
0    <4.2,9>,<4.4,8.6>,<3.2,7.8>,<2.7,8.5>}
0     prism {linear_sweep linear_spline 0,14,4
0    <2.7,8.5>,<2.6,9>,<4.4,9.4>,<4.2,9>}
0     prism {linear_sweep linear_spline 0,14,4
0    <2.6,9>,<2.8,10>,<4,10.7>,<4.4,9.4>}
0     prism {linear_sweep linear_spline 0,14,4
0    <4.4,9.4>,<4,10.7>,<4.975,10.6>,<4.975,9.4>}
0     prism {linear_sweep linear_spline 0,14,4
0    <4.975,9.4>,<4.975,10.6>,<5.5,9.7>,<5.2,9>}
0     prism {linear_sweep linear_spline 0,14,4
0    <5.2,9>,<5.5,9.7>,<5.5,9>,<5.3,8.5>}
0     prism {linear_sweep linear_spline 0,14,4
0    <4.975,5.9>,<4.975,6.8>,<6,6.8>,<6,6.2>}
0     prism {linear_sweep linear_spline 0,14,4
0    <6.7,8>,<6.8,7>,<6,6.2>,<6,6.8>}
0     prism {linear_sweep linear_spline 0,14,4
0    <6.8,7>,<6.7,8>,<6.9,9>,<7.4,8.6>}
0     prism {linear_sweep linear_spline 0,14,4
0    <7,9.5>,<7.4,9.5>,<7.4,8.6>,<6.9,9>}
0     prism {linear_sweep linear_spline 0,14,4
0    <6.2,12.4>,<6,12>,<4.975,12.5>,<4.975,13>}
0     prism {linear_sweep linear_spline 0,14,4
0    <7,11.4>,<6.6,11>,<6,12>,<6.2,12.4>}
0     prism {linear_sweep linear_spline 0,14,4
0    <7.4,10>,<6.9,10>,<6.6,11>,<7,11.4>}
0     prism {linear_sweep linear_spline 0,14,4
0    <7.4,10>,<7.4,9.5>,<7,9.5>,<6.9,10>}
0     prism {linear_sweep linear_spline 0,14,4
0    <7.4,9.5>,<9.192,8.8>,<9.192,8>,<7.4,8.6>}
0     prism {linear_sweep linear_spline 0,14,4
0    <10.3,7.7>,<9.192,8>,<9.192,8.8>,<10.3,8.5>}
0     prism {linear_sweep linear_spline 0,14,4
0    <11.4,8.5>,<11.4,7.7>,<10.3,7.7>,<10.3,8.5>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-3,6.4>,<-2.6,6>,<-3.2,5.8>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-3,6.4>,<-2,7.2>,<-1.7,6.8>,<-2.6,6>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-1.3,8>,<-.9,7.9>,<-1.7,6.8>,<-2,7.2>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-.6,8.6>,<-.9,7.9>,<-1.3,8>,<-1.1,9>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-4,6.1>,<-4,5.6>,<-4.975,5.6>,<-4.975,6.1>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-3,6.4>,<-3.2,5.8>,<-4,5.6>,<-4,6.1>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-1.1,9>,<-1.1,10>,<-.6,10>,<-.6,9.4>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-1.1,10>,<-1.6,11>,<-1.3,11.3>,<-.6,10>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-2,12.2>,<-1.3,11.3>,<-1.6,11>,<-2.2,11.7>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-3.5,13>,<-2,12.2>,<-2.2,11.7>,<-3.6,12.5>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-3.6,12.5>,<-4.975,12.5>,<-4.975,13>,<-3.5,13>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-3.7,8.6>,<-4.2,7.7>,<-4.975,7.8>,<-3.9,9>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-3.7,9.4>,<-3.9,9>,<-4.975,7.8>,<-4.975,10.4>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-4.975,10.4>,<-4.6,10.7>,<-4,10.7>,<-3.7,9.4>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-3.7,9.4>,<-4,10.7>,<-3,10.2>,<-3.2,9.4>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-3.2,9.4>,<-3,10.2>,<-2.5,9>,<-3,9>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-3,9>,<-2.5,9>,<-3,8.2>,<-3.2,8.6>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-3,8.2>,<-2.8,8.2>,<-3,8>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-3.2,8.6>,<-3,8.2>,<-3,8>,<-3.7,8.6>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-3,8>,<-3.5,7.7>,<-4.2,7.7>,<-3.7,8.6>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-5.6,8>,<-6.1,8.8>,<-5.3,8.4>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-5.3,8.4>,<-4.975,7.8>,<-5.6,8>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-4.975,10.4>,<-4.975,7.8>,<-5.3,8.4>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-4.975,10.4>,<-5.3,8.4>,<-5.6,9.5>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-6,6.5>,<-4.975,6.1>,<-4.975,5.6>,<-6.2,6>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-6.2,6>,<-7.1,7>,<-6.8,7.3>,<-6,6.5>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-11.4,8.4>,<-9.192,9>,<-9.192,8.2>,<-11.2,7.8>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-7.8,9.5>,<-7.8,8.7>,<-9.192,8.2>,<-9.192,9>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-7.8,9.5>,<-7.3,9>,<-7.8,8.7>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-6.8,7.3>,<-7.1,7>,<-7.8,8.7>,<-7.3,9>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-7.5,11>,<-6.9,11>,<-7.3,9>,<-7.8,9.5>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-7.5,11>,<-6.8,12>,<-6.5,11.7>,<-6.9,11>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-6.5,11.7>,<-6.8,12>,<-6,12.7>,<-6,12.1>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-4.975,13>,<-4.975,12.5>,<-6,12.1>,<-6,12.7>}
0     prism {linear_sweep linear_spline 0,14,3
0    <0,16.4>,<2.5,15.5>,<0,15.8>}
0     prism {linear_sweep linear_spline 0,14,4
0    <0,15.8>,<-1.9,15.7>,<-2.1,15.9>,<-1.4,16.3>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-1.4,16.3>,<0,16.4>,<0,15.8>}
0     prism {linear_sweep linear_spline 0,14,4
0    <0,14.9>,<0,15.3>,<2,15>,<2,14.7>}
0     prism {linear_sweep linear_spline 0,14,4
0    <3,15>,<3,14.7>,<2,14.7>,<2,15>}
0     prism {linear_sweep linear_spline 0,14,4
0    <3.6,15>,<3.3,14.4>,<3,14.7>,<3,15>}
0     prism {linear_sweep linear_spline 0,14,4
0    <3,15>,<3.1,15.4>,<3.4,15.4>,<3.6,15>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-2,14.9>,<-2,15.2>,<0,15.3>,<0,14.9>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-2,14.9>,<-3.3,14.6>,<-3.3,15>,<-2,15.2>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-3.3,14.6>,<-3.5,14.3>,<-3.8,14.5>,<-3.3,15>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-3.9,15.1>,<-3.6,15.5>,<-3.3,15>,<-3.8,14.5>}
0    } rotate <-90,0,0>
0 }
0 material { L3Color0 }
0 }
0 cylinder { <0,4,0>,<0,17,0>,13.001
0 clipped_by {
0   union {
0     prism {linear_sweep linear_spline 0,14,4
0    <-3.2,9.4>,<-3,9>,<-3.9,9>,<-3.7,9.4>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-3,9>,<-3.2,8.6>,<-3.7,8.6>,<-3.9,9>}
0     prism {linear_sweep linear_spline 0,14,3
0    <4.975,9.4>,<5.2,9>,<4.975,8.6>}
0     prism {linear_sweep linear_spline 0,14,4
0    <4.975,8.6>,<4.4,8.6>,<4.4,9.4>,<4.975,9.4>}
0     prism {linear_sweep linear_spline 0,14,3
0    <4.4,8.6>,<4.2,9>,<4.4,9.4>}
0    } rotate <-90,0,0>
0 }
0 material { L3Color15 }
0 }
0
0 torus{9,4 clipped_by{difference{box{<-13,4,-13>,<13,-4,13>}
0 cylinder{<0,0,0>,<0,4,0>,9} plane{y,0}}}translate <0,17,0>}
0 plane{y,21 clipped_by{difference{sphere{<0,21,0>,9} sphere{<0,21,0>,8}}}}
0
0 torus{9,4 clipped_by{difference{box{<-13,-4,-13>,<13,4,13>}
0 cylinder{<0,0,0>,<0,-4,0>,9} plane{-y,0}}}translate <0,4,0>}
0 plane{y,0 clipped_by{difference{sphere{<0,0,0>,9} sphere{<0,0,0>,8}}}}
0
0 cylinder{<0,4,0>,<0,17,0>,13}
0 L3P ENDPOV
0


Special: 
[DAT] (requires LDraw-compatible viewer)
Subject: 
POV dat - 3626bph4 - Minifig Head with Gregory Goyle/Harry Potter Pattern - POV
Newsgroups: 
lugnet.cad.ray, lugnet.cad.dat.parts
Date: 
Wed, 29 Sep 2010 13:45:21 GMT
Viewed: 
22319 times
  
0 Minifig Head with Gregory Goyle/Harry Potter Pattern - POV
0 Name: 3626bph4.dat
0 Author: Andy Westrate [westrate]
0 !LDRAW_ORG Unofficial_Part
0 !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt
0 // Inline POV code generated by MFHead v0.26

0 BFC CERTIFY CCW
0 !KEYWORDS Slytherin, Gryffindor
0 !KEYWORDS Hogwarts School of Witchcraft and Wizardry
0 !CMDLINE -C14

0 L3P IFNOTPOV
1 16 0 0 0 1 0 0 0 1 0 0 0 1 s\3626bs02.dat
0 // Inlined    1 16 0 0 0 -1 0 0 0 1 0 0 0 -1 s\3626ph1a.dat
0 ~Minifig Head with Harry Potter Pattern - Face
0 Author: Andy Westrate [westrate]
0 !LDRAW_ORG Unofficial_Subpart
0 !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt

0 BFC CERTIFY CCW

1 16 0 4 0 -8 0 0 0 -6.4 0 0 0 8 t04o6250.dat
1 16 0 17 0 0 0 -8 0 6.4 0 8 0 0 t04o6250.dat
1 16 0 17 0 8 0 0 0 6.4 0 0 0 8 t04o6250.dat

4 16 3.7936 0.3046 9.1592 0 0.3046 9.9136 0 0 8  3.0616 0 7.3912
4 16 4.4144 1.1718 10.6576 0 1.1718 11.5352 0 0.3046 9.9136  3.7936 0.3046 9.1592
4 16 7.0096 0.3046 7.0096 3.7936 0.3046 9.1592 3.0616 0 7.3912  5.6568 0 5.6568
4 16 8.1568 1.1718 8.1568 4.4144 1.1718 10.6576 3.7936 0.3046 9.1592  7.0096 0.3046 7.0096
4 16 9.1592 0.3046 3.7936 7.0096 0.3046 7.0096 5.6568 0 5.6568  7.3912 0 3.0616
4 16 10.6576 1.1718 4.4144 8.1568 1.1718 8.1568 7.0096 0.3046 7.0096  9.1592 0.3046 3.7936
4 16 9.9136 0.3046 0 9.1592 0.3046 3.7936 7.3912 0 3.0616  8 0 0
4 16 11.5352 1.1718 0 10.6576 1.1718 4.4144 9.1592 0.3046 3.7936  9.9136 0.3046 0

4 4 2.7 4.9 12.463 1.2 5.4 12.761 1.3 4 12.741  3.5 4 12.304
4 4 3.2 5.8 12.363 2.6 6 12.483 2.7 4.9 12.463  3.5 4 12.304
3 4 2.1 4 12.582 3.3 3 12.095 3.5 4 12.304
4 4 2.1 4 12.582 1.3 4 12.741 1.5 3 12.453  1.9 3 12.373
4 4 1.5 3 12.453 1.4 2.4691 12.341 1.8 2.4691 12.261  1.9 3 12.373
4 16 1.4 2.4691 12.341 1.5 3 12.453 1.3 4 12.741  0 2.4691 12.619
3 16 1.3 4 12.741 0 4 13 0 2.4691 12.619
3 16 4.975 4 12.01 3.3 3 12.095 4.8296 2.4691 11.659
3 16 4.975 4 12.01 3.5 4 12.304 3.3 3 12.095
3 16 3.3 3 12.095 1.8 2.4691 12.261 4.8296 2.4691 11.659
3 16 1.9 3 12.373 1.8 2.4691 12.261 3.3 3 12.095
3 16 1.9 3 12.373 3.3 3 12.095 2.1 4 12.582
4 4 1.4 2.4691 12.341 1.2 1.6 11.654 1.5 1.6 11.595  1.8 2.4691 12.261
4 16 1.2 1.6 11.654 0 1.1718 11.535 4.4144 1.1718 10.658  1.5 1.6 11.595
4 16 0 2.4691 12.619 0 1.1718 11.535 1.2 1.6 11.654  1.4 2.4691 12.341
4 16 4.4144 1.1718 10.658 4.8296 2.4691 11.659 1.8 2.4691 12.261  1.5 1.6 11.595
4 0 0 8.6 13 0.6 8.6 12.881 0.6 9.4 12.881  0 9.4 13
4 0 0 9.4 13 -0.5 9.4 12.901 -0.5 8.6 12.901  0 8.6 13
4 15 3.2 9.4 12.363 3 9 12.403 3.9 9 12.224  3.7 9.4 12.264
4 15 3 9 12.403 3.2 8.6 12.363 3.7 8.6 12.264  3.9 9 12.224
3 0 3.9 6.8 12.224 4.4 7.3 12.124 2.4 7.3 12.522
3 0 6.2 7.6 11.191 4.975 7.4 12.01 4.975 6.9 12.01
4 0 4.4 7.3 12.124 3.9 6.8 12.224 4.975 6.9 12.01  4.975 7.4 12.01
3 0 -3 7.4 12.403 -4.975 6.8 12.01 -4.5 6.3 12.105
3 0 -4.975 6.8 12.01 -4.975 5.9 12.01 -4.5 6.3 12.105
4 0 -3 6 12.403 -3 6.5 12.403 -4.5 6.3 12.105  -4 5.8 12.204
3 0 -4.5 6.3 12.105 -4.975 5.9 12.01 -4 5.8 12.204
3 0 -0.5 9.4 12.901 -1 9 12.801 -0.5 8.6 12.901
3 0 0.6 8.6 12.881 1.1 9 12.781 0.6 9.4 12.881
4 0 -3 6 12.403 -1.5 7 12.702 -2 7.2 12.602  -3 6.5 12.403
4 0 -1 9 12.801 -2 7.2 12.602 -1.5 7 12.702  -0.5 8.6 12.901
4 0 -1 9 12.801 -0.5 9.4 12.901 -0.6 10 12.881  -1 10 12.801
4 0 -4.975 12.5 12.01 -4 12.6 12.204 -4 13 12.204  -4.975 13 12.01
4 0 -4 12.6 12.204 -2.3 12 12.542 -2 12.3 12.602  -3 12.8 12.403
3 0 -3 12.8 12.403 -4 13 12.204 -4 12.6 12.204
4 0 -2.3 12 12.542 -1.4 11 12.721 -1 11.3 12.801  -2 12.3 12.602
4 0 -1.4 11 12.721 -1 10 12.801 -0.6 10 12.881  -1 11.3 12.801
3 0 -2.7 8.5 12.463 -3.2 7.8 12.363 -2.4 8.4 12.522
3 0 -5.3 8.5 11.793 -5.9 8.7 11.392 -4.975 7.8 12.01
4 0 -4.975 7.8 12.01 -4.975 8.6 12.01 -5.2 9 11.86  -5.3 8.5 11.793
3 15 -4.975 9.4 12.01 -5.2 9 11.86 -4.975 8.6 12.01
4 15 -4.975 8.6 12.01 -4.4 8.6 12.124 -4.4 9.4 12.124  -4.975 9.4 12.01
3 15 -4.4 8.6 12.124 -4.2 9 12.164 -4.4 9.4 12.124
4 0 -4.4 8.6 12.124 -4.975 8.6 12.01 -4.975 7.8 12.01  -3.2 7.8 12.363
4 0 -4.2 9 12.164 -4.4 8.6 12.124 -3.2 7.8 12.363  -2.7 8.5 12.463
4 0 -2.7 8.5 12.463 -2.6 9 12.483 -4.4 9.4 12.124  -4.2 9 12.164
4 0 -2.6 9 12.483 -2.8 10 12.443 -4 10.7 12.204  -4.4 9.4 12.124
4 0 -4.4 9.4 12.124 -4 10.7 12.204 -4.975 10.6 12.01  -4.975 9.4 12.01
4 0 -4.975 9.4 12.01 -4.975 10.6 12.01 -5.5 9.7 11.659  -5.2 9 11.86
4 0 -5.2 9 11.86 -5.5 9.7 11.659 -5.5 9 11.659  -5.3 8.5 11.793
4 16 -4.975 7.8 12.01 -4.975 6.8 12.01 -3 7.4 12.403  -3.2 7.8 12.363
4 16 -3 7.4 12.403 -4.5 6.3 12.105 -3 6.5 12.403  -2 7.2 12.602
4 16 -3.2 7.8 12.363 -3 7.4 12.403 -2 7.2 12.602  -2.4 8.4 12.522
4 16 -2.6 9 12.483 -2.7 8.5 12.463 -2.4 8.4 12.522  -1 10 12.801
4 16 -1 10 12.801 -2.4 8.4 12.522 -2 7.2 12.602  -1 9 12.801
4 16 -1.4 11 12.721 -2.8 10 12.443 -2.6 9 12.483  -1 10 12.801
4 16 -4 10.7 12.204 -2.8 10 12.443 -1.4 11 12.721  -2.3 12 12.542
3 16 -2.3 12 12.542 -4 12.6 12.204 -4 10.7 12.204
4 16 -4 12.6 12.204 -4.975 12.5 12.01 -4.975 10.6 12.01  -4 10.7 12.204
4 0 -4.975 5.9 12.01 -4.975 6.8 12.01 -6 6.8 11.325  -6 6.2 11.325
4 0 -6.7 8 10.857 -6.8 7 10.79 -6 6.2 11.325  -6 6.8 11.325
4 0 -6.8 7 10.79 -6.7 8 10.857 -6.9 9 10.724  -7.4 8.6 10.389
4 0 -7 9.5 10.657 -7.4 9.5 10.389 -7.4 8.6 10.389  -6.9 9 10.724
4 0 -6.2 12.4 11.191 -6 12 11.325 -4.975 12.5 12.01  -4.975 13 12.01
4 0 -7 11.4 10.657 -6.6 11 10.924 -6 12 11.325  -6.2 12.4 11.191
4 0 -7.4 10 10.389 -6.9 10 10.724 -6.6 11 10.924  -7 11.4 10.657
4 0 -7.4 10 10.389 -7.4 9.5 10.389 -7 9.5 10.657  -6.9 10 10.724
4 0 -7.4 9.5 10.389 -9.192 8.8 9.192 -9.192 8 9.192  -7.4 8.6 10.389
4 0 -10.3 7.7 7.534 -9.192 8 9.192 -9.192 8.8 9.192  -10.3 8.5 7.534
4 0 -11.4 8.5 5.888 -11.4 7.7 5.888 -10.3 7.7 7.534  -10.3 8.5 7.534
3 0 3 6.4 12.403 2.6 6 12.483 3.2 5.8 12.363
4 0 3 6.4 12.403 2 7.2 12.602 1.7 6.8 12.662  2.6 6 12.483
4 0 1.3 8 12.741 0.9 7.9 12.821 1.7 6.8 12.662  2 7.2 12.602
4 0 0.6 8.6 12.881 0.9 7.9 12.821 1.3 8 12.741  1.1 9 12.781
4 0 4 6.1 12.204 4 5.6 12.204 4.975 5.6 12.01  4.975 6.1 12.01
4 0 3 6.4 12.403 3.2 5.8 12.363 4 5.6 12.204  4 6.1 12.204
4 0 1.1 9 12.781 1.1 10 12.781 0.6 10 12.881  0.6 9.4 12.881
4 0 1.1 10 12.781 1.6 11 12.682 1.3 11.3 12.741  0.6 10 12.881
4 0 2 12.2 12.602 1.3 11.3 12.741 1.6 11 12.682  2.2 11.7 12.562
4 0 3.5 13 12.304 2 12.2 12.602 2.2 11.7 12.562  3.6 12.5 12.284
4 0 3.6 12.5 12.284 4.975 12.5 12.01 4.975 13 12.01  3.5 13 12.304
4 0 3.7 8.6 12.264 4.2 7.7 12.164 4.975 7.8 12.01  3.9 9 12.224
4 0 3.7 9.4 12.264 3.9 9 12.224 4.975 7.8 12.01  4.975 10.4 12.01
4 0 4.975 10.4 12.01 4.6 10.7 12.085 4 10.7 12.204  3.7 9.4 12.264
4 0 3.7 9.4 12.264 4 10.7 12.204 3 10.2 12.403  3.2 9.4 12.363
4 0 3.2 9.4 12.363 3 10.2 12.403 2.5 9 12.503  3 9 12.403
4 0 3 9 12.403 2.5 9 12.503 3 8.2 12.403  3.2 8.6 12.363
3 0 3 8.2 12.403 2.8 8.2 12.443 3 8 12.403
4 0 3.2 8.6 12.363 3 8.2 12.403 3 8 12.403  3.7 8.6 12.264
4 0 3 8 12.403 3.5 7.7 12.304 4.2 7.7 12.164  3.7 8.6 12.264
4 16 3.9 6.8 12.224 4 6.1 12.204 4.975 6.1 12.01  4.975 6.9 12.01
4 16 4 6.1 12.204 3.9 6.8 12.224 2.5 7.3 12.503  3 6.4 12.403
4 16 2 7.2 12.602 3 6.4 12.403 2.5 7.3 12.503  1.3 8 12.741
4 16 4.975 7.8 12.01 4.2 7.7 12.164 4.4 7.3 12.124  4.975 7.4 12.01
4 16 3.5 7.7 12.304 2.5 7.3 12.503 4.4 7.3 12.124  4.2 7.7 12.164
3 16 4.975 12.5 12.01 4.6 10.7 12.085 4.975 10.4 12.01
4 16 3.6 12.5 12.284 4 10.7 12.204 4.6 10.7 12.085  4.975 12.5 12.01
4 16 3 10.2 12.403 4 10.7 12.204 3.6 12.5 12.284  2.2 11.7 12.562
4 16 1.1 10 12.781 3 10.2 12.403 2.2 11.7 12.562  1.6 11 12.682
4 16 2.5 9 12.503 3 10.2 12.403 1.1 10 12.781  1.1 9 12.781
4 16 2.5 9 12.503 1.1 9 12.781 2.8 8.2 12.443  3 8.2 12.403
4 16 1.1 9 12.781 1.3 8 12.741 2.5 7.3 12.503  2.8 8.2 12.443
3 16 3 8 12.403 2.8 8.2 12.443 2.5 7.3 12.503
3 16 3 8 12.403 2.5 7.3 12.503 3.5 7.7 12.304
3 16 4 5.6 12.204 3.2 5.8 12.363 3.5 4 12.304
4 16 4.975 4 12.01 4.975 5.6 12.01 4 5.6 12.204  3.5 4 12.304
4 16 1.7 6.8 12.662 1.2 5.4 12.761 2.7 4.9 12.463  2.6 6 12.483
4 16 0 4 13 1.3 4 12.741 1.2 5.4 12.761  0 8.6 13
4 16 1.7 6.8 12.662 0.9 7.9 12.821 0 8.6 13  1.2 5.4 12.761
3 16 0 8.6 13 0.9 7.9 12.821 0.6 8.6 12.881
3 0 5.6 8 11.592 6.1 8.8 11.258 5.3 8.4 11.793
3 0 5.3 8.4 11.793 4.975 7.8 12.01 5.6 8 11.592
3 0 4.975 10.4 12.01 4.975 7.8 12.01 5.3 8.4 11.793
3 0 4.975 10.4 12.01 5.3 8.4 11.793 5.6 9.5 11.592
4 16 5.6 8 11.592 4.975 7.8 12.01 4.975 7.4 12.01  6.2 7.6 11.191
4 16 -6 12 11.325 -6.6 11 10.924 -4.975 10.6 12.01  -4.975 12.5 12.01
4 16 -6.9 10 10.724 -5.5 9.7 11.659 -4.975 10.6 12.01  -6.6 11 10.924
4 16 -7 9.5 10.657 -5.5 9 11.659 -5.5 9.7 11.659  -6.9 10 10.724
4 16 -5.5 9 11.659 -7 9.5 10.657 -5.9 8.7 11.392  -5.3 8.5 11.793
3 16 -7 9.5 10.657 -6.9 9 10.724 -5.9 8.7 11.392
3 16 -6.9 9 10.724 -6.7 8 10.857 -5.9 8.7 11.392
4 16 -6.7 8 10.857 -6 6.8 11.325 -4.975 7.8 12.01  -5.9 8.7 11.392
3 16 -4.975 7.8 12.01 -6 6.8 11.325 -4.975 6.8 12.01
4 16 -0.5 8.6 12.901 -1.5 7 12.702 0 4 13  0 8.6 13
3 16 0 4 13 -1.5 7 12.702 -3 6 12.403
4 16 -4 5.8 12.204 -4.975 4 12.01 0 4 13  -3 6 12.403
3 16 -4 5.8 12.204 -4.975 5.9 12.01 -4.975 4 12.01
4 16 -9.192 8 9.192 -9.192 4 9.192 -6.8 7 10.79  -7.4 8.6 10.389
4 16 -9.192 4 9.192 -4.975 4 12.01 -4.975 5.9 12.01  -6 6.2 11.325
3 16 -9.192 4 9.192 -6 6.2 11.325 -6.8 7 10.79
4 16 -9.192 17 9.192 -6.2 12.4 11.191 -4.975 13 12.01  -4.975 17 12.01
4 16 -9.192 17 9.192 -9.192 8.8 9.192 -7.4 9.5 10.389  -7.4 10 10.389
3 16 -9.192 17 9.192 -7.4 10 10.389 -7 11.4 10.657
3 16 -9.192 17 9.192 -7 11.4 10.657 -6.2 12.4 11.191
4 16 -12.01 4 4.975 -11.4 7.7 5.888 -11.4 8.5 5.888  -12.01 17 4.975
4 16 -12.01 17 4.975 -11.4 8.5 5.888 -10.3 8.5 7.534  -9.192 17 9.192
4 16 -9.192 4 9.192 -10.3 7.7 7.534 -11.4 7.7 5.888  -12.01 4 4.975
3 16 -9.192 8 9.192 -10.3 7.7 7.534 -9.192 4 9.192
3 16 -9.192 17 9.192 -10.3 8.5 7.534 -9.192 8.8 9.192
4 16 -13 17 0 -13 4 0 -12.01 4 4.975  -12.01 17 4.975
4 0 6 6.5 11.325 4.975 6.1 12.01 4.975 5.6 12.01  6.2 6 11.191
4 0 6.2 6 11.191 7.1 7 10.59 6.8 7.3 10.79  6 6.5 11.325
4 0 11.4 8.4 5.888 9.192 9 9.192 9.192 8.2 9.192  11.2 7.8 6.187
4 0 7.8 9.5 10.122 7.8 8.7 10.122 9.192 8.2 9.192  9.192 9 9.192
3 0 7.8 9.5 10.122 7.3 9 10.456 7.8 8.7 10.122
4 0 6.8 7.3 10.79 7.1 7 10.59 7.8 8.7 10.122  7.3 9 10.456
4 0 7.5 11 10.323 6.9 11 10.724 7.3 9 10.456  7.8 9.5 10.122
4 0 7.5 11 10.323 6.8 12 10.79 6.5 11.7 10.991  6.9 11 10.724
4 0 6.5 11.7 10.991 6.8 12 10.79 6 12.7 11.325  6 12.1 11.325
4 0 4.975 13 12.01 4.975 12.5 12.01 6 12.1 11.325  6 12.7 11.325
4 16 9.192 8.2 9.192 9.192 4 9.192 12.01 4 4.975  11.2 7.8 6.187
3 16 11.4 8.4 5.888 11.2 7.8 6.187 12.01 4 4.975
3 16 12.01 17 4.975 11.4 8.4 5.888 12.01 4 4.975
4 16 9.192 9 9.192 11.4 8.4 5.888 12.01 17 4.975  9.192 17 9.192
4 16 4.975 5.6 12.01 4.975 4 12.01 9.192 4 9.192  6.2 6 11.191
4 16 9.192 8.2 9.192 7.8 8.7 10.122 7.1 7 10.59  9.192 4 9.192
3 16 7.1 7 10.59 6.2 6 11.191 9.192 4 9.192
4 16 4.975 6.1 12.01 6 6.5 11.325 6.2 7.6 11.191  4.975 6.9 12.01
4 16 6.2 7.6 11.191 6 6.5 11.325 6.8 7.3 10.79  7.3 9 10.456
4 16 5.6 8 11.592 6.2 7.6 11.191 7.3 9 10.456  6.1 8.8 11.258
3 16 5.6 9.5 11.592 5.3 8.4 11.793 6.1 8.8 11.258
4 16 5.6 9.5 11.592 6.1 8.8 11.258 7.3 9 10.456  6.9 11 10.724
4 16 4.975 10.4 12.01 5.6 9.5 11.592 6.9 11 10.724  6.5 11.7 10.991
4 16 4.975 12.5 12.01 4.975 10.4 12.01 6.5 11.7 10.991  6 12.1 11.325
4 16 7.5 11 10.323 7.8 9.5 10.122 9.192 9 9.192  9.192 17 9.192
4 16 12.01 4 4.975 13 4 0 13 17 0  12.01 17 4.975
4 16 4.975 17 12.01 4.975 13 12.01 6 12.7 11.325  9.192 17 9.192
3 16 9.192 17 9.192 6 12.7 11.325 6.8 12 10.79
3 16 6.8 12 10.79 7.5 11 10.323 9.192 17 9.192
3 0 0 16.4 13 -2.5 15.5 12.503 0 15.8 13
4 0 0 15.8 13 1.9 15.7 12.622 2.1 15.9 12.582  1.4 16.3 12.721
3 0 1.4 16.3 12.721 0 16.4 13 0 15.8 13
4 0 0 14.9 13 0 15.3 13 -2 15 12.602  -2 14.7 12.602
4 0 -3 15 12.403 -3 14.7 12.403 -2 14.7 12.602  -2 15 12.602
4 0 -3.6 15 12.284 -3.3 14.4 12.343 -3 14.7 12.403  -3 15 12.403
4 0 -3 15 12.403 -3.1 15.4 12.383 -3.4 15.4 12.323  -3.6 15 12.284
4 16 0 15.3 13 0 15.8 13 -2.5 15.5 12.503  -2 15 12.602
4 16 -3.1 15.4 12.383 -3 15 12.403 -2 15 12.602  -2.5 15.5 12.503
4 16 -2.5 15.5 12.503 0 16.4 13 0 17 13  -4.975 17 12.01
4 16 -3.1 15.4 12.383 -2.5 15.5 12.503 -4.975 17 12.01  -3.4 15.4 12.323
4 16 -4.975 13 12.01 -3.6 15 12.284 -3.4 15.4 12.323  -4.975 17 12.01
4 16 -3.3 14.4 12.343 -3.6 15 12.284 -4.975 13 12.01  -4 13 12.204
4 16 -4 13 12.204 -3 12.8 12.403 -3 14.7 12.403  -3.3 14.4 12.343
4 16 -3 14.7 12.403 -3 12.8 12.403 -2 12.3 12.602  -2 14.7 12.602
4 16 -2 14.7 12.602 -2 12.3 12.602 -1 11.3 12.801  0 14.9 13
4 16 0 14.9 13 -1 11.3 12.801 -0.6 10 12.881  0 9.4 13
3 16 -0.6 10 12.881 -0.5 9.4 12.901 0 9.4 13
4 0 2 14.9 12.602 2 15.2 12.602 0 15.3 13  0 14.9 13
4 0 2 14.9 12.602 3.3 14.6 12.343 3.3 15 12.343  2 15.2 12.602
4 0 3.3 14.6 12.343 3.5 14.3 12.304 3.8 14.5 12.244  3.3 15 12.343
4 0 3.9 15.1 12.224 3.6 15.5 12.284 3.3 15 12.343  3.8 14.5 12.244
4 16 1.9 15.7 12.622 0 15.8 13 0 15.3 13  2 15.2 12.602
4 16 2.1 15.9 12.582 1.9 15.7 12.622 2 15.2 12.602  3.3 15 12.343
4 16 0 17 13 0 16.4 13 1.4 16.3 12.721  4.975 17 12.01
3 16 3.6 15.5 12.284 2.1 15.9 12.582 3.3 15 12.343
4 16 1.4 16.3 12.721 2.1 15.9 12.582 3.6 15.5 12.284  4.975 17 12.01
3 16 4.975 17 12.01 3.6 15.5 12.284 3.9 15.1 12.224
4 16 3.9 15.1 12.224 3.8 14.5 12.244 4.975 13 12.01  4.975 17 12.01
4 16 3.5 14.3 12.304 3.5 13 12.304 4.975 13 12.01  3.8 14.5 12.244
4 16 3.5 13 12.304 3.5 14.3 12.304 3.3 14.6 12.343  2 14.9 12.602
4 16 2 12.2 12.602 3.5 13 12.304 2 14.9 12.602  0 14.9 13
3 16 1.3 11.3 12.741 2 12.2 12.602 0 14.9 13
4 16 0.6 10 12.881 1.3 11.3 12.741 0 14.9 13  0 9.4 13
3 16 0.6 10 12.881 0 9.4 13 0.6 9.4 12.881
4 16 8.9232 2.4691 8.923 9.192 4 9.192 4.975 4 12.01  4.8296 2.4691 11.659
4 16 11.6592 2.4691 4.83 12.01 4 4.975 9.192 4 9.192  8.9232 2.4691 8.923
4 16 12.01 4 4.975 11.6592 2.4691 4.83 12.6192 2.4691 0  13 4 0
4 16 11.5352 1.1718 0 12.6192 2.4691 0 11.6592 2.4691 4.83  10.6576 1.1718 4.414
4 16 8.1568 1.1718 8.157 8.9232 2.4691 8.923 4.8296 2.4691 11.659  4.4144 1.1718 10.658
4 16 10.6576 1.1718 4.414 11.6592 2.4691 4.83 8.9232 2.4691 8.923  8.1568 1.1718 8.157
0
0 // Inlining done.

1 16 0 4 0 0 0 -8 0 -6.4 0 -8 0 0 t04o6250.dat
1 16 0 4 0 8 0 0 0 -6.4 0 0 0 -8 t04o6250.dat
1 16 0 17 0 0 0 8 0 6.4 0 -8 0 0 t04o6250.dat
1 16 0 17 0 -8 0 0 0 6.4 0 0 0 -8 t04o6250.dat
1 16 0 4 0  13 0 0 0 13 0 0 0 -13 1-8cyli.dat
1 16 0 4 0 -13 0 0 0 13 0 0 0 -13 1-8cyli.dat

0 // Goyle pattern
4 0 -2.2 8.3 -12.562 -3.6 7.6 -12.284 -3.6 8.7 -12.284 -2.4 8.8 -12.522
4 0 -4.975 7.4 -12.01 -4.975 8.2 -12.01 -3.6 8.7 -12.284 -3.6 7.6 -12.284
4 0 -6.5 7.7 -10.991 -4.975 8.2 -12.01 -4.975 7.4 -12.01 -6.5 7.2 -10.991
3 0 -6.5 7.2 -10.991 -8 8 -9.989 -6.5 7.7 -10.991
4 15 -3.6 10.2 -12.284 -3.6 9.6 -12.284 -4.2 9.6 -12.164 -4.2 10.2 -12.164
4 15 4.3 10.3 -12.144 4.975 10.3 -12.01 4.975 9.7 -12.01 4.3 9.7 -12.144
4 0 -4.2 9.6 -12.164 -3.6 9.6 -12.284 -3.6 8.7 -12.284 -4.975 8.6 -12.01
4 0 -4.2 10.2 -12.164 -4.2 9.6 -12.164 -4.975 8.6 -12.01 -4.975 11.6 -12.01
4 0 -4.975 11.6 -12.01 -3.9 11.6 -12.224 -3.6 10.2 -12.284 -4.2 10.2 -12.164
4 0 -3.6 9.6 -12.284 -3.6 10.2 -12.284 -3 10 -12.403 -3 9.4 -12.403
4 0 -3.6 8.7 -12.284 -3.6 9.6 -12.284 -3 9.4 -12.403 -2.8 9.3 -12.443
4 0 -3.6 10.2 -12.284 -3.9 11.6 -12.224 -3.2 11 -12.363 -3 10 -12.403
4 0 0 15 -13 -1.1 14.9 -12.781 -.8 15.5 -12.841 0 15.7 -13
4 0 1.2 15.4 -12.761 1.2 15.1 -12.761 0 15 -13 0 15.7 -13
3 16 -4.975 8.2 -12.01 -4.975 8.6 -12.01 -3.6 8.7 -12.284
3 16 -3.6 8.7 -12.284 -2.8 9.3 -12.443 -2.4 8.8 -12.522
4 16 -4.975 4 -12.01 -4.975 7.4 -12.01 -3.6 7.6 -12.284 0 4 -13
3 16 0 4 -13 -3.6 7.6 -12.284 -2.2 8.3 -12.562
4 0 -1.3 14.4 -12.741 0 14.7 -13 0 14 -13 -1 13.8 -12.801
4 0 -1 13.8 -12.801 -2 13.9 -12.602 -2 14.5 -12.602 -1.3 14.4 -12.741
4 0 -2 13.9 -12.602 -2.8 14.3 -12.443 -2.9 14.8 -12.423 -2 14.5 -12.602
4 0 -2.8 14.3 -12.443 -2.9 13.8 -12.423 -3.2 14.1 -12.363 -3.3 14.6 -12.343
4 0 -2.9 14.8 -12.423 -2.8 14.3 -12.443 -3.3 14.6 -12.343 -3.2 15 -12.363
4 0 1 14.5 -12.801 1 13.7 -12.801 0 14 -13 0 14.7 -13
4 0 2.8 14.4 -12.443 2.7 14 -12.463 1 13.7 -12.801 1 14.5 -12.801
4 0 2.7 14 -12.463 3.6 14.9 -12.284 3.6 14.4 -12.284 2.8 13.7 -12.443
3 0 2.7 14 -12.463 2.8 14.4 -12.443 3.6 14.9 -12.284
4 0 3 8.5 -12.403 4.975 7.1 -12.01 4.975 6.4 -12.01 3 7.5 -12.403
4 0 3 7.5 -12.403 1.8 8.4 -12.642 2 8.9 -12.602 3 8.5 -12.403
4 0 4.975 6.4 -12.01 4.975 7.1 -12.01 6 6.6 -11.325 5.6 6.1 -11.592
3 0 6 6.6 -11.325 7 6.5 -10.657 5.6 6.1 -11.592
3 16 4.975 4 -12.01 4.975 6.4 -12.01 5.6 6.1 -11.592
4 16 5.6 6.1 -11.592 7 6.5 -10.657 9.192 4 -9.192 4.975 4 -12.01
4 16 3 7.5 -12.403 4.975 6.4 -12.01 4.975 4 -12.01 0 4 -13
3 16 1.8 8.4 -12.642 3 7.5 -12.403 0 4 -13
4 16 0 4 -13 0 14 -13 1 13.7 -12.801 1.8 8.4 -12.642
4 16 -1 13.8 -12.801 0 14 -13 0 4 -13 -2.2 8.3 -12.562
4 0 2.2 9.3 -12.562 2.7 9.5 -12.463 4.3 9.7 -12.144 3.5 8.8 -12.304
4 0 4.975 9.7 -12.01 4.975 8.8 -12.01 3.5 8.8 -12.304 4.3 9.7 -12.144
4 0 2.7 9.5 -12.463 2.5 10.4 -12.503 4.3 10.3 -12.144 4.3 9.7 -12.144
4 0 2.5 10.4 -12.503 3 11.2 -12.403 4 11.6 -12.204 4.3 10.3 -12.144
4 0 4.3 10.3 -12.144 4 11.6 -12.204 4.975 11.3 -12.01 4.975 10.3 -12.01
4 0 4.975 11.3 -12.01 5.6 10.8 -11.592 5.6 10.1 -11.592 5.3 9.6 -11.793
4 0 5.3 9.6 -11.793 6 9.8 -11.325 6 9.4 -11.325 4.975 8.8 -12.01
3 0 4.975 11.3 -12.01 5.3 9.6 -11.793 4.975 8.8 -12.01
3 0 -5.7 9.3 -11.526 -6.3 9 -11.125 -6.9 9.8 -10.724
3 0 -5.7 9.3 -11.526 -4.975 8.6 -12.01 -6.3 9 -11.125
4 0 -6 9.8 -11.325 -5.9 11 -11.392 -4.975 11.6 -12.01 -5.7 9.3 -11.526
3 0 -5.7 9.3 -11.526 -4.975 11.6 -12.01 -4.975 8.6 -12.01
4 16 3.5 8.8 -12.304 3 8.5 -12.403 2 8.9 -12.602 2.2 9.3 -12.562
4 16 3.5 8.8 -12.304 4.975 8.8 -12.01 4.975 7.1 -12.01 3 8.5 -12.403
4 16 2.5 10.4 -12.503 2.7 9.5 -12.463 2.2 9.3 -12.562 1 13.7 -12.801
4 16 1 13.7 -12.801 2.7 14 -12.463 2.8 13.7 -12.443 2.5 10.4 -12.503
3 16 2.8 13.7 -12.443 3 11.2 -12.403 2.5 10.4 -12.503
3 16 2.2 9.3 -12.562 1.8 8.4 -12.642 1 13.7 -12.801
4 16 3.6 14.4 -12.284 4 11.6 -12.204 3 11.2 -12.403 2.8 13.7 -12.443
4 16 4.975 11.3 -12.01 4 11.6 -12.204 3.6 14.4 -12.284 3.6 14.9 -12.284
3 16 3.6 14.9 -12.284 4.975 17 -12.01 4.975 11.3 -12.01
4 16 0 14.7 -13 0 15 -13 1.2 15.1 -12.761 1 14.5 -12.801
4 16 3.6 14.9 -12.284 2.8 14.4 -12.443 1 14.5 -12.801 1.2 15.1 -12.761
4 16 3.6 14.9 -12.284 1.2 15.1 -12.761 1.2 15.4 -12.761 4.975 17 -12.01
4 16 4.975 17 -12.01 1.2 15.4 -12.761 0 15.7 -13 0 17 -13
4 16 4.975 8.8 -12.01 6 9.4 -11.325 6 6.6 -11.325 4.975 7.1 -12.01
4 16 7 6.5 -10.657 6 6.6 -11.325 6 9.4 -11.325 9.192 17 -9.192
3 16 9.192 17 -9.192 6 9.4 -11.325 6 9.8 -11.325
3 16 5.3 9.6 -11.793 5.6 10.1 -11.592 6 9.8 -11.325
3 16 9.192 17 -9.192 9.192 4 -9.192 7 6.5 -10.657
4 16 5.6 10.8 -11.592 9.192 17 -9.192 6 9.8 -11.325 5.6 10.1 -11.592
4 16 9.192 17 -9.192 5.6 10.8 -11.592 4.975 11.3 -12.01 4.975 17 -12.01
3 16 -1 13.8 -12.801 -2.2 8.3 -12.562 -2.4 8.8 -12.522
3 16 -2.8 9.3 -12.443 -1 13.8 -12.801 -2.4 8.8 -12.522
4 16 -1 13.8 -12.801 -2.8 9.3 -12.443 -3 9.4 -12.403 -3 10 -12.403
4 16 -3 10 -12.403 -3.2 11 -12.363 -2 13.9 -12.602 -1 13.8 -12.801
4 16 -2.8 14.3 -12.443 -2 13.9 -12.602 -3.2 11 -12.363 -2.9 13.8 -12.423
4 16 -2.9 13.8 -12.423 -3.2 11 -12.363 -3.9 11.6 -12.224 -3.2 14.1 -12.363
4 16 -3.3 14.6 -12.343 -3.2 14.1 -12.363 -3.9 11.6 -12.224 -4.975 11.6 -12.01
4 16 -3.2 15 -12.363 -3.3 14.6 -12.343 -4.975 11.6 -12.01 -4.975 17 -12.01
4 16 0 14.7 -13 -1.3 14.4 -12.741 -1.1 14.9 -12.781 0 15 -13
4 16 -4.975 17 -12.01 0 17 -13 0 15.7 -13 -.8 15.5 -12.841
4 16 -.8 15.5 -12.841 -1.1 14.9 -12.781 -3.2 15 -12.363 -4.975 17 -12.01
4 16 -2.9 14.8 -12.423 -3.2 15 -12.363 -1.1 14.9 -12.781 -2 14.5 -12.602
3 16 -2 14.5 -12.602 -1.1 14.9 -12.781 -1.3 14.4 -12.741
4 16 -6.3 9 -11.125 -4.975 8.6 -12.01 -4.975 8.2 -12.01 -6.5 7.7 -10.991
4 16 -8 8 -9.989 -6.5 7.2 -10.991 -4.975 4 -12.01 -9.192 4 -9.192
4 16 -6.3 9 -11.125 -6.5 7.7 -10.991 -8 8 -9.989 -6.9 9.8 -10.724
3 16 -6.9 9.8 -10.724 -6 9.8 -11.325 -5.7 9.3 -11.526
4 16 -5.9 11 -11.392 -6 9.8 -11.325 -6.9 9.8 -10.724 -9.192 17 -9.192
4 16 -4.975 11.6 -12.01 -5.9 11 -11.392 -9.192 17 -9.192 -4.975 17 -12.01
3 16 -9.192 17 -9.192 -6.9 9.8 -10.724 -8 8 -9.989
3 16 -9.192 17 -9.192 -8 8 -9.989 -9.192 4 -9.192
3 16 -6.5 7.2 -10.991 -4.975 7.4 -12.01 -4.975 4 -12.01
0
0 L3P ELSEPOV
0   #if (L3Studs)
0     difference {
0     cylinder { <0,0,0>, <0,-4,0>, 6}
0     cylinder { <0,0.01,0>, <0,-4.01,0>, 4}
0     }
0 #end
0 object { ring2_dot_dat matrix <2,0,0,0,1,0,0,0,2,0,0,0> }
0 object { ring3_dot_dat matrix <2,0,0,0,1,0,0,0,2,0,0,0> }
0 object { ring2_dot_dat matrix <2,0,0,0,1,0,0,0,2,0,4,0> }
0 object { _4_dash_4cyli_dot_dat matrix <6,0,0,0,20,0,0,0,6,0,4,0> }
0 object { ring3_dot_dat matrix <2,0,0,0,1,0,0,0,2,0,24,0> }
0 object { _4_dash_4cyli_dot_dat matrix <8,0,0,0,3,0,0,0,8,0,21,0> }
0
0 cylinder { <0,4,0>,<0,17,0>,13.001
0 clipped_by {
0   union {
0     prism {linear_sweep linear_spline 0,14,4
0    <-2.2,8.3>,<-3.6,7.6>,<-3.6,8.7>,<-2.4,8.8>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-4.975,7.4>,<-4.975,8.2>,<-3.6,8.7>,<-3.6,7.6>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-6.5,7.7>,<-4.975,8.2>,<-4.975,7.4>,<-6.5,7.2>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-6.5,7.2>,<-8,8>,<-6.5,7.7>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-4.2,9.6>,<-3.6,9.6>,<-3.6,8.7>,<-4.975,8.6>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-4.2,10.2>,<-4.2,9.6>,<-4.975,8.6>,<-4.975,11.6>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-4.975,11.6>,<-3.9,11.6>,<-3.6,10.2>,<-4.2,10.2>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-3.6,9.6>,<-3.6,10.2>,<-3,10>,<-3,9.4>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-3.6,8.7>,<-3.6,9.6>,<-3,9.4>,<-2.8,9.3>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-3.6,10.2>,<-3.9,11.6>,<-3.2,11>,<-3,10>}
0     prism {linear_sweep linear_spline 0,14,4
0    <0,15>,<-1.1,14.9>,<-.8,15.5>,<0,15.7>}
0     prism {linear_sweep linear_spline 0,14,4
0    <1.2,15.4>,<1.2,15.1>,<0,15>,<0,15.7>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-1.3,14.4>,<0,14.7>,<0,14>,<-1,13.8>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-1,13.8>,<-2,13.9>,<-2,14.5>,<-1.3,14.4>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-2,13.9>,<-2.8,14.3>,<-2.9,14.8>,<-2,14.5>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-2.8,14.3>,<-2.9,13.8>,<-3.2,14.1>,<-3.3,14.6>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-2.9,14.8>,<-2.8,14.3>,<-3.3,14.6>,<-3.2,15>}
0     prism {linear_sweep linear_spline 0,14,4
0    <1,14.5>,<1,13.7>,<0,14>,<0,14.7>}
0     prism {linear_sweep linear_spline 0,14,4
0    <2.8,14.4>,<2.7,14>,<1,13.7>,<1,14.5>}
0     prism {linear_sweep linear_spline 0,14,4
0    <2.7,14>,<3.6,14.9>,<3.6,14.4>,<2.8,13.7>}
0     prism {linear_sweep linear_spline 0,14,3
0    <2.7,14>,<2.8,14.4>,<3.6,14.9>}
0     prism {linear_sweep linear_spline 0,14,4
0    <3,8.5>,<4.975,7.1>,<4.975,6.4>,<3,7.5>}
0     prism {linear_sweep linear_spline 0,14,4
0    <3,7.5>,<1.8,8.4>,<2,8.9>,<3,8.5>}
0     prism {linear_sweep linear_spline 0,14,4
0    <4.975,6.4>,<4.975,7.1>,<6,6.6>,<5.6,6.1>}
0     prism {linear_sweep linear_spline 0,14,3
0    <6,6.6>,<7,6.5>,<5.6,6.1>}
0     prism {linear_sweep linear_spline 0,14,4
0    <2.2,9.3>,<2.7,9.5>,<4.3,9.7>,<3.5,8.8>}
0     prism {linear_sweep linear_spline 0,14,4
0    <4.975,9.7>,<4.975,8.8>,<3.5,8.8>,<4.3,9.7>}
0     prism {linear_sweep linear_spline 0,14,4
0    <2.7,9.5>,<2.5,10.4>,<4.3,10.3>,<4.3,9.7>}
0     prism {linear_sweep linear_spline 0,14,4
0    <2.5,10.4>,<3,11.2>,<4,11.6>,<4.3,10.3>}
0     prism {linear_sweep linear_spline 0,14,4
0    <4.3,10.3>,<4,11.6>,<4.975,11.3>,<4.975,10.3>}
0     prism {linear_sweep linear_spline 0,14,4
0    <4.975,11.3>,<5.6,10.8>,<5.6,10.1>,<5.3,9.6>}
0     prism {linear_sweep linear_spline 0,14,4
0    <5.3,9.6>,<6,9.8>,<6,9.4>,<4.975,8.8>}
0     prism {linear_sweep linear_spline 0,14,3
0    <4.975,11.3>,<5.3,9.6>,<4.975,8.8>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-5.7,9.3>,<-6.3,9>,<-6.9,9.8>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-5.7,9.3>,<-4.975,8.6>,<-6.3,9>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-6,9.8>,<-5.9,11>,<-4.975,11.6>,<-5.7,9.3>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-5.7,9.3>,<-4.975,11.6>,<-4.975,8.6>}
0    } rotate <-90,0,0>
0 }
0 material { L3Color0 }
0 }
0 cylinder { <0,4,0>,<0,17,0>,13.001
0 clipped_by {
0   union {
0     prism {linear_sweep linear_spline 0,14,4
0    <-3.6,10.2>,<-3.6,9.6>,<-4.2,9.6>,<-4.2,10.2>}
0     prism {linear_sweep linear_spline 0,14,4
0    <4.3,10.3>,<4.975,10.3>,<4.975,9.7>,<4.3,9.7>}
0    } rotate <-90,0,0>
0 }
0 material { L3Color15 }
0 }
0 torus {9,4.001 translate <0,4,0>
0 clipped_by {
0   union {
0     prism {linear_sweep linear_spline 0,-14,3
0    <2.1,4>,<3.3,3>,<3.5,4>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <2.1,4>,<1.3,4>,<1.5,3>,<1.9,3>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <1.5,3>,<1.4,2.4691>,<1.8,2.4691>,<1.9,3>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <1.4,2.4691>,<1.2,1.6>,<1.5,1.6>,<1.8,2.4691>}
0    } rotate <-90,0,0>
0 }
0 material { L3Color4 }
0 }
0 cylinder { <0,4,0>,<0,17,0>,13.001
0 clipped_by {
0   union {
0     prism {linear_sweep linear_spline 0,-14,4
0    <2.7,4.9>,<1.2,5.4>,<1.3,4>,<3.5,4>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <3.2,5.8>,<2.6,6>,<2.7,4.9>,<3.5,4>}
0    } rotate <-90,0,0>
0 }
0 material { L3Color4 }
0 }
0 cylinder { <0,4,0>,<0,17,0>,13.001
0 clipped_by {
0   union {
0     prism {linear_sweep linear_spline 0,-14,4
0    <0,8.6>,<0.6,8.6>,<0.6,9.4>,<0,9.4>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <0,9.4>,<-0.5,9.4>,<-0.5,8.6>,<0,8.6>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <3.9,6.8>,<4.4,7.3>,<2.4,7.3>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <6.2,7.6>,<4.975,7.4>,<4.975,6.9>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <4.4,7.3>,<3.9,6.8>,<4.975,6.9>,<4.975,7.4>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <-3,7.4>,<-4.975,6.8>,<-4.5,6.3>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <-4.975,6.8>,<-4.975,5.9>,<-4.5,6.3>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <-3,6>,<-3,6.5>,<-4.5,6.3>,<-4,5.8>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <-4.5,6.3>,<-4.975,5.9>,<-4,5.8>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <-0.5,9.4>,<-1,9>,<-0.5,8.6>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <0.6,8.6>,<1.1,9>,<0.6,9.4>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <-3,6>,<-1.5,7>,<-2,7.2>,<-3,6.5>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <-1,9>,<-2,7.2>,<-1.5,7>,<-0.5,8.6>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <-1,9>,<-0.5,9.4>,<-0.6,10>,<-1,10>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <-4.975,12.5>,<-4,12.6>,<-4,13>,<-4.975,13>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <-4,12.6>,<-2.3,12>,<-2,12.3>,<-3,12.8>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <-3,12.8>,<-4,13>,<-4,12.6>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <-2.3,12>,<-1.4,11>,<-1,11.3>,<-2,12.3>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <-1.4,11>,<-1,10>,<-0.6,10>,<-1,11.3>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <-2.7,8.5>,<-3.2,7.8>,<-2.4,8.4>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <-5.3,8.5>,<-5.9,8.7>,<-4.975,7.8>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <-4.975,7.8>,<-4.975,8.6>,<-5.2,9>,<-5.3,8.5>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <-4.4,8.6>,<-4.975,8.6>,<-4.975,7.8>,<-3.2,7.8>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <-4.2,9>,<-4.4,8.6>,<-3.2,7.8>,<-2.7,8.5>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <-2.7,8.5>,<-2.6,9>,<-4.4,9.4>,<-4.2,9>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <-2.6,9>,<-2.8,10>,<-4,10.7>,<-4.4,9.4>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <-4.4,9.4>,<-4,10.7>,<-4.975,10.6>,<-4.975,9.4>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <-4.975,9.4>,<-4.975,10.6>,<-5.5,9.7>,<-5.2,9>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <-5.2,9>,<-5.5,9.7>,<-5.5,9>,<-5.3,8.5>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <-4.975,5.9>,<-4.975,6.8>,<-6,6.8>,<-6,6.2>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <-6.7,8>,<-6.8,7>,<-6,6.2>,<-6,6.8>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <-6.8,7>,<-6.7,8>,<-6.9,9>,<-7.4,8.6>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <-7,9.5>,<-7.4,9.5>,<-7.4,8.6>,<-6.9,9>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <-6.2,12.4>,<-6,12>,<-4.975,12.5>,<-4.975,13>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <-7,11.4>,<-6.6,11>,<-6,12>,<-6.2,12.4>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <-7.4,10>,<-6.9,10>,<-6.6,11>,<-7,11.4>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <-7.4,10>,<-7.4,9.5>,<-7,9.5>,<-6.9,10>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <-7.4,9.5>,<-9.192,8.8>,<-9.192,8>,<-7.4,8.6>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <-10.3,7.7>,<-9.192,8>,<-9.192,8.8>,<-10.3,8.5>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <-11.4,8.5>,<-11.4,7.7>,<-10.3,7.7>,<-10.3,8.5>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <3,6.4>,<2.6,6>,<3.2,5.8>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <3,6.4>,<2,7.2>,<1.7,6.8>,<2.6,6>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <1.3,8>,<0.9,7.9>,<1.7,6.8>,<2,7.2>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <0.6,8.6>,<0.9,7.9>,<1.3,8>,<1.1,9>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <4,6.1>,<4,5.6>,<4.975,5.6>,<4.975,6.1>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <3,6.4>,<3.2,5.8>,<4,5.6>,<4,6.1>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <1.1,9>,<1.1,10>,<0.6,10>,<0.6,9.4>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <1.1,10>,<1.6,11>,<1.3,11.3>,<0.6,10>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <2,12.2>,<1.3,11.3>,<1.6,11>,<2.2,11.7>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <3.5,13>,<2,12.2>,<2.2,11.7>,<3.6,12.5>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <3.6,12.5>,<4.975,12.5>,<4.975,13>,<3.5,13>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <3.7,8.6>,<4.2,7.7>,<4.975,7.8>,<3.9,9>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <3.7,9.4>,<3.9,9>,<4.975,7.8>,<4.975,10.4>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <4.975,10.4>,<4.6,10.7>,<4,10.7>,<3.7,9.4>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <3.7,9.4>,<4,10.7>,<3,10.2>,<3.2,9.4>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <3.2,9.4>,<3,10.2>,<2.5,9>,<3,9>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <3,9>,<2.5,9>,<3,8.2>,<3.2,8.6>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <3,8.2>,<2.8,8.2>,<3,8>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <3.2,8.6>,<3,8.2>,<3,8>,<3.7,8.6>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <3,8>,<3.5,7.7>,<4.2,7.7>,<3.7,8.6>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <5.6,8>,<6.1,8.8>,<5.3,8.4>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <5.3,8.4>,<4.975,7.8>,<5.6,8>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <4.975,10.4>,<4.975,7.8>,<5.3,8.4>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <4.975,10.4>,<5.3,8.4>,<5.6,9.5>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <6,6.5>,<4.975,6.1>,<4.975,5.6>,<6.2,6>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <6.2,6>,<7.1,7>,<6.8,7.3>,<6,6.5>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <11.4,8.4>,<9.192,9>,<9.192,8.2>,<11.2,7.8>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <7.8,9.5>,<7.8,8.7>,<9.192,8.2>,<9.192,9>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <7.8,9.5>,<7.3,9>,<7.8,8.7>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <6.8,7.3>,<7.1,7>,<7.8,8.7>,<7.3,9>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <7.5,11>,<6.9,11>,<7.3,9>,<7.8,9.5>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <7.5,11>,<6.8,12>,<6.5,11.7>,<6.9,11>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <6.5,11.7>,<6.8,12>,<6,12.7>,<6,12.1>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <4.975,13>,<4.975,12.5>,<6,12.1>,<6,12.7>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <0,16.4>,<-2.5,15.5>,<0,15.8>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <0,15.8>,<1.9,15.7>,<2.1,15.9>,<1.4,16.3>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <1.4,16.3>,<0,16.4>,<0,15.8>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <0,14.9>,<0,15.3>,<-2,15>,<-2,14.7>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <-3,15>,<-3,14.7>,<-2,14.7>,<-2,15>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <-3.6,15>,<-3.3,14.4>,<-3,14.7>,<-3,15>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <-3,15>,<-3.1,15.4>,<-3.4,15.4>,<-3.6,15>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <2,14.9>,<2,15.2>,<0,15.3>,<0,14.9>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <2,14.9>,<3.3,14.6>,<3.3,15>,<2,15.2>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <3.3,14.6>,<3.5,14.3>,<3.8,14.5>,<3.3,15>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <3.9,15.1>,<3.6,15.5>,<3.3,15>,<3.8,14.5>}
0    } rotate <-90,0,0>
0 }
0 material { L3Color0 }
0 }
0 cylinder { <0,4,0>,<0,17,0>,13.001
0 clipped_by {
0   union {
0     prism {linear_sweep linear_spline 0,-14,4
0    <3.2,9.4>,<3,9>,<3.9,9>,<3.7,9.4>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <3,9>,<3.2,8.6>,<3.7,8.6>,<3.9,9>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <-4.975,9.4>,<-5.2,9>,<-4.975,8.6>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <-4.975,8.6>,<-4.4,8.6>,<-4.4,9.4>,<-4.975,9.4>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <-4.4,8.6>,<-4.2,9>,<-4.4,9.4>}
0    } rotate <-90,0,0>
0 }
0 material { L3Color15 }
0 }
0
0 torus{9,4 clipped_by{difference{box{<-13,4,-13>,<13,-4,13>}
0 cylinder{<0,0,0>,<0,4,0>,9} plane{y,0}}}translate <0,17,0>}
0 plane{y,21 clipped_by{difference{sphere{<0,21,0>,9} sphere{<0,21,0>,8}}}}
0
0 torus{9,4 clipped_by{difference{box{<-13,-4,-13>,<13,4,13>}
0 cylinder{<0,0,0>,<0,-4,0>,9} plane{-y,0}}}translate <0,4,0>}
0 plane{y,0 clipped_by{difference{sphere{<0,0,0>,9} sphere{<0,0,0>,8}}}}
0
0 cylinder{<0,4,0>,<0,17,0>,13}
0 L3P ENDPOV
0


Special: 
[DAT] (requires LDraw-compatible viewer)
Subject: 
POV dat - 3626bpsc - Minifig Head with SW Grey Eyebrows & Implant Pattern - POV
Newsgroups: 
lugnet.cad.ray, lugnet.cad.dat.parts
Date: 
Wed, 29 Sep 2010 00:00:52 GMT
Viewed: 
21805 times
  
0 Minifig Head with SW Grey Eyebrows & Implant Pattern - POV
0 Name: 3626bpsc.dat
0 Author: Franklin W. Cain [fwcain]
0 !LDRAW_ORG Part UPDATE 2005-01
0 !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt
0 // Inline POV code generated by MFHead v0.23

0 !KEYWORDS face, thin grey eyebrows, Lobot, Star Wars, Bespin, Cloud City
0 !KEYWORDS cyborg, cybernetic implant, cybertech
0 !CMDLINE -c14
0 BFC NOCERTIFY

0 !HISTORY 2002-08-18 [PTadmin] Official Update 2002-04
0 !HISTORY 2003-06-19 [Steffen] fixed typo for CMDLINE...
0 !HISTORY 2003-11-04 [fwcain] fixed typo in KEYWORDS...
0 !HISTORY 2004-07-13 [westrate] added torus primitives
0 !HISTORY 2005-12-28 [PTadmin] Official Update 2005-01
0 !HISTORY 2007-06-29 [PTadmin] Header formatted for Contributor Agreement
0 !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01

0 // replacing s\3626bs00.dat
0 L3P IFNOTPOV
1 16 0 0 0 1 0 0 0 1 0 0 0 1 s\3626bs02.dat
1 16 0 4 0 0 0 8 0 -6.4 0 8 0 0 t04o6250.dat
1 16 0 4 0 -8 0 0 0 -6.4 0 0 0 8 t04o6250.dat
1 16 0 17 0 0 0 -8 0 6.4 0 8 0 0 t04o6250.dat
1 16 0 17 0 8 0 0 0 6.4 0 0 0 8 t04o6250.dat
1 16 0 4 0 0 0 -8 0 -6.4 0 -8 0 0 t04o6250.dat
1 16 0 4 0 8 0 0 0 -6.4 0 0 0 -8 t04o6250.dat
1 16 0 17 0 0 0 8 0 6.4 0 -8 0 0 t04o6250.dat
1 16 0 17 0 -8 0 0 0 6.4 0 0 0 -8 t04o6250.dat

0 // Inlined  1 383  0  0  0  1  0  0  0  1  0  0  0  1  s\3626bsc1.dat
0 // ~Minifig Head with SW Lobot - Silver detail
4 383 -0.125  8    12.975 -0.125 12    12.975  -1      12      12.801  -1
8      12.801
4 383  0.125  8    12.975  0.125 12    12.975   1      12      12.801   1       8      12.801
4 383 -1.25   8    12.751 -1.25  11.75 12.751  -4.975  11.75   12.010  -4.975   8      12.010
4 383  1.25   8    12.751  1.25  11.75 12.751   4.975  11.75   12.010   4.975   8      12.010
4 383 -0.125 12    12.975 -0.125 12.25 12.975  -4.975  12.25   12.010  -4.975  12      12.010
4 383  0.125 12    12.975  0.125 12.25 12.975   4.975  12.25   12.010   4.975  12      12.010
4 383 -0.125 12.25 12.975 -0.125 14    12.975  -2.25   14      12.552  -2.25   12.25   12.552
4 383  0.125 12.25 12.975  0.125 14    12.975   2.25   14      12.552   2.25   12.25   12.552
4 383 -2.25  13.75 12.552 -2.25  14    12.552  -4.975  14      12.010  -4.975  13.75   12.010
4 383  2.25  13.75 12.552  2.25  14    12.552   4.975  14      12.010   4.975  13.75   12.010
4 383 -3.75  12.25 12.254 -3.75  13.75 12.254  -4.225  13.75   12.159  -4.225  12.25   12.159
4 383  3.75  12.25 12.254  3.75  13.75 12.254   4.225  13.75   12.159   4.225  12.25   12.159
0
1 383  -3      13  12.403 -0.75 0  0     0    0 0.75 -0.146 1 0     4-4ndis.dat
1 383   3      13  12.403  0.75 0  0     0    0 0.75 -0.146 1 0     4-4ndis.dat
1 383  -3      13  12.403 -0.60 0  0     0    0 0.60 -0.117 1 0     4-4disc.dat
1 383   3      13  12.403  0.60 0  0     0    0 0.60 -0.117 1 0     4-4disc.dat
1 383  -4.975  13  12.010  0    0  0.75  0.75 0 0     0     1 0.146 2-4ndis.dat
1 383   4.975  13  12.010  0    0 -0.75  0.75 0 0     0     1 0.146 2-4ndis.dat
1 383  -4.975  13  12.010  0    0  0.60  0.60 0 0     0     1 0.117 2-4disc.dat
1 383   4.975  13  12.010  0    0 -0.60  0.60 0 0     0     1 0.117 2-4disc.dat
0
1 383  -3      13  12.403 -0.75 0  0     0    0 0.75 -0.146 1 0     4-4edge.dat
1 383   3      13  12.403  0.75 0  0     0    0 0.75 -0.146 1 0     4-4edge.dat
1 383  -3      13  12.403 -0.60 0  0     0    0 0.60 -0.117 1 0     4-4edge.dat
1 383   3      13  12.403  0.60 0  0     0    0 0.60 -0.117 1 0     4-4edge.dat
1 383  -4.975  13  12.010  0    0  0.75  0.75 0 0     0     1 0.146 2-4edge.dat
1 383   4.975  13  12.010  0    0 -0.75  0.75 0 0     0     1 0.146 2-4edge.dat
1 383  -4.975  13  12.010  0    0  0.60  0.60 0 0     0     1 0.117 2-4edge.dat
1 383   4.975  13  12.010  0    0 -0.60  0.60 0 0     0     1 0.117 2-4edge.dat
0
4 383 -4.975  8    12.010 -4.975 11.75 12.010 -5.75 11.75 11.492 -5.75  8    11.492
4 383  4.975  8    12.010  4.975 11.75 12.010  5.75 11.75 11.492  5.75  8
11.492
4 383 -4.975 12    12.010 -4.975 12.25 12.010 -6    12.25 11.325 -6    12
11.325
4 383  4.975 12    12.010  4.975 12.25 12.010  6    12.25 11.325  6    12
11.325
4 383 -5.725 12.25 11.509 -5.725 13.75 11.509 -6    13.75 11.325 -6    12.25 11.325
4 383  5.725 12.25 11.509  5.725 13.75 11.509  6    13.75 11.325  6    12.25
11.325
4 383 -4.975 13.75 12.010 -4.975 14    12.010 -6    14    11.325 -6    13.75 11.325
4 383  4.975 13.75 12.010  4.975 14    12.010  6    14    11.325  6    13.75
11.325
0
1 383 -4.975 13 12.010 0 0 -0.75  0.75 0 0 0 1 -0.417 2-4ndis.dat
1 383  4.975 13 12.010 0 0  0.75  0.75 0 0 0 1 -0.417 2-4ndis.dat
1 383 -4.975 13 12.010 0 0 -0.60  0.60 0 0 0 1 -0.334 2-4disc.dat
1 383  4.975 13 12.010 0 0  0.60  0.60 0 0 0 1 -0.334 2-4disc.dat
0
1 383 -4.975 13 12.010 0 0 -0.75  0.75 0 0 0 1 -0.417 2-4edge.dat
1 383  4.975 13 12.010 0 0  0.75  0.75 0 0 0 1 -0.417 2-4edge.dat
1 383 -4.975 13 12.010 0 0 -0.60  0.60 0 0 0 1 -0.334 2-4edge.dat
1 383  4.975 13 12.010 0 0  0.60  0.60 0 0 0 1 -0.334 2-4edge.dat
0
4 383 -6     8 11.325 -6     14 11.325 -8.875 14 9.404 -8.875 8 9.404
4 383  6     8 11.325  6     14 11.325  8.875 14 9.404  8.875 8 9.404
4 383 -9.125 8  9.237 -9.125 14  9.237 -9.192 14 9.192 -9.192 8 9.192
4 383  9.125 8  9.237  9.125 14  9.237  9.192 14 9.192  9.192 8 9.192
0
4 383  -9.192 8 9.192  -9.192 14 9.192  -9.544 14   8.665  -9.544 8   8.665
4 383   9.192 8 9.192   9.192 14 9.192   9.544 14   8.665   9.544 8   8.665
4 383 -10.248 8 7.611 -10.248 14 7.611 -10.601 14   7.084 -10.601 8   7.084
4 383  10.248 8 7.611  10.248 14 7.611  10.601 14   7.084  10.601 8   7.084
4 383 -10.601 8 7.084 -10.601 14 7.084 -11.306 13.5 6.029 -11.306 8.5 6.029
4 383  10.601 8 7.084  10.601 14 7.084  11.306 13.5 6.029  11.306 8.5 6.029
0

0 // Inlined  1 379  0  0  0  1  0  0  0  1  0  0  0  1  s\3626bsc2.dat
0 // ~Minifig Head with SW Lobot - Shiny Lt. Blue detail
4 379 -9.544 8 8.665 -9.544 14 8.665 -10.248 14 7.611 -10.248 8 7.611
4 379  9.544 8 8.665  9.544 14 8.665  10.248 14 7.611  10.248 8 7.6110
0 front
0
4 16 0 4 -13 0 8.5 -13 -4.975 8.5 -12.010 -4.975 4 -12.010
4 16 0 4 -13 0 8.5 -13  4.975 8.5 -12.010  4.975 4 -12.010
0
4  7 -1.5   8.75  -12.702 -1.5   9     -12.702  -2.25    8.75  -12.552  -2       8.5   -12.602
4  7  1.5   8.75  -12.702  1.5   9     -12.702   2.25    8.75  -12.552   2       8.5   -12.602
2  7 -1.5   8.875 -12.702 -2.125 8.625 -12.577
2  7  1.5   8.875 -12.702  2.125 8.625 -12.577
4  7 -2     8.5   -12.602 -2.25  8.75  -12.552  -3.75    8.75  -12.254  -4       8.5   -12.204
4  7  2     8.5   -12.602  2.25  8.75  -12.552   3.75    8.75  -12.254   4       8.5   -12.204
2  7 -2.125 8.625 -12.577 -3.875 8.625 -12.229
2  7  2.125 8.625 -12.577  3.875 8.625 -12.229
4  7 -4     8.5   -12.204 -3.75  8.75  -12.254  -4.975   9     -12.010  -4.975   8.75  -12.010
4  7  4     8.5   -12.204  3.75  8.75  -12.254   4.975   9     -12.010   4.975   8.75  -12.010
2  7 -3.875 8.625 -12.229 -4.975 8.875 -12.010
2  7  3.875 8.625 -12.229  4.975 8.875 -12.010
3 16 -1.5   8.5   -12.702 -1.5   8.75  -12.702  -2       8.5   -12.602
3 16  1.5   8.5   -12.702  1.5   8.75  -12.702   2       8.5   -12.602
4 16 -1.5   9     -12.702 -2.25  8.75  -12.552  -3.75    8.75  -12.254  -4.975   9     -12.010
4 16  1.5   9     -12.702  2.25  8.75  -12.552   3.75    8.75  -12.254   4.975   9     -12.010
3 16 -4     8.5   -12.204 -4.975 8.5   -12.010  -4.975   8.75  -12.010
3 16  4     8.5   -12.204  4.975 8.5   -12.010   4.975   8.75  -12.010
4 16  0     8.5   -13      0     9     -13      -1.5     9     -12.702  -1.5     8.5   -12.702
4 16  0     8.5   -13      0     9     -13       1.5     9     -12.702   1.5     8.5   -12.702
0
4  0 -1.75  9.25  -12.652 -1.75  9.5   -12.652  -2.5     9.25  -12.503  -2.25    9     -12.552
4  0  1.75  9.25  -12.652  1.75  9.5   -12.652   2.5     9.25  -12.503   2.25    9     -12.552
2  0 -1.75  9.375 -12.652 -2.375 9.125 -12.527
2  0  1.75  9.375 -12.652  2.375 9.125 -12.527
4  0 -2.25  9     -12.552 -2.5   9.25  -12.503  -3.5     9.25  -12.304  -3.75    9     -12.254
4  0  2.25  9     -12.552  2.5   9.25  -12.503   3.5     9.25  -12.304   3.75    9     -12.254
2  0 -2.375 9.125 -12.527 -3.625 9.125 -12.279
2  0  2.375 9.125 -12.527  3.625 9.125 -12.279
4  0 -3.75  9     -12.254 -3.5   9.25  -12.304  -4.625   9.5   -12.080  -4.625   9.25  -12.080
4  0  3.75  9     -12.254  3.5   9.25  -12.304   4.625   9.5   -12.080   4.625   9.25  -12.080
2  0 -3.625 9.125 -12.279 -4.625 9.375 -12.080
2  0  3.625 9.125 -12.279  4.625 9.375 -12.080
3 16 -1.75  9     -12.652 -1.75  9.25  -12.652  -2.25    9     -12.552
3 16  1.75  9     -12.652  1.75  9.25  -12.652   2.25    9     -12.552
3 16 -1.75  9.5   -12.652 -2.125 9.5   -12.577  -2.5     9.25  -12.503
3 16  1.75  9.5   -12.652  2.125 9.5   -12.577   2.5     9.25  -12.503
3 16 -3.75  9     -12.254 -4.625 9     -12.080  -4.625   9.25  -12.080
3 16  3.75  9     -12.254  4.625 9     -12.080   4.625   9.25  -12.080
3 16 -3.5   9.25  -12.304 -3.875 9.5   -12.229  -4.625   9.5   -12.080
3 16  3.5   9.25  -12.304  3.875 9.5   -12.229   4.625   9.5   -12.080
4 16  0     9     -13      0     9.5   -13      -1.75    9.5   -12.652  -1.75    9     -12.652
4 16  0     9     -13      0     9.5   -13       1.75    9.5   -12.652   1.75    9     -12.652
4 16 -4.625 9     -12.080 -4.625 9.5   -12.080  -4.975   9.5   -12.010  -4.975   9     -12.010
4 16  4.625 9     -12.080  4.625 9.5   -12.080   4.975   9.5   -12.010   4.975   9     -12.010
0
4  0 -2.5   9.25 -12.503 -3.5   9.25 -12.304 -3.875  9.5 -12.229 -2.125  9.5 -12.577
4  0  2.5   9.25 -12.503  3.5   9.25 -12.304  3.875  9.5 -12.229  2.125  9.5 -12.577
4  0 -2.125 9.5  -12.577 -3.875 9.5  -12.229 -4     10   -12.204 -2     10   -12.602
4  0  2.125 9.5  -12.577  3.875 9.5  -12.229  4     10   -12.204  2     10   -12.602
0
1  0 -3 10 -12.403  1 0 0 0 0 1 -0.195 1 0 2-4disc.dat
1  0  3 10 -12.403 -1 0 0 0 0 1 -0.195 1 0 2-4disc.dat
1 16 -3 10 -12.403  1 0 0 0 0 1 -0.195 1 0 2-4ndis.dat
1 16  3 10 -12.403 -1 0 0 0 0 1 -0.195 1 0 2-4ndis.dat
0
4 16  0      9.5 -13      0 10 -13     -2     10 -12.602 -2.125  9.5 -12.577
4 16  0      9.5 -13      0 10 -13      2     10 -12.602  2.125  9.5 -12.577
4 16 -3.875  9.5 -12.229 -4 10 -12.204 -4.975 10 -12.010 -4.975  9.5 -12.010
4 16  3.875  9.5 -12.229  4 10 -12.204  4.975 10 -12.010  4.975  9.5 -12.010
4 16  0     10   -13      0 11 -13     -2     11 -12.602 -2     10   -12.602
4 16  0     10   -13      0 11 -13      2     11 -12.602  2     10   -12.602
4 16 -4     10   -12.204 -4 11 -12.204 -4.975 11 -12.010 -4.975 10   -12.010
4 16  4     10   -12.204  4 11 -12.204  4.975 11 -12.010  4.975 10   -12.010
0
4 16 0 11 -13 0 14.5 -13 -4.975 14.5 -12.010 -4.975 11 -12.010
4 16 0 11 -13 0 14.5 -13  4.975 14.5 -12.010  4.975 11 -12.010
0
4  0  0    15.25 -13      0    15.75 -13      -1.75   15.5   -12.652  -1.75   15     -12.652
4  0  0    15.25 -13      0    15.75 -13       1.75   15.5   -12.652   1.75   15     -12.652
2  0  0    15.5  -13     -1.75 15.25 -12.652
2  0  0    15.5  -13      1.75 15.25 -12.652
4  0 -1.75 15    -12.652 -1.75 15.5  -12.652  -3.5    15     -12.304  -3.25   14.5   -12.353
4  0  1.75 15    -12.652  1.75 15.5  -12.652   3.5    15     -12.304   3.25   14.5   -12.353
3  0 -3.25 14.5  -12.353 -3.5  14.75 -12.304  -3.5    15     -12.304
3  0  3.25 14.5  -12.353  3.5  14.75 -12.304   3.5    15     -12.304
2  0 -1.75 15.25 -12.652 -3.5  14.75 -12.304
2  0  1.75 15.25 -12.652  3.5  14.75 -12.304
3 16  0    15    -13      0    15.25 -13      -1.75   15     -12.652
3 16  0    15    -13      0    15.25 -13       1.75   15     -12.652
4 16  0    14.5  -13      0    15    -13      -1.75   15     -12.652  -3.25   14.5   -12.353
4 16  0    14.5  -13      0    15    -13       1.75   15     -12.652   3.25   14.5   -12.353
3 16 -3.25 14.5  -12.353 -3.5  14.5  -12.304  -3.5    14.75  -12.304
3 16  3.25 14.5  -12.353  3.5  14.5  -12.304   3.5    14.75  -12.304
3 16  0    15.75 -13     -1.75 15.5  -12.652  -1.75   15.75  -12.652
3 16  0    15.75 -13      1.75 15.5  -12.652   1.75   15.75  -12.652
4 16 -1.75 15.5  -12.652 -3.5  15    -12.304  -3.5    15.75  -12.318  -1.75   15.75  -12.652
4 16  1.75 15.5  -12.652  3.5  15    -12.304   3.5    15.75  -12.318   1.75   15.75  -12.652
4 16 -3.5  14.5  -12.304 -3.5  15.75 -12.304  -4.975  15.75  -12.010  -4.975  14.5   -12.010
4 16  3.5  14.5  -12.304  3.5  15.75 -12.304   4.975  15.75  -12.010   4.975  14.5   -12.010
0
4 16 0 15.75 -13 0 17 -13 -4.975 17 -12.010 -4.975 15.75 -12.010
4 16 0 15.75 -13 0 17 -13  4.975 17 -12.010  4.975 15.75 -12.010
0
4 16 -4.975 4 -12.010  -9.192 4 -9.192  -9.192 17 -9.192 -4.975 17 -12.010
4 16  4.975 4 -12.010   9.192 4 -9.192   9.192 17 -9.192  4.975 17 -12.010
4 16 -9.192 4  -9.192 -12.010 4 -4.975 -12.010 17 -4.975 -9.192 17  -9.192
4 16  9.192 4  -9.192  12.010 4 -4.975  12.010 17 -4.975  9.192 17  -9.192
0
0 back
0
4 16 0  4 13 -4.975  4 12.010 -4.975  6 12.010 0  6 13
4 16 0  4 13  4.975  4 12.010  4.975  6 12.010 0  6 13
4 16 0 16 13 -4.975 16 12.010 -4.975 17 12.010 0 17 13
4 16 0 16 13  4.975 16 12.010  4.975 17 12.010 0 17 13
4  0 0  6 13 -4.975  6 12.010 -4.975  8 12.010 0  8 13
4  0 0  6 13  4.975  6 12.010  4.975  8 12.010 0  8 13
4  0 0 14 13 -4.975 14 12.010 -4.975 16 12.010 0 16 13
4  0 0 14 13  4.975 14 12.010  4.975 16 12.010 0 16 13
0
2  0 0 8 13 0 14 13
0
4  0  0      8     13      0     14     13      -0.125  14      12.975  -0.125   8      12.975
4  0  0      8     13      0     14     13       0.125  14      12.975   0.125   8      12.975
4  0 -1      8     12.801 -1     12     12.801  -1.25   11.75   12.751  -1.25    8      12.751
4  0  1      8     12.801  1     12     12.801   1.25   11.75   12.751   1.25    8      12.751
2  0 -1.125  8     12.776 -1.125 11.875 12.776
2  0  1.125  8     12.776  1.125 11.875 12.776
4  0 -1     12     12.801 -1.25  11.75  12.751  -4.975  11.75   12.010  -4.975  12      12.010
4  0  1     12     12.801  1.25  11.75  12.751   4.975  11.75   12.010   4.975  12      12.010
2  0 -1.125 11.875 12.776 -4.975 11.875 12.010
2  0  1.125 11.875 12.776  4.975 11.875 12.010
0
1  0 -3     13 12.403 -0.15 0  0     0    0 0.15 -0.029 1 0     4-4ring4.dat
1  0  3     13 12.403  0.15 0  0     0    0 0.15 -0.029 1 0     4-4ring4.dat
1  0 -4.975 13 12.010  0    0  0.15 -0.15 0 0     0     1 0.029 1-4ring4.dat
1  0  4.975 13 12.010  0    0 -0.15 -0.15 0 0     0     1 0.029 1-4ring4.dat
1  0 -4.975 13 12.010  0    0  0.15  0.15 0 0     0     1 0.029 1-4ring4.dat
1  0  4.975 13 12.010  0    0 -0.15  0.15 0 0     0     1 0.029 1-4ring4.dat
0
4 16 -4.975  4 12.010 -9.192  4 9.192 -9.192  6 9.192 -4.975  6 12.010
4 16  4.975  4 12.010  9.192  4 9.192  9.192  6 9.192  4.975  6 12.010
4 16 -4.975 16 12.010 -9.192 16 9.192 -9.192 17 9.192 -4.975 17 12.010
4 16  4.975 16 12.010  9.192 16 9.192  9.192 17 9.192  4.975 17 12.010
4  0 -4.975  6 12.010 -9.192  6 9.192 -9.192  8 9.192 -4.975  8 12.010
4  0  4.975  6 12.010  9.192  6 9.192  9.192  8 9.192  4.975  8 12.010
4  0 -4.975 14 12.010 -9.192 14 9.192 -9.192 16 9.192 -4.975 16 12.010
4  0  4.975 14 12.010  9.192 14 9.192  9.192 16 9.192  4.975 16 12.010
0
4  0 -4.975 11.75  12.010 -4.975 12     12.010  -6      12      11.325  -5.75   11.75   11.492
4  0  4.975 11.75  12.010  4.975 12     12.010   6      12      11.325   5.75   11.75   11.492
2  0 -4.975 11.875 12.010 -5.875 11.875 11.409
2  0  4.975 11.875 12.010  5.875 11.875 11.409
4  0 -5.75   8     11.492 -5.75  11.75  11.492  -6      12      11.325  -6       8      11.325
4  0  5.75   8     11.492  5.75  11.75  11.492   6      12      11.325   6       8      11.325
2  0 -5.875  8     11.409 -5.875 11.875 11.409
2  0  5.875  8     11.409  5.875 11.875 11.409
0
1  0 -4.975 13 12.010 0 0 -0.15 -0.15 0 0 0 1 -0.083 1-4ring4.dat
1  0  4.975 13 12.010 0 0  0.15 -0.15 0 0 0 1 -0.083 1-4ring4.dat
1  0 -4.975 13 12.010 0 0 -0.15  0.15 0 0 0 1 -0.083 1-4ring4.dat
1  0  4.975 13 12.010 0 0  0.15  0.15 0 0 0 1 -0.083 1-4ring4.dat
0
4  0 -8.875 8 9.404 -8.875 14 9.404 -9.125 14 9.237 -9.125 8 9.237
4  0  8.875 8 9.404  8.875 14 9.404  9.125 14 9.237  9.125 8 9.237
2  0 -9     8 9.320 -9     14 9.320
2  0  9     8 9.320  9     14 9.320
0
4 16  -9.192  4.0 9.192 -12.010  4.0 4.975 -12.010  6.0 4.975  -9.192  6.0
9.192
4 16   9.192  4.0 9.192  12.010  4.0 4.975  12.010  6.0 4.975   9.192  6.0 9.192
4 16  -9.192 16.0 9.192 -12.010 16.0 4.975 -12.010 17.0 4.975  -9.192 17.0 9.192
4 16   9.192 16.0 9.192  12.010 16.0 4.975  12.010 17.0 4.975   9.192 17.0 9.192
3 16  -9.896  6.0 8.138 -11.306  6.5 6.029 -12.010  6.0 4.975
3 16   9.896  6.0 8.138  11.306  6.5 6.029  12.010  6.0 4.975
3 16  -9.896 16.0 8.138 -11.306 15.5 6.029 -12.010 16.0 4.975
3 16   9.896 16.0 8.138  11.306 15.5 6.029  12.010 16.0 4.975
3 16 -11.306 15.5 6.029 -12.010 14.5 4.975 -12.010 16.0 4.975
3 16  11.306 15.5 6.029  12.010 14.5 4.975  12.010 16.0 4.975
3 16 -11.306  6.5 6.029 -12.010  6.0 4.975 -12.010  7.5 4.975
3 16  11.306  6.5 6.029  12.010  6.0 4.975  12.010  7.5 4.975
3  0  -9.192  6.0 9.192  -9.192  8.0 9.192  -9.896  6.0 8.138
3  0   9.192  6.0 9.192   9.192  8.0 9.192   9.896  6.0 8.138
3  0  -9.192 14.0 9.192  -9.192 16.0 9.192  -9.896 16.0 8.138
3  0   9.192 14.0 9.192   9.192 16.0 9.192   9.896 16.0 8.138
3  0  -9.192  8.0 9.192  -9.896  6.0 8.138 -10.601  8.0 7.084
3  0   9.192  8.0 9.192   9.896  6.0 8.138  10.601  8.0 7.084
3  0  -9.192 14.0 9.192  -9.896 16.0 8.138 -10.601 14.0 7.084
3  0   9.192 14.0 9.192   9.896 16.0 8.138  10.601 14.0 7.084
3  0  -9.896  6.0 8.138 -10.601  8.0 7.084 -11.306  6.5 6.029
3  0   9.896  6.0 8.138  10.601  8.0 7.084  11.306  6.5 6.029
3  0  -9.896 16.0 8.138 -10.601 14.0 7.084 -11.306 15.5 6.029
3  0   9.896 16.0 8.138  10.601 14.0 7.084  11.306 15.5 6.029
3  0 -10.601  8.0 7.084 -11.306  6.5 6.029 -11.306  8.5 6.029
3  0  10.601  8.0 7.084  11.306  6.5 6.029  11.306  8.5 6.029
3  0 -10.601 14.0 7.084 -11.306 13.5 6.029 -11.306 15.5 6.029
3  0  10.601 14.0 7.084  11.306 13.5 6.029  11.306 15.5 6.029
4  0 -11.306  6.5 6.029 -11.306 15.5 6.029 -12.010 14.5 4.975 -12.010  7.5 4.975
4  0  11.306  6.5 6.029  11.306 15.5 6.029  12.010 14.5 4.975  12.010  7.5
4.975
0
0 (etc.)
0
4 16 -12.010 4 -4.975 -13 4 0 -13 17 0 -12.010 17 -4.975
4 16  12.010 4 -4.975  13 4 0  13 17 0  12.010 17 -4.975
4 16 -12.010 4  4.975 -13 4 0 -13 17 0 -12.010 17  4.975
4 16  12.010 4  4.975  13 4 0  13 17 0  12.010 17  4.975
0
0
0 vertical edge lines
0
5 24 0 4 -13 0 17 -13 -4.975 10.5 -12.010 4.975 10.5 -12.010
5 24 0 4 13 0 17 13 -4.975 10.5 12.010 4.975 10.5 12.010
5 24 -4.975 4 -12.010 -4.975 17 -12.010 -9.192 10.5 -9.192 0 10.5 -13
5 24 4.975 4 -12.010 4.975 17 -12.010 9.192 10.5 -9.192 0 10.5 -13
5 24 -4.975 4 12.010 -4.975 17 12.010 -9.192 10.5 9.192 0 10.5 13
5 24 4.975 4 12.010 4.975 17 12.010 9.192 10.5 9.192 0 10.5 13
5 24 -9.192 4 -9.192 -9.192 17 -9.192 -4.975 10.5 -12.010 -12.010 10.5 -4.975
5 24 9.192 4 -9.192 9.192 17 -9.192 4.975 10.5 -12.010 12.010 10.5 -4.975
5 24 -9.192 4 9.192 -9.192 17 9.192 -4.975 10.5 12.010 -12.010 10.5 4.975
5 24 9.192 4 9.192 9.192 17 9.192 4.975 10.5 12.010 12.010 10.5 4.975
5 24 -12.010 4 -4.975 -12.010 17 -4.975 -9.192 10.5 -9.192 -13 10.5 0
5 24 12.010 4 -4.975 12.010 17 -4.975 9.192 10.5 -9.192 13 10.5 0
5 24 -12.010 4 4.975 -12.010 17 4.975 -9.192 10.5 9.192 -13 10.5 0
5 24 12.010 4 4.975 12.010 17 4.975 9.192 10.5 9.192 13 10.5 0
5 24 -13 4 0 -13 17 0 -12.010 10.5 -4.975 -12.010 10.5 4.975
5 24 13 4 0 13 17 0 12.010 10.5 -4.975 12.010 10.5 4.975
0
0
0 end of file
0 L3P ELSEPOV
0   #if (L3Studs)
0     difference {
0     cylinder { <0,0,0>, <0,-4,0>, 6}
0     cylinder { <0,0.01,0>, <0,-4.01,0>, 4}
0     }
0 #end
0 object { ring2_dot_dat matrix <2,0,0,0,1,0,0,0,2,0,0,0> }
0 object { ring3_dot_dat matrix <2,0,0,0,1,0,0,0,2,0,0,0> }
0 object { ring2_dot_dat matrix <2,0,0,0,1,0,0,0,2,0,4,0> }
0 object { _4_dash_4cyli_dot_dat matrix <6,0,0,0,20,0,0,0,6,0,4,0> }
0 object { ring3_dot_dat matrix <2,0,0,0,1,0,0,0,2,0,24,0> }
0 object { _4_dash_4cyli_dot_dat matrix <8,0,0,0,3,0,0,0,8,0,21,0> }
0
0 cylinder { <0,4,0>,<0,17,0>,13.001
0 clipped_by {
0   union {
0     prism {linear_sweep linear_spline 0,14,4
0    <-1.5,8.75>,<-1.5,9>,<-2.25,8.75>,<-2,8.5>}
0     prism {linear_sweep linear_spline 0,14,4
0    <1.5,8.75>,<1.5,9>,<2.25,8.75>,<2,8.5>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-2,8.5>,<-2.25,8.75>,<-3.75,8.75>,<-4,8.5>}
0     prism {linear_sweep linear_spline 0,14,4
0    <2,8.5>,<2.25,8.75>,<3.75,8.75>,<4,8.5>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-4,8.5>,<-3.75,8.75>,<-4.975,9>,<-4.975,8.75>}
0     prism {linear_sweep linear_spline 0,14,4
0    <4,8.5>,<3.75,8.75>,<4.975,9>,<4.975,8.75>}
0    } rotate <-90,0,0>
0 }
0 material { L3Color7 }
0 }
0 cylinder { <0,4,0>,<0,17,0>,13.001
0 clipped_by {
0   union {
0     prism {linear_sweep linear_spline 0,14,4
0    <-1.75,9.25>,<-1.75,9.5>,<-2.5,9.25>,<-2.25,9>}
0     prism {linear_sweep linear_spline 0,14,4
0    <1.75,9.25>,<1.75,9.5>,<2.5,9.25>,<2.25,9>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-2.25,9>,<-2.5,9.25>,<-3.5,9.25>,<-3.75,9>}
0     prism {linear_sweep linear_spline 0,14,4
0    <2.25,9>,<2.5,9.25>,<3.5,9.25>,<3.75,9>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-3.75,9>,<-3.5,9.25>,<-4.625,9.5>,<-4.625,9.25>}
0     prism {linear_sweep linear_spline 0,14,4
0    <3.75,9>,<3.5,9.25>,<4.625,9.5>,<4.625,9.25>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-2.5,9.25>,<-3.5,9.25>,<-3.875,9.5>,<-2.125,9.5>}
0     prism {linear_sweep linear_spline 0,14,4
0    <2.5,9.25>,<3.5,9.25>,<3.875,9.5>,<2.125,9.5>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-2.125,9.5>,<-3.875,9.5>,<-4,10>,<-2,10>}
0     prism {linear_sweep linear_spline 0,14,4
0    <2.125,9.5>,<3.875,9.5>,<4,10>,<2,10>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-3,10>,<-2,10>,<-2.0761,10.3827>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-3,10>,<-2.0761,10.3827>,<-2.2929,10.7071>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-3,10>,<-2.2929,10.7071>,<-2.6173,10.9239>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-3,10>,<-2.6173,10.9239>,<-3,11>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-3,10>,<-3,11>,<-3.3827,10.9239>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-3,10>,<-3.3827,10.9239>,<-3.7071,10.7071>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-3,10>,<-3.7071,10.7071>,<-3.9239,10.3827>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-3,10>,<-3.9239,10.3827>,<-4,10>}
0     prism {linear_sweep linear_spline 0,14,3
0    <3,10>,<2,10>,<2.0761,10.3827>}
0     prism {linear_sweep linear_spline 0,14,3
0    <3,10>,<2.0761,10.3827>,<2.2929,10.7071>}
0     prism {linear_sweep linear_spline 0,14,3
0    <3,10>,<2.2929,10.7071>,<2.6173,10.9239>}
0     prism {linear_sweep linear_spline 0,14,3
0    <3,10>,<2.6173,10.9239>,<3,11>}
0     prism {linear_sweep linear_spline 0,14,3
0    <3,10>,<3,11>,<3.3827,10.9239>}
0     prism {linear_sweep linear_spline 0,14,3
0    <3,10>,<3.3827,10.9239>,<3.7071,10.7071>}
0     prism {linear_sweep linear_spline 0,14,3
0    <3,10>,<3.7071,10.7071>,<3.9239,10.3827>}
0     prism {linear_sweep linear_spline 0,14,3
0    <3,10>,<3.9239,10.3827>,<4,10>}
0     prism {linear_sweep linear_spline 0,14,4
0    <0,15.25>,<0,15.75>,<-1.75,15.5>,<-1.75,15>}
0     prism {linear_sweep linear_spline 0,14,4
0    <0,15.25>,<0,15.75>,<1.75,15.5>,<1.75,15>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-1.75,15>,<-1.75,15.5>,<-3.5,15>,<-3.25,14.5>}
0     prism {linear_sweep linear_spline 0,14,4
0    <1.75,15>,<1.75,15.5>,<3.5,15>,<3.25,14.5>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-3.25,14.5>,<-3.5,14.75>,<-3.5,15>}
0     prism {linear_sweep linear_spline 0,14,3
0    <3.25,14.5>,<3.5,14.75>,<3.5,15>}
0    } rotate <-90,0,0>
0 }
0 material { L3Color0 }
0 }
0 cylinder { <0,4,0>,<0,17,0>,13.001
0 clipped_by {
0   union {
0     prism {linear_sweep linear_spline 0,-14,4
0    <-0.125,8>,<-0.125,12>,<-1,12>,<-1,8>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <0.125,8>,<0.125,12>,<1,12>,<1,8>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <-1.25,8>,<-1.25,11.75>,<-4.975,11.75>,<-4.975,8>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <1.25,8>,<1.25,11.75>,<4.975,11.75>,<4.975,8>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <-0.125,12>,<-0.125,12.25>,<-4.975,12.25>,<-4.975,12>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <0.125,12>,<0.125,12.25>,<4.975,12.25>,<4.975,12>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <-0.125,12.25>,<-0.125,14>,<-2.25,14>,<-2.25,12.25>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <0.125,12.25>,<0.125,14>,<2.25,14>,<2.25,12.25>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <-2.25,13.75>,<-2.25,14>,<-4.975,14>,<-4.975,13.75>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <2.25,13.75>,<2.25,14>,<4.975,14>,<4.975,13.75>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <-3.75,12.25>,<-3.75,13.75>,<-4.225,13.75>,<-4.225,12.25>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <3.75,12.25>,<3.75,13.75>,<4.225,13.75>,<4.225,12.25>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <-3.75,13.75>,<-3.75,13>,<-3.69292,13.287>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <-3.75,13.75>,<-3.69292,13.287>,<-3.53032,13.5303>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <-3.75,13.75>,<-3.53032,13.5303>,<-3.28702,13.6929>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <-3.75,13.75>,<-3.28702,13.6929>,<-3,13.75>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <-2.25,13.75>,<-3,13.75>,<-2.71298,13.6929>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <-2.25,13.75>,<-2.71298,13.6929>,<-2.46968,13.5303>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <-2.25,13.75>,<-2.46968,13.5303>,<-2.30708,13.287>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <-2.25,13.75>,<-2.30708,13.287>,<-2.25,13>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <-2.25,12.25>,<-2.25,13>,<-2.30708,12.713>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <-2.25,12.25>,<-2.30708,12.713>,<-2.46968,12.4697>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <-2.25,12.25>,<-2.46968,12.4697>,<-2.71298,12.3071>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <-2.25,12.25>,<-2.71298,12.3071>,<-3,12.25>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <-3.75,12.25>,<-3,12.25>,<-3.28702,12.3071>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <-3.75,12.25>,<-3.28702,12.3071>,<-3.53032,12.4697>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <-3.75,12.25>,<-3.53032,12.4697>,<-3.69292,12.713>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <-3.75,12.25>,<-3.69292,12.713>,<-3.75,13>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <3.75,13.75>,<3.75,13>,<3.69292,13.287>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <3.75,13.75>,<3.69292,13.287>,<3.53032,13.5303>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <3.75,13.75>,<3.53032,13.5303>,<3.28702,13.6929>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <3.75,13.75>,<3.28702,13.6929>,<3,13.75>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <2.25,13.75>,<3,13.75>,<2.71298,13.6929>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <2.25,13.75>,<2.71298,13.6929>,<2.46968,13.5303>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <2.25,13.75>,<2.46968,13.5303>,<2.30708,13.287>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <2.25,13.75>,<2.30708,13.287>,<2.25,13>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <2.25,12.25>,<2.25,13>,<2.30708,12.713>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <2.25,12.25>,<2.30708,12.713>,<2.46968,12.4697>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <2.25,12.25>,<2.46968,12.4697>,<2.71298,12.3071>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <2.25,12.25>,<2.71298,12.3071>,<3,12.25>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <3.75,12.25>,<3,12.25>,<3.28702,12.3071>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <3.75,12.25>,<3.28702,12.3071>,<3.53032,12.4697>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <3.75,12.25>,<3.53032,12.4697>,<3.69292,12.713>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <3.75,12.25>,<3.69292,12.713>,<3.75,13>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <-3,13>,<-3.6,13>,<-3.55434,13.2296>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <-3,13>,<-3.55434,13.2296>,<-3.42426,13.4243>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <-3,13>,<-3.42426,13.4243>,<-3.22962,13.5543>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <-3,13>,<-3.22962,13.5543>,<-3,13.6>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <-3,13>,<-3,13.6>,<-2.77038,13.5543>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <-3,13>,<-2.77038,13.5543>,<-2.57574,13.4243>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <-3,13>,<-2.57574,13.4243>,<-2.44566,13.2296>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <-3,13>,<-2.44566,13.2296>,<-2.4,13>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <-3,13>,<-2.4,13>,<-2.44566,12.7704>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <-3,13>,<-2.44566,12.7704>,<-2.57574,12.5757>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <-3,13>,<-2.57574,12.5757>,<-2.77038,12.4457>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <-3,13>,<-2.77038,12.4457>,<-3,12.4>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <-3,13>,<-3,12.4>,<-3.22962,12.4457>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <-3,13>,<-3.22962,12.4457>,<-3.42426,12.5757>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <-3,13>,<-3.42426,12.5757>,<-3.55434,12.7704>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <-3,13>,<-3.55434,12.7704>,<-3.6,13>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <3,13>,<3.6,13>,<3.55434,13.2296>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <3,13>,<3.55434,13.2296>,<3.42426,13.4243>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <3,13>,<3.42426,13.4243>,<3.22962,13.5543>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <3,13>,<3.22962,13.5543>,<3,13.6>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <3,13>,<3,13.6>,<2.77038,13.5543>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <3,13>,<2.77038,13.5543>,<2.57574,13.4243>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <3,13>,<2.57574,13.4243>,<2.44566,13.2296>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <3,13>,<2.44566,13.2296>,<2.4,13>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <3,13>,<2.4,13>,<2.44566,12.7704>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <3,13>,<2.44566,12.7704>,<2.57574,12.5757>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <3,13>,<2.57574,12.5757>,<2.77038,12.4457>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <3,13>,<2.77038,12.4457>,<3,12.4>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <3,13>,<3,12.4>,<3.22962,12.4457>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <3,13>,<3.22962,12.4457>,<3.42426,12.5757>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <3,13>,<3.42426,12.5757>,<3.55434,12.7704>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <3,13>,<3.55434,12.7704>,<3.6,13>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <-4.225,13.75>,<-4.975,13.75>,<-4.68797,13.6929>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <-4.225,13.75>,<-4.68797,13.6929>,<-4.44467,13.5303>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <-4.225,13.75>,<-4.44467,13.5303>,<-4.28207,13.287>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <-4.225,13.75>,<-4.28207,13.287>,<-4.225,13>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <-4.225,12.25>,<-4.225,13>,<-4.28207,12.713>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <-4.225,12.25>,<-4.28207,12.713>,<-4.44467,12.4697>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <-4.225,12.25>,<-4.44467,12.4697>,<-4.68797,12.3071>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <-4.225,12.25>,<-4.68797,12.3071>,<-4.975,12.25>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <4.225,13.75>,<4.975,13.75>,<4.68797,13.6929>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <4.225,13.75>,<4.68797,13.6929>,<4.44467,13.5303>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <4.225,13.75>,<4.44467,13.5303>,<4.28207,13.287>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <4.225,13.75>,<4.28207,13.287>,<4.225,13>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <4.225,12.25>,<4.225,13>,<4.28207,12.713>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <4.225,12.25>,<4.28207,12.713>,<4.44467,12.4697>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <4.225,12.25>,<4.44467,12.4697>,<4.68797,12.3071>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <4.225,12.25>,<4.68797,12.3071>,<4.975,12.25>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <-4.975,13>,<-4.975,13.6>,<-4.74538,13.5543>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <-4.975,13>,<-4.74538,13.5543>,<-4.55074,13.4243>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <-4.975,13>,<-4.55074,13.4243>,<-4.42066,13.2296>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <-4.975,13>,<-4.42066,13.2296>,<-4.375,13>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <-4.975,13>,<-4.375,13>,<-4.42066,12.7704>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <-4.975,13>,<-4.42066,12.7704>,<-4.55074,12.5757>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <-4.975,13>,<-4.55074,12.5757>,<-4.74538,12.4457>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <-4.975,13>,<-4.74538,12.4457>,<-4.975,12.4>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <4.975,13>,<4.975,13.6>,<4.74538,13.5543>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <4.975,13>,<4.74538,13.5543>,<4.55074,13.4243>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <4.975,13>,<4.55074,13.4243>,<4.42066,13.2296>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <4.975,13>,<4.42066,13.2296>,<4.375,13>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <4.975,13>,<4.375,13>,<4.42066,12.7704>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <4.975,13>,<4.42066,12.7704>,<4.55074,12.5757>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <4.975,13>,<4.55074,12.5757>,<4.74538,12.4457>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <4.975,13>,<4.74538,12.4457>,<4.975,12.4>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <-4.975,8>,<-4.975,11.75>,<-5.75,11.75>,<-5.75,8>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <4.975,8>,<4.975,11.75>,<5.75,11.75>,<5.75,8>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <-4.975,12>,<-4.975,12.25>,<-6,12.25>,<-6,12>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <4.975,12>,<4.975,12.25>,<6,12.25>,<6,12>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <-5.725,12.25>,<-5.725,13.75>,<-6,13.75>,<-6,12.25>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <5.725,12.25>,<5.725,13.75>,<6,13.75>,<6,12.25>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <-4.975,13.75>,<-4.975,14>,<-6,14>,<-6,13.75>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <4.975,13.75>,<4.975,14>,<6,14>,<6,13.75>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <-5.725,13.75>,<-4.975,13.75>,<-5.26202,13.6929>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <-5.725,13.75>,<-5.26202,13.6929>,<-5.50532,13.5303>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <-5.725,13.75>,<-5.50532,13.5303>,<-5.66792,13.287>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <-5.725,13.75>,<-5.66792,13.287>,<-5.725,13>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <-5.725,12.25>,<-5.725,13>,<-5.66792,12.713>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <-5.725,12.25>,<-5.66792,12.713>,<-5.50532,12.4697>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <-5.725,12.25>,<-5.50532,12.4697>,<-5.26202,12.3071>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <-5.725,12.25>,<-5.26202,12.3071>,<-4.975,12.25>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <5.725,13.75>,<4.975,13.75>,<5.26202,13.6929>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <5.725,13.75>,<5.26202,13.6929>,<5.50532,13.5303>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <5.725,13.75>,<5.50532,13.5303>,<5.66792,13.287>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <5.725,13.75>,<5.66792,13.287>,<5.725,13>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <5.725,12.25>,<5.725,13>,<5.66792,12.713>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <5.725,12.25>,<5.66792,12.713>,<5.50532,12.4697>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <5.725,12.25>,<5.50532,12.4697>,<5.26202,12.3071>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <5.725,12.25>,<5.26202,12.3071>,<4.975,12.25>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <-4.975,13>,<-4.975,13.6>,<-5.20462,13.5543>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <-4.975,13>,<-5.20462,13.5543>,<-5.39926,13.4243>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <-4.975,13>,<-5.39926,13.4243>,<-5.52934,13.2296>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <-4.975,13>,<-5.52934,13.2296>,<-5.575,13>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <-4.975,13>,<-5.575,13>,<-5.52934,12.7704>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <-4.975,13>,<-5.52934,12.7704>,<-5.39926,12.5757>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <-4.975,13>,<-5.39926,12.5757>,<-5.20462,12.4457>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <-4.975,13>,<-5.20462,12.4457>,<-4.975,12.4>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <4.975,13>,<4.975,13.6>,<5.20462,13.5543>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <4.975,13>,<5.20462,13.5543>,<5.39926,13.4243>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <4.975,13>,<5.39926,13.4243>,<5.52934,13.2296>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <4.975,13>,<5.52934,13.2296>,<5.575,13>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <4.975,13>,<5.575,13>,<5.52934,12.7704>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <4.975,13>,<5.52934,12.7704>,<5.39926,12.5757>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <4.975,13>,<5.39926,12.5757>,<5.20462,12.4457>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <4.975,13>,<5.20462,12.4457>,<4.975,12.4>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <-6,8>,<-6,14>,<-8.875,14>,<-8.875,8>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <6,8>,<6,14>,<8.875,14>,<8.875,8>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <-9.125,8>,<-9.125,14>,<-9.192,14>,<-9.192,8>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <9.125,8>,<9.125,14>,<9.192,14>,<9.192,8>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <-9.192,8>,<-9.192,14>,<-9.544,14>,<-9.544,8>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <9.192,8>,<9.192,14>,<9.544,14>,<9.544,8>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <-10.248,8>,<-10.248,14>,<-10.601,14>,<-10.601,8>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <10.248,8>,<10.248,14>,<10.601,14>,<10.601,8>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <-10.601,8>,<-10.601,14>,<-11.306,13.5>,<-11.306,8.5>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <10.601,8>,<10.601,14>,<11.306,13.5>,<11.306,8.5>}
0    } rotate <-90,0,0>
0 }
0 material { L3Color383 }
0 }
0 cylinder { <0,4,0>,<0,17,0>,13.001
0 clipped_by {
0   union {
0     prism {linear_sweep linear_spline 0,-14,4
0    <-9.544,8>,<-9.544,14>,<-10.248,14>,<-10.248,8>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <9.544,8>,<9.544,14>,<10.248,14>,<10.248,8>}
0    } rotate <-90,0,0>
0 }
0 material { L3Color379 }
0 }
0 cylinder { <0,4,0>,<0,17,0>,13.001
0 clipped_by {
0   union {
0     prism {linear_sweep linear_spline 0,-14,4
0    <0,6>,<-4.975,6>,<-4.975,8>,<0,8>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <0,6>,<4.975,6>,<4.975,8>,<0,8>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <0,14>,<-4.975,14>,<-4.975,16>,<0,16>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <0,14>,<4.975,14>,<4.975,16>,<0,16>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <0,8>,<0,14>,<-0.125,14>,<-0.125,8>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <0,8>,<0,14>,<0.125,14>,<0.125,8>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <-1,8>,<-1,12>,<-1.25,11.75>,<-1.25,8>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <1,8>,<1,12>,<1.25,11.75>,<1.25,8>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <-1,12>,<-1.25,11.75>,<-4.975,11.75>,<-4.975,12>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <1,12>,<1.25,11.75>,<4.975,11.75>,<4.975,12>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <-2.71298,13.6929>,<-2.77038,13.5543>,<-3,13.6>,<-3,13.75>}
0     prism {linear_sweep linear_spline 0,-14,4
0
<-2.46968,13.5303>,<-2.57574,13.4243>,<-2.77038,13.5543>,<-2.71298,13.6929>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <-2.30708,13.287>,<-2.44566,13.2296>,<-2.57574,13.4243>,<-2.46968,13.5303>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <-2.25,13>,<-2.4,13>,<-2.44566,13.2296>,<-2.30708,13.287>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <-2.30708,12.713>,<-2.44566,12.7704>,<-2.4,13>,<-2.25,13>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <-2.46968,12.4697>,<-2.57574,12.5757>,<-2.44566,12.7704>,<-2.30708,12.713>}
0     prism {linear_sweep linear_spline 0,-14,4
0
<-2.71298,12.3071>,<-2.77038,12.4457>,<-2.57574,12.5757>,<-2.46968,12.4697>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <-3,12.25>,<-3,12.4>,<-2.77038,12.4457>,<-2.71298,12.3071>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <-3.28702,12.3071>,<-3.22962,12.4457>,<-3,12.4>,<-3,12.25>}
0     prism {linear_sweep linear_spline 0,-14,4
0
<-3.53032,12.4697>,<-3.42426,12.5757>,<-3.22962,12.4457>,<-3.28702,12.3071>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <-3.69292,12.713>,<-3.55434,12.7704>,<-3.42426,12.5757>,<-3.53032,12.4697>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <-3.75,13>,<-3.6,13>,<-3.55434,12.7704>,<-3.69292,12.713>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <-3.69292,13.287>,<-3.55434,13.2296>,<-3.6,13>,<-3.75,13>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <-3.53032,13.5303>,<-3.42426,13.4243>,<-3.55434,13.2296>,<-3.69292,13.287>}
0     prism {linear_sweep linear_spline 0,-14,4
0
<-3.28702,13.6929>,<-3.22962,13.5543>,<-3.42426,13.4243>,<-3.53032,13.5303>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <-3,13.75>,<-3,13.6>,<-3.22962,13.5543>,<-3.28702,13.6929>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <2.71298,13.6929>,<2.77038,13.5543>,<3,13.6>,<3,13.75>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <2.46968,13.5303>,<2.57574,13.4243>,<2.77038,13.5543>,<2.71298,13.6929>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <2.30708,13.287>,<2.44566,13.2296>,<2.57574,13.4243>,<2.46968,13.5303>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <2.25,13>,<2.4,13>,<2.44566,13.2296>,<2.30708,13.287>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <2.30708,12.713>,<2.44566,12.7704>,<2.4,13>,<2.25,13>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <2.46968,12.4697>,<2.57574,12.5757>,<2.44566,12.7704>,<2.30708,12.713>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <2.71298,12.3071>,<2.77038,12.4457>,<2.57574,12.5757>,<2.46968,12.4697>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <3,12.25>,<3,12.4>,<2.77038,12.4457>,<2.71298,12.3071>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <3.28702,12.3071>,<3.22962,12.4457>,<3,12.4>,<3,12.25>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <3.53032,12.4697>,<3.42426,12.5757>,<3.22962,12.4457>,<3.28702,12.3071>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <3.69292,12.713>,<3.55434,12.7704>,<3.42426,12.5757>,<3.53032,12.4697>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <3.75,13>,<3.6,13>,<3.55434,12.7704>,<3.69292,12.713>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <3.69292,13.287>,<3.55434,13.2296>,<3.6,13>,<3.75,13>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <3.53032,13.5303>,<3.42426,13.4243>,<3.55434,13.2296>,<3.69292,13.287>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <3.28702,13.6929>,<3.22962,13.5543>,<3.42426,13.4243>,<3.53032,13.5303>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <3,13.75>,<3,13.6>,<3.22962,13.5543>,<3.28702,13.6929>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <-4.975,12.4>,<-4.74538,12.4457>,<-4.68797,12.3071>,<-4.975,12.25>}
0     prism {linear_sweep linear_spline 0,-14,4
0
<-4.74538,12.4457>,<-4.55074,12.5757>,<-4.44467,12.4697>,<-4.68797,12.3071>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <-4.55074,12.5757>,<-4.42066,12.7704>,<-4.28207,12.713>,<-4.44467,12.4697>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <-4.42066,12.7704>,<-4.375,13>,<-4.225,13>,<-4.28207,12.713>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <4.975,12.4>,<4.74538,12.4457>,<4.68797,12.3071>,<4.975,12.25>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <4.74538,12.4457>,<4.55074,12.5757>,<4.44467,12.4697>,<4.68797,12.3071>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <4.55074,12.5757>,<4.42066,12.7704>,<4.28207,12.713>,<4.44467,12.4697>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <4.42066,12.7704>,<4.375,13>,<4.225,13>,<4.28207,12.713>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <-4.975,13.6>,<-4.74538,13.5543>,<-4.68797,13.6929>,<-4.975,13.75>}
0     prism {linear_sweep linear_spline 0,-14,4
0
<-4.74538,13.5543>,<-4.55074,13.4243>,<-4.44467,13.5303>,<-4.68797,13.6929>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <-4.55074,13.4243>,<-4.42066,13.2296>,<-4.28207,13.287>,<-4.44467,13.5303>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <-4.42066,13.2296>,<-4.375,13>,<-4.225,13>,<-4.28207,13.287>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <4.975,13.6>,<4.74538,13.5543>,<4.68797,13.6929>,<4.975,13.75>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <4.74538,13.5543>,<4.55074,13.4243>,<4.44467,13.5303>,<4.68797,13.6929>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <4.55074,13.4243>,<4.42066,13.2296>,<4.28207,13.287>,<4.44467,13.5303>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <4.42066,13.2296>,<4.375,13>,<4.225,13>,<4.28207,13.287>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <-4.975,6>,<-9.192,6>,<-9.192,8>,<-4.975,8>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <4.975,6>,<9.192,6>,<9.192,8>,<4.975,8>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <-4.975,14>,<-9.192,14>,<-9.192,16>,<-4.975,16>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <4.975,14>,<9.192,14>,<9.192,16>,<4.975,16>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <-4.975,11.75>,<-4.975,12>,<-6,12>,<-5.75,11.75>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <4.975,11.75>,<4.975,12>,<6,12>,<5.75,11.75>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <-5.75,8>,<-5.75,11.75>,<-6,12>,<-6,8>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <5.75,8>,<5.75,11.75>,<6,12>,<6,8>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <-4.975,12.4>,<-5.20462,12.4457>,<-5.26202,12.3071>,<-4.975,12.25>}
0     prism {linear_sweep linear_spline 0,-14,4
0
<-5.20462,12.4457>,<-5.39926,12.5757>,<-5.50532,12.4697>,<-5.26202,12.3071>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <-5.39926,12.5757>,<-5.52934,12.7704>,<-5.66792,12.713>,<-5.50532,12.4697>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <-5.52934,12.7704>,<-5.575,13>,<-5.725,13>,<-5.66792,12.713>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <4.975,12.4>,<5.20462,12.4457>,<5.26202,12.3071>,<4.975,12.25>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <5.20462,12.4457>,<5.39926,12.5757>,<5.50532,12.4697>,<5.26202,12.3071>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <5.39926,12.5757>,<5.52934,12.7704>,<5.66792,12.713>,<5.50532,12.4697>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <5.52934,12.7704>,<5.575,13>,<5.725,13>,<5.66792,12.713>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <-4.975,13.6>,<-5.20462,13.5543>,<-5.26202,13.6929>,<-4.975,13.75>}
0     prism {linear_sweep linear_spline 0,-14,4
0
<-5.20462,13.5543>,<-5.39926,13.4243>,<-5.50532,13.5303>,<-5.26202,13.6929>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <-5.39926,13.4243>,<-5.52934,13.2296>,<-5.66792,13.287>,<-5.50532,13.5303>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <-5.52934,13.2296>,<-5.575,13>,<-5.725,13>,<-5.66792,13.287>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <4.975,13.6>,<5.20462,13.5543>,<5.26202,13.6929>,<4.975,13.75>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <5.20462,13.5543>,<5.39926,13.4243>,<5.50532,13.5303>,<5.26202,13.6929>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <5.39926,13.4243>,<5.52934,13.2296>,<5.66792,13.287>,<5.50532,13.5303>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <5.52934,13.2296>,<5.575,13>,<5.725,13>,<5.66792,13.287>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <-8.875,8>,<-8.875,14>,<-9.125,14>,<-9.125,8>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <8.875,8>,<8.875,14>,<9.125,14>,<9.125,8>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <-9.192,6.0>,<-9.192,8.0>,<-9.896,6.0>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <9.192,6.0>,<9.192,8.0>,<9.896,6.0>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <-9.192,14.0>,<-9.192,16.0>,<-9.896,16.0>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <9.192,14.0>,<9.192,16.0>,<9.896,16.0>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <-9.192,8.0>,<-9.896,6.0>,<-10.601,8.0>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <9.192,8.0>,<9.896,6.0>,<10.601,8.0>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <-9.192,14.0>,<-9.896,16.0>,<-10.601,14.0>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <9.192,14.0>,<9.896,16.0>,<10.601,14.0>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <-9.896,6.0>,<-10.601,8.0>,<-11.306,6.5>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <9.896,6.0>,<10.601,8.0>,<11.306,6.5>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <-9.896,16.0>,<-10.601,14.0>,<-11.306,15.5>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <9.896,16.0>,<10.601,14.0>,<11.306,15.5>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <-10.601,8.0>,<-11.306,6.5>,<-11.306,8.5>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <10.601,8.0>,<11.306,6.5>,<11.306,8.5>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <-10.601,14.0>,<-11.306,13.5>,<-11.306,15.5>}
0     prism {linear_sweep linear_spline 0,-14,3
0    <10.601,14.0>,<11.306,13.5>,<11.306,15.5>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <-11.306,6.5>,<-11.306,15.5>,<-12.010,14.5>,<-12.010,7.5>}
0     prism {linear_sweep linear_spline 0,-14,4
0    <11.306,6.5>,<11.306,15.5>,<12.010,14.5>,<12.010,7.5>}
0    } rotate <-90,0,0>
0 }
0 material { L3Color0 }
0 }
0
0 torus{9,4 clipped_by{difference{box{<-13,4,-13>,<13,-4,13>}
0 cylinder{<0,0,0>,<0,4,0>,9} plane{y,0}}}translate <0,17,0>}
0 plane{y,21 clipped_by{difference{sphere{<0,21,0>,9} sphere{<0,21,0>,8}}}}
0
0 torus{9,4 clipped_by{difference{box{<-13,-4,-13>,<13,4,13>}
0 cylinder{<0,0,0>,<0,-4,0>,9} plane{-y,0}}}translate <0,4,0>}
0 plane{y,0 clipped_by{difference{sphere{<0,0,0>,9} sphere{<0,0,0>,8}}}}
0
0 cylinder{<0,4,0>,<0,17,0>,13}
0 L3P ENDPOV
0


Special: 
[DAT] (requires LDraw-compatible viewer)
Subject: 
POV dat - 3626bpa8 - Minifig Head with Evil Skeleton Skull Pattern - POV
Newsgroups: 
lugnet.cad.ray, lugnet.cad.dat.parts
Date: 
Tue, 28 Sep 2010 21:38:12 GMT
Viewed: 
21853 times
  
0 Minifig Head with Evil Skeleton Skull Pattern - POV
0 Name: 3626bpa8.dat
0 Author: Andy Westrate [westrate]
0 !LDRAW_ORG Part UPDATE 2009-01
0 !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt
0 // Inline POV code generated by MFHead v0.22

0 BFC CERTIFY CCW

0 !CMDLINE -c15

0 !HISTORY 2005-12-28 [PTadmin] Official Update 2005-01
0 !HISTORY 2007-06-29 [PTadmin] Header formatted for Contributor Agreement
0 !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01
0 !HISTORY 2008-07-07 [PTadmin] Resubmit to further qualify description
(2005-12-29)
0 !HISTORY 2009-05-02 [PTadmin] Official Update 2009-01

0 L3P IFNOTPOV
1 16 0 0 0 1 0 0 0 1 0 0 0 1 s\3626bs02.dat
1 16 0 4 0 13 0 0 0 13 0 0 0 13 2-4cyli.dat
1 16 0 4 0 0 0 8 0 -6.4 0 8 0 0 t04o6250.dat
1 16 0 4 0 -8 0 0 0 -6.4 0 0 0 8 t04o6250.dat
1 16 0 17 0 -5.65685 0 -5.65685 0 6.4 0 5.65685 0 -5.65685 t04o6250.dat
1 16 0 17 0 5.65685 0 -5.65685 0 6.4 0 5.65685 0 5.65685 t04o6250.dat
1 16 0 17 0 5.65685 0 5.65685 0 6.4 0 -5.65685 0 5.65685 t04o6250.dat
1 16 0 4 0 0 0 -8 0 -6.4 0 -8 0 0 t04o6250.dat
1 16 0 4 0 8 0 0 0 -6.4 0 0 0 -8 t04o6250.dat
1 16 0 4 0 13 0 0 0 13 0 0 0 -13 1-8cyli.dat
1 16 0 4 0 -13 0 0 0 13 0 0 0 -13 1-8cyli.dat

0 +x half
4 16 1.6 12.7 -12.682 1.3 12.4 -12.741 0.9 12.4 -12.821 0.7 12.7 -12.861
4 0 0.6 17 -12.881 0.6 14.9 -12.881 0 14.3 -13 0 17 -13
4 0 1.1 17 -12.781 1.1 16.3 -12.781 0.6 14.9 -12.881 0.6 17 -12.881
4 0 1.5 17 -12.702 1.5 16.3 -12.702 1.1 16.3 -12.781 1.1 17 -12.781
4 0 2 17 -12.602 2 15.8 -12.602 1.5 16.3 -12.702 1.5 17 -12.702
4 0 3.5 6.2 -12.304 3.5 10.8 -12.304 4.975 10.6 -12.01 4.975 6.1 -12.01
4 0 4 12.5 -12.204 4.975 13.7 -12.01 4.975 12 -12.01 4 11.8 -12.204
4 0 3.5 10.8 -12.304 3.5 6.2 -12.304 2 6.6 -12.602 2 9.5 -12.602
4 0 1.6 7.3 -12.682 1.6 8 -12.682 2 9.5 -12.602 2 6.6 -12.602
4 0 7.2 9.4 -10.523 7.2 5.5 -10.523 4.975 6.1 -12.01 4.975 10.6 -12.01
4 0 7.2 5.5 -10.523 7.2 7.1 -10.523 8.2 5.7 -9.855 8.2 5.3 -9.855
4 0 7.6 8.9 -10.256 7.6 8.5 -10.256 7.2 7.7 -10.523 7.2 9.4 -10.523
4 16 2 6.6 -12.602 3.5 6.2 -12.304 4.975 4 -12.01 0 4 -13
3 16 4.975 6.1 -12.01 4.975 4 -12.01 3.5 6.2 -12.304
3 16 2 6.6 -12.602 0 4 -13 1.6 7.3 -12.682
4 16 4.975 4 -12.01 7.2 5.5 -10.523 8.2 5.3 -9.855 9.192 4 -9.192
3 16 8.2 5.7 -9.855 9.192 4 -9.192 8.2 5.3 -9.855
3 16 7.2 5.5 -10.523 4.975 4 -12.01 4.975 6.1 -12.01
4 16 8.2 5.7 -9.855 7.2 7.1 -10.523 7.2 7.7 -10.523 7.6 8.5 -10.256
4 0 8.2 10 -9.855 8 9.5 -9.989 7 12.4 -10.657 8 11.5 -9.989
3 0 8 11.5 -9.989 7 12.4 -10.657 8 12.5 -9.989
4 0 8.4 13.3 -9.721 8 12.5 -9.989 7 12.4 -10.657 7.8 13.7 -10.122
4 0 7.8 13.7 -10.122 7 12.4 -10.657 6 12.9 -11.325 6 13.6 -11.325
4 0 6 12.9 -11.325 4.975 12 -12.01 4.975 13.7 -12.01 6 13.6 -11.325
4 0 5.4 16.2 -11.726 5.4 15.5 -11.726 4.975 14 -12.01 4.975 17 -12.01
4 0 4.3 15 -12.144 4.975 17 -12.01 4.975 13.7 -12.01 4 12.5 -12.204
3 0 4.3 15 -12.144 3.9 15.8 -12.224 4.975 17 -12.01
4 0 3.9 15.8 -12.224 3.4 15.8 -12.323 2 17 -12.602 4.975 17 -12.01
4 0 2 15.8 -12.602 2 17 -12.602 3.4 15.8 -12.323 3 15.2 -12.403
4 0 3 15.2 -12.403 3 14.1 -12.403 2.2 14.7 -12.562 2 15.8 -12.602
3 0 2.6 14.1 -12.483 2.2 14.7 -12.562 3 14.1 -12.403
4 16 0.6 14.9 -12.881 1.1 16.3 -12.781 1.5 16.3 -12.702 2 15.8 -12.602
4 16 0.6 14.9 -12.881 0.7 12.7 -12.861 0.5 12.3 -12.901 0 14.3 -13
3 16 0 14.3 -13 0.5 12.3 -12.901 0.2 9.4 -12.96
3 16 0 4 -13 0 14.3 -13 0.2 9.4 -12.96
4 16 1.6 8 -12.682 1.6 7.3 -12.682 0 4 -13 0.2 9.4 -12.96
4 16 2 9.5 -12.602 1.6 8 -12.682 0.2 9.4 -12.96 1.1 10 -12.781
4 16 3.5 10.8 -12.304 2 9.5 -12.602 1.1 10 -12.781 1.7 11.2 -12.662
4 16 0.7 12.7 -12.861 0.6 14.9 -12.881 2 15.8 -12.602 2.2 14.7 -12.562
4 16 1.6 12.7 -12.682 0.7 12.7 -12.861 2.2 14.7 -12.562 2.6 14.1 -12.483
4 16 1.6 12.4 -12.682 1.6 12.7 -12.682 2.6 14.1 -12.483 1.7 11.2 -12.662
4 16 3 14.1 -12.403 3.5 10.8 -12.304 1.7 11.2 -12.662 2.6 14.1 -12.483
4 16 3 15.2 -12.403 3.4 15.8 -12.323 3.9 15.8 -12.224 4.3 15 -12.144
4 16 3 14.1 -12.403 3 15.2 -12.403 4.3 15 -12.144 4 12.5 -12.204
4 16 3.5 10.8 -12.304 3 14.1 -12.403 4 12.5 -12.204 4 11.8 -12.204
4 16 4.975 10.6 -12.01 3.5 10.8 -12.304 4 11.8 -12.204 4.975 12 -12.01
4 16 7.6 8.9 -10.256 8 9.5 -9.989 8.2 5.7 -9.855 7.6 8.5 -10.256
4 16 7.2 9.4 -10.523 7 12.4 -10.657 8 9.5 -9.989 7.6 8.9 -10.256
4 16 6 12.9 -11.325 7 12.4 -10.657 7.2 9.4 -10.523 4.975 12 -12.01
4 16 4.975 13.7 -12.01 4.975 14 -12.01 5.4 15.5 -11.726 6 13.6 -11.325
4 16 8.2 5.7 -9.855 8 9.5 -9.989 8.2 10 -9.855 9.192 4 -9.192
4 16 8.2 10 -9.855 8 11.5 -9.989 8 12.5 -9.989 8.4 13.3 -9.721
3 16 9.192 4 -9.192 8.2 10 -9.855 8.4 13.3 -9.721
3 16 9.192 17 -9.192 9.192 4 -9.192 8.4 13.3 -9.721
3 16 5.4 16.2 -11.726 4.975 17 -12.01 9.192 17 -9.192
3 16 9.192 17 -9.192 8.4 13.3 -9.721 7.8 13.7 -10.122
4 16 5.4 15.5 -11.726 5.4 16.2 -11.726 9.192 17 -9.192 6 13.6 -11.325
3 16 4.975 10.6 -12.01 4.975 12 -12.01 7.2 9.4 -10.523
3 16 7.8 13.7 -10.122 6 13.6 -11.325 9.192 17 -9.192
4 0 0.5 12.3 -12.901 0.7 12.7 -12.861 0.9 12.4 -12.821 0.2 9.4 -12.96
4 0 1.3 12.4 -12.741 1.1 10 -12.781 0.2 9.4 -12.96 0.9 12.4 -12.821
4 0 1.7 11.2 -12.662 1.1 10 -12.781 1.3 12.4 -12.741 1.6 12.7 -12.682
4 0 0.8 17.3 -12.766 0 17 -13 0 18.5309 -12.619 0.5 18.5309 -12.52
4 0 0.8 17.3 -12.766 1.1 17.1 -12.756 1.1 17 -12.781 0 17 -13
4 0 3.1 17 -12.383 1.1 17 -12.781 1.1 17.1 -12.756 1.7 17.3 -12.587
4 0 1.7 17.3 -12.587 1.8 18.5309 -12.261 2.6 18.5309 -12.102 2.9 18 -12.175
3 0 1.7 17.3 -12.587 2.9 18 -12.175 3.1 17 -12.383
3 0 3.9 17.3 -12.149 4.975 17 -12.01 3.6 17 -12.284
4 0 4 18.5309 -11.824 4.5 18.5309 -11.725 4.975 17 -12.01 3.9 17.3 -12.149
3 16 4.5 18.5309 -11.725 4.8296 18.5309 -11.659 4.975 17 -12.01
4 16 2.6 18.5309 -12.102 4 18.5309 -11.824 3.9 17.3 -12.149 2.9 18 -12.175
4 16 3.6 17 -12.284 3.1 17 -12.383 2.9 18 -12.175 3.9 17.3 -12.149
4 16 0.8 17.3 -12.766 0.5 18.5309 -12.52 1.8 18.5309 -12.261 1.7 17.3 -12.587
3 16 1.7 17.3 -12.587 1.1 17.1 -12.756 0.8 17.3 -12.766
3 0 0 19 -12.227 0.5 18.5309 -12.52 0 18.5309 -12.619
3 0 1.8 18.5309 -12.261 1.9 18.8 -12.017 2.6 18.5309 -12.102
4 16 1.9 18.8 -12.017 1.8 18.5309 -12.261 0.5 18.5309 -12.52 0 19 -12.227
3 16 4.4144 19.8282 -10.658 1.9 18.8 -12.017 0 19.8282 -11.535
3 16 0 19.8282 -11.535 1.9 18.8 -12.017 0 19 -12.227
3 16 2.6 18.5309 -12.102 1.9 18.8 -12.017 4.4144 19.8282 -10.658
3 16 4.8296 18.5309 -11.659 2.6 18.5309 -12.102 4.4144 19.8282 -10.658
0
4 16 3.7936 20.6954 -9.1592 0 20.6954 -9.9136 0 21 -8 3.0616 21 -7.3912
4 16 4.4144 19.8282 -10.6576 0 19.8282 -11.5352 0 20.6954 -9.9136 3.7936 20.6954 -9.1592
4 16 7.0096 20.6954 -7.0096 3.7936 20.6954 -9.1592 3.0616 21 -7.3912 5.6568 21 -5.6568
4 16 8.1568 19.8282 -8.1568 4.4144 19.8282 -10.6576 3.7936 20.6954 -9.1592 7.0096 20.6954 -7.0096
4 16 8.9232 18.5309 -8.9232 4.8296 18.5309 -11.6592 4.4144 19.8282 -10.6576 8.1568 19.8282 -8.1568
4 16 9.192 17 -9.192 4.9752 17 -12.0104 4.8296 18.5309 -11.6592 8.9232 18.5309 -8.9232

0 -x half
4 16 -0.9 12.4 -12.821 -1.3 12.4 -12.741 -1.6 12.7 -12.682 -0.7 12.7 -12.861
4 0 0 14.3 -13 -0.6 14.9 -12.881 -0.6 17 -12.881 0 17 -13
4 0 -0.6 14.9 -12.881 -1.1 16.3 -12.781 -1.1 17 -12.781 -0.6 17 -12.881
4 0 -1.1 16.3 -12.781 -1.5 16.3 -12.702 -1.5 17 -12.702 -1.1 17 -12.781
4 0 -1.5 16.3 -12.702 -2 15.8 -12.602 -2 17 -12.602 -1.5 17 -12.702
4 0 -4.975 10.6 -12.01 -3.5 10.8 -12.304 -3.5 6.2 -12.304 -4.975 6.1 -12.01
4 0 -4.975 12 -12.01 -4.975 13.7 -12.01 -4 12.5 -12.204 -4 11.8 -12.204
4 0 -2 6.6 -12.602 -3.5 6.2 -12.304 -3.5 10.8 -12.304 -2 9.5 -12.602
4 0 -2 9.5 -12.602 -1.6 8 -12.682 -1.6 7.3 -12.682 -2 6.6 -12.602
4 0 -4.975 6.1 -12.01 -7.2 5.5 -10.523 -7.2 9.4 -10.523 -4.975 10.6 -12.01
4 0 -8.2 5.7 -9.855 -7.2 7.1 -10.523 -7.2 5.5 -10.523 -8.2 5.3 -9.855
4 0 -7.2 7.7 -10.523 -7.6 8.5 -10.256 -7.6 8.9 -10.256 -7.2 9.4 -10.523
4 16 -4.975 4 -12.01 -3.5 6.2 -12.304 -2 6.6 -12.602 0 4 -13
3 16 -3.5 6.2 -12.304 -4.975 4 -12.01 -4.975 6.1 -12.01
3 16 -1.6 7.3 -12.682 0 4 -13 -2 6.6 -12.602
4 16 -8.2 5.3 -9.855 -7.2 5.5 -10.523 -4.975 4 -12.01 -9.192 4 -9.192
3 16 -8.2 5.3 -9.855 -9.192 4 -9.192 -8.2 5.7 -9.855
3 16 -4.975 6.1 -12.01 -4.975 4 -12.01 -7.2 5.5 -10.523
4 16 -7.2 7.7 -10.523 -7.2 7.1 -10.523 -8.2 5.7 -9.855 -7.6 8.5 -10.256
4 0 -7 12.4 -10.657 -8 9.5 -9.989 -8.2 10 -9.855 -8 11.5 -9.989
3 0 -8 12.5 -9.989 -7 12.4 -10.657 -8 11.5 -9.989
4 0 -7 12.4 -10.657 -8 12.5 -9.989 -8.4 13.3 -9.721 -7.8 13.7 -10.122
4 0 -6 12.9 -11.325 -7 12.4 -10.657 -7.8 13.7 -10.122 -6 13.6 -11.325
4 0 -4.975 13.7 -12.01 -4.975 12 -12.01 -6 12.9 -11.325 -6 13.6 -11.325
4 0 -4.975 14 -12.01 -5.4 15.5 -11.726 -5.4 16.2 -11.726 -4.975 17 -12.01
4 0 -4.975 13.7 -12.01 -4.975 17 -12.01 -4.3 15 -12.144 -4 12.5 -12.204
3 0 -4.975 17 -12.01 -3.9 15.8 -12.224 -4.3 15 -12.144
4 0 -2 17 -12.602 -3.4 15.8 -12.323 -3.9 15.8 -12.224 -4.975 17 -12.01
4 0 -3.4 15.8 -12.323 -2 17 -12.602 -2 15.8 -12.602 -3 15.2 -12.403
4 0 -2.2 14.7 -12.562 -3 14.1 -12.403 -3 15.2 -12.403 -2 15.8 -12.602
3 0 -3 14.1 -12.403 -2.2 14.7 -12.562 -2.6 14.1 -12.483
4 16 -1.5 16.3 -12.702 -1.1 16.3 -12.781 -0.6 14.9 -12.881 -2 15.8 -12.602
4 16 -0.5 12.3 -12.901 -0.7 12.7 -12.861 -0.6 14.9 -12.881 0 14.3 -13
3 16 -0.2 9.4 -12.96 -0.5 12.3 -12.901 0 14.3 -13
3 16 -0.2 9.4 -12.96 0 14.3 -13 0 4 -13
4 16 0 4 -13 -1.6 7.3 -12.682 -1.6 8 -12.682 -0.2 9.4 -12.96
4 16 -0.2 9.4 -12.96 -1.6 8 -12.682 -2 9.5 -12.602 -1.1 10 -12.781
4 16 -1.1 10 -12.781 -2 9.5 -12.602 -3.5 10.8 -12.304 -1.7 11.2 -12.662
4 16 -2 15.8 -12.602 -0.6 14.9 -12.881 -0.7 12.7 -12.861 -2.2 14.7 -12.562
4 16 -2.2 14.7 -12.562 -0.7 12.7 -12.861 -1.6 12.7 -12.682 -2.6 14.1 -12.483
4 16 -2.6 14.1 -12.483 -1.6 12.7 -12.682 -1.6 12.4 -12.682 -1.7 11.2 -12.662
4 16 -1.7 11.2 -12.662 -3.5 10.8 -12.304 -3 14.1 -12.403 -2.6 14.1 -12.483
4 16 -3.9 15.8 -12.224 -3.4 15.8 -12.323 -3 15.2 -12.403 -4.3 15 -12.144
4 16 -4.3 15 -12.144 -3 15.2 -12.403 -3 14.1 -12.403 -4 12.5 -12.204
4 16 -4 12.5 -12.204 -3 14.1 -12.403 -3.5 10.8 -12.304 -4 11.8 -12.204
4 16 -4 11.8 -12.204 -3.5 10.8 -12.304 -4.975 10.6 -12.01 -4.975 12 -12.01
4 16 -8.2 5.7 -9.855 -8 9.5 -9.989 -7.6 8.9 -10.256 -7.6 8.5 -10.256
4 16 -8 9.5 -9.989 -7 12.4 -10.657 -7.2 9.4 -10.523 -7.6 8.9 -10.256
4 16 -7.2 9.4 -10.523 -7 12.4 -10.657 -6 12.9 -11.325 -4.975 12 -12.01
4 16 -5.4 15.5 -11.726 -4.975 14 -12.01 -4.975 13.7 -12.01 -6 13.6 -11.325
4 16 -8.2 10 -9.855 -8 9.5 -9.989 -8.2 5.7 -9.855 -9.192 4 -9.192
4 16 -8 12.5 -9.989 -8 11.5 -9.989 -8.2 10 -9.855 -8.4 13.3 -9.721
3 16 -8.4 13.3 -9.721 -8.2 10 -9.855 -9.192 4 -9.192
3 16 -8.4 13.3 -9.721 -9.192 4 -9.192 -9.192 17 -9.192
3 16 -9.192 17 -9.192 -4.975 17 -12.01 -5.4 16.2 -11.726
3 16 -7.8 13.7 -10.122 -8.4 13.3 -9.721 -9.192 17 -9.192
4 16 -9.192 17 -9.192 -5.4 16.2 -11.726 -5.4 15.5 -11.726 -6 13.6 -11.325
3 16 -7.2 9.4 -10.523 -4.975 12 -12.01 -4.975 10.6 -12.01
3 16 -9.192 17 -9.192 -6 13.6 -11.325 -7.8 13.7 -10.122
4 0 -0.9 12.4 -12.821 -0.7 12.7 -12.861 -0.5 12.3 -12.901 -0.2 9.4 -12.96
4 0 -0.2 9.4 -12.96 -1.1 10 -12.781 -1.3 12.4 -12.741 -0.9 12.4 -12.821
4 0 -1.3 12.4 -12.741 -1.1 10 -12.781 -1.7 11.2 -12.662 -1.6 12.7 -12.682
4 0 0 18.5309 -12.619 0 17 -13 -0.8 17.3 -12.766 -0.5 18.5309 -12.52
4 0 -1.1 17 -12.781 -1.1 17.1 -12.756 -0.8 17.3 -12.766 0 17 -13
4 0 -1.1 17.1 -12.756 -1.1 17 -12.781 -3.1 17 -12.383 -1.7 17.3 -12.587
4 0 -2.6 18.5309 -12.102 -1.8 18.5309 -12.261 -1.7 17.3 -12.587 -2.9 18 -12.175
3 0 -3.1 17 -12.383 -2.9 18 -12.175 -1.7 17.3 -12.587
3 0 -3.6 17 -12.284 -4.975 17 -12.01 -3.9 17.3 -12.149
4 0 -4.975 17 -12.01 -4.5 18.5309 -11.725 -4 18.5309 -11.824 -3.9 17.3 -12.149
3 16 -4.975 17 -12.01 -4.8296 18.5309 -11.659 -4.5 18.5309 -11.725
4 16 -3.9 17.3 -12.149 -4 18.5309 -11.824 -2.6 18.5309 -12.102 -2.9 18 -12.175
4 16 -2.9 18 -12.175 -3.1 17 -12.383 -3.6 17 -12.284 -3.9 17.3 -12.149
4 16 -1.8 18.5309 -12.261 -0.5 18.5309 -12.52 -0.8 17.3 -12.766 -1.7 17.3 -12.587
3 16 -0.8 17.3 -12.766 -1.1 17.1 -12.756 -1.7 17.3 -12.587
3 0 0 18.5309 -12.619 -0.5 18.5309 -12.52 0 19 -12.227
3 0 -2.6 18.5309 -12.102 -1.9 18.8 -12.017 -1.8 18.5309 -12.261
4 16 -0.5 18.5309 -12.52 -1.8 18.5309 -12.261 -1.9 18.8 -12.017 0 19 -12.227
3 16 0 19.8282 -11.535 -1.9 18.8 -12.017 -4.4144 19.8282 -10.658
3 16 0 19 -12.227 -1.9 18.8 -12.017 0 19.8282 -11.535
3 16 -4.4144 19.8282 -10.658 -1.9 18.8 -12.017 -2.6 18.5309 -12.102
3 16 -4.4144 19.8282 -10.658 -2.6 18.5309 -12.102 -4.8296 18.5309 -11.659
0
4 16 0 21 -8 0 20.6954 -9.9136 -3.7936 20.6954 -9.1592 -3.0616 21 -7.3912
4 16 0 20.6954 -9.9136 0 19.8282 -11.5352 -4.4144 19.8282 -10.6576 -3.7936 20.6954 -9.1592
4 16 -3.0616 21 -7.3912 -3.7936 20.6954 -9.1592 -7.0096 20.6954 -7.0096 -5.6568 21 -5.6568
4 16 -3.7936 20.6954 -9.1592 -4.4144 19.8282 -10.6576 -8.1568 19.8282 -8.1568 -7.0096 20.6954 -7.0096
4 16 -4.4144 19.8282 -10.6576 -4.8296 18.5309 -11.6592 -8.9232 18.5309 -8.9232 -8.1568 19.8282 -8.1568
4 16 -4.8296 18.5309 -11.6592 -4.9752 17 -12.0104 -9.192 17 -9.192 -8.9232 18.5309 -8.9232
0
0 L3P ELSEPOV
0   #if (L3Studs)
0     difference {
0     cylinder { <0,0,0>, <0,-4,0>, 6}
0     cylinder { <0,0.01,0>, <0,-4.01,0>, 4}
0     }
0 #end
0 object { ring2_dot_dat matrix <2,0,0,0,1,0,0,0,2,0,0,0> }
0 object { ring3_dot_dat matrix <2,0,0,0,1,0,0,0,2,0,0,0> }
0 object { ring2_dot_dat matrix <2,0,0,0,1,0,0,0,2,0,4,0> }
0 object { _4_dash_4cyli_dot_dat matrix <6,0,0,0,20,0,0,0,6,0,4,0> }
0 object { ring3_dot_dat matrix <2,0,0,0,1,0,0,0,2,0,24,0> }
0 object { _4_dash_4cyli_dot_dat matrix <8,0,0,0,3,0,0,0,8,0,21,0> }
0
0 cylinder { <0,4,0>,<0,17,0>,13.001
0 clipped_by {
0   union {
0     prism {linear_sweep linear_spline 0,14,4
0    <0.6,17>,<0.6,14.9>,<0,14.3>,<0,17>}
0     prism {linear_sweep linear_spline 0,14,4
0    <1.1,17>,<1.1,16.3>,<0.6,14.9>,<0.6,17>}
0     prism {linear_sweep linear_spline 0,14,4
0    <1.5,17>,<1.5,16.3>,<1.1,16.3>,<1.1,17>}
0     prism {linear_sweep linear_spline 0,14,4
0    <2,17>,<2,15.8>,<1.5,16.3>,<1.5,17>}
0     prism {linear_sweep linear_spline 0,14,4
0    <3.5,6.2>,<3.5,10.8>,<4.975,10.6>,<4.975,6.1>}
0     prism {linear_sweep linear_spline 0,14,4
0    <4,12.5>,<4.975,13.7>,<4.975,12>,<4,11.8>}
0     prism {linear_sweep linear_spline 0,14,4
0    <3.5,10.8>,<3.5,6.2>,<2,6.6>,<2,9.5>}
0     prism {linear_sweep linear_spline 0,14,4
0    <1.6,7.3>,<1.6,8>,<2,9.5>,<2,6.6>}
0     prism {linear_sweep linear_spline 0,14,4
0    <7.2,9.4>,<7.2,5.5>,<4.975,6.1>,<4.975,10.6>}
0     prism {linear_sweep linear_spline 0,14,4
0    <7.2,5.5>,<7.2,7.1>,<8.2,5.7>,<8.2,5.3>}
0     prism {linear_sweep linear_spline 0,14,4
0    <7.6,8.9>,<7.6,8.5>,<7.2,7.7>,<7.2,9.4>}
0     prism {linear_sweep linear_spline 0,14,4
0    <8.2,10>,<8,9.5>,<7,12.4>,<8,11.5>}
0     prism {linear_sweep linear_spline 0,14,3
0    <8,11.5>,<7,12.4>,<8,12.5>}
0     prism {linear_sweep linear_spline 0,14,4
0    <8.4,13.3>,<8,12.5>,<7,12.4>,<7.8,13.7>}
0     prism {linear_sweep linear_spline 0,14,4
0    <7.8,13.7>,<7,12.4>,<6,12.9>,<6,13.6>}
0     prism {linear_sweep linear_spline 0,14,4
0    <6,12.9>,<4.975,12>,<4.975,13.7>,<6,13.6>}
0     prism {linear_sweep linear_spline 0,14,4
0    <5.4,16.2>,<5.4,15.5>,<4.975,14>,<4.975,17>}
0     prism {linear_sweep linear_spline 0,14,4
0    <4.3,15>,<4.975,17>,<4.975,13.7>,<4,12.5>}
0     prism {linear_sweep linear_spline 0,14,3
0    <4.3,15>,<3.9,15.8>,<4.975,17>}
0     prism {linear_sweep linear_spline 0,14,4
0    <3.9,15.8>,<3.4,15.8>,<2,17>,<4.975,17>}
0     prism {linear_sweep linear_spline 0,14,4
0    <2,15.8>,<2,17>,<3.4,15.8>,<3,15.2>}
0     prism {linear_sweep linear_spline 0,14,4
0    <3,15.2>,<3,14.1>,<2.2,14.7>,<2,15.8>}
0     prism {linear_sweep linear_spline 0,14,3
0    <2.6,14.1>,<2.2,14.7>,<3,14.1>}
0     prism {linear_sweep linear_spline 0,14,4
0    <0.5,12.3>,<0.7,12.7>,<0.9,12.4>,<0.2,9.4>}
0     prism {linear_sweep linear_spline 0,14,4
0    <1.3,12.4>,<1.1,10>,<0.2,9.4>,<0.9,12.4>}
0     prism {linear_sweep linear_spline 0,14,4
0    <1.7,11.2>,<1.1,10>,<1.3,12.4>,<1.6,12.7>}
0     prism {linear_sweep linear_spline 0,14,4
0    <0,14.3>,<-0.6,14.9>,<-0.6,17>,<0,17>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-0.6,14.9>,<-1.1,16.3>,<-1.1,17>,<-0.6,17>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-1.1,16.3>,<-1.5,16.3>,<-1.5,17>,<-1.1,17>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-1.5,16.3>,<-2,15.8>,<-2,17>,<-1.5,17>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-4.975,10.6>,<-3.5,10.8>,<-3.5,6.2>,<-4.975,6.1>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-4.975,12>,<-4.975,13.7>,<-4,12.5>,<-4,11.8>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-2,6.6>,<-3.5,6.2>,<-3.5,10.8>,<-2,9.5>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-2,9.5>,<-1.6,8>,<-1.6,7.3>,<-2,6.6>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-4.975,6.1>,<-7.2,5.5>,<-7.2,9.4>,<-4.975,10.6>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-8.2,5.7>,<-7.2,7.1>,<-7.2,5.5>,<-8.2,5.3>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-7.2,7.7>,<-7.6,8.5>,<-7.6,8.9>,<-7.2,9.4>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-7,12.4>,<-8,9.5>,<-8.2,10>,<-8,11.5>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-8,12.5>,<-7,12.4>,<-8,11.5>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-7,12.4>,<-8,12.5>,<-8.4,13.3>,<-7.8,13.7>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-6,12.9>,<-7,12.4>,<-7.8,13.7>,<-6,13.6>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-4.975,13.7>,<-4.975,12>,<-6,12.9>,<-6,13.6>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-4.975,14>,<-5.4,15.5>,<-5.4,16.2>,<-4.975,17>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-4.975,13.7>,<-4.975,17>,<-4.3,15>,<-4,12.5>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-4.975,17>,<-3.9,15.8>,<-4.3,15>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-2,17>,<-3.4,15.8>,<-3.9,15.8>,<-4.975,17>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-3.4,15.8>,<-2,17>,<-2,15.8>,<-3,15.2>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-2.2,14.7>,<-3,14.1>,<-3,15.2>,<-2,15.8>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-3,14.1>,<-2.2,14.7>,<-2.6,14.1>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-0.9,12.4>,<-0.7,12.7>,<-0.5,12.3>,<-0.2,9.4>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-0.2,9.4>,<-1.1,10>,<-1.3,12.4>,<-0.9,12.4>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-1.3,12.4>,<-1.1,10>,<-1.7,11.2>,<-1.6,12.7>}
0    } rotate <-90,0,0>
0 }
0 material { L3Color0 }
0 }
0 torus {9,4.001 translate <0,17,0>
0 clipped_by {
0   union {
0     prism {linear_sweep linear_spline 0,14,4
0    <0.8,17.3>,<0,17>,<0,18.5309>,<0.5,18.5309>}
0     prism {linear_sweep linear_spline 0,14,4
0    <0.8,17.3>,<1.1,17.1>,<1.1,17>,<0,17>}
0     prism {linear_sweep linear_spline 0,14,4
0    <3.1,17>,<1.1,17>,<1.1,17.1>,<1.7,17.3>}
0     prism {linear_sweep linear_spline 0,14,4
0    <1.7,17.3>,<1.8,18.5309>,<2.6,18.5309>,<2.9,18>}
0     prism {linear_sweep linear_spline 0,14,3
0    <1.7,17.3>,<2.9,18>,<3.1,17>}
0     prism {linear_sweep linear_spline 0,14,3
0    <3.9,17.3>,<4.975,17>,<3.6,17>}
0     prism {linear_sweep linear_spline 0,14,4
0    <4,18.5309>,<4.5,18.5309>,<4.975,17>,<3.9,17.3>}
0     prism {linear_sweep linear_spline 0,14,3
0    <0,19>,<0.5,18.5309>,<0,18.5309>}
0     prism {linear_sweep linear_spline 0,14,3
0    <1.8,18.5309>,<1.9,18.8>,<2.6,18.5309>}
0     prism {linear_sweep linear_spline 0,14,4
0    <0,18.5309>,<0,17>,<-0.8,17.3>,<-0.5,18.5309>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-1.1,17>,<-1.1,17.1>,<-0.8,17.3>,<0,17>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-1.1,17.1>,<-1.1,17>,<-3.1,17>,<-1.7,17.3>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-2.6,18.5309>,<-1.8,18.5309>,<-1.7,17.3>,<-2.9,18>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-3.1,17>,<-2.9,18>,<-1.7,17.3>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-3.6,17>,<-4.975,17>,<-3.9,17.3>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-4.975,17>,<-4.5,18.5309>,<-4,18.5309>,<-3.9,17.3>}
0     prism {linear_sweep linear_spline 0,14,3
0    <0,18.5309>,<-0.5,18.5309>,<0,19>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-2.6,18.5309>,<-1.9,18.8>,<-1.8,18.5309>}
0    } rotate <-90,0,0>
0 }
0 material { L3Color0 }
0 }
0
0 torus{9,4 clipped_by{difference{box{<-13,4,-13>,<13,-4,13>}
0 cylinder{<0,0,0>,<0,4,0>,9} plane{y,0}}}translate <0,17,0>}
0 plane{y,21 clipped_by{difference{sphere{<0,21,0>,9} sphere{<0,21,0>,8}}}}
0
0 torus{9,4 clipped_by{difference{box{<-13,-4,-13>,<13,4,13>}
0 cylinder{<0,0,0>,<0,-4,0>,9} plane{-y,0}}}translate <0,4,0>}
0 plane{y,0 clipped_by{difference{sphere{<0,0,0>,9} sphere{<0,0,0>,8}}}}
0
0 cylinder{<0,4,0>,<0,17,0>,13}
0 L3P ENDPOV
0


Special: 
[DAT] (requires LDraw-compatible viewer)
Subject: 
POV dat - 3626bp69 - Minifig Head with Headset Over Brown Hair & Eyebrows - POV
Newsgroups: 
lugnet.cad.ray, lugnet.cad.dat.parts
Date: 
Tue, 28 Sep 2010 21:30:35 GMT
Viewed: 
21876 times
  
0 Minifig Head with Headset Over Brown Hair & Eyebrows - POV
0 Name: 3626bp69.dat
0 Author: Franklin W. Cain [fwcain]
0 !LDRAW_ORG Part UPDATE 2002-04
0 !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt
0 // Inline POV code generated by MFHead v0.22

0 !KEYWORDS face, smile, smiley, hair, messy hair, brown hair, eyebrows
0 !KEYWORDS brown eyebrows, arched eyebrows, radio, headset, microphone
0 !KEYWORDS earphone, headphones, communications, astronaut, cosmonaut, pilot
0 !KEYWORDS Space, Space Police 2, Space Police II, SP2, Exploriens, Unitron
0 !KEYWORDS Launch Command, Space Port, Star Wars, Studios, Aquanauts
0 !CMDLINE -c14
0 BFC NOCERTIFY

0 !HISTORY 2002-08-18 [PTadmin] Official Update 2002-04
0 !HISTORY 2007-06-29 [PTadmin] Header formatted for Contributor Agreement
0 !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01

0 L3P IFNOTPOV
1 16 0 0 0 1 0 0 0 1 0 0 0 1 s\3626bs01.dat
0
0 hair
0
4 6 0 4 -13 0 1.172 -11.536 -4.415 1.172 -10.658 -4.975 4 -12.010
4 6 0 4 -13 0 1.172 -11.536 4.415 1.172 -10.658 4.975 4 -12.010
4 6 -4.975 4 -12.010 -4.415 1.172 -10.658 -8.157 1.172 -8.157 -9.192 4 -9.192
4 6 4.975 4 -12.010 4.415 1.172 -10.658 8.157 1.172 -8.157 9.192 4 -9.192
4 6 -9.192 4 -9.192 -8.157 1.172 -8.157 -10.658 1.172 -4.415 -12.010 4 -4.975
4 6 9.192 4 -9.192 8.157 1.172 -8.157 10.658 1.172 -4.415 12.010 4 -4.975
0
4 6 -9.192 4 -9.192 -9.192 5.250 -9.192 -12.010 6 -4.975 -12.010 4 -4.975
3 16 -9.192 5.250 -9.192 -9.192 6 -9.192 -12.010 6 -4.975
0
3 6 -7.084 4 -10.601 -9.192 4 -9.192 -9.192 5.250 -9.192
3 16 -7.084 4 -10.601 -9.192 5.250 -9.192 -9.192 6 -9.192
2 16 -7.084 4 -10.601 -9.192 5.625 -9.192
3 6 -7.084 4 -10.601 -7.084 6 -10.601 -9.192 6 -9.192
4 6 -4.975 4 -12.010 -4.975 5.250 -12.010 -7.084 6 -10.601 -7.084 4 -10.601
3 16 -4.975 5.250 -12.010 -4.975 6 -12.010 -7.084 6 -10.601
0
3 6 -2.488 4 -12.505 -4.975 4 -12.010 -4.975 5.250 -12.010
3 16 -2.488 4 -12.505 -4.975 5.250 -12.010 -4.975 6 -12.010
2 16 -2.488 4 -12.505 -4.975 5.625 -12.010
3 6 -2.488 4 -12.505 -2.488 6 -12.505 -4.975 6 -12.010
4 6 0 4 -13 0 5.250 -13 -2.488 6 -12.505 -2.488 4 -12.505
3 16 0 5.250 -13 0 6 -13 -2.488 6 -12.505
0
3 6 0 4 -13 0 5.250 -13 2.488 4 -12.505
3 16 0 5.250 -13 0 6 -13 2.488 4 -12.505
2 16 0 5.625 -13 2.488 4 -12.505
3 6 0 6 -13 2.488 4 -12.505 2.488 6 -12.505
4 6 2.488 4 -12.505 2.488 6 -12.505 4.975 5.250 -12.010 4.975 4 -12.010
3 16 2.488 6 -12.505 4.975 5.250 -12.010 4.975 6 -12.010
0
3 6 4.975 4 -12.010 4.975 5.250 -12.010 7.084 4 -10.601
3 16 4.975 5.250 -12.010 4.975 6 -12.010 7.084 4 -10.601
2 16 4.975 5.625 -12.010 7.084 4 -10.601
3 6 4.975 6 -12.010 7.084 4 -10.601 7.084 6 -10.601
4 6 7.084 4 -10.601 7.084 6 -10.601 9.192 5.250 -9.192 9.192 4 -9.192
3 16 7.084 6 -10.601 9.192 5.250 -9.192 9.192 6 -9.192
0
3 6 9.192 4 -9.192 9.192 5.250 -9.192 10.601 4 -7.084
3 16 9.192 5.250 -9.192 9.192 6 -9.192 10.601 4 -7.084
2 16 9.192 5.625 -9.192 10.601 4 -7.084
3 6 9.192 6 -9.192 10.601 4 -7.084 10.601 6 -7.084
4 6 10.601 4 -7.084 10.601 6 -7.084 12.010 5.250 -4.975 12.010 4 -4.975
3 16 10.601 6 -7.084 12.010 5.250 -4.975 12.010 6 -4.975
0
0 eyebrows
0
4 16 0 6 -13 0 6.500 -13 -4.975 6.500 -12.010 -4.975 6 -12.010
4 16 0 6 -13 0 6.500 -13 4.975 6.500 -12.010 4.975 6 -12.010
0
3 6 -1.625 7.875 -12.677 -2 7.500 -12.602 -2 8.250 -12.602
3 6 1.625 7.875 -12.677 2 7.500 -12.602 2 8.250 -12.602
4 6 -2 7.500 -12.602 -2 8.250 -12.602 -3.500 7.250 -12.304 -3.500 6.500 -12.304
4 6 2 7.500 -12.602 2 8.250 -12.602 3.500 7.250 -12.304 3.500 6.500 -12.304
2 6 -2 7.875 -12.602 -3.500 6.875 -12.304
2 6 2 7.875 -12.602 3.500 6.875 -12.304
4 6 -3.500 6.500 -12.304 -3.500 7.250 -12.304 -4.975 8.250 -12.010 -4.975 7.500 -12.010
4 6 3.500 6.500 -12.304 3.500 7.250 -12.304 4.975 8.250 -12.010 4.975 7.500 -12.010
2 6 -3.500 6.875 -12.304 -4.975 7.875 -12.010
2 6 3.500 6.875 -12.304 4.975 7.875 -12.010
0
4 16 0 6.500 -13 0 7.500 -13 -2 7.500 -12.602 -3.500 6.500 -12.304
4 16 0 6.500 -13 0 7.500 -13 2 7.500 -12.602 3.500 6.500 -12.304
4 16 0 7.500 -13 0 7.875 -13 -1.625 7.875 -12.677 -2 7.500 -12.602
4 16 0 7.500 -13 0 7.875 -13 1.625 7.875 -12.677 2 7.500 -12.602
4 16 0 7.875 -13 0 8.250 -13 -2 8.250 -12.602 -1.625 7.875 -12.677
4 16 0 7.875 -13 0 8.250 -13 2 8.250 -12.602 1.625 7.875 -12.677
3 16 -3.500 6.500 -12.304 -4.975 6.500 -12.010 -4.975 7.500 -12.010
3 16 3.500 6.500 -12.304 4.975 6.500 -12.010 4.975 7.500 -12.010
3 16 -2 8.250 -12.602 -3.500 7.250 -12.304 -4.975 8.250 -12.010
3 16 2 8.250 -12.602 3.500 7.250 -12.304 4.975 8.250 -12.010
4 16 0 8.250 -13 0 8.750 -13 -4.975 8.750 -12.010 -4.975 8.250 -12.010
4 16 0 8.250 -13 0 8.750 -13 4.975 8.750 -12.010 4.975 8.250 -12.010
0
3 6 -4.975 7.500 -12.010 -4.975 8.250 -12.010 -5.350 7.875 -11.759
3 6 4.975 7.500 -12.010 4.975 8.250 -12.010 5.350 7.875 -11.759
0
3 16 -4.975 7.500 -12.010 -5.350 7.500 -11.759 -5.350 7.875 -11.759
3 16 4.975 7.500 -12.010 5.350 7.500 -11.759 5.350 7.875 -11.759
3 16 -4.975 8.250 -12.010 -5.350 7.875 -11.759 -5.350 8.250 -11.759
3 16 4.975 8.250 -12.010 5.350 7.875 -11.759 5.350 8.250 -11.759
0
0 eyes
0
1 0 -3.500 10 -12.304 1.250 -0.244 0 0 0 -1.250 -0.244 1 0 4-4disc.dat
1 0 3.500 10 -12.304 1.250 0.244 0 0 0 -1.250 0.244 1 0 4-4disc.dat
1 16 -3.500 10 -12.304 1.250 -0.244 0 0 0 -1.250 -0.244 1 0 4-4ndis.dat
1 16 3.500 10 -12.304 1.250 0.244 0 0 0 -1.250 0.244 1 0 4-4ndis.dat
0
4 16 0 8.750 -13 0 11.250 -13 -2.250 11.250 -12.548 -2.250 8.750 -12.548
4 16 0 8.750 -13 0 11.250 -13 2.250 11.250 -12.548 2.250 8.750 -12.548
4 16 -4.750 8.750 -12.060 -4.750 11.250 -12.060 -4.975 11.250 -12.010 -4.975 8.750 -12.010
4 16 4.750 8.750 -12.060 4.750 11.250 -12.060 4.975 11.250 -12.010 4.975 8.750 -12.010
0
4 16 0 11.250 -13 0 14.250 -13 -4.975 14.250 -12.010 -4.975 11.250 -12.010
0
0 "smile"
0
4 0 0 15 -13 0 16 -13 -1.750 15.750 -12.652 -1.750 14.750 -12.652
4 0 -1.750 14.750 -12.652 -1.750 15.750 -12.652 -3.500 15 -12.304 -3 14.250 -12.403
3 0 -3 14.250 -12.403 -3.500 14.500 -12.304 -3.500 15 -12.304
0
4 16 0 14.250 -13 0 15 -13 -1.750 14.750 -12.652 -1.750 14.250 -12.652
3 16 -1.750 14.250 -12.652 -1.750 14.750 -12.652 -3 14.250 -12.403
3 16 -3 14.250 -12.403 -3.500 14.250 -12.304 -3.500 14.500 -12.304
3 16 0 16 -13 -1.750 16 -12.652 -1.750 15.750 -12.652
4 16 -1.750 15.750 -12.652 -1.750 16 -12.652 -3.500 16 -12.304 -3.500 15 -12.304
4 16 -3.500 14.250 -12.304 -3.500 16 -12.304 -4.250 16 -12.154 -4.250 14.250 -12.154
4 16 -4.250 14.250 -12.154 -4.250 16 -12.154 -4.975 16 -12.010 -4.975 14.250 -12.010
0
4 16 0 16 -13 0 17 -13 -4.975 17 -12.010 -4.975 16 -12.010
0
4 16 0 17 -13 -4.975 17 -12.010 -4.415 19.828 -10.658 0 19.828 -11.536
0
0 microphone
0
4 16 0 11.250 -13 0 14 -13 4.975 14 -12.010 4.975 11.250 -12.010
0
4 0 0.500 14.500 -12.901 0.500 16.500 -12.901 1.500 17 -12.702 1.500 14 -12.702
4 0 1.500 16 -12.702 1.500 17 -12.702 3.500 17 -12.304 3.500 16 -12.304
4 0 2 14 -12.602 2 16 -12.602 3 16 -12.403 3 14 -12.403
4 0 3.500 14 -12.304 3.500 17 -12.304 4.500 16.500 -12.105 4.500 14.500 -12.105
4 0 4.500 14.750 -12.105 4.500 16.250 -12.105 4.975 16.250 -12.010 4.975 14.750 -12.010
0
4 16 0 14 -13 0 17 -13 0.500 17 -12.901 0.500 14 -12.901
2 16 0.250 14.750 -12.950 0.250 16.250 -12.950
3 16 0.500 14 -12.901 0.500 14.500 -12.901 1.500 14 -12.702
3 16 0.500 16.500 -12.901 0.500 17 -12.901 1.500 17 -12.702
4 16 1.500 14 -12.702 1.500 16 -12.702 2 16 -12.602 2 14 -12.602
2 16 1.750 14 -12.652 1.750 16 -12.652
4 16 3 14 -12.403 3 16 -12.403 3.500 16 -12.304 3.500 14 -12.304
2 16 3.250 14 -12.353 3.250 16 -12.353
3 16 3.500 14 -12.304 4.500 14 -12.105 4.500 14.500 -12.105
3 16 3.500 17 -12.304 4.500 16.500 -12.105 4.500 17 -12.105
4 16 4.500 14 -12.105 4.500 14.750 -12.105 4.975 14.750 -12.010 4.975 14 -12.010
4 16 4.500 16.250 -12.105 4.500 17 -12.105 4.975 17 -12.010 4.975 16.250 -12.010
0
3 0 4.975 14.750 -12.010 4.975 16.250 -12.010 5.975 16.250 -11.342
4 0 4.975 14.750 -12.010 5.975 16.250 -11.342 8.750 12.750 -9.487 7.750 11.250 -10.156
0
4 16 4.975 10.875 -12.010 4.975 11.250 -12.010 7.750 11.250 -10.156 8.192 10.875 -9.860
3 16 4.975 11.250 -12.010 4.975 14.750 -12.010 7.750 11.250 -10.156
4 16 7.750 11.250 -10.156 8.750 12.750 -9.487 9.192 12.375 -9.192 8.192 10.875 -9.860
2 16 7.971 11.062 -10.008 8.971 12.562 -9.340
4 16 8.750 12.750 -9.487 8.750 16.250 -9.487 9.192 16.250 -9.192 9.192 12.375 -9.192
3 16 5.975 16.250 -11.342 8.750 12.750 -9.487 8.750 16.250 -9.487
4 16 4.975 16.250 -12.010 4.975 17 -12.010 9.192 17 -9.192 9.192 16.250 -9.192
0
4 0 8.692 8.250 -9.526 8.192 10.875 -9.860 9.192 10.875 -9.192 9.192 8.250 -9.192
3 0 8.192 10.875 -9.860 9.192 10.875 -9.192 9.192 12.375 -9.192
0
4 16 4.975 6 -12.010 4.975 7.500 -12.010 9.192 7.500 -9.192 9.192 6 -9.192
4 16 5.350 7.500 -11.759 5.350 8.250 -11.759 9.192 8.250 -9.192 9.192 7.500 -9.192
4 16 4.975 8.250 -12.010 4.975 10.875 -12.010 8.192 10.875 -9.860 8.692 8.250 -9.526
0
4 0 9.192 8.250 -9.192 9.192 12.375 -9.192 9.896 12.375 -8.138 11.306 8.250 -6.029
0
4 16 11.306 8.250 -6.029 9.896 12.375 -8.138 12.010 12.375 -4.975 12.010 8.250 -4.975
4 16 9.192 12.375 -9.192 9.192 17 -9.192 12.010 17 -4.975 12.010 12.375 -4.975
0
4 0 9.192 6 -9.192 9.192 7.750 -9.192 10.601 7.750 -7.084 10.601 6 -7.084
0
4 16 9.192 7.750 -9.192 9.192 8.250 -9.192 10.601 8.250 -7.084 10.601 7.750 -7.084
2 16 9.192 8 -9.192 10.601 8 -7.084
4 16 10.601 6 -7.084 10.601 8.250 -7.084 12.010 8.250 -4.975 12.010 6 -4.975
0
4 16 0 17 -13 4.975 17 -12.010 4.415 19.828 -10.658 0 19.828 -11.536
4 16 4.975 17 -12.010 9.192 17 -9.192 8.157 19.828 -8.157 4.415 19.828 -10.658
4 16 9.192 17 -9.192 12.010 17 -4.975 10.658 19.828 -4.415 8.157 19.828 -8.157
0
0 earphone
0
4 16 -4.975 6 -12.010 -4.975 7 -12.010 -9.192 7 -9.192 -9.192 6 -9.192
0
1 0 -8.984 8 -9.331 0 -0.556 0.623 1 0 0 0 -0.831 -0.417 2-4disc.dat
1 16 -8.984 8 -9.331 0 -0.556 0.623 1 0 0 0 -0.831 -0.417 2-4ndis.dat
0
4 0 -8.984 7 -9.331 -8.984 9 -9.331 -9.192 9 -9.192 -9.192 7 -9.192
4 16 -4.975 7 -12.010 -4.975 7.500 -12.010 -8.361 7.500 -9.748 -8.361 7 -9.748
4 16 -5.350 7.500 -11.759 -5.350 8.250 -11.759 -8.361 8.250 -9.748 -8.361 7.500 -9.748
4 16 -4.975 8.250 -12.010 -4.975 9 -12.010 -8.361 9 -9.748 -8.361 8.250 -9.748
4 0 -8.777 9 -9.470 -8.777 11.500 -9.470 -9.192 11.500 -9.192 -9.192 9 -9.192
4 16 -4.975 9 -12.010 -4.975 10 -12.010 -8.777 10 -9.470 -8.777 9 -9.470
4 16 -4.975 10 -12.010 -4.975 16 -12.010 -6.284 16 -11.138 -6.284 10 -11.138
0
1 0 -8.777 11.500 -9.47 2.493 -0.556 0 0 0 -1.500 -1.668 -0.831 0 1-4disc.dat
1 16 -8.777 11.500 -9.47 2.493 -0.556 0 0 0 -1.500 -1.668 -0.831 0 1-4ndis.dat
0
4 0 -6.284 11.500 -11.138 -6.284 12.500 -11.138 -9.192 12.500 -9.192 -9.192 11.500 -9.192
4 0 -6.284 12.500 -11.138 -6.284 15.500 -11.138 -7.115 15.500 -10.582 -7.115 12.500 -10.582
4 16 -7.115 12.500 -10.582 -7.115 15.500 -10.582 -7.946 15.500 -10.026 -7.946 12.500 -10.026
4 0 -7.946 12.500 -10.026 -7.946 15.500 -10.026 -8.777 15.500 -9.470 -8.777 12.500 -9.470
4 16 -8.777 12.500 -9.470 -8.777 15.500 -9.470 -9.192 15.500 -9.192 -9.192 12.500 -9.192
4 0 -6.284 15.500 -11.138 -6.284 16 -11.138 -9.192 16 -9.192 -9.192 15.500 -9.192
4 0 -6.284 16 -11.138 -7.115 17 -10.582 -9.192 17 -9.192 -9.192 16 -9.192
4 16 -4.975 16 -12.010 -4.975 17 -12.010 -7.115 17 -10.582 -6.284 16 -11.138
0
4 16 -9.192 6 -9.192 -9.192 7 -9.192 -12.010 7 -4.975 -12.010 6 -4.975
4 0 -9.192 7 -9.192 -9.192 9 -9.192 -9.331 9 -8.984 -9.331 7 -8.984
4 16 -9.748 7 -8.361 -9.748 9 -8.361 -12.010 9 -4.975 -12.010 7 -4.975
0
1 0 -9.331 8 -8.984 0 -0.831 -0.417 1 0 0 0 -0.556 0.623 2-4disc.dat
1 16 -9.331 8 -8.984 0 -0.831 -0.417 1 0 0 0 -0.556 0.623 2-4ndis.dat
0
4 0 -9.192 9 -9.192 -9.192 11.500 -9.192 -9.470 11.500 -8.777 -9.470 9 -8.777
4 16 -9.470 9 -8.777 -9.470 10 -8.777 -12.010 10 -4.975 -12.010 9 -4.975
4 16 -11.138 10 -6.284 -11.138 16 -6.284 -12.010 16 -4.975 -12.010 10 -4.975
0
1 0 -9.470 11.500 -8.777 -1.668 -0.831 0 0 0 -1.500 2.493 -0.556 0 1-4disc.dat
1 16 -9.470 11.500 -8.777 -1.668 -0.831 0 0 0 -1.500 2.493 -0.556 0 1-4ndis.dat
0
4 0 -9.192 11.500 -9.192 -9.192 12.500 -9.192 -11.138 12.500 -6.284 -11.138 11.500 -6.284
4 16 -9.192 12.500 -9.192 -9.192 15.500 -9.192 -9.470 15.500 -8.777 -9.470 12.500 -8.777
4 0 -9.470 12.500 -8.777 -9.470 15.500 -8.777 -10.026 15.500 -7.946 -10.026 12.500 -7.946
4 16 -10.026 12.500 -7.946 -10.026 15.500 -7.946 -10.582 15.500 -7.115 -10.582 12.500 -7.115
4 0 -10.582 12.500 -7.115 -10.582 15.500 -7.115 -11.138 15.500 -6.284 -11.138 12.500 -6.284
4 0 -9.192 15.500 -9.192 -9.192 16 -9.192 -11.138 16 -6.284 -11.138 15.500 -6.284
4 0 -9.192 16 -9.192 -9.192 17 -9.192 -10.582 17 -7.115 -11.138 16 -6.284
4 16 -11.138 16 -6.284 -10.582 17 -7.115 -12.010 17 -4.975 -12.010 16 -4.975
0
3 0 -7.115 17 -10.582 -5.350 19.828 -10.033 -6.286 19.828 -9.408
3 0 -7.115 17 -10.582 -7.946 17 -10.026 -6.286 19.828 -9.408
3 16 -4.975 17 -12.010 -4.415 19.828 -10.658 -5.350 19.828 -10.033
3 16 -4.975 17 -12.010 -7.115 17 -10.582 -5.350 19.828 -10.033
3 16 -7.946 17 -10.026 -6.286 19.828 -9.408 -8.157 19.828 -8.157
3 16 -7.946 17 -10.026 -9.192 17 -9.192 -8.157 19.828 -8.157
0
4 16 -9.192 17 -9.192 -12.010 17 -4.975 -10.658 19.828 -4.415 -8.157 19.828 -8.157
0
0 remainder of file
0
4 16 -12.010 4 -4.975 -12.010 17 -4.975 -13 17 0 -13 4 0
4 16 12.010 4 -4.975 12.010 17 -4.975 13 17 0 13 4 0
0
4 16 -12.010 4 -4.975 -13 4 0 -11.536 1.172 0 -10.658 1.172 -4.415
4 16 12.010 4 -4.975 13 4 0 11.536 1.172 0 10.658 1.172 -4.415
4 16 -12.010 17 -4.975 -13 17 0 -11.536 19.828 0 -10.658 19.828 -4.415
4 16 12.010 17 -4.975 13 17 0 11.536 19.828 0 10.658 19.828 -4.415
0
5 24 0 4 -13 -4.975 4 -12.010 0 1.172 -11.536 0 17 -13
5 24 0 4 -13 4.975 4 -12.010 0 1.172 -11.536 0 17 -13
5 24 0 17 -13 -4.975 17 -12.010 0 19.828 -11.536 0 4 -13
5 24 0 17 -13 4.975 17 -12.010 0 19.828 -11.536 0 4 -13
5 24 -9.192 4 -9.192 -4.975 4 -12.010 -8.157 1.172 -8.157 -9.192 17 -9.192
5 24 9.192 4 -9.192 4.975 4 -12.010 8.157 1.172 -8.157 9.192 17 -9.192
5 24 -9.192 17 -9.192 -4.975 17 -12.010 -8.157 19.828 -8.157 -9.192 4 -9.192
5 24 9.192 17 -9.192 4.975 17 -12.010 8.157 19.828 -8.157 9.192 4 -9.192
5 24 -9.192 4 -9.192 -12.010 4 -4.975 -8.157 1.172 -8.157 -9.192 17 -9.192
5 24 9.192 4 -9.192 12.010 4 -4.975 8.157 1.172 -8.157 9.192 17 -9.192
5 24 -9.192 17 -9.192 -12.010 17 -4.975 -8.157 19.828 -8.157 -9.192 4 -9.192
5 24 9.192 17 -9.192 12.010 17 -4.975 8.157 19.828 -8.157 9.192 4 -9.192
5 24 -13 17 0 -12.010 17 -4.975 -11.536 19.828 0 -13 4 0
5 24 13 17 0 12.010 17 -4.975 11.536 19.828 0 13 4 0
5 24 -13 4 0 -12.010 4 -4.975 -11.536 1.172 0 -13 17 0
5 24 13 4 0 12.010 4 -4.975 11.536 1.172 0 13 17 0
0
5 24 0 4 -13 0 17 -13 -4.975 4 -12.010 4.975 4 -12.010
5 24 -4.975 4 -12.010 -4.975 17 -12.010 0 4 -13 -9.192 4 -9.192
5 24 4.975 4 -12.010 4.975 17 -12.010 0 4 -13 9.192 4 -9.192
5 24 -9.192 4 -9.192 -9.192 17 -9.192 -4.975 4 -12.010 -12.010 4 -4.975
5 24 9.192 4 -9.192 9.192 17 -9.192 4.975 4 -12.010 12.010 4 -4.975
5 24 -12.010 4 -4.975 -12.010 17 -4.975 -9.192 4 -9.192 -13 4 0
5 24 12.010 4 -4.975 12.010 17 -4.975 9.192 4 -9.192 13 4 0
5 24 -13 4 0 -13 17 0 -12.010 4 -4.975 -12.010 4 4.975
5 24 13 4 0 13 17 0 12.010 4 -4.975 12.010 4 4.975
0
5 24 0 4 -13 0 1.172 -11.536 -4.975 4 -12.010 4.975 4 -12.010
5 24 0 17 -13 0 19.828 -11.536 -4.975 17 -12.010 4.975 17 -12.010
5 24 -4.975 4 -12.010 -4.415 1.172 -10.658 0 4 -13 -9.192 4 -9.192
5 24 4.975 4 -12.010 4.415 1.172 -10.658 0 4 -13 9.192 4 -9.192
5 24 -4.975 17 -12.010 -4.415 19.828 -10.658 0 17 -13 -9.192 17 -9.192
5 24 4.975 17 -12.010 4.415 19.828 -10.658 0 17 -13 9.192 17 -9.192
5 24 -9.192 4 -9.192 -8.157 1.172 -8.157 -4.975 4 -12.010 -12.010 4 -4.975
5 24 9.192 4 -9.192 8.157 1.172 -8.157 4.975 4 -12.010 12.010 4 -4.975
5 24 -9.192 17 -9.192 -8.157 19.828 -8.157 -4.975 17 -12.010 -12.010 17 -4.975
5 24 9.192 17 -9.192 8.157 19.828 -8.157 4.975 17 -12.010 12.010 17 -4.975
5 24 -12.010 4 -4.975 -10.658 1.172 -4.415 -9.192 4 -9.192 -13 4 0
5 24 12.010 4 -4.975 10.658 1.172 -4.415 9.192 4 -9.192 13 4 0
5 24 -12.010 17 -4.975 -10.658 19.828 -4.415 -9.192 17 -9.192 -13 17 0
5 24 12.010 17 -4.975 10.658 19.828 -4.415 9.192 17 -9.192 13 17 0
5 24 -13 4 0 -11.536 1.172 0 -12.010 4 -4.975 -12.010 4 4.975
5 24 13 4 0 11.536 1.172 0 12.010 4 -4.975 12.010 4 4.975
5 24 -13 17 0 -11.536 19.828 0 -12.010 17 -4.975 -12.010 17 4.975
5 24 13 17 0 11.536 19.828 0 12.010 17 -4.975 12.010 17 4.975
0
0 COMMENT end of file
0 L3P ELSEPOV
0   #if (L3Studs)
0     difference {
0     cylinder { <0,0,0>, <0,-4,0>, 6}
0     cylinder { <0,0.01,0>, <0,-4.01,0>, 4}
0     }
0 #end
0 object { ring2_dot_dat matrix <2,0,0,0,1,0,0,0,2,0,0,0> }
0 object { ring3_dot_dat matrix <2,0,0,0,1,0,0,0,2,0,0,0> }
0 object { ring2_dot_dat matrix <2,0,0,0,1,0,0,0,2,0,4,0> }
0 object { _4_dash_4cyli_dot_dat matrix <6,0,0,0,20,0,0,0,6,0,4,0> }
0 object { ring3_dot_dat matrix <2,0,0,0,1,0,0,0,2,0,24,0> }
0 object { _4_dash_4cyli_dot_dat matrix <8,0,0,0,3,0,0,0,8,0,21,0> }
0
0 torus {9,4.001 translate <0,4,0>
0 clipped_by {
0   union {
0     prism {linear_sweep linear_spline 0,14,4
0    <0,4>,<0,1.172>,<-4.415,1.172>,<-4.975,4>}
0     prism {linear_sweep linear_spline 0,14,4
0    <0,4>,<0,1.172>,<4.415,1.172>,<4.975,4>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-4.975,4>,<-4.415,1.172>,<-8.157,1.172>,<-9.192,4>}
0     prism {linear_sweep linear_spline 0,14,4
0    <4.975,4>,<4.415,1.172>,<8.157,1.172>,<9.192,4>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-9.192,4>,<-8.157,1.172>,<-10.658,1.172>,<-12.010,4>}
0     prism {linear_sweep linear_spline 0,14,4
0    <9.192,4>,<8.157,1.172>,<10.658,1.172>,<12.010,4>}
0    } rotate <-90,0,0>
0 }
0 material { L3Color6 }
0 }
0 cylinder { <0,4,0>,<0,17,0>,13.001
0 clipped_by {
0   union {
0     prism {linear_sweep linear_spline 0,14,4
0    <-9.192,4>,<-9.192,5.250>,<-12.010,6>,<-12.010,4>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-7.084,4>,<-9.192,4>,<-9.192,5.250>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-7.084,4>,<-7.084,6>,<-9.192,6>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-4.975,4>,<-4.975,5.250>,<-7.084,6>,<-7.084,4>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-2.488,4>,<-4.975,4>,<-4.975,5.250>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-2.488,4>,<-2.488,6>,<-4.975,6>}
0     prism {linear_sweep linear_spline 0,14,4
0    <0,4>,<0,5.250>,<-2.488,6>,<-2.488,4>}
0     prism {linear_sweep linear_spline 0,14,3
0    <0,4>,<0,5.250>,<2.488,4>}
0     prism {linear_sweep linear_spline 0,14,3
0    <0,6>,<2.488,4>,<2.488,6>}
0     prism {linear_sweep linear_spline 0,14,4
0    <2.488,4>,<2.488,6>,<4.975,5.250>,<4.975,4>}
0     prism {linear_sweep linear_spline 0,14,3
0    <4.975,4>,<4.975,5.250>,<7.084,4>}
0     prism {linear_sweep linear_spline 0,14,3
0    <4.975,6>,<7.084,4>,<7.084,6>}
0     prism {linear_sweep linear_spline 0,14,4
0    <7.084,4>,<7.084,6>,<9.192,5.250>,<9.192,4>}
0     prism {linear_sweep linear_spline 0,14,3
0    <9.192,4>,<9.192,5.250>,<10.601,4>}
0     prism {linear_sweep linear_spline 0,14,3
0    <9.192,6>,<10.601,4>,<10.601,6>}
0     prism {linear_sweep linear_spline 0,14,4
0    <10.601,4>,<10.601,6>,<12.010,5.250>,<12.010,4>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-1.625,7.875>,<-2,7.500>,<-2,8.250>}
0     prism {linear_sweep linear_spline 0,14,3
0    <1.625,7.875>,<2,7.500>,<2,8.250>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-2,7.500>,<-2,8.250>,<-3.500,7.250>,<-3.500,6.500>}
0     prism {linear_sweep linear_spline 0,14,4
0    <2,7.500>,<2,8.250>,<3.500,7.250>,<3.500,6.500>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-3.500,6.500>,<-3.500,7.250>,<-4.975,8.250>,<-4.975,7.500>}
0     prism {linear_sweep linear_spline 0,14,4
0    <3.500,6.500>,<3.500,7.250>,<4.975,8.250>,<4.975,7.500>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-4.975,7.500>,<-4.975,8.250>,<-5.350,7.875>}
0     prism {linear_sweep linear_spline 0,14,3
0    <4.975,7.500>,<4.975,8.250>,<5.350,7.875>}
0    } rotate <-90,0,0>
0 }
0 material { L3Color6 }
0 }
0 cylinder { <0,4,0>,<0,17,0>,13.001
0 clipped_by {
0   union {
0     prism {linear_sweep linear_spline 0,14,4
0    <0,15>,<0,16>,<-1.750,15.750>,<-1.750,14.750>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-1.750,14.750>,<-1.750,15.750>,<-3.500,15>,<-3,14.250>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-3,14.250>,<-3.500,14.500>,<-3.500,15>}
0     prism {linear_sweep linear_spline 0,14,4
0    <0.500,14.500>,<0.500,16.500>,<1.500,17>,<1.500,14>}
0     prism {linear_sweep linear_spline 0,14,4
0    <1.500,16>,<1.500,17>,<3.500,17>,<3.500,16>}
0     prism {linear_sweep linear_spline 0,14,4
0    <2,14>,<2,16>,<3,16>,<3,14>}
0     prism {linear_sweep linear_spline 0,14,4
0    <3.500,14>,<3.500,17>,<4.500,16.500>,<4.500,14.500>}
0     prism {linear_sweep linear_spline 0,14,4
0    <4.500,14.750>,<4.500,16.250>,<4.975,16.250>,<4.975,14.750>}
0     prism {linear_sweep linear_spline 0,14,3
0    <4.975,14.750>,<4.975,16.250>,<5.975,16.250>}
0     prism {linear_sweep linear_spline 0,14,4
0    <4.975,14.750>,<5.975,16.250>,<8.750,12.750>,<7.750,11.250>}
0     prism {linear_sweep linear_spline 0,14,4
0    <8.692,8.250>,<8.192,10.875>,<9.192,10.875>,<9.192,8.250>}
0     prism {linear_sweep linear_spline 0,14,3
0    <8.192,10.875>,<9.192,10.875>,<9.192,12.375>}
0     prism {linear_sweep linear_spline 0,14,4
0    <9.192,8.250>,<9.192,12.375>,<9.896,12.375>,<11.306,8.250>}
0     prism {linear_sweep linear_spline 0,14,4
0    <9.192,6>,<9.192,7.750>,<10.601,7.750>,<10.601,6>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-8.984,7>,<-8.984,9>,<-9.192,9>,<-9.192,7>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-8.777,9>,<-8.777,11.500>,<-9.192,11.500>,<-9.192,9>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-6.284,11.500>,<-6.284,12.500>,<-9.192,12.500>,<-9.192,11.500>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-6.284,12.500>,<-6.284,15.500>,<-7.115,15.500>,<-7.115,12.500>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-7.946,12.500>,<-7.946,15.500>,<-8.777,15.500>,<-8.777,12.500>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-6.284,15.500>,<-6.284,16>,<-9.192,16>,<-9.192,15.500>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-6.284,16>,<-7.115,17>,<-9.192,17>,<-9.192,16>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-9.192,7>,<-9.192,9>,<-9.331,9>,<-9.331,7>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-9.192,9>,<-9.192,11.500>,<-9.470,11.500>,<-9.470,9>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-9.192,11.500>,<-9.192,12.500>,<-11.138,12.500>,<-11.138,11.500>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-9.470,12.500>,<-9.470,15.500>,<-10.026,15.500>,<-10.026,12.500>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-10.582,12.500>,<-10.582,15.500>,<-11.138,15.500>,<-11.138,12.500>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-9.192,15.500>,<-9.192,16>,<-11.138,16>,<-11.138,15.500>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-9.192,16>,<-9.192,17>,<-10.582,17>,<-11.138,16>}
0    } rotate <-90,0,0>
0 }
0 material { L3Color0 }
0 }
0 torus {9,4.001 translate <0,17,0>
0 clipped_by {
0   union {
0     prism {linear_sweep linear_spline 0,14,3
0    <-7.115,17>,<-5.350,19.828>,<-6.286,19.828>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-7.115,17>,<-7.946,17>,<-6.286,19.828>}
0    } rotate <-90,0,0>
0 }
0 material { L3Color0 }
0 }
0 cylinder { <0,4,0>,<0,17,0>,13.001
0 clipped_by {
0   union {
0     prism {linear_sweep linear_spline 0,14,3
0    <-3.5,10>,<-2.25,10>,<-2.34512,9.52162>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-3.5,10>,<-2.34512,9.52162>,<-2.61613,9.11613>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-3.5,10>,<-2.61613,9.11613>,<-3.02163,8.84513>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-3.5,10>,<-3.02163,8.84513>,<-3.5,8.75>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-3.5,10>,<-3.5,8.75>,<-3.97837,8.84513>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-3.5,10>,<-3.97837,8.84513>,<-4.38387,9.11613>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-3.5,10>,<-4.38387,9.11613>,<-4.65487,9.52162>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-3.5,10>,<-4.65487,9.52162>,<-4.75,10>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-3.5,10>,<-4.75,10>,<-4.65487,10.4784>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-3.5,10>,<-4.65487,10.4784>,<-4.38387,10.8839>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-3.5,10>,<-4.38387,10.8839>,<-3.97837,11.1549>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-3.5,10>,<-3.97837,11.1549>,<-3.5,11.25>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-3.5,10>,<-3.5,11.25>,<-3.02163,11.1549>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-3.5,10>,<-3.02163,11.1549>,<-2.61613,10.8839>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-3.5,10>,<-2.61613,10.8839>,<-2.34512,10.4784>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-3.5,10>,<-2.34512,10.4784>,<-2.25,10>}
0     prism {linear_sweep linear_spline 0,14,3
0    <3.5,10>,<4.75,10>,<4.65487,9.52162>}
0     prism {linear_sweep linear_spline 0,14,3
0    <3.5,10>,<4.65487,9.52162>,<4.38387,9.11613>}
0     prism {linear_sweep linear_spline 0,14,3
0    <3.5,10>,<4.38387,9.11613>,<3.97837,8.84513>}
0     prism {linear_sweep linear_spline 0,14,3
0    <3.5,10>,<3.97837,8.84513>,<3.5,8.75>}
0     prism {linear_sweep linear_spline 0,14,3
0    <3.5,10>,<3.5,8.75>,<3.02163,8.84513>}
0     prism {linear_sweep linear_spline 0,14,3
0    <3.5,10>,<3.02163,8.84513>,<2.61613,9.11613>}
0     prism {linear_sweep linear_spline 0,14,3
0    <3.5,10>,<2.61613,9.11613>,<2.34512,9.52162>}
0     prism {linear_sweep linear_spline 0,14,3
0    <3.5,10>,<2.34512,9.52162>,<2.25,10>}
0     prism {linear_sweep linear_spline 0,14,3
0    <3.5,10>,<2.25,10>,<2.34512,10.4784>}
0     prism {linear_sweep linear_spline 0,14,3
0    <3.5,10>,<2.34512,10.4784>,<2.61613,10.8839>}
0     prism {linear_sweep linear_spline 0,14,3
0    <3.5,10>,<2.61613,10.8839>,<3.02163,11.1549>}
0     prism {linear_sweep linear_spline 0,14,3
0    <3.5,10>,<3.02163,11.1549>,<3.5,11.25>}
0     prism {linear_sweep linear_spline 0,14,3
0    <3.5,10>,<3.5,11.25>,<3.97837,11.1549>}
0     prism {linear_sweep linear_spline 0,14,3
0    <3.5,10>,<3.97837,11.1549>,<4.38387,10.8839>}
0     prism {linear_sweep linear_spline 0,14,3
0    <3.5,10>,<4.38387,10.8839>,<4.65487,10.4784>}
0     prism {linear_sweep linear_spline 0,14,3
0    <3.5,10>,<4.65487,10.4784>,<4.75,10>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-8.984,8>,<-8.984,9>,<-8.74558,8.9239>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-8.984,8>,<-8.74558,8.9239>,<-8.54348,8.7071>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-8.984,8>,<-8.54348,8.7071>,<-8.40841,8.3827>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-8.984,8>,<-8.40841,8.3827>,<-8.361,8>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-8.984,8>,<-8.361,8>,<-8.40841,7.6173>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-8.984,8>,<-8.40841,7.6173>,<-8.54348,7.2929>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-8.984,8>,<-8.54348,7.2929>,<-8.74558,7.0761>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-8.984,8>,<-8.74558,7.0761>,<-8.984,7>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-8.777,11.5>,<-6.284,11.5>,<-6.47372,10.926>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-8.777,11.5>,<-6.47372,10.926>,<-7.0142,10.4394>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-8.777,11.5>,<-7.0142,10.4394>,<-7.82293,10.1142>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-8.777,11.5>,<-7.82293,10.1142>,<-8.777,10>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-9.331,8>,<-9.331,9>,<-9.49059,8.9239>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-9.331,8>,<-9.49059,8.9239>,<-9.62586,8.7071>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-9.331,8>,<-9.62586,8.7071>,<-9.71627,8.3827>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-9.331,8>,<-9.71627,8.3827>,<-9.748,8>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-9.331,8>,<-9.748,8>,<-9.71627,7.6173>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-9.331,8>,<-9.71627,7.6173>,<-9.62586,7.2929>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-9.331,8>,<-9.62586,7.2929>,<-9.49059,7.0761>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-9.331,8>,<-9.49059,7.0761>,<-9.331,7>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-9.47,11.5>,<-11.138,11.5>,<-11.0111,10.926>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-9.47,11.5>,<-11.0111,10.926>,<-10.6494,10.4394>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-9.47,11.5>,<-10.6494,10.4394>,<-10.1083,10.1142>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-9.47,11.5>,<-10.1083,10.1142>,<-9.47,10>}
0    } rotate <-90,0,0>
0 }
0 material { L3Color0 }
0 }
0
0 torus{9,4 clipped_by{difference{box{<-13,4,-13>,<13,-4,13>}
0 cylinder{<0,0,0>,<0,4,0>,9} plane{y,0}}}translate <0,17,0>}
0 plane{y,21 clipped_by{difference{sphere{<0,21,0>,9} sphere{<0,21,0>,8}}}}
0
0 torus{9,4 clipped_by{difference{box{<-13,-4,-13>,<13,4,13>}
0 cylinder{<0,0,0>,<0,-4,0>,9} plane{-y,0}}}translate <0,4,0>}
0 plane{y,0 clipped_by{difference{sphere{<0,0,0>,9} sphere{<0,0,0>,8}}}}
0
0 cylinder{<0,4,0>,<0,17,0>,13}
0 L3P ENDPOV
0


Special: 
[DAT] (requires LDraw-compatible viewer)
Subject: 
POV dat - 3626bp39 - Minifig Head with Dark Grey Facial Hair Pattern - POV
Newsgroups: 
lugnet.cad.ray, lugnet.cad.dat.parts
Date: 
Tue, 28 Sep 2010 21:17:54 GMT
Viewed: 
21781 times
  
0 Minifig Head with Dark Grey Facial Hair Pattern - POV
0 Name: 3626bp39.dat
0 Author: Franklin W. Cain [fwcain]
0 !LDRAW_ORG Part UPDATE 2002-03
0 !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt
0 // Inline POV code generated by MFHead v0.22

0 !KEYWORDS face, smile, smiley, eyebrows, moustache, beard, dimple, chin
0 !KEYWORDS Pirates, Wild West, cavalry
0 !CMDLINE -c14

0 BFC NOCERTIFY
0 !HISTORY 2002-06-11 [PTadmin] Official Update 2002-03
0 !HISTORY 2007-06-29 [PTadmin] Header formatted for Contributor Agreement
0 !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01

0 L3P IFNOTPOV
1 16 0 0 0 1 0 0 0 1 0 0 0 1 s\3626bs01.dat
0
0 eyebrows
0
4 8 -2.250 8.625 -12.548 -2.250 8.750 -12.548 -4.975 8.125 -12.010 -4.975 7.500 -12.010
4 8 2.250 8.625 -12.548 2.250 8.750 -12.548 4.975 8.125 -12.010 4.975 7.500 -12.010
3 16 -2.250 8.750 -12.548 -4.975 8.125 -12.010 -4.975 8.750 -12.010
3 16 2.250 8.750 -12.548 4.975 8.125 -12.010 4.975 8.750 -12.010
0
4 8 -4.975 7.500 -12.010 -4.975 8.125 -12.010 -6.250 8.750 -11.158 -6.250 8.625 -11.158
4 8 4.975 7.500 -12.010 4.975 8.125 -12.010 6.250 8.750 -11.158 6.250 8.625 -11.158
3 16 -4.975 8.125 -12.010 -4.975 8.750 -12.010 -6.250 8.750 -11.158
3 16 4.975 8.125 -12.010 4.975 8.750 -12.010 6.250 8.750 -11.158
0
0 eyes
0
1 0 -3.500 10 -12.304 1.25 -0.244 0 0 0 -1.25 -0.244 1 0 4-4disc.dat
1 0 3.500 10 -12.304 1.25 0.244 0 0 0 -1.25 0.244 1 0 4-4disc.dat
1 16 -3.500 10 -12.304 1.25 -0.244 0 0 0 -1.25 -0.244 1 0 4-4ndis.dat
1 16 3.500 10 -12.304 1.25 0.244 0 0 0 -1.25 0.244 1 0 4-4ndis.dat
0
4 16 0 8.750 -13 0 11.250 -13 -2.250 11.250 -12.548 -2.250 8.750 -12.548
4 16 0 8.750 -13 0 11.250 -13 2.250 11.250 -12.548 2.250 8.750 -12.548
4 16 -4.750 8.750 -12.060 -4.750 11.250 -12.060 -4.975 11.250 -12.010 -4.975 8.750 -12.010
4 16 4.750 8.750 -12.060 4.750 11.250 -12.060 4.975 11.250 -12.010 4.975 8.750 -12.010
0
0 moustache and beard
0
3 8 -0.500 13 -12.901 -0.500 13.750 -12.901 -3 12.500 -12.403
3 8 0.500 13 -12.901 0.500 13.750 -12.901 3 12.500 -12.403
3 8 -0.500 13.750 -12.901 -0.750 14 -12.851 -3 12.500 -12.403
3 8 0.500 13.750 -12.901 0.750 14 -12.851 3 12.500 -12.403
3 8 -0.750 14 -12.851 -3 12.500 -12.403 -3 13.750 -12.403
3 8 0.750 14 -12.851 3 12.500 -12.403 3 13.750 -12.403
3 8 -3 12.500 -12.403 -3 13.750 -12.403 -3.500 12.500 -12.304
3 8 3 12.500 -12.403 3 13.750 -12.403 3.500 12.500 -12.304
3 8 -3 13.750 -12.403 -3.500 12.500 -12.304 -4 14.250 -12.204
3 8 3 13.750 -12.403 3.500 12.500 -12.304 4 14.250 -12.204
3 8 -3.500 12.500 -12.304 -4 14.250 -12.204 -4.975 13.500 -12.010
3 8 3.500 12.500 -12.304 4 14.250 -12.204 4.975 13.500 -12.010
4 8 -4 14.250 -12.204 -4 17 -12.204 -4.975 17 -12.010 -4.975 13.500 -12.010
4 8 4 14.250 -12.204 4 17 -12.204 4.975 17 -12.010 4.975 13.500 -12.010
4 8 -1.750 16.250 -12.652 -1.750 17 -12.652 -4 17 -12.204 -4 15.250 -12.204
4 8 1.750 16.250 -12.652 1.750 17 -12.652 4 17 -12.204 4 15.250 -12.204
4 8 -0.500 16.500 -12.901 -0.500 17 -12.901 -1.750 17 -12.652 -1.750 16.250 -12.652
4 8 0.500 16.500 -12.901 0.500 17 -12.901 1.750 17 -12.652 1.750 16.250 -12.652
3 8 0 17 -13 -0.500 16.500 -12.901 -0.500 17 -12.901
3 8 0 17 -13 0.500 16.500 -12.901 0.500 17 -12.901
3 16 0 12.500 -13 -0.500 13 -12.901 -3 12.500 -12.403
3 16 0 12.500 -13 0.500 13 -12.901 3 12.500 -12.403
4 16 0 12.500 -13 0 14.200 -13 -0.500 13.750 -12.901 -0.500 13 -12.901
4 16 0 12.500 -13 0 14.200 -13 0.500 13.750 -12.901 0.500 13 -12.901
3 16 -3.500 12.500 -12.304 -4.975 12.500 -12.010 -4.975 13.500 -12.010
3 16 3.500 12.500 -12.304 4.975 12.500 -12.010 4.975 13.500 -12.010
3 16 0 14.200 -13 -0.500 13.750 -12.901 -0.750 14 -12.851
3 16 0 14.200 -13 0.500 13.750 -12.901 0.750 14 -12.851
3 16 0 14.200 -13 -0.750 14 -12.851 -0.750 14.200 -12.851
3 16 0 14.200 -13 0.750 14 -12.851 0.750 14.200 -12.851
4 16 -0.750 14 -12.851 -0.750 14.200 -12.851 -3 14.200 -12.403 -3 13.750 -12.403
4 16 0.750 14 -12.851 0.750 14.200 -12.851 3 14.200 -12.403 3 13.750 -12.403
4 16 -3 13.750 -12.403 -3 14.200 -12.403 -3.500 14.500 -12.304 -4 14.250 -12.204
4 16 3 13.750 -12.403 3 14.200 -12.403 3.500 14.500 -12.304 4 14.250 -12.204
4 16 -3.500 14.500 -12.304 -3.500 15 -12.304 -4 15.250 -12.204 -4 14.250 -12.204
4 16 3.500 14.500 -12.304 3.500 15 -12.304 4 15.250 -12.204 4 14.250 -12.204
4 16 -1.750 16.250 -12.652 -1.750 15.750 -12.652 -3.500 15 -12.304 -4 15.250 -12.204
4 16 1.750 16.250 -12.652 1.750 15.750 -12.652 3.500 15 -12.304 4 15.250 -12.204
4 16 0 16 -13 -1.750 15.750 -12.652 -1.750 16.250 -12.652 -0.500 16.500 -12.901
4 16 0 16 -13 1.750 15.750 -12.652 1.750 16.250 -12.652 0.500 16.500 -12.901
3 16 0 16 -13 0 17 -13 -0.500 16.500 -12.901
3 16 0 16 -13 0 17 -13 0.500 16.500 -12.901
0
4 8 -4.975 13.500 -12.010 -4.975 17 -12.010 -6.030 17 -11.306 -6.030 14.500 -11.306
4 8 4.975 13.500 -12.010 4.975 17 -12.010 6.030 17 -11.306 6.030 14.500 -11.306
4 8 -6.030 14.500 -11.306 -6.030 17 -11.306 -8.138 17 -9.896 -8.138 15 -9.896
4 8 6.030 14.500 -11.306 6.030 17 -11.306 8.138 17 -9.896 8.138 15 -9.896
4 8 -8.138 15 -9.896 -8.138 17 -9.896 -9.192 17 -9.192 -9.192 15 -9.192
4 8 8.138 15 -9.896 8.138 17 -9.896 9.192 17 -9.192 9.192 15 -9.192
3 16 -4.975 13.500 -12.010 -6.030 13.500 -11.306 -6.030 14.500 -11.306
3 16 4.975 13.500 -12.010 6.030 13.500 -11.306 6.030 14.500 -11.306
4 16 -6.030 13.500 -11.306 -6.030 14.500 -11.306 -8.138 15 -9.896 -8.138 13.500 -9.896
4 16 6.030 13.500 -11.306 6.030 14.500 -11.306 8.138 15 -9.896 8.138 13.500 -9.896
4 16 -8.138 13.500 -9.896 -8.138 15 -9.896 -9.192 15 -9.192 -9.192 13.500 -9.192
4 16 8.138 13.500 -9.896 8.138 15 -9.896 9.192 15 -9.192 9.192 13.500 -9.192
0
4 8 -9.192 15 -9.192 -9.192 17 -9.192 -9.896 17 -8.138 -9.896 14.750 -8.138
4 8 9.192 15 -9.192 9.192 17 -9.192 9.896 17 -8.138 9.896 14.750 -8.138
4 8 -9.896 14.750 -8.138 -9.896 17 -8.138 -11.306 17 -6.030 -11.306 12.250 -6.030
4 8 9.896 14.750 -8.138 9.896 17 -8.138 11.306 17 -6.030 11.306 12.250 -6.030
4 8 -11.306 12.250 -6.030 -11.306 17 -6.030 -12.010 17 -4.975 -12.010 12 -4.975
4 8 11.306 12.250 -6.030 11.306 17 -6.030 12.010 17 -4.975 12.010 12 -4.975
4 16 -9.192 12 -9.192 -9.192 15 -9.192 -9.896 14.750 -8.138 -9.896 12 -8.138
4 16 9.192 12 -9.192 9.192 15 -9.192 9.896 14.750 -8.138 9.896 12 -8.138
4 16 -9.896 12 -8.138 -9.896 14.750 -8.138 -11.306 12.250 -6.030 -11.306 12 -6.030
4 16 9.896 12 -8.138 9.896 14.750 -8.138 11.306 12.250 -6.030 11.306 12 -6.030
3 16 -11.306 12 -6.030 -11.306 12.250 -6.030 -12.010 12 -4.975
3 16 11.306 12 -6.030 11.306 12.250 -6.030 12.010 12 -4.975
0
3 8 0 17 -13 -4.975 17 -12.010 -4.415 19.828 -10.658
3 8 0 17 -13 4.975 17 -12.010 4.415 19.828 -10.658
4 8 0 17 -13 0 19.121 -11.902 -1.104 19.828 -11.316 -4.415 19.828 -10.658
4 8 0 17 -13 0 19.121 -11.902 1.104 19.828 -11.316 4.415 19.828 -10.658
3 16 0 19.121 -11.902 0 19.828 -11.536 -1.104 19.828 -11.316
3 16 0 19.121 -11.902 0 19.828 -11.536 1.104 19.828 -11.316
0
4 8 -4.975 17 -12.010 -9.192 17 -9.192 -8.157 19.828 -8.157 -4.415 19.828 -10.658
4 8 4.975 17 -12.010 9.192 17 -9.192 8.157 19.828 -8.157 4.415 19.828 -10.658
4 8 -9.192 17 -9.192 -12.010 17 -4.975 -11.334 18.414 -4.695 -8.157 19.828 -8.157
4 8 9.192 17 -9.192 12.010 17 -4.975 11.334 18.414 -4.695 8.157 19.828 -8.157
3 16 -11.334 18.414 -4.695 -8.157 19.828 -8.157 -10.658 19.828 -4.415
3 16 11.334 18.414 -4.695 8.157 19.828 -8.157 10.658 19.828 -4.415
0
0 mouth
0
4 0 0 15 -13 0 16 -13 -1.750 15.750 -12.652 -1.750 14.750 -12.652
4 0 0 15 -13 0 16 -13 1.750 15.750 -12.652 1.750 14.750 -12.652
4 0 -1.750 14.750 -12.652 -1.750 15.750 -12.652 -3.500 15 -12.304 -3 14.200 -12.403
4 0 1.750 14.750 -12.652 1.750 15.750 -12.652 3.500 15 -12.304 3 14.200 -12.403
3 0 -3 14.200 -12.403 -3.500 14.500 -12.304 -3.500 15 -12.304
3 0 3 14.200 -12.403 3.500 14.500 -12.304 3.500 15 -12.304
0
3 16 0 14.200 -13 0 15 -13 -1.750 14.750 -12.652
3 16 0 14.200 -13 0 15 -13 1.750 14.750 -12.652
3 16 0 14.200 -13 -1.750 14.750 -12.652 -3 14.200 -12.403
3 16 0 14.200 -13 1.750 14.750 -12.652 3 14.200 -12.403
0
0 remainder of face/head
0
4 16 0 4 -13 0 7.500 -13 -4.975 7.500 -12.010 -4.975 4 -12.010
4 16 0 4 -13 0 7.500 -13 4.975 7.500 -12.010 4.975 4 -12.010
4 16 0 7.500 -13 0 8.625 -13 -2.250 8.625 -12.548 -4.975 7.500 -12.010
4 16 0 7.500 -13 0 8.625 -13 2.250 8.625 -12.548 4.975 7.500 -12.010
4 16 0 8.625 -13 0 8.750 -13 -2.250 8.750 -12.548 -2.250 8.625 -12.548
4 16 0 8.625 -13 0 8.750 -13 2.250 8.750 -12.548 2.250 8.625 -12.548
4 16 0 11.250 -13 0 12.500 -13 -4.975 12.500 -12.010 -4.975 11.250 -12.010
4 16 0 11.250 -13 0 12.500 -13 4.975 12.500 -12.010 4.975 11.250 -12.010
0
4 16 -4.975 4 -12.010 -4.975 7.500 -12.010 -9.192 7.500 -9.192 -9.192 4 -9.192
4 16 4.975 4 -12.010 4.975 7.500 -12.010 9.192 7.500 -9.192 9.192 4 -9.192
4 16 -4.975 7.500 -12.010 -6.250 8.625 -11.158 -9.192 8.625 -9.192 -9.192 7.500 -9.192
4 16 4.975 7.500 -12.010 6.250 8.625 -11.158 9.192 8.625 -9.192 9.192 7.500 -9.192
4 16 -6.250 8.625 -11.158 -6.250 8.750 -11.158 -9.192 8.750 -9.192 -9.192 8.625 -9.192
4 16 6.250 8.625 -11.158 6.250 8.750 -11.158 9.192 8.750 -9.192 9.192 8.625 -9.192
4 16 -4.975 8.750 -12.010 -4.975 13.500 -12.010 -9.192 13.500 -9.192 -9.192 8.750 -9.192
4 16 4.975 8.750 -12.010 4.975 13.500 -12.010 9.192 13.500 -9.192 9.192 8.750 -9.192
0
4 16 -9.192 4 -9.192 -9.192 12 -9.192 -12.010 12 -4.975 -12.010 4 -4.975
4 16 9.192 4 -9.192 9.192 12 -9.192 12.010 12 -4.975 12.010 4 -4.975
0
4 16 -12.010 4 -4.975 -12.010 17 -4.975 -13 17 0 -13 4 0
4 16 12.010 4 -4.975 12.010 17 -4.975 13 17 0 13 4 0
0
4 16 0 4 -13 0 1.172 -11.536 -4.415 1.172 -10.658 -4.975 4 -12.010
4 16 0 4 -13 0 1.172 -11.536 4.415 1.172 -10.658 4.975 4 -12.010
4 16 -4.975 4 -12.010 -4.415 1.172 -10.658 -8.157 1.172 -8.157 -9.192 4 -9.192
4 16 4.975 4 -12.010 4.415 1.172 -10.658 8.157 1.172 -8.157 9.192 4 -9.192
4 16 -9.192 4 -9.192 -8.157 1.172 -8.157 -10.658 1.172 -4.415 -12.010 4 -4.975
4 16 9.192 4 -9.192 8.157 1.172 -8.157 10.658 1.172 -4.415 12.010 4 -4.975
4 16 -12.010 4 -4.975 -10.658 1.172 -4.415 -11.536 1.172 0 -13 4 0
4 16 12.010 4 -4.975 10.658 1.172 -4.415 11.536 1.172 0 13 4 0
0
4 16 -12.010 17 -4.975 -10.658 19.828 -4.415 -11.536 19.828 0 -13 17 0
4 16 12.010 17 -4.975 10.658 19.828 -4.415 11.536 19.828 0 13 17 0
0
5 24 0 4 -13 0 1.172 -11.536 -4.975 4 -12.010 4.975 4 -12.010
5 24 -4.975 4 -12.010 -4.415 1.172 -10.658 0 4 -13 -9.192 4 -9.192
5 24 4.975 4 -12.010 4.415 1.172 -10.658 0 4 -13 9.192 4 -9.192
5 24 -9.192 4 -9.192 -8.157 1.172 -8.157 -4.975 4 -12.010 -12.010 4 -4.975
5 24 9.192 4 -9.192 8.157 1.172 -8.157 4.975 4 -12.010 12.010 4 -4.975
5 24 -12.010 4 -4.975 -10.658 1.172 -4.415 -9.192 4 -9.192 -13 4 0
5 24 12.010 4 -4.975 10.658 1.172 -4.415 9.192 4 -9.192 13 4 0
5 24 -13 4 0 -11.536 1.172 0 -12.010 4 -4.975 -12.010 4 4.975
5 24 13 4 0 11.536 1.172 0 12.010 4 -4.975 12.010 4 4.975
0
5 24 0 4 -13 -4.975 4 -12.010 0 1.172 -11.536 0 17 -13
5 24 0 4 -13 4.975 4 -12.010 0 1.172 -11.536 0 17 -13
5 24 -9.192 4 -9.192 -4.975 4 -12.010 -8.157 1.172 -8.157 -9.192 17 -9.192
5 24 9.192 4 -9.192 4.975 4 -12.010 8.157 1.172 -8.157 9.192 17 -9.192
5 24 -9.192 4 -9.192 -12.010 4 -4.975 -8.157 1.172 -8.157 -9.192 17 -9.192
5 24 9.192 4 -9.192 12.010 4 -4.975 8.157 1.172 -8.157 9.192 17 -9.192
5 24 -13 4 0 -12.010 4 -4.975 -11.536 1.172 0 -13 17 0
5 24 13 4 0 12.010 4 -4.975 11.536 1.172 0 13 17 0
0
5 24 0 4 -13 0 17 -13 -4.975 4 -12.010 4.975 4 -12.010
5 24 -4.975 4 -12.010 -4.975 17 -12.010 0 4 -13 -9.192 4 -9.192
5 24 4.975 4 -12.010 4.975 17 -12.010 0 4 -13 9.192 4 -9.192
5 24 -9.192 4 -9.192 -9.192 17 -9.192 -4.975 4 -12.010 -12.010 4 -4.975
5 24 9.192 4 -9.192 9.192 17 -9.192 4.975 4 -12.010 12.010 4 -4.975
5 24 -12.010 4 -4.975 -12.010 17 -4.975 -9.192 4 -9.192 -13 4 0
5 24 12.010 4 -4.975 12.010 17 -4.975 9.192 4 -9.192 13 4 0
5 24 -13 4 0 -13 17 0 -12.010 4 -4.975 -12.010 4 4.975
5 24 13 4 0 13 17 0 12.010 4 -4.975 12.010 4 4.975
0
5 24 0 17 -13 -4.975 17 -12.010 0 19.828 -11.536 0 4 -13
5 24 0 17 -13 4.975 17 -12.010 0 19.828 -11.536 0 4 -13
5 24 -9.192 17 -9.192 -4.975 17 -12.010 -8.157 19.828 -8.157 -9.192 4 -9.192
5 24 9.192 17 -9.192 4.975 17 -12.010 8.157 19.828 -8.157 9.192 4 -9.192
5 24 -9.192 17 -9.192 -12.010 17 -4.975 -8.157 19.828 -8.157 -9.192 4 -9.192
5 24 9.192 17 -9.192 12.010 17 -4.975 8.157 19.828 -8.157 9.192 4 -9.192
5 24 -13 17 0 -12.010 17 -4.975 -11.536 19.828 0 -13 4 0
5 24 13 17 0 12.010 17 -4.975 11.536 19.828 0 13 4 0
0
5 24 0 17 -13 0 19.828 -11.536 -4.975 17 -12.010 4.975 17 -12.010
5 24 -4.975 17 -12.010 -4.415 19.828 -10.658 0 17 -13 -9.192 17 -9.192
5 24 4.975 17 -12.010 4.415 19.828 -10.658 0 17 -13 9.192 17 -9.192
5 24 -9.192 17 -9.192 -8.157 19.828 -8.157 -4.975 17 -12.010 -12.010 17 -4.975
5 24 9.192 17 -9.192 8.157 19.828 -8.157 4.975 17 -12.010 12.010 17 -4.975
5 24 -12.010 17 -4.975 -10.658 19.828 -4.415 -9.192 17 -9.192 -13 17 0
5 24 12.010 17 -4.975 10.658 19.828 -4.415 9.192 17 -9.192 13 17 0
5 24 -13 17 0 -11.536 19.828 0 -12.010 17 -4.975 -12.010 17 4.975
5 24 13 17 0 11.536 19.828 0 12.010 17 -4.975 12.010 17 4.975
0
0 end of file
0 L3P ELSEPOV
0   #if (L3Studs)
0     difference {
0     cylinder { <0,0,0>, <0,-4,0>, 6}
0     cylinder { <0,0.01,0>, <0,-4.01,0>, 4}
0     }
0 #end
0 object { ring2_dot_dat matrix <2,0,0,0,1,0,0,0,2,0,0,0> }
0 object { ring3_dot_dat matrix <2,0,0,0,1,0,0,0,2,0,0,0> }
0 object { ring2_dot_dat matrix <2,0,0,0,1,0,0,0,2,0,4,0> }
0 object { _4_dash_4cyli_dot_dat matrix <6,0,0,0,20,0,0,0,6,0,4,0> }
0 object { ring3_dot_dat matrix <2,0,0,0,1,0,0,0,2,0,24,0> }
0 object { _4_dash_4cyli_dot_dat matrix <8,0,0,0,3,0,0,0,8,0,21,0> }
0
0 cylinder { <0,4,0>,<0,17,0>,13.001
0 clipped_by {
0   union {
0     prism {linear_sweep linear_spline 0,14,4
0    <-2.250,8.625>,<-2.250,8.750>,<-4.975,8.125>,<-4.975,7.500>}
0     prism {linear_sweep linear_spline 0,14,4
0    <2.250,8.625>,<2.250,8.750>,<4.975,8.125>,<4.975,7.500>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-4.975,7.500>,<-4.975,8.125>,<-6.250,8.750>,<-6.250,8.625>}
0     prism {linear_sweep linear_spline 0,14,4
0    <4.975,7.500>,<4.975,8.125>,<6.250,8.750>,<6.250,8.625>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-0.500,13>,<-0.500,13.750>,<-3,12.500>}
0     prism {linear_sweep linear_spline 0,14,3
0    <0.500,13>,<0.500,13.750>,<3,12.500>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-0.500,13.750>,<-0.750,14>,<-3,12.500>}
0     prism {linear_sweep linear_spline 0,14,3
0    <0.500,13.750>,<0.750,14>,<3,12.500>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-0.750,14>,<-3,12.500>,<-3,13.750>}
0     prism {linear_sweep linear_spline 0,14,3
0    <0.750,14>,<3,12.500>,<3,13.750>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-3,12.500>,<-3,13.750>,<-3.500,12.500>}
0     prism {linear_sweep linear_spline 0,14,3
0    <3,12.500>,<3,13.750>,<3.500,12.500>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-3,13.750>,<-3.500,12.500>,<-4,14.250>}
0     prism {linear_sweep linear_spline 0,14,3
0    <3,13.750>,<3.500,12.500>,<4,14.250>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-3.500,12.500>,<-4,14.250>,<-4.975,13.500>}
0     prism {linear_sweep linear_spline 0,14,3
0    <3.500,12.500>,<4,14.250>,<4.975,13.500>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-4,14.250>,<-4,17>,<-4.975,17>,<-4.975,13.500>}
0     prism {linear_sweep linear_spline 0,14,4
0    <4,14.250>,<4,17>,<4.975,17>,<4.975,13.500>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-1.750,16.250>,<-1.750,17>,<-4,17>,<-4,15.250>}
0     prism {linear_sweep linear_spline 0,14,4
0    <1.750,16.250>,<1.750,17>,<4,17>,<4,15.250>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-0.500,16.500>,<-0.500,17>,<-1.750,17>,<-1.750,16.250>}
0     prism {linear_sweep linear_spline 0,14,4
0    <0.500,16.500>,<0.500,17>,<1.750,17>,<1.750,16.250>}
0     prism {linear_sweep linear_spline 0,14,3
0    <0,17>,<-0.500,16.500>,<-0.500,17>}
0     prism {linear_sweep linear_spline 0,14,3
0    <0,17>,<0.500,16.500>,<0.500,17>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-4.975,13.500>,<-4.975,17>,<-6.030,17>,<-6.030,14.500>}
0     prism {linear_sweep linear_spline 0,14,4
0    <4.975,13.500>,<4.975,17>,<6.030,17>,<6.030,14.500>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-6.030,14.500>,<-6.030,17>,<-8.138,17>,<-8.138,15>}
0     prism {linear_sweep linear_spline 0,14,4
0    <6.030,14.500>,<6.030,17>,<8.138,17>,<8.138,15>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-8.138,15>,<-8.138,17>,<-9.192,17>,<-9.192,15>}
0     prism {linear_sweep linear_spline 0,14,4
0    <8.138,15>,<8.138,17>,<9.192,17>,<9.192,15>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-9.192,15>,<-9.192,17>,<-9.896,17>,<-9.896,14.750>}
0     prism {linear_sweep linear_spline 0,14,4
0    <9.192,15>,<9.192,17>,<9.896,17>,<9.896,14.750>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-9.896,14.750>,<-9.896,17>,<-11.306,17>,<-11.306,12.250>}
0     prism {linear_sweep linear_spline 0,14,4
0    <9.896,14.750>,<9.896,17>,<11.306,17>,<11.306,12.250>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-11.306,12.250>,<-11.306,17>,<-12.010,17>,<-12.010,12>}
0     prism {linear_sweep linear_spline 0,14,4
0    <11.306,12.250>,<11.306,17>,<12.010,17>,<12.010,12>}
0    } rotate <-90,0,0>
0 }
0 material { L3Color8 }
0 }
0 cylinder { <0,4,0>,<0,17,0>,13.001
0 clipped_by {
0   union {
0     prism {linear_sweep linear_spline 0,14,4
0    <0,15>,<0,16>,<-1.750,15.750>,<-1.750,14.750>}
0     prism {linear_sweep linear_spline 0,14,4
0    <0,15>,<0,16>,<1.750,15.750>,<1.750,14.750>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-1.750,14.750>,<-1.750,15.750>,<-3.500,15>,<-3,14.200>}
0     prism {linear_sweep linear_spline 0,14,4
0    <1.750,14.750>,<1.750,15.750>,<3.500,15>,<3,14.200>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-3,14.200>,<-3.500,14.500>,<-3.500,15>}
0     prism {linear_sweep linear_spline 0,14,3
0    <3,14.200>,<3.500,14.500>,<3.500,15>}
0    } rotate <-90,0,0>
0 }
0 material { L3Color0 }
0 }
0 torus {9,4.001 translate <0,17,0>
0 clipped_by {
0   union {
0     prism {linear_sweep linear_spline 0,14,3
0    <0,17>,<-4.975,17>,<-4.415,19.828>}
0     prism {linear_sweep linear_spline 0,14,3
0    <0,17>,<4.975,17>,<4.415,19.828>}
0     prism {linear_sweep linear_spline 0,14,4
0    <0,17>,<0,19.121>,<-1.104,19.828>,<-4.415,19.828>}
0     prism {linear_sweep linear_spline 0,14,4
0    <0,17>,<0,19.121>,<1.104,19.828>,<4.415,19.828>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-4.975,17>,<-9.192,17>,<-8.157,19.828>,<-4.415,19.828>}
0     prism {linear_sweep linear_spline 0,14,4
0    <4.975,17>,<9.192,17>,<8.157,19.828>,<4.415,19.828>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-9.192,17>,<-12.010,17>,<-11.334,18.414>,<-8.157,19.828>}
0     prism {linear_sweep linear_spline 0,14,4
0    <9.192,17>,<12.010,17>,<11.334,18.414>,<8.157,19.828>}
0    } rotate <-90,0,0>
0 }
0 material { L3Color8 }
0 }
0 cylinder { <0,4,0>,<0,17,0>,13.001
0 clipped_by {
0   union {
0     prism {linear_sweep linear_spline 0,14,3
0    <-3.5,10>,<-2.25,10>,<-2.34512,9.52162>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-3.5,10>,<-2.34512,9.52162>,<-2.61613,9.11613>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-3.5,10>,<-2.61613,9.11613>,<-3.02163,8.84513>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-3.5,10>,<-3.02163,8.84513>,<-3.5,8.75>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-3.5,10>,<-3.5,8.75>,<-3.97837,8.84513>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-3.5,10>,<-3.97837,8.84513>,<-4.38387,9.11613>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-3.5,10>,<-4.38387,9.11613>,<-4.65487,9.52162>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-3.5,10>,<-4.65487,9.52162>,<-4.75,10>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-3.5,10>,<-4.75,10>,<-4.65487,10.4784>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-3.5,10>,<-4.65487,10.4784>,<-4.38387,10.8839>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-3.5,10>,<-4.38387,10.8839>,<-3.97837,11.1549>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-3.5,10>,<-3.97837,11.1549>,<-3.5,11.25>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-3.5,10>,<-3.5,11.25>,<-3.02163,11.1549>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-3.5,10>,<-3.02163,11.1549>,<-2.61613,10.8839>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-3.5,10>,<-2.61613,10.8839>,<-2.34512,10.4784>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-3.5,10>,<-2.34512,10.4784>,<-2.25,10>}
0     prism {linear_sweep linear_spline 0,14,3
0    <3.5,10>,<4.75,10>,<4.65487,9.52162>}
0     prism {linear_sweep linear_spline 0,14,3
0    <3.5,10>,<4.65487,9.52162>,<4.38387,9.11613>}
0     prism {linear_sweep linear_spline 0,14,3
0    <3.5,10>,<4.38387,9.11613>,<3.97837,8.84513>}
0     prism {linear_sweep linear_spline 0,14,3
0    <3.5,10>,<3.97837,8.84513>,<3.5,8.75>}
0     prism {linear_sweep linear_spline 0,14,3
0    <3.5,10>,<3.5,8.75>,<3.02163,8.84513>}
0     prism {linear_sweep linear_spline 0,14,3
0    <3.5,10>,<3.02163,8.84513>,<2.61613,9.11613>}
0     prism {linear_sweep linear_spline 0,14,3
0    <3.5,10>,<2.61613,9.11613>,<2.34512,9.52162>}
0     prism {linear_sweep linear_spline 0,14,3
0    <3.5,10>,<2.34512,9.52162>,<2.25,10>}
0     prism {linear_sweep linear_spline 0,14,3
0    <3.5,10>,<2.25,10>,<2.34512,10.4784>}
0     prism {linear_sweep linear_spline 0,14,3
0    <3.5,10>,<2.34512,10.4784>,<2.61613,10.8839>}
0     prism {linear_sweep linear_spline 0,14,3
0    <3.5,10>,<2.61613,10.8839>,<3.02163,11.1549>}
0     prism {linear_sweep linear_spline 0,14,3
0    <3.5,10>,<3.02163,11.1549>,<3.5,11.25>}
0     prism {linear_sweep linear_spline 0,14,3
0    <3.5,10>,<3.5,11.25>,<3.97837,11.1549>}
0     prism {linear_sweep linear_spline 0,14,3
0    <3.5,10>,<3.97837,11.1549>,<4.38387,10.8839>}
0     prism {linear_sweep linear_spline 0,14,3
0    <3.5,10>,<4.38387,10.8839>,<4.65487,10.4784>}
0     prism {linear_sweep linear_spline 0,14,3
0    <3.5,10>,<4.65487,10.4784>,<4.75,10>}
0    } rotate <-90,0,0>
0 }
0 material { L3Color0 }
0 }
0
0 torus{9,4 clipped_by{difference{box{<-13,4,-13>,<13,-4,13>}
0 cylinder{<0,0,0>,<0,4,0>,9} plane{y,0}}}translate <0,17,0>}
0 plane{y,21 clipped_by{difference{sphere{<0,21,0>,9} sphere{<0,21,0>,8}}}}
0
0 torus{9,4 clipped_by{difference{box{<-13,-4,-13>,<13,4,13>}
0 cylinder{<0,0,0>,<0,-4,0>,9} plane{-y,0}}}translate <0,4,0>}
0 plane{y,0 clipped_by{difference{sphere{<0,0,0>,9} sphere{<0,0,0>,8}}}}
0
0 cylinder{<0,4,0>,<0,17,0>,13}
0 L3P ENDPOV
0


Special: 
[DAT] (requires LDraw-compatible viewer)
Subject: 
POV dat - 3626bp7a - Minifig Head with Brown Hair over Eye and Black Eyebrows - POV
Newsgroups: 
lugnet.cad.ray, lugnet.cad.dat.parts
Date: 
Tue, 28 Sep 2010 21:02:37 GMT
Viewed: 
21888 times
  
0 Minifig Head with Brown Hair over Eye and Black Eyebrows - POV
0 Name: 3626bp7a.dat
0 Author: Thomas Burger [grapeape]
0 !LDRAW_ORG Part UPDATE 2002-04
0 !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt
0 // Inline POV code generated by MFHead v0.22

0 !KEYWORDS Star Wars, Hoth, Snowspeeder, Rebel Alliance
0 !KEYWORDS Aquazone, Aquaraiders, Racers, face, sloppy hair, black eyebrows
0 !KEYWORDS arched eyebrow, sharp, spiky, bangs
0 !CMDLINE -c14

0 BFC NOCERTIFY
0 !HISTORY 2002-08-18 [PTadmin] Official Update 2002-04
0 !HISTORY 2007-06-29 [PTadmin] Header formatted for Contributor Agreement
0 !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01

0 L3P IFNOTPOV
1 16 0 0 0 1 0 0 0 1 0 0 0 1 s\3626bs01.dat
1 0 3.50 10 -12.30 1.27 0.25 0 0 0 1.30 0.25 -1.27 0 4-4disc.dat
0 // Inlined  1 352 0 0 0 1 0 0 0 1 0 0 0 1 s\3626p7aa.dat
4 352 -3.012 8.799 -12.4009 -2.5984 10.9192 -12.4831 -3.012 11.201 -12.4009 -3.5 8.7 -12.3038
3 352 -3.012 11.201 -12.4009 -3.5 8.7 -12.3038 -3.5 11.3 -12.3038
3 352 -3.5 11.3 -12.3038 -3.9879 11.201 -12.2068 -3.5 10 -12.3038
3 352 -3.5 10 -12.3038 -3.5 8.7 -12.3038 -3.9879 8.799 -12.2068
3 352 -3.9879 8.799 -12.2068 -4.4015 9.0808 -12.1245 -3.5 10 -12.3038
3 352 -3.5 10 -12.3038 -4.4015 10.9192 -12.1245 -3.9879 11.201 -12.2068
3 352 -4.4015 10.9192 -12.1245 -4.6779 10.4975 -12.0695 -3.5 10 -12.3038
3 352 -3.5 10 -12.3038 -4.775 10 -12.0502 -4.6779 10.4975 -12.0695
3 352 -4.775 10 -12.0502 -4.6779 9.5025 -12.0695 -3.5 10 -12.3038
3 352 -3.5 10 -12.3038 -4.4015 9.0808 -12.1245 -4.6779 9.5025 -12.0695

3 0 -3.01 8.80 -12.40 -2.60 9.08 -12.48 -2.60 10.92 -12.48
3 0 -2.60 10.92 -12.48 -2.32 10.50 -12.54 -2.60 9.08 -12.48
3 0 -2.60 9.08 -12.48 -2.32 9.50 -12.54 -2.32 10.50 -12.54
3 0 -2.32 10.50 -12.54 -2.22 10 -12.56 -2.32 9.50 -12.54
0 // Inlined  1 356 0 0 0 1 0 0 0 1 0 0 0 1 s\3626p7ab.dat
3 356 -4.4015 10.9192 -12.1245 -3.6289 12.1 -12.2782 -3.9879 11.201 -12.2068
3 356 -3.9879 11.201 -12.2068 -3.5 11.3 -12.3038 -3.6289 12.1 -12.2782
3 356 -3.6289 12.1 -12.2782 -3.012 11.201 -12.4009 -3.5 11.3 -12.3038
3 356 -3.6289 12.1 -12.2782 -2.7462 11.7 -12.4537 -3.012 11.201 -12.4009
3 356 -3.012 11.201 -12.4009 -2.5984 10.9192 -12.4831 -2.7462 11.7 -12.4537
3 356 -2.7462 11.7 -12.4537 -1.5693 12.8 -12.6879 -2.5984 10.9192 -12.4831
3 356 -2.7462 11.7 -12.4537 -1.4712 13.4 -12.7074 -1.5693 12.8 -12.6879
3 356 -1.4712 13.4 -12.7074 -1.5693 13.7 -12.6879 -2.7462 11.7 -12.4537
3 356 -2.7462 11.7 -12.4537 -2.0596 13.6 -12.5903 -1.5693 13.7 -12.6879
3 356 -2.0596 13.6 -12.5903 -3.1385 12.7 -12.3757 -2.7462 11.7 -12.4537
3 356 -2.7462 11.7 -12.4537 -3.6289 12.1 -12.2782 -3.1385 12.7 -12.3757
3 356 -3.012 8.799 -12.4009 -3.0404 8.2 -12.3952 -3.5 8.7 -12.3038
3 356 -4.6779 9.5025 -12.0695 -4.9748 10 -12.0104 -4.775 10 -12.0502
3 356 -4.9748 10 -12.0104 -4.6779 10.4975 -12.0695 -4.775 10 -12.0502
3 356 -4.9748 14.8 -12.0104 -4.9748 11.9 -12.0104 -4.4135 13.5 -12.1221
3 356 -4.9748 11.9 -12.0105 -5.8293 13.4 -11.4395 -4.9748 14.8 -12.0105
3 356 -4.9748 11.9 -12.0105 -5.081 10.9 -11.9395 -5.8293 13.4 -11.4395
3 356 -5.8293 13.4 -11.4395 -6.2451 11.6 -11.1617 -5.081 10.9 -11.9395
3 356 -5.081 10.9 -11.9395 -4.9748 10 -12.0105 -6.2451 11.6 -11.1617
3 356 -6.2451 11.6 -11.1617 -6.4114 9.8 -11.0506 -4.9748 10 -12.0105
3 356 -4.9748 10 -12.0105 -4.9748 4.9 -12.0105 -6.4114 9.8 -11.0506
3 356 -4.9748 4.9 -12.0104 -4.9748 10 -12.0104 -4.6779 9.5025 -12.0695
3 356 -4.6779 9.5025 -12.0695 -4.4015 9.0808 -12.1245 -4.9748 4.9 -12.0104
3 356 -4.9748 4.9 -12.0104 -3.9879 8.799 -12.2068 -4.4015 9.0808 -12.1245
3 356 -3.9879 8.799 -12.2068 -3.5 8.7 -12.3038 -4.9748 4.9 -12.0104
3 356 -4.9748 4.9 -12.0104 -3.0404 8.2 -12.3952 -3.5 8.7 -12.3038
3 356 -3.0404 8.2 -12.3952 -2.9424 7.9 -12.4147 -4.9748 4.9 -12.0104
3 356 -2.9424 7.9 -12.4147 -2.7462 7.9 -12.4537 -4.9748 4.9 -12.0104
3 356 -4.9748 4.9 -12.0104 0 5 -13 -2.7462 7.9 -12.4537
3 356 -2.7462 7.9 -12.4537 0 5.9 -13 0 5 -13
3 356 0 5.9 -13 -0.2942 7 -12.9415 -2.7462 7.9 -12.4537
3 356 -2.7462 7.9 -12.4537 -0.3923 7.7 -12.922 -0.2942 7 -12.9415
3 356 -0.3923 7.7 -12.922 -0.2942 8.7 -12.9415 -2.7462 7.9 -12.4537
3 356 -2.7462 7.9 -12.4537 -1.5693 9.4 -12.6879 -0.2942 8.7 -12.9415
3 356 -0.2942 8.7 -12.9415 -0.0981 9.8 -12.9805 -1.5693 9.4 -12.6879
3 356 -1.5693 9.4 -12.6879 -0.7846 10.2 -12.8439 -0.0981 9.8 -12.9805
3 356 -0.0981 9.8 -12.9805 -0.2942 10.2 -12.9415 -0.7846 10.2 -12.8439
3 356 -0.7846 10.2 -12.8439 -0.5885 10.4 -12.8829 -0.2942 10.2 -12.9415
3 356 -0.5885 10.4 -12.8829 -0.1962 10.4 -12.961 -0.2942 10.2 -12.9415
3 356 -0.2942 10.2 -12.9415 -0.1962 10.4 -12.961 -0.0981 9.8 -12.9805
3 356 -4.9748 14.8 -12.0104 -3.9231 15.8 -12.2196 -3.6289 15.8 -12.2782
3 356 -4.4135 13.5 -12.1221 -4.9748 14.8 -12.0104 -3.6289 15.8 -12.2782
3 356 -3.6289 15.8 -12.2782 -3.4327 15.5 -12.3172 -4.4135 13.5 -12.1221
3 356 0 5.9 -13 0.4904 5 -12.9025 0 5 -13
4 356 -6.4114 9.8 -11.0506 -6.4945 8.3 -10.995 -5.8293 4.9 -11.4395 -4.9748 4.9 -12.0105
4 356 -6.4945 8.3 -10.995 -8.0743 8 -9.9395 -7.908 9.4 -10.0506 -7.0766 9.4 -10.6061
4 356 -7.0766 9.4 -10.6061 -7.0766 10.3 -10.6061 -7.5754 10.3 -10.2728 -7.908 9.4 -10.0506
4 356 -7.5754 10.3 -10.2728 -7.4091 11 -10.3839 -6.9934 11 -10.6617 -7.0766 10.3 -10.6061
4 356 -7.4091 11 -10.3839 -7.5754 10.3 -10.2728 -7.908 9.4 -10.0506 -7.7417 10.3 -10.1617
4 356 -7.4091 11 -10.3839 -7.0766 11.9 -10.6061 -6.8271 11.8 -10.7728 -6.9934 11 -10.6617
4 356 -8.0743 8 -9.9395 -7.9912 6.7 -9.995 -5.8293 4.9 -11.4395 -6.4945 8.3 -10.995
3 356 -7.9912 6.7 -9.995 -7.908 5.9 -10.0506 -5.8293 4.9 -11.4395
3 356 -5.8293 4.9 -11.4395 -4.9749 4 -12.0104 -4.9748 4.9 -12.0105
3 356 -5.8293 4.9 -11.4395 -9.1924 4 -9.1924 -4.9749 4 -12.0104
3 356 -5.8293 4.9 -11.4395 -9.1924 4 -9.1924 -7.908 5.9 -10.0506
3 356 -7.908 5.9 -10.0506 -8.49 6.3 -9.6617 -9.1924 4 -9.1924
3 356 -9.1924 4 -9.1924 -9.1924 7.3 -9.1924 -8.49 6.3 -9.6617
3 356 -9.1924 7.3 -9.1924 -9.5009 4.5 -8.7307 -9.1924 4 -9.1924
3 356 -9.5009 4.5 -8.7307 -9.8342 5.6 -8.2318 -9.1924 7.3 -9.1924
3 356 -9.1924 7.3 -9.1924 -9.8342 5.6 -8.2318 -9.9454 6.7 -8.0655
3 356 -9.9454 6.7 -8.0655 -10.0009 7.5 -7.9823 -9.1924 7.3 -9.1924
3 356 -9.1924 7.3 -9.1924 -9.3342 8.1 -8.9801 -10.0009 7.5 -7.9823
3 356 -10.0009 7.5 -7.9823 -9.8898 8.6 -8.1486 -9.3342 8.1 -8.9801
4 356 -9.3342 8.1 -8.9801 -9.3898 9.1 -8.897 -9.612 9.2 -8.5644 -9.8898 8.6 -8.1486
3 356 -9.5009 4.5 -8.7307 -9.6676 4.3 -8.4812 -9.1924 4 -9.1924
3 356 -9.1924 4 -9.1924 -10.7787 4 -6.8183 -9.6676 4.3 -8.4812
3 356 -9.6676 4.3 -8.4812 -10.0009 4.7 -7.9823 -10.7787 4 -6.8183
3 356 -10.7787 4 -6.8183 -10.7232 5 -6.9014 -10.0009 4.7 -7.9823
3 356 -10.0009 4.7 -7.9823 -10.2787 5.4 -7.5666 -10.7232 5 -6.9014
3 356 -10.7232 5 -6.9014 -10.5009 5.7 -7.234 -10.2787 5.4 -7.5666
3 356 -10.2787 5.4 -7.5666 -10.3343 5.7 -7.4835 -10.5009 5.7 -7.234
3 356 -10.7787 4 -6.8183 -10.0978 2.9343 -6.8444 -9.4586 2.2239 -7.1389
4 356 0 4 -13 0 5 -13 -4.9748 4.9 -12.0104 -4.9749 4 -12.0104
4 356 0 5 -13 0.4904 5 -12.9025 1.0789 4 -12.7854 0 4 -13
3 356 0 4 -13 1.0789 4 -12.7854 1.97 3.1119 -12.1394
3 356 2.8168 2.7567 -11.7835 3.8065 2.8455 -11.6335 4.6265 2.2239 -11.1423
3 356 5.5799 4 -11.6062 6.744 4 -10.8284 6.0668 2.2239 -10.175
3 356 6.744 4 -10.8284 6.757 3.4672 -10.4879 6.0668 2.2239 -10.175
3 356 6.0668 2.2239 -10.175 8.5613 2.2239 -8.5083 6.757 3.4672 -10.4879
3 356 6.757 3.4672 -10.4879 7.4091 4 -10.3839 8.5613 2.2239 -8.5083
3 356 9.1924 4 -9.1924 8.5613 2.2239 -8.5083 7.4091 4 -10.3839
4 356 6.744 4 -10.8284 6.6608 5 -10.8839 5.9956 5 -11.3284 5.5799 4 -11.6062
4 356 5.9956 5 -11.3284 6.2451 5.7 -11.1617 6.4114 5.7 -11.0506 6.6608 5 -10.8839
3 356 9.1924 4 -9.1924 9.9173 3.2896 -7.4454 9.2782 2.5791 -7.74
3 356 9.1924 4 -9.1924 10.4454 4 -7.3172 9.9173 3.2896 -7.4454
4 356 9.1924 4 -9.1924 9.612 4.9 -8.5644 10.4454 4.9 -7.3172 10.4454 4 -7.3172
4 356 10.4454 4.9 -7.3172 10.112 6 -7.8161 9.612 5.9 -8.5644 9.612 4.9 -8.5644
4 356 9.612 5.9 -8.5644 9.5565 6.4 -8.6475 9.7231 6.6 -8.3981 10.112 6 -7.8161
3 356 8.5283 2.2258 -8.5331 9.2782 2.5791 -7.74 9.1924 4 -9.1924
3 356 9.1924 4 -9.1924 8.6563 5.9 -9.5506 7.9912 5 -9.995
3 356 7.4091 4 -10.3839 9.1924 4 -9.1924 7.9912 5 -9.995
3 356 7.9912 5 -9.995 8.6563 5.9 -9.5506 8.4069 6.2 -9.7172
3 356 4.614 2.228 -11.1483 6.0668 2.2239 -10.175 5.5799 4 -11.6062
3 356 4.614 2.228 -11.1483 5.5799 4 -11.6062 4.8303 3.29 -11.665
3 356 3.8065 2.8455 -11.6335 4.6265 2.2239 -11.1423 4.8355 3.2895 -11.6631
3 356 -0.0035 2.2183 -12.0603 4.6265 2.2239 -11.1423 2.8168 2.7567 -11.7835
3 356 -0.0035 2.2183 -12.0603 2.8168 2.7567 -11.7835 1.97 3.1119 -12.1394
3 356 -0.0035 2.2183 -12.0603 1.97 3.1119 -12.1394 0 4 -13
4 356 -4.6173 2.2126 -11.1381 0.0035 2.2183 -12.0603 0 4 -13 -4.9749 4 -12.0104
4 356 -8.5334 2.2266 -8.5286 -4.6132 2.224 -11.1463 -4.9749 4 -12.0104 -9.1924 4 -9.1924
3 356 -9.4586 2.2239 -7.1389 -8.5297 2.2297 -8.5346 -9.1924 4 -9.1924
3 356 -9.4586 2.2239 -7.1389 -9.1924 4 -9.1924 -10.7787 4 -6.8183

3 16 -4.97 17 -12.01 -4.97 14.80 -12.01 -3.92 15.80 -12.22
3 16 -4.97 14.80 -12.01 -5.83 13.40 -11.44 -4.97 17 -12.01
3 16 -4.97 10 -12.01 -4.97 11.90 -12.01 -5.08 10.90 -11.94
3 16 -4.97 11.90 -12.01 -4.68 10.50 -12.07 -4.97 10 -12.01
3 16 -4.97 11.90 -12.01 -4.40 10.92 -12.12 -4.68 10.50 -12.07
3 16 -4.97 11.90 -12.01 -3.63 12.10 -12.28 -4.40 10.92 -12.12
3 16 -4.97 11.90 -12.01 -3.63 12.10 -12.28 -4.41 13.50 -12.12
4 0 0 15.40 -13 0 16.30 -13 -1.08 16.30 -12.79 -0.98 15.40 -12.80
4 0 -0.98 15.40 -12.80 -1.86 15.20 -12.63 -2.16 16 -12.57 -1.08 16.30 -12.79
4 0 -2.16 16 -12.57 -3.04 15.60 -12.40 -2.65 14.80 -12.47 -1.86 15.20 -12.63
3 0 -2.65 14.80 -12.47 -3.04 14.70 -12.40 -3.04 15.10 -12.40
3 0 -3.04 15.10 -12.40 -2.65 14.80 -12.47 -3.04 15.60 -12.40
3 0 -3.04 15.60 -12.40 -3.04 15.10 -12.40 -3.33 15.30 -12.34
3 0 -3.33 15.30 -12.34 -3.33 14.90 -12.34 -3.04 15.10 -12.40
3 0 -3.04 15.10 -12.40 -3.04 14.70 -12.40 -3.33 14.90 -12.34
4 0 0 16.30 -13 1.18 16.30 -12.77 0.98 15.40 -12.80 0 15.40 -13
4 0 0.98 15.40 -12.80 1.77 15.20 -12.65 2.16 16 -12.57 1.18 16.30 -12.77
4 0 1.77 15.20 -12.65 2.75 14.80 -12.45 3.14 15.60 -12.38 2.16 16 -12.57
3 0 3.14 15.60 -12.38 3.14 15.10 -12.38 2.75 14.80 -12.45
3 0 2.75 14.80 -12.45 2.94 14.60 -12.41 3.14 15.10 -12.38
3 0 3.14 15.10 -12.38 3.33 14.60 -12.34 2.94 14.60 -12.41
3 0 3.14 15.10 -12.38 3.63 14.90 -12.28 3.33 14.60 -12.34
3 0 3.14 15.10 -12.38 3.63 14.90 -12.28 3.63 15.20 -12.28
3 0 3.14 15.10 -12.38 3.14 15.60 -12.38 3.63 15.20 -12.28
3 0 2.60 9.08 -12.48 1.96 9.30 -12.61 2.06 8.40 -12.59
3 0 2.06 8.40 -12.59 1.67 8.70 -12.67 1.96 9.30 -12.61
3 0 1.96 9.30 -12.61 1.57 9.30 -12.69 1.67 8.70 -12.67
3 0 1.67 8.70 -12.67 1.47 9.10 -12.71 1.57 9.30 -12.69
3 0 2.06 8.40 -12.59 3.83 7.20 -12.24 2.60 9.08 -12.48
3 0 2.60 9.08 -12.48 3.01 8.80 -12.40 3.83 7.20 -12.24
3 0 3.83 7.20 -12.24 4.71 6.60 -12.06 4.22 8.20 -12.16
3 0 4.22 8.20 -12.16 3.99 8.80 -12.21 3.83 7.20 -12.24
3 0 3.83 7.20 -12.24 3.50 8.70 -12.30 3.99 8.80 -12.21
3 0 3.50 8.70 -12.30 3.01 8.80 -12.40 3.83 7.20 -12.24
3 0 4.71 6.60 -12.06 4.97 6.80 -12.01 4.22 8.20 -12.16
3 0 4.22 8.20 -12.16 4.97 8.70 -12.01 4.97 6.80 -12.01
3 0 4.97 8.70 -12.01 5.83 9.40 -11.44 6.33 8.40 -11.11
3 0 6.33 8.40 -11.11 4.97 8.70 -12.01 4.97 6.80 -12.01
3 0 5.83 9.40 -11.44 6.25 9.40 -11.16 6.33 8.40 -11.11
3 0 6.33 8.40 -11.11 6.58 8.90 -10.94 6.25 9.40 -11.16
4 16 3.99 8.80 -12.21 4.40 9.08 -12.12 4.97 8.70 -12.01 4.22 8.20 -12.16
4 16 4.97 8.70 -12.01 4.97 9.50 -12.01 4.68 9.50 -12.07 4.40 9.08 -12.12
4 16 4.68 9.50 -12.07 4.97 9.50 -12.01 4.97 10 -12.01 4.78 10 -12.05
4 16 4.78 10 -12.05 4.68 10.50 -12.07 4.97 10.70 -12.01 4.97 10 -12.01
4 16 4.68 10.50 -12.07 4.40 10.92 -12.12 4.97 11.20 -12.01 4.97 10.70 -12.01
4 16 4.40 10.92 -12.12 3.99 11.20 -12.21 4.97 13 -12.01 4.97 11.20 -12.01
4 16 3.99 11.20 -12.21 3.50 11.30 -12.30 3.53 13 -12.30 4.97 13 -12.01
4 16 3.53 13 -12.30 3.50 11.30 -12.30 3.01 11.20 -12.40 0 13 -13
3 16 0 13 -13 3.01 11.20 -12.40 2.60 10.92 -12.48
3 16 1.96 9.30 -12.61 2.32 9.50 -12.54 2.60 9.08 -12.48
3 16 2.32 9.50 -12.54 2.22 10 -12.56 1.96 9.30 -12.61
3 16 1.96 9.30 -12.61 1.57 9.30 -12.69 2.22 10 -12.56
3 16 2.22 10 -12.56 2.32 10.50 -12.54 0 10.60 -13
3 16 0 10.60 -13 2.32 10.50 -12.54 0 13 -13
3 16 0 13 -13 2.60 10.92 -12.48 2.32 10.50 -12.54
3 16 2.22 10 -12.56 1.57 9.30 -12.69 0 10.60 -13
3 16 0 10.60 -13 0 8.60 -13 1.57 9.30 -12.69
3 16 1.57 9.30 -12.69 1.47 9.10 -12.71 0 8.60 -13
3 16 0 8.60 -13 1.47 9.10 -12.71 1.67 8.70 -12.67
3 16 1.67 8.70 -12.67 2.06 8.40 -12.59 0 8.60 -13
3 16 0 8.60 -13 0 5.90 -13 2.06 8.40 -12.59
3 16 2.06 8.40 -12.59 3.83 7.20 -12.24 0 5.90 -13
3 16 0 5.90 -13 4.71 6.60 -12.06 3.83 7.20 -12.24
3 16 4.71 6.60 -12.06 4.97 5 -12.01 4.97 6.80 -12.01
3 16 4.97 5 -12.01 4.71 6.60 -12.06 0 5.90 -13
3 16 3.53 13 -12.30 0 15.40 -13 0 13 -13
3 16 0 15.40 -13 0.98 15.40 -12.80 3.53 13 -12.30
3 16 3.53 13 -12.30 1.77 15.20 -12.65 0.98 15.40 -12.80
3 16 1.77 15.20 -12.65 2.75 14.80 -12.45 3.53 13 -12.30
3 16 3.53 13 -12.30 2.94 14.60 -12.41 2.75 14.80 -12.45
3 16 2.94 14.60 -12.41 3.33 14.60 -12.34 3.53 13 -12.30
3 16 3.53 13 -12.30 3.33 14.60 -12.34 4.97 13 -12.01
3 16 4.97 13 -12.01 3.33 14.60 -12.34 3.63 14.90 -12.28
3 16 3.63 14.90 -12.28 4.97 17 -12.01 4.97 13 -12.01
3 16 3.63 14.90 -12.28 3.63 15.20 -12.28 4.97 17 -12.01
3 16 4.97 17 -12.01 3.63 15.20 -12.28 3.14 15.60 -12.38
3 16 3.14 15.60 -12.38 2.16 16 -12.57 4.97 17 -12.01
3 16 4.97 17 -12.01 0 17 -13 1.18 16.30 -12.77
3 16 1.18 16.30 -12.77 2.16 16 -12.57 4.97 17 -12.01
3 16 0 17 -13 1.18 16.30 -12.77 0 16.30 -13
3 16 0 16.30 -13 0 17 -13 -4.97 17 -12.01
3 16 -4.97 17 -12.01 0 16.30 -13 -1.08 16.30 -12.79
3 16 -1.08 16.30 -12.79 -2.16 16 -12.57 -4.97 17 -12.01
3 16 -4.97 17 -12.01 -2.16 16 -12.57 -3.63 15.80 -12.28
3 16 -3.63 15.80 -12.28 -3.92 15.80 -12.22 -4.97 17 -12.01
3 16 -3.04 15.60 -12.40 -3.63 15.80 -12.28 -2.16 16 -12.57
3 16 -3.04 15.60 -12.40 -3.43 15.50 -12.32 -3.63 15.80 -12.28
3 16 -3.43 15.50 -12.32 -3.33 15.30 -12.34 -3.04 15.60 -12.40
3 16 -3.33 15.30 -12.34 -4.41 13.50 -12.12 -3.43 15.50 -12.32
3 16 -3.33 15.30 -12.34 -3.33 14.90 -12.34 -4.41 13.50 -12.12
3 16 -4.41 13.50 -12.12 -3.04 14.70 -12.40 -3.33 14.90 -12.34
3 16 -3.04 14.70 -12.40 -3.63 12.10 -12.28 -4.41 13.50 -12.12
3 16 -3.63 12.10 -12.28 -3.04 14.70 -12.40 -3.14 12.70 -12.38
3 16 -3.14 12.70 -12.38 -2.06 13.60 -12.59 -3.04 14.70 -12.40
3 16 -3.04 14.70 -12.40 -2.65 14.80 -12.47 -2.06 13.60 -12.59
3 16 -2.06 13.60 -12.59 -1.57 13.70 -12.69 -2.65 14.80 -12.47
3 16 -2.65 14.80 -12.47 -1.86 15.20 -12.63 -1.57 13.70 -12.69
3 16 -1.57 13.70 -12.69 -0.98 15.40 -12.80 -1.86 15.20 -12.63
3 16 -0.98 15.40 -12.80 0 15.40 -13 0 13 -13
3 16 0 13 -13 -1.57 13.70 -12.69 -0.98 15.40 -12.80
3 16 -1.57 13.70 -12.69 -1.47 13.40 -12.71 0 13 -13
3 16 0 13 -13 -1.57 12.80 -12.69 -1.47 13.40 -12.71
3 16 -1.57 12.80 -12.69 0 13 -13 -2.60 10.92 -12.48
3 16 -2.60 10.92 -12.48 -2.32 10.50 -12.54 0 13 -13
3 16 0 5.90 -13 -0.29 7 -12.94 0 8.60 -13
3 16 -0.29 7 -12.94 -0.39 7.70 -12.92 0 8.60 -13
3 16 0 8.60 -13 -0.29 8.70 -12.94 -0.39 7.70 -12.92
3 16 -0.29 8.70 -12.94 0 8.60 -13 -0.10 9.80 -12.98
3 16 -0.10 9.80 -12.98 0 8.60 -13 0 10.60 -13
3 16 0 10.60 -13 -0.10 9.80 -12.98 -0.20 10.40 -12.96
3 16 -0.20 10.40 -12.96 -0.59 10.40 -12.88 0 10.60 -13
3 16 0 10.60 -13 -0.59 10.40 -12.88 0 13 -13
3 16 0 13 -13 -0.59 10.40 -12.88 -2.32 10.50 -12.54
3 16 -2.32 10.50 -12.54 -2.22 10 -12.56 -0.59 10.40 -12.88
3 16 -0.59 10.40 -12.88 -0.78 10.20 -12.84 -2.22 10 -12.56
3 16 -2.22 10 -12.56 -2.32 9.50 -12.54 -0.78 10.20 -12.84
3 16 -2.32 9.50 -12.54 -1.57 9.40 -12.69 -0.78 10.20 -12.84
3 16 -1.57 9.40 -12.69 -2.32 9.50 -12.54 -2.60 9.08 -12.48
3 16 -2.60 9.08 -12.48 -1.57 9.40 -12.69 -2.75 7.90 -12.45
3 16 -2.75 7.90 -12.45 -2.94 7.90 -12.41 -3.04 8.20 -12.40
3 16 -3.04 8.20 -12.40 -2.60 9.08 -12.48 -2.75 7.90 -12.45
3 16 -3.04 8.20 -12.40 -3.01 8.80 -12.40 -2.60 9.08 -12.48
3 16 4.97 5 -12.01 4.97 4 -12.01 0 5.90 -13
3 16 0 5.90 -13 0.49 5 -12.90 4.97 4 -12.01
3 16 4.97 4 -12.01 1.08 4 -12.79 0.49 5 -12.90
4 16 6.00 5 -11.33 5.58 4 -11.61 4.97 4 -12.01 4.97 5 -12.01
4 16 4.97 5 -12.01 4.97 6.80 -12.01 6.25 5.70 -11.16 6.00 5 -11.33
3 16 6.74 4 -10.83 7.41 4 -10.38 6.76 3.47 -10.49
3 16 6.74 4 -10.83 7.41 4 -10.38 6.66 5 -10.88
3 16 6.66 5 -10.88 7.99 5 -9.99 7.41 4 -10.38
3 16 7.99 5 -9.99 8.41 6.20 -9.72 6.66 5 -10.88
3 16 6.66 5 -10.88 6.41 5.70 -11.05 8.41 6.20 -9.72
3 16 8.41 6.20 -9.72 6.41 5.70 -11.05 6.58 8.90 -10.94
4 16 6.58 8.90 -10.94 6.33 8.40 -11.11 6.25 5.70 -11.16 6.41 5.70 -11.05
3 16 6.25 5.70 -11.16 6.33 8.40 -11.11 4.97 6.80 -12.01
3 16 9.19 6.70 -9.19 8.66 5.90 -9.55 8.41 6.20 -9.72
3 16 9.19 6.70 -9.19 6.58 8.90 -10.94 9.19 17 -9.19
3 16 9.19 17 -9.19 6.58 8.90 -10.94 6.25 9.40 -11.16
3 16 6.25 9.40 -11.16 5.83 9.40 -11.44 9.19 17 -9.19
3 16 9.19 17 -9.19 5.83 9.40 -11.44 4.97 13 -12.01
3 16 4.97 13 -12.01 5.83 9.40 -11.44 4.97 8.70 -12.01
3 16 4.97 13 -12.01 4.97 17 -12.01 9.19 17 -9.19
3 16 6.58 8.90 -10.94 9.19 6.70 -9.19 8.41 6.20 -9.72
3 16 9.56 6.40 -8.65 9.19 6.70 -9.19 9.61 5.90 -8.56
3 16 9.61 5.90 -8.56 9.19 4 -9.19 9.19 6.70 -9.19
3 16 9.61 5.90 -8.56 9.61 4.90 -8.56 9.19 4 -9.19
3 16 10.45 4 -7.32 12.01 4 -4.97 10.63 1.17 -4.40
3 16 10.63 1.17 -4.40 9.92 3.29 -7.45 10.45 4 -7.32
3 16 9.92 3.29 -7.45 9.28 2.58 -7.74 10.63 1.17 -4.40
3 16 10.45 4.90 -7.32 10.45 4 -7.32 12.01 4 -4.97
3 16 12.01 4 -4.97 10.45 4.90 -7.32 12.01 17 -4.97
3 16 12.01 17 -4.97 10.45 4.90 -7.32 10.11 6 -7.82
3 16 10.11 6 -7.82 9.72 6.60 -8.40 12.01 17 -4.97
3 16 12.01 17 -4.97 9.19 17 -9.19 9.72 6.60 -8.40
3 16 9.72 6.60 -8.40 9.56 6.40 -8.65 9.19 17 -9.19
3 16 9.19 17 -9.19 9.19 6.70 -9.19 9.56 6.40 -8.65
4 16 12.01 17 -4.97 13 17 0 13 4 0 12.01 4 -4.97
3 16 -10.78 4 -6.82 -12.01 4 -4.97 -12.01 17 -4.97
3 16 -12.01 17 -4.97 -10.72 5 -6.90 -10.78 4 -6.82
4 16 -10.00 4.70 -7.98 -9.83 5.60 -8.23 -9.50 4.50 -8.73 -9.67 4.30 -8.48
4 16 -10.00 4.70 -7.98 -9.83 5.60 -8.23 -9.95 6.70 -8.07 -10.28 5.40 -7.57
4 16 -10.28 5.40 -7.57 -10.33 5.70 -7.48 -10.00 7.50 -7.98 -9.95 6.70 -8.07
3 16 -10.00 7.50 -7.98 -10.33 5.70 -7.48 -10.50 5.70 -7.23
3 16 -10.50 5.70 -7.23 -10.72 5 -6.90 -12.01 17 -4.97
3 16 -12.01 17 -4.97 -10.50 5.70 -7.23 -10.00 7.50 -7.98
3 16 -10.00 7.50 -7.98 -9.89 8.60 -8.15 -12.01 17 -4.97
3 16 -12.01 17 -4.97 -9.89 8.60 -8.15 -9.61 9.20 -8.56
3 16 -9.19 7.30 -9.19 -9.33 8.10 -8.98 -9.19 17 -9.19
3 16 -9.19 17 -9.19 -9.33 8.10 -8.98 -9.39 9.10 -8.90
4 16 -9.39 9.10 -8.90 -9.61 9.20 -8.56 -12.01 17 -4.97 -9.19 17 -9.19
3 16 -4.97 17 -12.01 -5.83 13.40 -11.44 -9.19 17 -9.19
3 16 -9.19 17 -9.19 -5.83 13.40 -11.44 -6.25 11.60 -11.16
3 16 -6.41 9.80 -11.05 -7.08 9.40 -10.61 -6.49 8.30 -10.99
3 16 -7.08 10.30 -10.61 -7.08 9.40 -10.61 -6.41 9.80 -11.05
4 16 -6.41 9.80 -11.05 -6.25 11.60 -11.16 -6.99 11 -10.66 -7.08 10.30 -10.61
3 16 -6.99 11 -10.66 -6.83 11.80 -10.77 -6.25 11.60 -11.16
3 16 -6.25 11.60 -11.16 -6.83 11.80 -10.77 -9.19 17 -9.19
3 16 -9.19 17 -9.19 -6.83 11.80 -10.77 -7.08 11.90 -10.61
3 16 -7.08 11.90 -10.61 -7.41 11 -10.38 -9.19 17 -9.19
3 16 -9.19 17 -9.19 -7.41 11 -10.38 -7.74 10.30 -10.16
3 16 -7.74 10.30 -10.16 -7.91 9.40 -10.05 -9.19 17 -9.19
3 16 -9.19 17 -9.19 -7.91 9.40 -10.05 -9.19 7.30 -9.19
3 16 -9.19 7.30 -9.19 -8.07 8 -9.94 -7.91 9.40 -10.05
3 16 -8.07 8 -9.94 -7.99 6.70 -9.99 -9.19 7.30 -9.19
3 16 -9.19 7.30 -9.19 -8.49 6.30 -9.66 -7.99 6.70 -9.99
3 16 -7.99 6.70 -9.99 -7.91 5.90 -10.05 -8.49 6.30 -9.66
3 16 -10.10 2.93 -6.84 -10.78 4 -6.82 -12.01 4 -4.97
3 16 -12.01 4 -4.97 -10.63 1.17 -4.40 -10.10 2.93 -6.84
3 16 -10.10 2.93 -6.84 -9.46 2.22 -7.14 -10.63 1.17 -4.40
3 16 -10.63 1.17 -4.40 -9.46 2.22 -7.14 -8.13 1.17 -8.14
3 16 8.14 1.17 -8.13 8.56 2.22 -8.51 6.07 2.22 -10.18
3 16 6.07 2.22 -10.18 4.40 1.17 -10.63 8.14 1.17 -8.13
4 16 12.01 4 -4.97 10.63 1.17 -4.41 11.51 1.17 0.01 13 4 0
4 16 12.01 17 -4.97 10.63 19.83 -4.41 11.51 19.83 0.01 13 17 0
4 16 12.01 17 -4.97 9.19 17 -9.19 8.13 19.83 -8.14 10.63 19.83 -4.40
4 16 9.19 17 -9.19 8.14 19.83 -8.13 4.40 19.83 -10.63 4.97 17 -12.01
4 16 4.97 17 -12.01 4.41 19.83 -10.63 -0.01 19.83 -11.51 0 17 -13
4 16 0 17 -13 0.01 19.83 -11.51 -4.41 19.83 -10.63 -4.97 17 -12.01
4 16 -4.97 17 -12.01 -4.40 19.83 -10.63 -8.14 19.83 -8.13 -9.19 17 -9.19
4 16 -9.19 17 -9.19 -8.13 19.83 -8.14 -10.63 19.83 -4.40 -12.01 17 -4.97
4 16 -12.01 17 -4.97 -13 17 0 -11.51 19.83 0.01 -10.63 19.83 -4.41
4 16 -12.01 4 -4.97 -13 4 0 -13 17 0 -12.01 17 -4.97
4 16 -12.01 4 -4.97 -10.63 1.17 -4.41 -11.51 1.17 0.01 -13 4 0
3 16 8.13 1.17 -8.14 10.63 1.17 -4.40 8.53 2.23 -8.53
3 16 8.53 2.23 -8.53 10.63 1.17 -4.40 9.28 2.58 -7.74
3 16 9.19 4 -9.19 9.19 6.70 -9.19 8.66 5.90 -9.55
3 16 4.40 1.17 -10.63 6.07 2.22 -10.18 4.61 2.23 -11.15
3 16 4.83 3.29 -11.66 5.58 4 -11.61 4.97 4 -12.01
4 16 3.81 2.85 -11.63 4.84 3.29 -11.66 4.97 4 -12.01 3.92 4 -12.22
4 16 2.82 2.76 -11.78 3.81 2.85 -11.63 3.92 4 -12.22 2.94 4 -12.41
4 16 1.97 3.11 -12.14 2.82 2.76 -11.78 2.94 4 -12.41 1.96 4 -12.61
3 16 1.97 3.11 -12.14 1.96 4 -12.61 1.08 4 -12.79
4 16 -0.01 1.17 -11.51 4.41 1.17 -10.63 4.63 2.22 -11.14 -0.00 2.22 -12.06
4 16 -4.41 1.17 -10.63 0.01 1.17 -11.51 0.00 2.22 -12.06 -4.62 2.21 -11.14
4 16 -8.14 1.17 -8.13 -4.40 1.17 -10.63 -4.61 2.22 -11.15 -8.53 2.23 -8.53
3 16 -9.46 2.22 -7.14 -8.13 1.17 -8.14 -8.53 2.23 -8.53
0
0 Pattern created wholly or in part by Quad2Dat
0 Thanks James
0
0 L3P ELSEPOV
0   #if (L3Studs)
0     difference {
0     cylinder { <0,0,0>, <0,-4,0>, 6}
0     cylinder { <0,0.01,0>, <0,-4.01,0>, 4}
0     }
0 #end
0 object { ring2_dot_dat matrix <2,0,0,0,1,0,0,0,2,0,0,0> }
0 object { ring3_dot_dat matrix <2,0,0,0,1,0,0,0,2,0,0,0> }
0 object { ring2_dot_dat matrix <2,0,0,0,1,0,0,0,2,0,4,0> }
0 object { _4_dash_4cyli_dot_dat matrix <6,0,0,0,20,0,0,0,6,0,4,0> }
0 object { ring3_dot_dat matrix <2,0,0,0,1,0,0,0,2,0,24,0> }
0 object { _4_dash_4cyli_dot_dat matrix <8,0,0,0,3,0,0,0,8,0,21,0> }
0
0 torus {9,4.001 translate <0,4,0>
0 clipped_by {
0   union {
0     prism {linear_sweep linear_spline 0,14,3
0    <-10.7787,4>,<-10.0978,2.9343>,<-9.4586,2.2239>}
0     prism {linear_sweep linear_spline 0,14,3
0    <0,4>,<1.0789,4>,<1.97,3.1119>}
0     prism {linear_sweep linear_spline 0,14,3
0    <2.8168,2.7567>,<3.8065,2.8455>,<4.6265,2.2239>}
0     prism {linear_sweep linear_spline 0,14,3
0    <5.5799,4>,<6.744,4>,<6.0668,2.2239>}
0     prism {linear_sweep linear_spline 0,14,3
0    <6.744,4>,<6.757,3.4672>,<6.0668,2.2239>}
0     prism {linear_sweep linear_spline 0,14,3
0    <6.0668,2.2239>,<8.5613,2.2239>,<6.757,3.4672>}
0     prism {linear_sweep linear_spline 0,14,3
0    <6.757,3.4672>,<7.4091,4>,<8.5613,2.2239>}
0     prism {linear_sweep linear_spline 0,14,3
0    <9.1924,4>,<8.5613,2.2239>,<7.4091,4>}
0     prism {linear_sweep linear_spline 0,14,3
0    <9.1924,4>,<9.9173,3.2896>,<9.2782,2.5791>}
0     prism {linear_sweep linear_spline 0,14,3
0    <9.1924,4>,<10.4454,4>,<9.9173,3.2896>}
0     prism {linear_sweep linear_spline 0,14,3
0    <8.5283,2.2258>,<9.2782,2.5791>,<9.1924,4>}
0     prism {linear_sweep linear_spline 0,14,3
0    <4.614,2.228>,<6.0668,2.2239>,<5.5799,4>}
0     prism {linear_sweep linear_spline 0,14,3
0    <4.614,2.228>,<5.5799,4>,<4.8303,3.29>}
0     prism {linear_sweep linear_spline 0,14,3
0    <3.8065,2.8455>,<4.6265,2.2239>,<4.8355,3.2895>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-0.0035,2.2183>,<4.6265,2.2239>,<2.8168,2.7567>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-0.0035,2.2183>,<2.8168,2.7567>,<1.97,3.1119>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-0.0035,2.2183>,<1.97,3.1119>,<0,4>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-4.6173,2.2126>,<0.0035,2.2183>,<0,4>,<-4.9749,4>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-8.5334,2.2266>,<-4.6132,2.224>,<-4.9749,4>,<-9.1924,4>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-9.4586,2.2239>,<-8.5297,2.2297>,<-9.1924,4>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-9.4586,2.2239>,<-9.1924,4>,<-10.7787,4>}
0    } rotate <-90,0,0>
0 }
0 material { L3Color356 }
0 }
0 cylinder { <0,4,0>,<0,17,0>,13.001
0 clipped_by {
0   union {
0     prism {linear_sweep linear_spline 0,14,3
0    <-3.01,8.80>,<-2.60,9.08>,<-2.60,10.92>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-2.60,10.92>,<-2.32,10.50>,<-2.60,9.08>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-2.60,9.08>,<-2.32,9.50>,<-2.32,10.50>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-2.32,10.50>,<-2.22,10>,<-2.32,9.50>}
0     prism {linear_sweep linear_spline 0,14,4
0    <0,15.40>,<0,16.30>,<-1.08,16.30>,<-0.98,15.40>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-0.98,15.40>,<-1.86,15.20>,<-2.16,16>,<-1.08,16.30>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-2.16,16>,<-3.04,15.60>,<-2.65,14.80>,<-1.86,15.20>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-2.65,14.80>,<-3.04,14.70>,<-3.04,15.10>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-3.04,15.10>,<-2.65,14.80>,<-3.04,15.60>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-3.04,15.60>,<-3.04,15.10>,<-3.33,15.30>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-3.33,15.30>,<-3.33,14.90>,<-3.04,15.10>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-3.04,15.10>,<-3.04,14.70>,<-3.33,14.90>}
0     prism {linear_sweep linear_spline 0,14,4
0    <0,16.30>,<1.18,16.30>,<0.98,15.40>,<0,15.40>}
0     prism {linear_sweep linear_spline 0,14,4
0    <0.98,15.40>,<1.77,15.20>,<2.16,16>,<1.18,16.30>}
0     prism {linear_sweep linear_spline 0,14,4
0    <1.77,15.20>,<2.75,14.80>,<3.14,15.60>,<2.16,16>}
0     prism {linear_sweep linear_spline 0,14,3
0    <3.14,15.60>,<3.14,15.10>,<2.75,14.80>}
0     prism {linear_sweep linear_spline 0,14,3
0    <2.75,14.80>,<2.94,14.60>,<3.14,15.10>}
0     prism {linear_sweep linear_spline 0,14,3
0    <3.14,15.10>,<3.33,14.60>,<2.94,14.60>}
0     prism {linear_sweep linear_spline 0,14,3
0    <3.14,15.10>,<3.63,14.90>,<3.33,14.60>}
0     prism {linear_sweep linear_spline 0,14,3
0    <3.14,15.10>,<3.63,14.90>,<3.63,15.20>}
0     prism {linear_sweep linear_spline 0,14,3
0    <3.14,15.10>,<3.14,15.60>,<3.63,15.20>}
0     prism {linear_sweep linear_spline 0,14,3
0    <2.60,9.08>,<1.96,9.30>,<2.06,8.40>}
0     prism {linear_sweep linear_spline 0,14,3
0    <2.06,8.40>,<1.67,8.70>,<1.96,9.30>}
0     prism {linear_sweep linear_spline 0,14,3
0    <1.96,9.30>,<1.57,9.30>,<1.67,8.70>}
0     prism {linear_sweep linear_spline 0,14,3
0    <1.67,8.70>,<1.47,9.10>,<1.57,9.30>}
0     prism {linear_sweep linear_spline 0,14,3
0    <2.06,8.40>,<3.83,7.20>,<2.60,9.08>}
0     prism {linear_sweep linear_spline 0,14,3
0    <2.60,9.08>,<3.01,8.80>,<3.83,7.20>}
0     prism {linear_sweep linear_spline 0,14,3
0    <3.83,7.20>,<4.71,6.60>,<4.22,8.20>}
0     prism {linear_sweep linear_spline 0,14,3
0    <4.22,8.20>,<3.99,8.80>,<3.83,7.20>}
0     prism {linear_sweep linear_spline 0,14,3
0    <3.83,7.20>,<3.50,8.70>,<3.99,8.80>}
0     prism {linear_sweep linear_spline 0,14,3
0    <3.50,8.70>,<3.01,8.80>,<3.83,7.20>}
0     prism {linear_sweep linear_spline 0,14,3
0    <4.71,6.60>,<4.97,6.80>,<4.22,8.20>}
0     prism {linear_sweep linear_spline 0,14,3
0    <4.22,8.20>,<4.97,8.70>,<4.97,6.80>}
0     prism {linear_sweep linear_spline 0,14,3
0    <4.97,8.70>,<5.83,9.40>,<6.33,8.40>}
0     prism {linear_sweep linear_spline 0,14,3
0    <6.33,8.40>,<4.97,8.70>,<4.97,6.80>}
0     prism {linear_sweep linear_spline 0,14,3
0    <5.83,9.40>,<6.25,9.40>,<6.33,8.40>}
0     prism {linear_sweep linear_spline 0,14,3
0    <6.33,8.40>,<6.58,8.90>,<6.25,9.40>}
0    } rotate <-90,0,0>
0 }
0 material { L3Color0 }
0 }
0 cylinder { <0,4,0>,<0,17,0>,13.001
0 clipped_by {
0   union {
0     prism {linear_sweep linear_spline 0,14,4
0    <-3.012,8.799>,<-2.5984,10.9192>,<-3.012,11.201>,<-3.5,8.7>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-3.012,11.201>,<-3.5,8.7>,<-3.5,11.3>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-3.5,11.3>,<-3.9879,11.201>,<-3.5,10>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-3.5,10>,<-3.5,8.7>,<-3.9879,8.799>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-3.9879,8.799>,<-4.4015,9.0808>,<-3.5,10>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-3.5,10>,<-4.4015,10.9192>,<-3.9879,11.201>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-4.4015,10.9192>,<-4.6779,10.4975>,<-3.5,10>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-3.5,10>,<-4.775,10>,<-4.6779,10.4975>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-4.775,10>,<-4.6779,9.5025>,<-3.5,10>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-3.5,10>,<-4.4015,9.0808>,<-4.6779,9.5025>}
0    } rotate <-90,0,0>
0 }
0 material { L3Color352 }
0 }
0 cylinder { <0,4,0>,<0,17,0>,13.001
0 clipped_by {
0   union {
0     prism {linear_sweep linear_spline 0,14,3
0    <-4.4015,10.9192>,<-3.6289,12.1>,<-3.9879,11.201>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-3.9879,11.201>,<-3.5,11.3>,<-3.6289,12.1>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-3.6289,12.1>,<-3.012,11.201>,<-3.5,11.3>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-3.6289,12.1>,<-2.7462,11.7>,<-3.012,11.201>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-3.012,11.201>,<-2.5984,10.9192>,<-2.7462,11.7>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-2.7462,11.7>,<-1.5693,12.8>,<-2.5984,10.9192>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-2.7462,11.7>,<-1.4712,13.4>,<-1.5693,12.8>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-1.4712,13.4>,<-1.5693,13.7>,<-2.7462,11.7>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-2.7462,11.7>,<-2.0596,13.6>,<-1.5693,13.7>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-2.0596,13.6>,<-3.1385,12.7>,<-2.7462,11.7>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-2.7462,11.7>,<-3.6289,12.1>,<-3.1385,12.7>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-3.012,8.799>,<-3.0404,8.2>,<-3.5,8.7>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-4.6779,9.5025>,<-4.9748,10>,<-4.775,10>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-4.9748,10>,<-4.6779,10.4975>,<-4.775,10>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-4.9748,14.8>,<-4.9748,11.9>,<-4.4135,13.5>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-4.9748,11.9>,<-5.8293,13.4>,<-4.9748,14.8>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-4.9748,11.9>,<-5.081,10.9>,<-5.8293,13.4>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-5.8293,13.4>,<-6.2451,11.6>,<-5.081,10.9>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-5.081,10.9>,<-4.9748,10>,<-6.2451,11.6>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-6.2451,11.6>,<-6.4114,9.8>,<-4.9748,10>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-4.9748,10>,<-4.9748,4.9>,<-6.4114,9.8>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-4.9748,4.9>,<-4.9748,10>,<-4.6779,9.5025>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-4.6779,9.5025>,<-4.4015,9.0808>,<-4.9748,4.9>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-4.9748,4.9>,<-3.9879,8.799>,<-4.4015,9.0808>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-3.9879,8.799>,<-3.5,8.7>,<-4.9748,4.9>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-4.9748,4.9>,<-3.0404,8.2>,<-3.5,8.7>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-3.0404,8.2>,<-2.9424,7.9>,<-4.9748,4.9>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-2.9424,7.9>,<-2.7462,7.9>,<-4.9748,4.9>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-4.9748,4.9>,<0,5>,<-2.7462,7.9>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-2.7462,7.9>,<0,5.9>,<0,5>}
0     prism {linear_sweep linear_spline 0,14,3
0    <0,5.9>,<-0.2942,7>,<-2.7462,7.9>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-2.7462,7.9>,<-0.3923,7.7>,<-0.2942,7>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-0.3923,7.7>,<-0.2942,8.7>,<-2.7462,7.9>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-2.7462,7.9>,<-1.5693,9.4>,<-0.2942,8.7>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-0.2942,8.7>,<-0.0981,9.8>,<-1.5693,9.4>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-1.5693,9.4>,<-0.7846,10.2>,<-0.0981,9.8>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-0.0981,9.8>,<-0.2942,10.2>,<-0.7846,10.2>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-0.7846,10.2>,<-0.5885,10.4>,<-0.2942,10.2>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-0.5885,10.4>,<-0.1962,10.4>,<-0.2942,10.2>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-0.2942,10.2>,<-0.1962,10.4>,<-0.0981,9.8>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-4.9748,14.8>,<-3.9231,15.8>,<-3.6289,15.8>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-4.4135,13.5>,<-4.9748,14.8>,<-3.6289,15.8>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-3.6289,15.8>,<-3.4327,15.5>,<-4.4135,13.5>}
0     prism {linear_sweep linear_spline 0,14,3
0    <0,5.9>,<0.4904,5>,<0,5>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-6.4114,9.8>,<-6.4945,8.3>,<-5.8293,4.9>,<-4.9748,4.9>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-6.4945,8.3>,<-8.0743,8>,<-7.908,9.4>,<-7.0766,9.4>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-7.0766,9.4>,<-7.0766,10.3>,<-7.5754,10.3>,<-7.908,9.4>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-7.5754,10.3>,<-7.4091,11>,<-6.9934,11>,<-7.0766,10.3>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-7.4091,11>,<-7.5754,10.3>,<-7.908,9.4>,<-7.7417,10.3>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-7.4091,11>,<-7.0766,11.9>,<-6.8271,11.8>,<-6.9934,11>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-8.0743,8>,<-7.9912,6.7>,<-5.8293,4.9>,<-6.4945,8.3>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-7.9912,6.7>,<-7.908,5.9>,<-5.8293,4.9>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-5.8293,4.9>,<-4.9749,4>,<-4.9748,4.9>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-5.8293,4.9>,<-9.1924,4>,<-4.9749,4>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-5.8293,4.9>,<-9.1924,4>,<-7.908,5.9>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-7.908,5.9>,<-8.49,6.3>,<-9.1924,4>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-9.1924,4>,<-9.1924,7.3>,<-8.49,6.3>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-9.1924,7.3>,<-9.5009,4.5>,<-9.1924,4>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-9.5009,4.5>,<-9.8342,5.6>,<-9.1924,7.3>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-9.1924,7.3>,<-9.8342,5.6>,<-9.9454,6.7>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-9.9454,6.7>,<-10.0009,7.5>,<-9.1924,7.3>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-9.1924,7.3>,<-9.3342,8.1>,<-10.0009,7.5>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-10.0009,7.5>,<-9.8898,8.6>,<-9.3342,8.1>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-9.3342,8.1>,<-9.3898,9.1>,<-9.612,9.2>,<-9.8898,8.6>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-9.5009,4.5>,<-9.6676,4.3>,<-9.1924,4>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-9.1924,4>,<-10.7787,4>,<-9.6676,4.3>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-9.6676,4.3>,<-10.0009,4.7>,<-10.7787,4>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-10.7787,4>,<-10.7232,5>,<-10.0009,4.7>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-10.0009,4.7>,<-10.2787,5.4>,<-10.7232,5>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-10.7232,5>,<-10.5009,5.7>,<-10.2787,5.4>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-10.2787,5.4>,<-10.3343,5.7>,<-10.5009,5.7>}
0     prism {linear_sweep linear_spline 0,14,4
0    <0,4>,<0,5>,<-4.9748,4.9>,<-4.9749,4>}
0     prism {linear_sweep linear_spline 0,14,4
0    <0,5>,<0.4904,5>,<1.0789,4>,<0,4>}
0     prism {linear_sweep linear_spline 0,14,4
0    <6.744,4>,<6.6608,5>,<5.9956,5>,<5.5799,4>}
0     prism {linear_sweep linear_spline 0,14,4
0    <5.9956,5>,<6.2451,5.7>,<6.4114,5.7>,<6.6608,5>}
0     prism {linear_sweep linear_spline 0,14,4
0    <9.1924,4>,<9.612,4.9>,<10.4454,4.9>,<10.4454,4>}
0     prism {linear_sweep linear_spline 0,14,4
0    <10.4454,4.9>,<10.112,6>,<9.612,5.9>,<9.612,4.9>}
0     prism {linear_sweep linear_spline 0,14,4
0    <9.612,5.9>,<9.5565,6.4>,<9.7231,6.6>,<10.112,6>}
0     prism {linear_sweep linear_spline 0,14,3
0    <9.1924,4>,<8.6563,5.9>,<7.9912,5>}
0     prism {linear_sweep linear_spline 0,14,3
0    <7.4091,4>,<9.1924,4>,<7.9912,5>}
0     prism {linear_sweep linear_spline 0,14,3
0    <7.9912,5>,<8.6563,5.9>,<8.4069,6.2>}
0    } rotate <-90,0,0>
0 }
0 material { L3Color356 }
0 }
0 cylinder { <0,4,0>,<0,17,0>,13.001
0 clipped_by {
0   union {
0     prism {linear_sweep linear_spline 0,14,3
0    <3.5,10>,<4.77,10>,<4.67335,10.4975>}
0     prism {linear_sweep linear_spline 0,14,3
0    <3.5,10>,<4.67335,10.4975>,<4.39802,10.9192>}
0     prism {linear_sweep linear_spline 0,14,3
0    <3.5,10>,<4.39802,10.9192>,<3.98603,11.2011>}
0     prism {linear_sweep linear_spline 0,14,3
0    <3.5,10>,<3.98603,11.2011>,<3.5,11.3>}
0     prism {linear_sweep linear_spline 0,14,3
0    <3.5,10>,<3.5,11.3>,<3.01397,11.2011>}
0     prism {linear_sweep linear_spline 0,14,3
0    <3.5,10>,<3.01397,11.2011>,<2.60198,10.9192>}
0     prism {linear_sweep linear_spline 0,14,3
0    <3.5,10>,<2.60198,10.9192>,<2.32665,10.4975>}
0     prism {linear_sweep linear_spline 0,14,3
0    <3.5,10>,<2.32665,10.4975>,<2.23,10>}
0     prism {linear_sweep linear_spline 0,14,3
0    <3.5,10>,<2.23,10>,<2.32665,9.50249>}
0     prism {linear_sweep linear_spline 0,14,3
0    <3.5,10>,<2.32665,9.50249>,<2.60198,9.08077>}
0     prism {linear_sweep linear_spline 0,14,3
0    <3.5,10>,<2.60198,9.08077>,<3.01397,8.79893>}
0     prism {linear_sweep linear_spline 0,14,3
0    <3.5,10>,<3.01397,8.79893>,<3.5,8.7>}
0     prism {linear_sweep linear_spline 0,14,3
0    <3.5,10>,<3.5,8.7>,<3.98603,8.79893>}
0     prism {linear_sweep linear_spline 0,14,3
0    <3.5,10>,<3.98603,8.79893>,<4.39802,9.08077>}
0     prism {linear_sweep linear_spline 0,14,3
0    <3.5,10>,<4.39802,9.08077>,<4.67335,9.50249>}
0     prism {linear_sweep linear_spline 0,14,3
0    <3.5,10>,<4.67335,9.50249>,<4.77,10>}
0    } rotate <-90,0,0>
0 }
0 material { L3Color0 }
0 }
0
0 torus{9,4 clipped_by{difference{box{<-13,4,-13>,<13,-4,13>}
0 cylinder{<0,0,0>,<0,4,0>,9} plane{y,0}}}translate <0,17,0>}
0 plane{y,21 clipped_by{difference{sphere{<0,21,0>,9} sphere{<0,21,0>,8}}}}
0
0 torus{9,4 clipped_by{difference{box{<-13,-4,-13>,<13,4,13>}
0 cylinder{<0,0,0>,<0,-4,0>,9} plane{-y,0}}}translate <0,4,0>}
0 plane{y,0 clipped_by{difference{sphere{<0,0,0>,9} sphere{<0,0,0>,8}}}}
0
0 cylinder{<0,4,0>,<0,17,0>,13}
0 L3P ENDPOV
0


Subject: 
Re: POV Help Needed
Newsgroups: 
lugnet.cad.ray
Date: 
Tue, 28 Sep 2010 15:04:28 GMT
Viewed: 
15608 times
  
In lugnet.cad.ray, Tore Eriksson wrote:
Once again, I'm stuck with POV.

Here's the lower torused parts of a minifig head:

torus{9,4 clipped_by{difference{box{<-13,4,-13>,<13,-4,13>}
cylinder{<0,0,0>,<0,4,0>,9} plane{y,0}}}translate <0,17,0>}
plane{y,21 clipped_by{difference{sphere{<0,21,0>,9} sphere{<0,21,0>,8} }
}}

And here's a "prism", an 2-D quad from an imaginary beard pattern, extruded into
3-D:

prism {linear_sweep linear_spline 0,14,4
<-4,19>,<-1.1,19>,<-1.1,17>,<-4,17>
rotate <-90,0,0>
material { L3Color0 }}

Now, I wish to clip that torus by that prism and color it black, so the black
beard pattern is all that remains from the (already clipped) torus. But I always
get lost in all these countless brackets, and I can't seem to color that torus
black, no matter where I put that material statement.

Any help to sort this out would be highly appreciated!

/Tore

Aah, never mind. I realized how stupid I was to try to clip what already is much
more clipped! Once again, less is more.

torus{9,4.001
translate <0,17,0>
clipped_by
{
    prism {linear_sweep linear_spline 0,14,4
    <4.011,19>,<-1.192,19>,<-1.192,17>,<4.011,17>}
   rotate <-90,0,0>
} material  { L3Color0 }
}


Subject: 
POV Help Needed
Newsgroups: 
lugnet.cad.ray
Date: 
Tue, 28 Sep 2010 14:34:01 GMT
Viewed: 
15165 times
  
Once again, I'm stuck with POV.

Here's the lower torused parts of a minifig head:

torus{9,4 clipped_by{difference{box{<-13,4,-13>,<13,-4,13>}
cylinder{<0,0,0>,<0,4,0>,9} plane{y,0}}}translate <0,17,0>}
plane{y,21 clipped_by{difference{sphere{<0,21,0>,9} sphere{<0,21,0>,8} }
}}

And here's a "prism", an 2-D quad from an imaginary beard pattern, extruded into
3-D:

prism {linear_sweep linear_spline 0,14,4
<-4,19>,<-1.1,19>,<-1.1,17>,<-4,17>
rotate <-90,0,0>
material { L3Color0 }}

Now, I wish to clip that torus by that prism and color it black, so the black
beard pattern is all that remains from the (already clipped) torus. But I always
get lost in all these countless brackets, and I can't seem to color that torus
black, no matter where I put that material statement.

Any help to sort this out would be highly appreciated!

/Tore


Special: 
[DAT] (requires LDraw-compatible viewer)
Subject: 
POV dat - 3626bpb1 - Minifig Head with Pursed Lips and White Forehead Pattern - POV
Newsgroups: 
lugnet.cad.ray, lugnet.cad.dat.parts
Date: 
Tue, 28 Sep 2010 12:49:25 GMT
Viewed: 
21939 times
  
Requires unofficial primitive t16o6250.dat
http://www.ldraw.org/cgi-bin/ptdetail.cgi?f=p/t16o6250.dat

0 Minifig Head with Pursed Lips and White Forehead Pattern - POV
0 Name: 3626bpb1.dat
0 Author: Michael Heidemann [mikeheide]
0 !LDRAW_ORG Part UPDATE 2010-01
0 !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt
0 // Inline POV code generated by MFHead v0.21
0 // Manually edited by Tore Eriksson

0 BFC CERTIFY CCW
0 !KEYWORDS Batman

0 !HISTORY 2010-04-05 [PTadmin] Official Update 2010-01

0 L3P IFNOTPOV
1 15 0 4 0  -7.391 0 3.06  0 -6.4 0  -3.06 0 -7.391  t16o6250.dat
1 15 0 4 0  -5.657 0 5.657  0 -6.4 0  -5.657 0 -5.657 t04o6250.dat
1 16 0 4 0  8 0 0  0 -6.4 0  0 0 -8  t16o6250.dat
1 15 0 4 0  7.391 0 -3.06  0 -6.4 0  -3.06 0 -7.391  t16o6250.dat
1 16 0 4 0  -8 0 0  0 -6.4 0  0 0 -8  t16o6250.dat
1 16 0 4 0 0 0 8 0 -6.4 0 8 0 0 t04o6250.dat
1 16 0 4 0 -8 0 0 0 -6.4 0 0 0 8 t04o6250.dat

1 16 0 0 0 1 0 0 0 1 0 0 0 1 s\3626bs02.dat
1 16 0 4 0 13 0 0 0 13 0 0 0 13 2-4cyli.dat
1 16 0 17 0 0 0 -8 0 6.4 0 8 0 0 t04o6250.dat
1 16 0 17 0 8 0 0 0 6.4 0 0 0 8 t04o6250.dat
0
4 16 12.011 17 -4.975 13 17 0 13 4 0 12.011 4 -4.975
4 16 3.794 20.695 -9.159 0 20.695 -9.914 0 21 -8 3.062 21 -7.391
4 16 4.414 19.828 -10.658 0 19.828 -11.535 0 20.695 -9.914 3.794 20.695 -9.159
4 16 4.83 18.531 -11.659 0 18.531 -12.619 0 19.828 -11.535 4.414 19.828 -10.658
4 16 4.975 17 -12.011 0 17 -13 0 18.531 -12.619 4.83 18.531 -11.659
4 16 7.01 20.695 -7.01 3.794 20.695 -9.159 3.062 21 -7.391 5.657 21 -5.657
4 16 8.157 19.828 -8.157 4.414 19.828 -10.658 3.794 20.695 -9.159 7.01 20.695 -7.01
4 16 8.923 18.531 -8.923 4.83 18.531 -11.659 4.414 19.828 -10.658 8.157 19.828 -8.157
4 16 9.192 17 -9.192 4.975 17 -12.011 4.83 18.531 -11.659 8.923 18.531 -8.923
4 16 9.159 20.695 -3.794 7.01 20.695 -7.01 5.657 21 -5.657 7.391 21 -3.062
4 16 10.658 19.828 -4.414 8.157 19.828 -8.157 7.01 20.695 -7.01 9.159 20.695 -3.794
4 16 11.659 18.531 -4.83 8.923 18.531 -8.923 8.157 19.828 -8.157 10.658 19.828 -4.414
4 16 12.01 17 -4.977 9.192 17 -9.192 8.923 18.531 -8.923 11.659 18.531 -4.83
4 16 9.914 20.695 0 9.159 20.695 -3.794 7.391 21 -3.062 8 21 0
4 16 11.535 19.828 0 10.658 19.828 -4.414 9.159 20.695 -3.794 9.914 20.695 0
4 16 12.619 18.531 0 11.659 18.531 -4.83 10.658 19.828 -4.414 11.535 19.828 0
4 16 13 17 0 12.01 17 -4.977 11.659 18.531 -4.83 12.619 18.531 0

4 0 0 7.5 -13 1.25 7.5 -12.752 4.975 7 -12.011 0 7 -13
4 0 1.25 7.5 -12.752 1.25 8.25 -12.752 2.25 8.25 -12.553 4.5 7 -12.105
3 15 3.75 8.5 -12.255 3.5 8.25 -12.304 3.5 9 -12.304
3 15 4 9 -12.205 3.75 8.5 -12.255 3.5 9 -12.304
3 15 4 9 -12.205 3.5 9 -12.304 3.75 9.5 -12.255
3 15 3.5 9.5 -12.304 3.75 9.5 -12.255 3.5 9 -12.304
3 15 3.5 9 -12.304 3.25 9.5 -12.354 3.5 9.5 -12.304
3 15 3 9 -12.404 3.25 9.5 -12.354 3.5 9 -12.304
3 15 3.5 9 -12.304 3 8.5 -12.404 3 9 -12.404
3 15 3.5 9 -12.304 3.5 8.25 -12.304 3 8.5 -12.404
4 0 4.5 7 -12.105 2.25 8.25 -12.553 3 8.5 -12.404 3.5 8.25 -12.304
4 0 3.5 8.25 -12.304 3.75 8.5 -12.255 4.25 8 -12.155 4.5 7 -12.105
4 0 4.25 8 -12.155 3.75 8.5 -12.255 4 9 -12.205 4.75 8.5 -12.056
4 0 3.75 9.5 -12.255 4.975 9 -12.011 4.75 8.5 -12.056 4 9 -12.205
3 0 3.75 9.5 -12.255 4.75 10 -12.056 4.975 9 -12.011
3 0 4 10.5 -12.205 4.75 10 -12.056 3.75 9.5 -12.255
4 0 3.5 9.5 -12.304 3.25 10.5 -12.354 4 10.5 -12.205 3.75 9.5 -12.255
4 0 3.25 9.5 -12.354 2.5 10.25 -12.503 3.25 10.5 -12.354 3.5 9.5 -12.304
4 0 3 9 -12.404 2.25 9.5 -12.553 2.5 10.25 -12.503 3.25 9.5 -12.354
4 0 3 8.5 -12.404 2.25 8.25 -12.553 2.25 9.5 -12.553 3 9 -12.404
4 0 0 16.5 -13 1.25 16.5 -12.752 1.25 16.25 -12.752 0 16.25 -13
4 0 0 15.5 -13 2.5 15.5 -12.503 2.5 15 -12.503 0 15 -13
4 0 2.5 15.5 -12.503 3 16 -12.404 3.25 15.5 -12.354 2.5 15 -12.503
4 16 1.25 8.25 -12.752 1.25 7.5 -12.752 0 7.5 -13 0 15 -13
4 16 2.25 8.25 -12.553 1.25 8.25 -12.752 0 15 -13 2.25 9.5 -12.553
3 16 2.5 10.25 -12.503 2.25 9.5 -12.553 0 15 -13
4 16 3.25 10.5 -12.354 2.5 10.25 -12.503 0 15 -13 2.5 15 -12.503
4 16 0 16.25 -13 1.25 16.25 -12.752 2.5 15.5 -12.503 0 15.5 -13
4 16 0 16.5 -13 0 17 -13 4.975 17 -12.011 1.25 16.5 -12.752
4 16 1.25 16.5 -12.752 3 16 -12.404 2.5 15.5 -12.503 1.25 16.25 -12.752
3 16 4.975 17 -12.011 3 16 -12.404 1.25 16.5 -12.752
3 16 4.975 17 -12.011 3.25 15.5 -12.354 3 16 -12.404
4 16 4 10.5 -12.205 3.25 10.5 -12.354 2.5 15 -12.503 3.25 15.5 -12.354
4 16 4.75 10 -12.056 4 10.5 -12.205 3.25 15.5 -12.354 4.975 17 -12.011
3 16 4.975 9 -12.011 4.75 10 -12.056 4.975 17 -12.011
4 15 0 7 -13 4.5 7 -12.105 4.975 4 -12.011 0 4 -13
3 15 4.5 7 -12.105 4.975 7 -12.011 4.975 4 -12.011
4 15 4.975 7 -12.011 9.192 7 -9.192 9.192 4 -9.192 4.975 4 -12.011
4 0 4.25 8 -12.155 4.975 8 -12.011 4.975 7 -12.011 4.5 7 -12.105
3 0 4.975 8 -12.011 5.75 8 -11.493 4.975 7 -12.011
3 0 5.75 8 -11.493 6.75 8.5 -10.824 6.5 8 -10.992
3 0 6.5 8 -10.992 9.192 8 -9.192 9.192 7 -9.192
4 0 9.192 7 -9.192 4.975 7 -12.011 5.75 8 -11.493 6.5 8 -10.992
3 16 6.5 8 -10.992 6.75 8.5 -10.824 9.192 8 -9.192
3 16 4.75 8.5 -12.056 4.975 9 -12.011 4.975 8 -12.011
3 16 4.75 8.5 -12.056 4.975 8 -12.011 4.25 8 -12.155
4 16 4.975 17 -12.011 6.75 8.5 -10.824 5.75 8 -11.493 4.975 8 -12.011
4 16 4.975 17 -12.011 9.192 17 -9.192 9.192 8 -9.192 6.75 8.5 -10.824
4 15 9.192 7 -9.192 12.011 7 -4.975 12.011 4 -4.975 9.192 4 -9.192
4 0 12.011 7 -4.975 9.192 7 -9.192 9.192 8 -9.192 12.011 8 -4.975
4 16 9.192 17 -9.192 12.011 17 -4.975 12.011 8 -4.975 9.192 8 -9.192
0
4 16 -12.011 4 -4.975 -13 4 0 -13 17 0 -12.011 17 -4.975
4 16 -3.062 21 -7.391 0 21 -8 0 20.695 -9.914 -3.794 20.695 -9.159
4 16 -3.794 20.695 -9.159 0 20.695 -9.914 0 19.828 -11.535 -4.414 19.828 -10.658
4 16 -4.414 19.828 -10.658 0 19.828 -11.535 0 18.531 -12.619 -4.83 18.531 -11.659
4 16 -4.83 18.531 -11.659 0 18.531 -12.619 0 17 -13 -4.975 17 -12.011
4 16 -5.657 21 -5.657 -3.062 21 -7.391 -3.794 20.695 -9.159 -7.01 20.695 -7.01
4 16 -7.01 20.695 -7.01 -3.794 20.695 -9.159 -4.414 19.828 -10.658 -8.157 19.828 -8.157
4 16 -8.157 19.828 -8.157 -4.414 19.828 -10.658 -4.83 18.531 -11.659 -8.923 18.531 -8.923
4 16 -8.923 18.531 -8.923 -4.83 18.531 -11.659 -4.975 17 -12.011 -9.192 17 -9.192
4 16 -7.391 21 -3.062 -5.657 21 -5.657 -7.01 20.695 -7.01 -9.159 20.695 -3.794
4 16 -9.159 20.695 -3.794 -7.01 20.695 -7.01 -8.157 19.828 -8.157 -10.658 19.828 -4.414
4 16 -10.658 19.828 -4.414 -8.157 19.828 -8.157 -8.923 18.531 -8.923 -11.659 18.531 -4.83
4 16 -11.659 18.531 -4.83 -8.923 18.531 -8.923 -9.192 17 -9.192 -12.01 17 -4.977
4 16 -8 21 0 -7.391 21 -3.062 -9.159 20.695 -3.794 -9.914 20.695 0
4 16 -9.914 20.695 0 -9.159 20.695 -3.794 -10.658 19.828 -4.414 -11.535 19.828 0
4 16 -11.535 19.828 0 -10.658 19.828 -4.414 -11.659 18.531 -4.83 -12.619 18.531 0
4 16 -12.619 18.531 0 -11.659 18.531 -4.83 -12.01 17 -4.977 -13 17 0
4 0 0 7 -13 -4.975 7 -12.011 -1.25 7.5 -12.752 0 7.5 -13
4 0 -4.5 7 -12.105 -2.25 8.25 -12.553 -1.25 8.25 -12.752 -1.25 7.5 -12.752
3 15 -3.5 9 -12.304 -3.5 8.25 -12.304 -3.75 8.5 -12.255
3 15 -3.5 9 -12.304 -3.75 8.5 -12.255 -4 9 -12.205
3 15 -3.75 9.5 -12.255 -3.5 9 -12.304 -4 9 -12.205
3 15 -3.5 9 -12.304 -3.75 9.5 -12.255 -3.5 9.5 -12.304
3 15 -3.5 9.5 -12.304 -3.25 9.5 -12.354 -3.5 9 -12.304
3 15 -3.5 9 -12.304 -3.25 9.5 -12.354 -3 9 -12.404
3 15 -3 9 -12.404 -3 8.5 -12.404 -3.5 9 -12.304
3 15 -3 8.5 -12.404 -3.5 8.25 -12.304 -3.5 9 -12.304
4 0 -3.5 8.25 -12.304 -3 8.5 -12.404 -2.25 8.25 -12.553 -4.5 7 -12.105
4 0 -4.5 7 -12.105 -4.25 8 -12.155 -3.75 8.5 -12.255 -3.5 8.25 -12.304
4 0 -4.75 8.5 -12.056 -4 9 -12.205 -3.75 8.5 -12.255 -4.25 8 -12.155
4 0 -4 9 -12.205 -4.75 8.5 -12.056 -4.975 9 -12.011 -3.75 9.5 -12.255
3 0 -4.975 9 -12.011 -4.75 10 -12.056 -3.75 9.5 -12.255
3 0 -3.75 9.5 -12.255 -4.75 10 -12.056 -4 10.5 -12.205
4 0 -3.75 9.5 -12.255 -4 10.5 -12.205 -3.25 10.5 -12.354 -3.5 9.5 -12.304
4 0 -3.5 9.5 -12.304 -3.25 10.5 -12.354 -2.5 10.25 -12.503 -3.25 9.5 -12.354
4 0 -3.25 9.5 -12.354 -2.5 10.25 -12.503 -2.25 9.5 -12.553 -3 9 -12.404
4 0 -3 9 -12.404 -2.25 9.5 -12.553 -2.25 8.25 -12.553 -3 8.5 -12.404
4 0 0 16.25 -13 -1.25 16.25 -12.752 -1.25 16.5 -12.752 0 16.5 -13
4 0 0 15 -13 -2.5 15 -12.503 -2.5 15.5 -12.503 0 15.5 -13
4 0 -2.5 15 -12.503 -3.25 15.5 -12.354 -3 16 -12.404 -2.5 15.5 -12.503
4 16 0 15 -13 0 7.5 -13 -1.25 7.5 -12.752 -1.25 8.25 -12.752
4 16 -2.25 9.5 -12.553 0 15 -13 -1.25 8.25 -12.752 -2.25 8.25 -12.553
3 16 0 15 -13 -2.25 9.5 -12.553 -2.5 10.25 -12.503
4 16 -2.5 15 -12.503 0 15 -13 -2.5 10.25 -12.503 -3.25 10.5 -12.354
4 16 0 15.5 -13 -2.5 15.5 -12.503 -1.25 16.25 -12.752 0 16.25 -13
4 16 -1.25 16.5 -12.752 -4.975 17 -12.011 0 17 -13 0 16.5 -13
4 16 -1.25 16.25 -12.752 -2.5 15.5 -12.503 -3 16 -12.404 -1.25 16.5 -12.752
3 16 -1.25 16.5 -12.752 -3 16 -12.404 -4.975 17 -12.011
3 16 -3 16 -12.404 -3.25 15.5 -12.354 -4.975 17 -12.011
4 16 -3.25 15.5 -12.354 -2.5 15 -12.503 -3.25 10.5 -12.354 -4 10.5 -12.205
4 16 -4.975 17 -12.011 -3.25 15.5 -12.354 -4 10.5 -12.205 -4.75 10 -12.056
3 16 -4.975 17 -12.011 -4.75 10 -12.056 -4.975 9 -12.011
4 15 0 4 -13 -4.975 4 -12.011 -4.5 7 -12.105 0 7 -13
3 15 -4.975 4 -12.011 -4.975 7 -12.011 -4.5 7 -12.105
4 15 -4.975 4 -12.011 -9.192 4 -9.192 -9.192 7 -9.192 -4.975 7 -12.011
4 0 -4.5 7 -12.105 -4.975 7 -12.011 -4.975 8 -12.011 -4.25 8 -12.155
3 0 -4.975 7 -12.011 -5.75 8 -11.493 -4.975 8 -12.011
3 0 -6.5 8 -10.992 -6.75 8.5 -10.824 -5.75 8 -11.493
3 0 -9.192 7 -9.192 -9.192 8 -9.192 -6.5 8 -10.992
4 0 -6.5 8 -10.992 -5.75 8 -11.493 -4.975 7 -12.011 -9.192 7 -9.192
3 16 -9.192 8 -9.192 -6.75 8.5 -10.824 -6.5 8 -10.992
3 16 -4.975 8 -12.011 -4.975 9 -12.011 -4.75 8.5 -12.056
3 16 -4.25 8 -12.155 -4.975 8 -12.011 -4.75 8.5 -12.056
4 16 -4.975 8 -12.011 -5.75 8 -11.493 -6.75 8.5 -10.824 -4.975 17 -12.011
4 16 -6.75 8.5 -10.824 -9.192 8 -9.192 -9.192 17 -9.192 -4.975 17 -12.011
4 15 -9.192 4 -9.192 -12.011 4 -4.975 -12.011 7 -4.975 -9.192 7 -9.192
4 0 -12.011 8 -4.975 -9.192 8 -9.192 -9.192 7 -9.192 -12.011 7 -4.975
4 16 -9.192 8 -9.192 -12.011 8 -4.975 -12.011 17 -4.975 -9.192 17 -9.192
0
0 // cond lines
5 24 -13 17 0 -13 4 0 -13 17 5.385 -12.011 17 -4.975
5 24 -12.011 17 -4.975 -12.011 4 -4.975 -13 17 0 -9.192 17 -9.192
5 24 -9.192 17 -9.192 -9.192 4 -9.192 -12.011 17 -4.975 -4.975 17 -12.011
5 24 -4.975 17 -12.011 -4.975 4 -12.011 -9.192 17 -9.192 0 17 -13
5 24 0 17 -13 0 4 -13 -4.975 17 -12.011 4.975 17 -12.011
5 24 4.975 17 -12.011 4.975 4 -12.011 0 17 -13 9.192 17 -9.192
5 24 9.192 17 -9.192 9.192 4 -9.192 4.975 17 -12.011 12.011 17 -4.975
5 24 12.011 17 -4.975 12.011 4 -4.975 9.192 17 -9.192 13 17 0
5 24 13 17 0 13 4 0 12.011 17 -4.975 13 17 5.385
5 24 0 0 -8 -3.062 0 -7.391 0 0.305 -9.914 0 0.305 -6.086
5 24 0 0 -8 0 0.305 -9.914 -3.062 0 -7.391 3.062 0 -7.391
5 24 0 0.305 -9.914 -3.794 0.305 -9.159 0 1.172 -11.535 0 0 -8
5 24 0 0.305 -9.914 0 1.172 -11.535 -3.794 0.305 -9.159 3.794 0.305 -9.159
5 24 0 1.172 -11.535 -4.414 1.172 -10.658 0 2.469 -12.619 0 0.305 -9.914
5 24 0 1.172 -11.535 0 2.469 -12.619 -4.414 1.172 -10.658 4.414 1.172 -10.658
5 24 0 2.469 -12.619 -4.83 2.469 -11.659 0 4 -13 0 1.172 -11.535
5 24 0 2.469 -12.619 0 4 -13 -4.83 2.469 -11.659 4.83 2.469 -11.659
5 24 0 4 -13 -4.975 4 -12.01 0 5.531 -12.619 0 2.469 -12.619
5 24 -3.062 0 -7.391 -5.657 0 -5.657 -3.794 0.305 -9.159 -2.33 0.305 -5.623
5 24 -3.062 0 -7.391 -3.794 0.305 -9.159 -5.657 0 -5.657 0 0 -8
5 24 -3.794 0.305 -9.159 -7.01 0.305 -7.01 -4.414 1.172 -10.658 -3.062 0 -7.391
5 24 -3.794 0.305 -9.159 -4.414 1.172 -10.658 -7.01 0.305 -7.01 0 0.305 -9.914
5 24 -4.414 1.172 -10.658 -8.157 1.172 -8.157 -4.83 2.469 -11.659 -3.794 0.305 -9.159
5 24 -4.414 1.172 -10.658 -4.83 2.469 -11.659 -8.157 1.172 -8.157 0 1.172 -11.535
5 24 -4.83 2.469 -11.659 -8.923 2.469 -8.923 -4.975 4 -12.01 -4.414 1.172 -10.658
5 24 -4.83 2.469 -11.659 -4.975 4 -12.01 -8.923 2.469 -8.923 0 2.469 -12.619
5 24 -4.975 4 -12.01 -9.192 4 -9.192 -4.83 5.531 -11.659 -4.83 2.469 -11.659
5 24 -5.657 0 -5.657 -7.391 0 -3.062 -7.01 0.305 -7.01 -4.304 0.305 -4.304
5 24 -5.657 0 -5.657 -7.01 0.305 -7.01 -7.391 0 -3.062 -3.062 0 -7.391
5 24 -7.01 0.305 -7.01 -9.159 0.305 -3.794 -8.157 1.172 -8.157 -5.657 0 -5.657
5 24 -7.01 0.305 -7.01 -8.157 1.172 -8.157 -9.159 0.305 -3.794 -3.794 0.305 -9.159
5 24 -8.157 1.172 -8.157 -10.658 1.172 -4.414 -8.923 2.469 -8.923 -7.01 0.305 -7.01
5 24 -8.157 1.172 -8.157 -8.923 2.469 -8.923 -10.658 1.172 -4.414 -4.414 1.172 -10.658
5 24 -8.923 2.469 -8.923 -11.659 2.469 -4.83 -9.192 4 -9.192 -8.157 1.172 -8.157
5 24 -8.923 2.469 -8.923 -9.192 4 -9.192 -11.659 2.469 -4.83 -4.83 2.469 -11.659
5 24 -9.192 4 -9.192 -12.01 4 -4.975 -8.923 5.531 -8.923 -8.923 2.469 -8.923
5 24 -7.391 0 -3.062 -8 0 0 -9.159 0.305 -3.794 -5.623 0.305 -2.33
5 24 -7.391 0 -3.062 -9.159 0.305 -3.794 -8 0 0 -5.657 0 -5.657
5 24 -8 0 0 -9.914 0.305 0 -7.391 0 -3.062 -7.391 0 3.062
5 24 -9.159 0.305 -3.794 -9.914 0.305 0 -10.658 1.172 -4.414 -7.391 0 -3.062
5 24 -9.159 0.305 -3.794 -10.658 1.172 -4.414 -9.914 0.305 0 -7.01 0.305 -7.01
5 24 -9.914 0.305 0 -11.535 1.172 0 -9.159 0.305 -3.794 -9.159 0.305 3.794
5 24 -10.658 1.172 -4.414 -11.535 1.172 0 -11.659 2.469 -4.83 -9.159 0.305 -3.794
5 24 -10.658 1.172 -4.414 -11.659 2.469 -4.83 -11.535 1.172 0 -8.157 1.172 -8.157
5 24 -11.535 1.172 0 -12.619 2.469 0 -10.658 1.172 -4.414 -10.658 1.172 4.414
5 24 -11.659 2.469 -4.83 -12.619 2.469 0 -12.01 4 -4.975 -10.658 1.172 -4.414
5 24 -11.659 2.469 -4.83 -12.01 4 -4.975 -12.619 2.469 0 -8.923 2.469 -8.923
5 24 -12.619 2.469 0 -13 4 0 -11.659 2.469 -4.83 -11.659 2.469 4.83
5 24 -12.01 4 -4.975 -13 4 0 -11.659 5.531 -4.83 -11.659 2.469 -4.83
5 24 8 0 0 7.391 0 -3.062 9.914 0.305 0 6.086 0.305 0
5 24 8 0 0 9.914 0.305 0 7.391 0 -3.062 7.391 0 3.062
5 24 9.914 0.305 0 9.159 0.305 -3.794 11.535 1.172 0 8 0 0
5 24 9.914 0.305 0 11.535 1.172 0 9.159 0.305 -3.794 9.159 0.305 3.794
5 24 11.535 1.172 0 10.658 1.172 -4.414 12.619 2.469 0 9.914 0.305 0
5 24 11.535 1.172 0 12.619 2.469 0 10.658 1.172 -4.414 10.658 1.172 4.414
5 24 12.619 2.469 0 11.659 2.469 -4.83 13 4 0 11.535 1.172 0
5 24 12.619 2.469 0 13 4 0 11.659 2.469 -4.83 11.659 2.469 4.83
5 24 13 4 0 12.01 4 -4.975 12.619 5.531 0 12.619 2.469 0
5 24 7.391 0 -3.062 5.657 0 -5.657 9.159 0.305 -3.794 5.623 0.305 -2.33
5 24 7.391 0 -3.062 9.159 0.305 -3.794 5.657 0 -5.657 8 0 0
5 24 9.159 0.305 -3.794 7.01 0.305 -7.01 10.658 1.172 -4.414 7.391 0 -3.062
5 24 9.159 0.305 -3.794 10.658 1.172 -4.414 7.01 0.305 -7.01 9.914 0.305 0
5 24 10.658 1.172 -4.414 8.157 1.172 -8.157 11.659 2.469 -4.83 9.159 0.305 -3.794
5 24 10.658 1.172 -4.414 11.659 2.469 -4.83 8.157 1.172 -8.157 11.535 1.172 0
5 24 11.659 2.469 -4.83 8.923 2.469 -8.923 12.01 4 -4.975 10.658 1.172 -4.414
5 24 11.659 2.469 -4.83 12.01 4 -4.975 8.923 2.469 -8.923 12.619 2.469 0
5 24 12.01 4 -4.975 9.192 4 -9.192 11.659 5.531 -4.83 11.659 2.469 -4.83
5 24 5.657 0 -5.657 3.062 0 -7.391 7.01 0.305 -7.01 4.304 0.305 -4.304
5 24 5.657 0 -5.657 7.01 0.305 -7.01 3.062 0 -7.391 7.391 0 -3.062
5 24 7.01 0.305 -7.01 3.794 0.305 -9.159 8.157 1.172 -8.157 5.657 0 -5.657
5 24 7.01 0.305 -7.01 8.157 1.172 -8.157 3.794 0.305 -9.159 9.159 0.305 -3.794
5 24 8.157 1.172 -8.157 4.414 1.172 -10.658 8.923 2.469 -8.923 7.01 0.305 -7.01
5 24 8.157 1.172 -8.157 8.923 2.469 -8.923 4.414 1.172 -10.658 10.658 1.172 -4.414
5 24 8.923 2.469 -8.923 4.83 2.469 -11.659 9.192 4 -9.192 8.157 1.172 -8.157
5 24 8.923 2.469 -8.923 9.192 4 -9.192 4.83 2.469 -11.659 11.659 2.469 -4.83
5 24 9.192 4 -9.192 4.975 4 -12.01 8.923 5.531 -8.923 8.923 2.469 -8.923
5 24 3.062 0 -7.391 0 0 -8 3.794 0.305 -9.159 2.33 0.305 -5.623
5 24 3.062 0 -7.391 3.794 0.305 -9.159 0 0 -8 5.657 0 -5.657

5 24 3.794 0.305 -9.159 0 0.305 -9.914 4.414 1.172 -10.658 3.062 0 -7.391
5 24 3.794 0.305 -9.159 4.414 1.172 -10.658 0 0.305 -9.914 7.01 0.305 -7.01

5 24 4.414 1.172 -10.658 0 1.172 -11.535 4.83 2.469 -11.659 3.794 0.305 -9.159
5 24 4.414 1.172 -10.658 4.83 2.469 -11.659 0 1.172 -11.535 8.157 1.172 -8.157

5 24 4.83 2.469 -11.659 0 2.469 -12.619 4.975 4 -12.01 4.414 1.172 -10.658
5 24 4.83 2.469 -11.659 4.975 4 -12.01 0 2.469 -12.619 8.923 2.469 -8.923

5 24 4.975 4 -12.01 0 4 -13 4.83 5.531 -11.659 4.83 2.469 -11.659
5 24 0 21 -8 3.062 21 -7.391 0 20.695 -9.914 0 20.695 -6.086
5 24 0 21 -8 0 20.695 -9.914 3.062 21 -7.391 -3.062 21 -7.391
5 24 0 20.695 -9.914 3.794 20.695 -9.159 0 19.828 -11.535 0 21 -8
5 24 0 20.695 -9.914 0 19.828 -11.535 3.794 20.695 -9.159 -3.794 20.695 -9.159
5 24 0 19.828 -11.535 4.414 19.828 -10.658 0 18.531 -12.619 0 20.695 -9.914
5 24 0 19.828 -11.535 0 18.531 -12.619 4.414 19.828 -10.658 -4.414 19.828 -10.658
5 24 0 18.531 -12.619 4.83 18.531 -11.659 0 17 -13 0 19.828 -11.535
5 24 0 18.531 -12.619 0 17 -13 4.83 18.531 -11.659 -4.83 18.531 -11.659
5 24 0 17 -13 4.975 17 -12.01 0 15.469 -12.619 0 18.531 -12.619
5 24 3.062 21 -7.391 5.657 21 -5.657 3.794 20.695 -9.159 2.33 20.695 -5.623
5 24 3.062 21 -7.391 3.794 20.695 -9.159 5.657 21 -5.657 0 21 -8
5 24 3.794 20.695 -9.159 7.01 20.695 -7.01 4.414 19.828 -10.658 3.062 21 -7.391
5 24 3.794 20.695 -9.159 4.414 19.828 -10.658 7.01 20.695 -7.01 0 20.695 -9.914
5 24 4.414 19.828 -10.658 8.157 19.828 -8.157 4.83 18.531 -11.659 3.794 20.695 -9.159
5 24 4.414 19.828 -10.658 4.83 18.531 -11.659 8.157 19.828 -8.157 0 19.828 -11.535
5 24 4.83 18.531 -11.659 8.923 18.531 -8.923 4.975 17 -12.01 4.414 19.828 -10.658
5 24 4.83 18.531 -11.659 4.975 17 -12.01 8.923 18.531 -8.923 0 18.531 -12.619
5 24 4.975 17 -12.01 9.192 17 -9.192 4.83 15.469 -11.659 4.83 18.531 -11.659
5 24 5.657 21 -5.657 7.391 21 -3.062 7.01 20.695 -7.01 4.304 20.695 -4.304
5 24 5.657 21 -5.657 7.01 20.695 -7.01 7.391 21 -3.062 3.062 21 -7.391
5 24 7.01 20.695 -7.01 9.159 20.695 -3.794 8.157 19.828 -8.157 5.657 21 -5.657
5 24 7.01 20.695 -7.01 8.157 19.828 -8.157 9.159 20.695 -3.794 3.794 20.695 -9.159
5 24 8.157 19.828 -8.157 10.658 19.828 -4.414 8.923 18.531 -8.923 7.01 20.695 -7.01
5 24 8.157 19.828 -8.157 8.923 18.531 -8.923 10.658 19.828 -4.414 4.414 19.828 -10.658
5 24 8.923 18.531 -8.923 11.659 18.531 -4.83 9.192 17 -9.192 8.157 19.828 -8.157
5 24 8.923 18.531 -8.923 9.192 17 -9.192 11.659 18.531 -4.83 4.83 18.531 -11.659
5 24 9.192 17 -9.192 12.01 17 -4.975 8.923 15.469 -8.923 8.923 18.531 -8.923
5 24 7.391 21 -3.062 8 21 0 9.159 20.695 -3.794 5.623 20.695 -2.33
5 24 7.391 21 -3.062 9.159 20.695 -3.794 8 21 0 5.657 21 -5.657
5 24 8 21 0 9.914 20.695 0 7.391 21 -3.062 7.391 21 3.062
5 24 9.159 20.695 -3.794 9.914 20.695 0 10.658 19.828 -4.414 7.391 21 -3.062
5 24 9.159 20.695 -3.794 10.658 19.828 -4.414 9.914 20.695 0 7.01 20.695 -7.01
5 24 9.914 20.695 0 11.535 19.828 0 9.159 20.695 -3.794 9.159 20.695 3.794
5 24 10.658 19.828 -4.414 11.535 19.828 0 11.659 18.531 -4.83 9.159 20.695 -3.794
5 24 10.658 19.828 -4.414 11.659 18.531 -4.83 11.535 19.828 0 8.157 19.828 -8.157
5 24 11.535 19.828 0 12.619 18.531 0 10.658 19.828 -4.414 10.658 19.828 4.414
5 24 11.659 18.531 -4.83 12.619 18.531 0 12.01 17 -4.975 10.658 19.828 -4.414
5 24 11.659 18.531 -4.83 12.01 17 -4.975 12.619 18.531 0 8.923 18.531 -8.923
5 24 12.619 18.531 0 13 17 0 11.659 18.531 -4.83 11.659 18.531 4.83
5 24 12.01 17 -4.975 13 17 0 11.659 15.469 -4.83 11.659 18.531 -4.83
5 24 -8 21 0 -7.391 21 -3.062 -9.914 20.695 0 -6.086 20.695 0
5 24 -8 21 0 -9.914 20.695 0 -7.391 21 -3.062 -7.391 21 3.062
5 24 -9.914 20.695 0 -9.159 20.695 -3.794 -11.535 19.828 0 -8 21 0
5 24 -9.914 20.695 0 -11.535 19.828 0 -9.159 20.695 -3.794 -9.159 20.695 3.794
5 24 -11.535 19.828 0 -10.658 19.828 -4.414 -12.619 18.531 0 -9.914 20.695 0
5 24 -11.535 19.828 0 -12.619 18.531 0 -10.658 19.828 -4.414 -10.658 19.828 4.414
5 24 -12.619 18.531 0 -11.659 18.531 -4.83 -13 17 0 -11.535 19.828 0
5 24 -12.619 18.531 0 -13 17 0 -11.659 18.531 -4.83 -11.659 18.531 4.83
5 24 -13 17 0 -12.01 17 -4.975 -12.619 15.469 0 -12.619 18.531 0
5 24 -7.391 21 -3.062 -5.657 21 -5.657 -9.159 20.695 -3.794 -5.623 20.695 -2.33
5 24 -7.391 21 -3.062 -9.159 20.695 -3.794 -5.657 21 -5.657 -8 21 0
5 24 -9.159 20.695 -3.794 -7.01 20.695 -7.01 -10.658 19.828 -4.414 -7.391 21 -3.062
5 24 -9.159 20.695 -3.794 -10.658 19.828 -4.414 -7.01 20.695 -7.01 -9.914 20.695 0
5 24 -10.658 19.828 -4.414 -8.157 19.828 -8.157 -11.659 18.531 -4.83 -9.159 20.695 -3.794
5 24 -10.658 19.828 -4.414 -11.659 18.531 -4.83 -8.157 19.828 -8.157 -11.535 19.828 0
5 24 -11.659 18.531 -4.83 -8.923 18.531 -8.923 -12.01 17 -4.975 -10.658 19.828 -4.414
5 24 -11.659 18.531 -4.83 -12.01 17 -4.975 -8.923 18.531 -8.923 -12.619 18.531 0
5 24 -12.01 17 -4.975 -9.192 17 -9.192 -11.659 15.469 -4.83 -11.659 18.531 -4.83
5 24 -5.657 21 -5.657 -3.062 21 -7.391 -7.01 20.695 -7.01 -4.304 20.695 -4.304
5 24 -5.657 21 -5.657 -7.01 20.695 -7.01 -3.062 21 -7.391 -7.391 21 -3.062
5 24 -7.01 20.695 -7.01 -3.794 20.695 -9.159 -8.157 19.828 -8.157 -5.657 21 -5.657
5 24 -7.01 20.695 -7.01 -8.157 19.828 -8.157 -3.794 20.695 -9.159 -9.159 20.695 -3.794
5 24 -8.157 19.828 -8.157 -4.414 19.828 -10.658 -8.923 18.531 -8.923 -7.01 20.695 -7.01
5 24 -8.157 19.828 -8.157 -8.923 18.531 -8.923 -4.414 19.828 -10.658 -10.658 19.828 -4.414
5 24 -8.923 18.531 -8.923 -4.83 18.531 -11.659 -9.192 17 -9.192 -8.157 19.828 -8.157
5 24 -8.923 18.531 -8.923 -9.192 17 -9.192 -4.83 18.531 -11.659 -11.659 18.531 -4.83
5 24 -9.192 17 -9.192 -4.975 17 -12.01 -8.923 15.469 -8.923 -8.923 18.531 -8.923
5 24 -3.062 21 -7.391 0 21 -8 -3.794 20.695 -9.159 -2.33 20.695 -5.623
5 24 -3.062 21 -7.391 -3.794 20.695 -9.159 0 21 -8 -5.657 21 -5.657

5 24 -3.794 20.695 -9.159 0 20.695 -9.914 -4.414 19.828 -10.658 -3.062 21 -7.391
5 24 -3.794 20.695 -9.159 -4.414 19.828 -10.658 0 20.695 -9.914 -7.01 20.695 -7.01

5 24 -4.414 19.828 -10.658 0 19.828 -11.535 -4.83 18.531 -11.659 -3.794 20.695 -9.159
5 24 -4.414 19.828 -10.658 -4.83 18.531 -11.659 0 19.828 -11.535 -8.157 19.828 -8.157

5 24 -4.83 18.531 -11.659 0 18.531 -12.619 -4.975 17 -12.01 -4.414 19.828 -10.658
5 24 -4.83 18.531 -11.659 -4.975 17 -12.01 0 18.531 -12.619 -8.923 18.531 -8.923

5 24 -4.975 17 -12.01 0 17 -13 -4.83 15.469 -11.659 -4.83 18.531 -11.659
0
0 L3P ELSEPOV
0   #if (L3Studs)
0     difference {
0     cylinder { <0,0,0>, <0,-4,0>, 6}
0     cylinder { <0,0.01,0>, <0,-4.01,0>, 4}
0     }
0 #end
0 object { ring2_dot_dat matrix <2,0,0,0,1,0,0,0,2,0,0,0> }
0 object { ring3_dot_dat matrix <2,0,0,0,1,0,0,0,2,0,0,0> }
0 object { ring2_dot_dat matrix <2,0,0,0,1,0,0,0,2,0,4,0> }
0 object { _4_dash_4cyli_dot_dat matrix <6,0,0,0,20,0,0,0,6,0,4,0> }
0 object { ring3_dot_dat matrix <2,0,0,0,1,0,0,0,2,0,24,0> }
0 object { _4_dash_4cyli_dot_dat matrix <8,0,0,0,3,0,0,0,8,0,21,0> }
0 object { t04o6250_dot_dat matrix <-7.391,0,-3.06,0,-6.4,0,3.06,0,-7.391,0,4,0>
material { L3Color15 } }
0 object { t04o6250_dot_dat matrix <7.391,0,-3.06,0,-6.4,0,-3.06,0,-7.391,0,4,0>
material { L3Color15 } }
0 object { t04o6250_dot_dat matrix <-7.391,0,-3.06,0,-6.4,0,-3.06,0,7.391,0,4,0>
}
0 object { t04o6250_dot_dat matrix <7.391,0,3.06,0,-6.4,0,-3.06,0,7.391,0,4,0> }
0 object { t04o6250_dot_dat matrix <7.391,0,-3.06,0,-6.4,0,3.06,0,7.391,0,4,0> }
0
0 cylinder { <0,0,0>,<0,17,0>,13.001
0 clipped_by {
0   union {
0     prism {linear_sweep linear_spline 0,14,3
0    <3.75,8.5>,<3.5,8.25>,<3.5,9>}
0     prism {linear_sweep linear_spline 0,14,3
0    <4,9>,<3.75,8.5>,<3.5,9>}
0     prism {linear_sweep linear_spline 0,14,3
0    <4,9>,<3.5,9>,<3.75,9.5>}
0     prism {linear_sweep linear_spline 0,14,3
0    <3.5,9.5>,<3.75,9.5>,<3.5,9>}
0     prism {linear_sweep linear_spline 0,14,3
0    <3.5,9>,<3.25,9.5>,<3.5,9.5>}
0     prism {linear_sweep linear_spline 0,14,3
0    <3,9>,<3.25,9.5>,<3.5,9>}
0     prism {linear_sweep linear_spline 0,14,3
0    <3.5,9>,<3,8.5>,<3,9>}
0     prism {linear_sweep linear_spline 0,14,3
0    <3.5,9>,<3.5,8.25>,<3,8.5>}
0     prism {linear_sweep linear_spline 0,14,4
0    <0,7>,<4.5,7>,<4.975,4>,<0,4>}
0     prism {linear_sweep linear_spline 0,14,3
0    <4.5,7>,<4.975,7>,<4.975,4>}
0     prism {linear_sweep linear_spline 0,14,4
0    <4.975,7>,<9.192,7>,<9.192,4>,<4.975,4>}
0     prism {linear_sweep linear_spline 0,14,4
0    <9.192,7>,<12.011,7>,<12.011,4>,<9.192,4>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-3.5,9>,<-3.5,8.25>,<-3.75,8.5>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-3.5,9>,<-3.75,8.5>,<-4,9>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-3.75,9.5>,<-3.5,9>,<-4,9>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-3.5,9>,<-3.75,9.5>,<-3.5,9.5>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-3.5,9.5>,<-3.25,9.5>,<-3.5,9>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-3.5,9>,<-3.25,9.5>,<-3,9>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-3,9>,<-3,8.5>,<-3.5,9>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-3,8.5>,<-3.5,8.25>,<-3.5,9>}
0     prism {linear_sweep linear_spline 0,14,4
0    <0,4>,<-4.975,4>,<-4.5,7>,<0,7>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-4.975,4>,<-4.975,7>,<-4.5,7>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-4.975,4>,<-9.192,4>,<-9.192,7>,<-4.975,7>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-9.192,4>,<-12.011,4>,<-12.011,7>,<-9.192,7>}
0    } rotate <-90,0,0>
0 }
0 #if (version >= 3.1) material #else texture #end { L3Color15 }
0 }
0 cylinder { <0,0,0>,<0,17,0>,13.001
0 clipped_by {
0   union {
0     prism {linear_sweep linear_spline 0,14,4
0    <0,7.5>,<1.25,7.5>,<4.975,7>,<0,7>}
0     prism {linear_sweep linear_spline 0,14,4
0    <1.25,7.5>,<1.25,8.25>,<2.25,8.25>,<4.5,7>}
0     prism {linear_sweep linear_spline 0,14,4
0    <4.5,7>,<2.25,8.25>,<3,8.5>,<3.5,8.25>}
0     prism {linear_sweep linear_spline 0,14,4
0    <3.5,8.25>,<3.75,8.5>,<4.25,8>,<4.5,7>}
0     prism {linear_sweep linear_spline 0,14,4
0    <4.25,8>,<3.75,8.5>,<4,9>,<4.75,8.5>}
0     prism {linear_sweep linear_spline 0,14,4
0    <3.75,9.5>,<4.975,9>,<4.75,8.5>,<4,9>}
0     prism {linear_sweep linear_spline 0,14,3
0    <3.75,9.5>,<4.75,10>,<4.975,9>}
0     prism {linear_sweep linear_spline 0,14,3
0    <4,10.5>,<4.75,10>,<3.75,9.5>}
0     prism {linear_sweep linear_spline 0,14,4
0    <3.5,9.5>,<3.25,10.5>,<4,10.5>,<3.75,9.5>}
0     prism {linear_sweep linear_spline 0,14,4
0    <3.25,9.5>,<2.5,10.25>,<3.25,10.5>,<3.5,9.5>}
0     prism {linear_sweep linear_spline 0,14,4
0    <3,9>,<2.25,9.5>,<2.5,10.25>,<3.25,9.5>}
0     prism {linear_sweep linear_spline 0,14,4
0    <3,8.5>,<2.25,8.25>,<2.25,9.5>,<3,9>}
0     prism {linear_sweep linear_spline 0,14,4
0    <0,16.5>,<1.25,16.5>,<1.25,16.25>,<0,16.25>}
0     prism {linear_sweep linear_spline 0,14,4
0    <0,15.5>,<2.5,15.5>,<2.5,15>,<0,15>}
0     prism {linear_sweep linear_spline 0,14,4
0    <2.5,15.5>,<3,16>,<3.25,15.5>,<2.5,15>}
0     prism {linear_sweep linear_spline 0,14,4
0    <4.25,8>,<4.975,8>,<4.975,7>,<4.5,7>}
0     prism {linear_sweep linear_spline 0,14,3
0    <4.975,8>,<5.75,8>,<4.975,7>}
0     prism {linear_sweep linear_spline 0,14,3
0    <5.75,8>,<6.75,8.5>,<6.5,8>}
0     prism {linear_sweep linear_spline 0,14,3
0    <6.5,8>,<9.192,8>,<9.192,7>}
0     prism {linear_sweep linear_spline 0,14,4
0    <9.192,7>,<4.975,7>,<5.75,8>,<6.5,8>}
0     prism {linear_sweep linear_spline 0,14,4
0    <12.011,7>,<9.192,7>,<9.192,8>,<12.011,8>}
0     prism {linear_sweep linear_spline 0,14,4
0    <0,7>,<-4.975,7>,<-1.25,7.5>,<0,7.5>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-4.5,7>,<-2.25,8.25>,<-1.25,8.25>,<-1.25,7.5>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-3.5,8.25>,<-3,8.5>,<-2.25,8.25>,<-4.5,7>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-4.5,7>,<-4.25,8>,<-3.75,8.5>,<-3.5,8.25>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-4.75,8.5>,<-4,9>,<-3.75,8.5>,<-4.25,8>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-4,9>,<-4.75,8.5>,<-4.975,9>,<-3.75,9.5>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-4.975,9>,<-4.75,10>,<-3.75,9.5>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-3.75,9.5>,<-4.75,10>,<-4,10.5>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-3.75,9.5>,<-4,10.5>,<-3.25,10.5>,<-3.5,9.5>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-3.5,9.5>,<-3.25,10.5>,<-2.5,10.25>,<-3.25,9.5>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-3.25,9.5>,<-2.5,10.25>,<-2.25,9.5>,<-3,9>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-3,9>,<-2.25,9.5>,<-2.25,8.25>,<-3,8.5>}
0     prism {linear_sweep linear_spline 0,14,4
0    <0,16.25>,<-1.25,16.25>,<-1.25,16.5>,<0,16.5>}
0     prism {linear_sweep linear_spline 0,14,4
0    <0,15>,<-2.5,15>,<-2.5,15.5>,<0,15.5>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-2.5,15>,<-3.25,15.5>,<-3,16>,<-2.5,15.5>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-4.5,7>,<-4.975,7>,<-4.975,8>,<-4.25,8>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-4.975,7>,<-5.75,8>,<-4.975,8>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-6.5,8>,<-6.75,8.5>,<-5.75,8>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-9.192,7>,<-9.192,8>,<-6.5,8>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-6.5,8>,<-5.75,8>,<-4.975,7>,<-9.192,7>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-12.011,8>,<-9.192,8>,<-9.192,7>,<-12.011,7>}
0    } rotate <-90,0,0>
0 }
0 #if (version >= 3.1) material #else texture #end { L3Color0 }
0 }
0
0 torus{9,4 clipped_by{difference{box{<-13,4,-13>,<13,-4,13>}
0 cylinder{<0,0,0>,<0,4,0>,9} plane{y,0}}}translate <0,17,0>}
0 plane{y,21 clipped_by{difference{sphere{<0,21,0>,9} sphere{<0,21,0>,8}}}}
0
0 cylinder{<0,4,0>,<0,17,0>,13}
0 L3P ENDPOV
0


Special: 
[DAT] (requires LDraw-compatible viewer)
Subject: 
POV dat - 3626bpac - Minifig Head with Tribal Paint and Frown Pattern - POV
Newsgroups: 
lugnet.cad.ray, lugnet.cad.dat.parts
Date: 
Tue, 28 Sep 2010 09:30:20 GMT
Viewed: 
22318 times
  
0 Minifig Head with Tribal Paint and Frown Pattern - POV
0 Name: 3626bpac.dat
0 Author: George Barnes [glbarnes]
0 !LDRAW_ORG Part UPDATE 2005-01
0 !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt
0 // Inline POV code generated by MFHead v0.21

0 BFC NOCERTIFY
0 !KEYWORDS face, eyebrows, pupil, pupils, highlight, highlights
0 !KEYWORDS Adventurers, amazon, Achu, ruler, Jungle, priest, Racers
0 !CMDLINE -c14

0 !HISTORY 2002-11-30 [PTadmin] Official Update 2002-05
0 !HISTORY 2004-04-15 [westrate] added torus primitives
0 !HISTORY 2005-12-28 [PTadmin] Official Update 2005-01
0 !HISTORY 2007-06-29 [PTadmin] Header formatted for Contributor Agreement
0 !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01

0 // replacing s\3626bs01.dat
0 L3P IFNOTPOV
1 16 0 0 0 1 0 0 0 1 0 0 0 1 s\3626bs02.dat
1 16 0 4 0 13 0 0 0 13 0 0 0 13 2-4cyli.dat
1 16 0 4 0 0 0 8 0 -6.4 0 8 0 0 t04o6250.dat
1 16 0 4 0 -8 0 0 0 -6.4 0 0 0 8 t04o6250.dat
1 16 0 17 0 0 0 -8 0 6.4 0 8 0 0 t04o6250.dat
1 16 0 17 0 8 0 0 0 6.4 0 0 0 8 t04o6250.dat

4 16 -12.0104 17 -4.9749 -13 17 0 -13 4 0 -12.0104 4 -4.9749
4 16 12.0104 17 -4.9749 12.0104 4 -4.9749 13 4 0 13 17 0
4 16 -12.0104 4 -4.9749 -10.7787 4 -6.8183 -10.7787 17 -6.8183 -12.0104 17 -4.9749
4 16 10.7787 4 -6.8183 12.0104 4 -4.9749 12.0104 17 -4.9749 10.7787 17 -6.8183
4 8 -4.9748 12.8 -12.0105 -4.9749 17 -12.0104 -9.1924 17 -9.1924 -9.1924 12.8 -9.1924
4 8 -10.7787 12.8 -6.8183 -9.1924 12.8 -9.1924 -9.1924 17 -9.1924 -10.7787 17 -6.8183
4 8 -9.1924 11 -9.1924 -10.7787 11 -6.8183 -10.7787 4 -6.8183 -9.1924 4 -9.1924
4 8 9.1924 4 -9.1924 10.7787 4 -6.8183 10.7787 11 -6.8183 9.1924 11 -9.1924
4 8 9.1924 12.8 -9.1924 10.7787 12.8 -6.8183 10.7787 17 -6.8183 9.1924 17 -9.1924
4 8 4.9748 12.8 -12.0105 9.1924 12.8 -9.1924 9.1924 17 -9.1924 4.9749 17 -12.0104
4 16 9.1924 11 -9.1924 10.7787 11 -6.8183 10.7787 12.8 -6.8183 9.1924 12.8 -9.1924
4 16 4.9748 11 -12.0105 9.1924 11 -9.1924 9.1924 12.8 -9.1924 4.9748 12.8 -12.0105
4 16 0 11 -13 4.9748 11 -12.0104 4.9748 12.8 -12.0104 0 12.8 -13
4 16 0 11 -13 0 12.8 -13 -4.9748 12.8 -12.0104 -4.9748 11 -12.0104
4 16 -9.1924 11 -9.1924 -4.9748 11 -12.0105 -4.9748 12.8 -12.0105 -9.1924 12.8 -9.1924
4 16 -10.7787 11 -6.8183 -9.1924 11 -9.1924 -9.1924 12.8 -9.1924 -10.7787 12.8 -6.8183
1 0 -3.0404 16.2 -12.3952 0.3152 -0.0975 -0.3757 0.383 0 0.3214 -0.0627 -0.4904 0.0747 2-4disc.dat
1 8 -3.0404 16.2 -12.3952 0.3152 -0.0975 -0.3757 0.383 0 0.3214 -0.0627 -0.4904 0.0747 2-4ndis.dat
4 0 -3.3557 15.817 -12.3325 -1.9616 15.2 -12.6098 -2.1577 16.3 -12.5708 -2.7252 16.583 -12.4579
4 0 -1.9616 15.2 -12.6098 -0.8827 14.8 -12.8244 -0.6865 16 -12.8634 -2.1577 16.3 -12.5708
4 0 -0.8827 14.8 -12.8244 0 14.5 -13 0 15.9 -13 -0.6865 16 -12.8634
3 8 0 12.8 -13 0 14.5 -13 -0.8827 14.8 -12.8244
3 8 0 12.8 -13 -0.8827 14.8 -12.8244 -1.9616 15.2 -12.6098
3 8 -4.9748 12.8 -12.0104 0 12.8 -13 -1.9616 15.2 -12.6098
3 8 -4.9748 12.8 -12.0104 -1.9616 15.2 -12.6098 -3.3557 15.817 -12.3325
3 8 -4.9748 12.8 -12.0104 -3.3557 15.817 -12.3325 -3.7313 16.1384 -12.2578
3 8 -4.9748 12.8 -12.0104 -3.7313 16.1384 -12.2578 -4.9749 17 -12.0104
3 8 -3.7313 16.1384 -12.2578 -3.1009 16.9044 -12.3832 -4.9749 17 -12.0104
3 8 -4.9749 17 -12.0104 -3.1009 16.9044 -12.3832 0 17 -13
3 8 -2.7252 16.583 -12.4579 0 17 -13 -3.1009 16.9044 -12.3832
3 8 -2.1577 16.3 -12.5708 0 17 -13 -2.7252 16.583 -12.4579
3 8 -0.6865 16 -12.8634 0 17 -13 -2.1577 16.3 -12.5708
3 8 0 15.9 -13 0 17 -13 -0.6865 16 -12.8634
4 0 0 14.5 -13 1.275 14.2 -12.7464 1.0789 15.8 -12.7854 0 15.9 -13
4 0 1.0789 15.8 -12.7854 1.275 14.2 -12.7464 2.1577 14.2 -12.5708 1.8635 15.8 -12.6293
4 0 2.1577 14.2 -12.5708 3.0404 14.8 -12.3952 2.452 16 -12.5123 1.8635 15.8 -12.6293
1 0 3.1385 15.8 -12.3757 0.3375 0.1171 0.482 -0.4915 0 0.3441 0.0671 -0.5885 0.0959 2-4disc.dat
1 8 3.1385 15.8 -12.3757 0.3375 0.1171 0.482 -0.4915 0 0.3441 0.0671 -0.5885 0.0959 2-4ndis.dat
4 0 3.0404 14.8 -12.3952 3.476 15.3085 -12.3086 2.801 16.2915 -12.4429 2.452 16 -12.5123
3 8 0 12.8 -13 1.275 14.2 -12.7464 0 14.5 -13
4 8 0 12.8 -13 4.9748 12.8 -12.0104 2.1577 14.2 -12.5708 1.275 14.2 -12.7464
3 8 4.9748 12.8 -12.0104 3.0404 14.8 -12.3952 2.1577 14.2 -12.5708
3 8 4.9748 12.8 -12.0104 3.476 15.3085 -12.3086 3.0404 14.8 -12.3952
3 8 4.9748 12.8 -12.0104 3.9581 15.6527 -12.2127 3.476 15.3085 -12.3086
3 8 4.9749 17 -12.0104 3.9581 15.6527 -12.2127 4.9748 12.8 -12.0104
3 8 3.9581 15.6527 -12.2127 4.9749 17 -12.0104 3.283 16.6356 -12.347
3 8 3.283 16.6356 -12.347 4.9749 17 -12.0104 0 17 -13
3 8 2.801 16.2915 -12.4429 3.283 16.6356 -12.347 0 17 -13
3 8 2.452 16 -12.5123 2.801 16.2915 -12.4429 0 17 -13
3 8 1.8635 15.8 -12.6293 2.452 16 -12.5123 0 17 -13
3 8 1.0789 15.8 -12.7854 1.8635 15.8 -12.6293 0 17 -13
3 8 0 15.9 -13 1.0789 15.8 -12.7854 0 17 -13
1 16 -4.5825 9 -12.0885 0.3923 -0.1561 0 0 0 0.8 -0.078 -0.7846 0 4-4disc.dat
1 0 -4.5825 9 -12.0885 0.3923 -0.1561 0 0 0 0.8 -0.078 -0.7846 0 4-4ndis.dat
3 0 -4.1902 8.2 -12.1665 -3.1385 7 -12.3757 -2.452 7.5 -12.5123
3 0 -4.1902 8.2 -12.1665 -2.452 7.5 -12.5123 -1.9616 8 -12.6098
3 0 -4.1902 8.2 -12.1665 -1.9616 8 -12.6098 -1.6673 8.3 -12.6683
3 0 -4.1902 8.2 -12.1665 -1.6673 8.3 -12.6683 -1.5693 8.7 -12.6879
3 0 -4.1902 8.2 -12.1665 -1.5693 8.7 -12.6879 -1.7654 9 -12.6488
3 0 -4.1902 8.2 -12.1665 -1.7654 9 -12.6488 -2.1577 9 -12.5708
3 0 -4.1902 9 -12.1665 -4.1902 8.2 -12.1665 -2.1577 9 -12.5708
3 0 -4.1902 9 -12.1665 -2.1577 9 -12.5708 -2.3539 9.8 -12.5318
3 0 -4.1902 9 -12.1665 -2.3539 9.8 -12.5318 -3.0404 10.7 -12.3952
3 0 -4.1902 9 -12.1665 -3.0404 10.7 -12.3952 -3.9231 11 -12.2196
3 0 -4.1902 9 -12.1665 -3.9231 11 -12.2196 -4.1902 9.8 -12.1665
3 0 -3.9231 11 -12.2196 -4.9748 9.8 -12.0104 -4.1902 9.8 -12.1665
3 0 -4.9748 9.8 -12.0104 -3.9231 11 -12.2196 -4.9748 10.7 -12.0104
3 0 -4.1902 8.2 -12.1665 -4.0212 6.8 -12.2001 -3.1385 7 -12.3757
4 0 -4.9748 6.8 -12.0104 -4.0212 6.8 -12.2001 -4.1902 8.2 -12.1665 -4.9748 8.2 -12.0104
3 0 -4.9748 9 -12.0105 -4.9748 10.7 -12.0105 -5.6631 9.8 -11.5506
3 0 -4.9748 9 -12.0105 -5.6631 9.8 -11.5506 -5.9125 8.6 -11.3839
3 0 -4.9748 9 -12.0105 -5.9125 8.6 -11.3839 -5.8293 7.6 -11.4395
3 0 -5.8293 7.6 -11.4395 -4.9748 6.8 -12.0105 -4.9748 9 -12.0105
3 0 -5.6631 6.7 -11.5506 -4.9748 6.8 -12.0105 -5.8293 7.6 -11.4395
4 0 -6.4945 6.9 -10.995 -6.0788 6.1 -11.2728 -5.6631 6.7 -11.5506 -5.8293 7.6 -11.4395
1 0 -6.6608 6 -10.8839 -0.3406 -0.2778 -0.2385 0.2868 0 -0.4096 0.2275 -0.4157 0.1593 2-4disc.dat
1 16 -6.6608 6 -10.8839 -0.3406 -0.2778 -0.2385 0.2868 0 -0.4096 0.2275 -0.4157 0.1593 2-4ndis.dat
4 0 -6.3203 5.7132 -11.1115 -6.0788 6.1 -11.2728 -6.4945 6.9 -10.995 -7.0014 6.2868 -10.6564
4 16 -5.6631 9.8 -11.5506 -4.9748 10.7 -12.0105 -4.9748 11 -12.0105 -6.0788 10.1 -11.2728
4 16 -5.9125 8.6 -11.3839 -5.6631 9.8 -11.5506 -6.0788 10.1 -11.2728 -6.3282 8.6 -11.1062
4 16 -5.8293 7.6 -11.4395 -5.9125 8.6 -11.3839 -6.3282 8.6 -11.1062 -6.3282 7.8 -11.1062
4 16 -6.4945 6.9 -10.995 -5.8293 7.6 -11.4395 -6.3282 7.8 -11.1062 -6.8271 7.3 -10.7728
4 16 -7.0014 6.2868 -10.6564 -6.4945 6.9 -10.995 -6.8271 7.3 -10.7728 -7.326 6.6 -10.4395
4 16 -7.2398 5.8772 -10.4971 -7.0014 6.2868 -10.6564 -7.326 6.6 -10.4395 -7.4923 5.9 -10.3284
4 16 -7.2398 5.8772 -10.4971 -7.4923 5.9 -10.3284 -7.4091 5.1 -10.3839 -7.0766 5.3 -10.6061
4 16 -7.4091 5.1 -10.3839 -7.0766 4.8 -10.6061 -6.5587 5.3036 -10.9521 -7.0766 5.3 -10.6061
3 16 -7.0766 4.8 -10.6061 -6.5777 4.7 -10.9395 -6.5587 5.3036 -10.9521
3 16 -7.0766 5.3 -10.6061 -6.5587 5.3036 -10.9521 -7.2398 5.8772 -10.4971
3 16 -6.5777 4.7 -10.9395 -6.1619 5.1 -11.2173 -6.5587 5.3036 -10.9521
4 16 -6.1619 5.1 -11.2173 -5.8293 5.5 -11.4395 -6.3203 5.7132 -11.1115 -6.5587 5.3036 -10.9521
4 16 -5.8293 5.5 -11.4395 -5.4136 5.9 -11.7173 -6.0788 6.1 -11.2728 -6.3203 5.7132 -11.1115
4 16 -5.4136 5.9 -11.7173 -4.9748 5.9 -12.0105 -4.9748 6.8 -12.0105 -5.6631 6.7 -11.5506
3 16 -5.4136 5.9 -11.7173 -5.6631 6.7 -11.5506 -6.0788 6.1 -11.2728
3 8 -4.9749 4 -12.0104 -4.9748 5.9 -12.0105 -5.4136 5.9 -11.7173
3 8 -4.9749 4 -12.0104 -5.4136 5.9 -11.7173 -5.8293 5.5 -11.4395
3 8 -4.9749 4 -12.0104 -5.8293 5.5 -11.4395 -6.1619 5.1 -11.2173
3 8 -4.9749 4 -12.0104 -6.1619 5.1 -11.2173 -6.5777 4.7 -10.9395
3 8 -4.9749 4 -12.0104 -6.5777 4.7 -10.9395 -9.1924 4 -9.1924
3 8 -9.1924 4 -9.1924 -6.5777 4.7 -10.9395 -7.0766 4.8 -10.6061
3 8 -9.1924 4 -9.1924 -7.0766 4.8 -10.6061 -7.4091 5.1 -10.3839
3 8 -9.1924 4 -9.1924 -7.4091 5.1 -10.3839 -7.4923 5.9 -10.3284
3 8 -9.1924 4 -9.1924 -7.4923 5.9 -10.3284 -9.1924 11 -9.1924
3 8 -7.4923 5.9 -10.3284 -7.326 6.6 -10.4395 -9.1924 11 -9.1924
3 8 -7.326 6.6 -10.4395 -6.8271 7.3 -10.7728 -9.1924 11 -9.1924
3 8 -6.8271 7.3 -10.7728 -6.3282 7.8 -11.1062 -9.1924 11 -9.1924
3 8 -6.3282 7.8 -11.1062 -6.3282 8.6 -11.1062 -9.1924 11 -9.1924
3 8 -6.3282 8.6 -11.1062 -6.0788 10.1 -11.2728 -9.1924 11 -9.1924
3 8 -6.0788 10.1 -11.2728 -4.9748 11 -12.0105 -9.1924 11 -9.1924
4 16 -4.9748 5.9 -12.0104 -3.9231 5.9 -12.2196 -4.0212 6.8 -12.2001 -4.9748 6.8 -12.0104
4 16 -3.9231 5.9 -12.2196 -2.9424 6.2 -12.4147 -3.1385 7 -12.3757 -4.0212 6.8 -12.2001
4 16 -2.9424 6.2 -12.4147 -1.9616 6.6 -12.6098 -2.452 7.5 -12.5123 -3.1385 7 -12.3757
4 16 -1.9616 6.6 -12.6098 -1.1769 7.1 -12.7659 -1.9616 8 -12.6098 -2.452 7.5 -12.5123
4 16 -1.1769 7.1 -12.7659 -0.5885 7.6 -12.8829 -1.6673 8.3 -12.6683 -1.9616 8 -12.6098
4 16 -0.5885 7.6 -12.8829 -0.1962 8.2 -12.961 -1.5693 8.7 -12.6879 -1.6673 8.3 -12.6683
4 16 -0.1962 8.2 -12.961 -0.1962 8.7 -12.961 -1.7654 9 -12.6488 -1.5693 8.7 -12.6879
3 16 -0.1962 8.7 -12.961 -0.7846 9.3 -12.8439 -1.7654 9 -12.6488
3 16 -1.7654 9 -12.6488 -0.7846 9.3 -12.8439 -1.1769 10 -12.7659
4 16 -1.7654 9 -12.6488 -1.1769 10 -12.7659 -1.5693 10.5 -12.6879 -2.1577 9 -12.5708
3 16 -2.3539 9.8 -12.5318 -2.1577 9 -12.5708 -1.5693 10.5 -12.6879
3 16 -4.9748 10.7 -12.0104 -3.9231 11 -12.2196 -4.9748 11 -12.0104
4 16 -2.3539 9.8 -12.5318 -1.5693 10.5 -12.6879 -1.9616 11 -12.6098 -3.0404 10.7 -12.3952
3 16 -3.0404 10.7 -12.3952 -1.9616 11 -12.6098 -3.9231 11 -12.2196
3 8 -4.9749 4 -12.0104 -3.9231 5.9 -12.2196 -4.9748 5.9 -12.0104
3 8 -4.9749 4 -12.0104 -2.9424 6.2 -12.4147 -3.9231 5.9 -12.2196
3 8 -4.9749 4 -12.0104 0 4 -13 -2.9424 6.2 -12.4147
3 8 0 4 -13 -1.9616 6.6 -12.6098 -2.9424 6.2 -12.4147
3 8 0 4 -13 -1.1769 7.1 -12.7659 -1.9616 6.6 -12.6098
3 8 0 4 -13 -0.5885 7.6 -12.8829 -1.1769 7.1 -12.7659
3 8 0 4 -13 -0.1962 8.2 -12.961 -0.5885 7.6 -12.8829
4 8 0 4 -13 0 11 -13 -0.1962 8.7 -12.961 -0.1962 8.2 -12.961
3 8 -0.1962 8.7 -12.961 0 11 -13 -0.7846 9.3 -12.8439
3 8 -0.7846 9.3 -12.8439 0 11 -13 -1.1769 10 -12.7659
3 8 -1.1769 10 -12.7659 0 11 -13 -1.5693 10.5 -12.6879
3 8 -1.5693 10.5 -12.6879 0 11 -13 -1.9616 11 -12.6098
1 16 4.5825 9.3 -12.0885 0.3923 0.1561 0 0 0 0.8 0.078 -0.7846 0 4-4disc.dat
4 0 4.9748 8.5 -12.0104 4.1902 8.5 -12.1665 4.1193 6.9 -12.1806 4.9748 7 -12.0104
3 0 4.1193 6.9 -12.1806 4.1902 8.5 -12.1665 3.3347 7.1 -12.3367
3 0 3.3347 7.1 -12.3367 4.1902 8.5 -12.1665 2.6481 7.5 -12.4733
3 0 2.6481 7.5 -12.4733 4.1902 8.5 -12.1665 2.9424 8.3 -12.4147
3 0 2.9424 8.3 -12.4147 4.1902 8.5 -12.1665 3.0404 9.1 -12.3952
3 0 3.0404 9.1 -12.3952 4.1902 8.5 -12.1665 3.2366 9.9 -12.3562
3 0 4.1902 8.5 -12.1665 3.727 10.5 -12.2587 3.2366 9.9 -12.3562
3 0 4.1902 8.5 -12.1665 4.1902 10.1 -12.1665 3.727 10.5 -12.2587
4 0 4.9748 10.1 -12.0104 4.9748 11 -12.0104 4.3155 10.8 -12.1416 4.1902 10.1 -12.1665
3 0 4.1902 10.1 -12.1665 4.3155 10.8 -12.1416 3.727 10.5 -12.2587
4 0 2.6481 7.5 -12.4733 2.9424 8.3 -12.4147 2.452 8.7 -12.5123 2.0596 7.9 -12.5903
1 0 1.8635 8.6 -12.6293 0.2774 0.078 -0.2774 0.2828 0 0.2828 0.0552 -0.3923 -0.0552 2-4disc.dat
1 16 1.8635 8.6 -12.6293 0.2774 0.078 -0.2774 0.2828 0 0.2828 0.0552 -0.3923 -0.0552 2-4ndis.dat
4 0 2.0596 7.9 -12.5903 2.452 8.7 -12.5123 2.1409 8.8828 -12.5741 1.5861 8.3172 -12.6845
3 0 4.9748 9.3 -12.0105 4.9748 7 -12.0105 5.6631 7.1 -11.5506
3 0 5.6631 7.1 -11.5506 6.3282 7.7 -11.1062 4.9748 9.3 -12.0105
3 0 6.3282 7.7 -11.1062 6.3282 8.6 -11.1062 4.9748 9.3 -12.0105
3 0 6.3282 8.6 -11.1062 6.1619 9.6 -11.2173 4.9748 9.3 -12.0105
3 0 4.9748 9.3 -12.0105 6.1619 9.6 -11.2173 5.7462 10.4 -11.4951
3 0 4.9748 9.3 -12.0105 5.7462 10.4 -11.4951 5.3305 10.8 -11.7728
3 0 4.9748 9.3 -12.0105 5.3305 10.8 -11.7728 4.9748 11 -12.0105
1 0 4.5825 9.3 -12.0885 0.3923 0.1561 0 0 0 0.8 0.078 -0.7846 0 4-4ndis.dat
4 0 5.6631 7.1 -11.5506 6.3282 6.5 -11.1062 6.8271 7.2 -10.7728 6.3282 7.7 -11.1062
4 0 6.3282 6.5 -11.1062 6.5777 6.3 -10.9395 7.1597 6.8 -10.5506 6.8271 7.2 -10.7728
1 0 7.0766 6.3 -10.6061 -0.2138 0.4445 0.5096 -0.3064 0 -0.5142 -0.1428 -0.6652 0.3405 2-4disc.dat
1 16 7.0766 6.3 -10.6061 -0.2138 0.4445 0.5096 -0.3064 0 -0.5142 -0.1428 -0.6652 0.3405 2-4ndis.dat
4 0 6.8628 5.9936 -10.749 7.2903 6.6064 -10.4633 7.1597 6.8 -10.5506 6.5777 6.3 -10.9395
3 16 4.3155 10.8 -12.1416 4.9748 11 -12.0104 3.727 11 -12.2587
3 16 3.727 10.5 -12.2587 4.3155 10.8 -12.1416 3.727 11 -12.2587
3 16 3.3347 10.6 -12.3367 3.727 10.5 -12.2587 3.727 11 -12.2587
4 16 3.2366 9.9 -12.3562 3.727 10.5 -12.2587 3.3347 10.6 -12.3367 2.9424 10.1 -12.4147
4 16 3.0404 9.1 -12.3952 3.2366 9.9 -12.3562 2.9424 10.1 -12.4147 2.6481 9.4 -12.4733
4 16 2.452 8.7 -12.5123 2.9424 8.3 -12.4147 3.0404 9.1 -12.3952 2.6481 9.4 -12.4733
4 16 2.1409 8.8828 -12.5741 2.452 8.7 -12.5123 2.6481 9.4 -12.4733 2.2558 9.2 -12.5513
4 16 2.1409 8.8828 -12.5741 2.2558 9.2 -12.5513 1.9616 9.3 -12.6098 1.8635 9.1657 -12.6293
3 16 1.5861 8.8828 -12.6845 1.8635 9.1657 -12.6293 1.5693 9.2 -12.6879
3 16 1.5693 9.2 -12.6879 1.8635 9.1657 -12.6293 1.9616 9.3 -12.6098
3 16 1.5861 8.8828 -12.6845 1.5693 9.2 -12.6879 1.275 9 -12.7464
3 16 1.5861 8.8828 -12.6845 1.275 9 -12.7464 1.3087 8.6 -12.7397
3 16 1.3087 8.6 -12.7397 1.1769 8.2 -12.7659 1.5861 8.3172 -12.6845
3 16 1.275 9 -12.7464 1.1769 8.2 -12.7659 1.3087 8.6 -12.7397
4 16 1.1769 8.2 -12.7659 1.6673 7.4 -12.6683 2.0596 7.9 -12.5903 1.5861 8.3172 -12.6845
4 16 1.6673 7.4 -12.6683 2.3539 6.8 -12.5318 2.6481 7.5 -12.4733 2.0596 7.9 -12.5903
4 16 2.3539 6.8 -12.5318 3.2366 6.2 -12.3562 3.3347 7.1 -12.3367 2.6481 7.5 -12.4733
4 16 3.2366 6.2 -12.3562 4.1193 5.9 -12.1806 4.1193 6.9 -12.1806 3.3347 7.1 -12.3367
4 16 4.1193 5.9 -12.1806 4.9748 5.9 -12.0104 4.9748 7 -12.0104 4.1193 6.9 -12.1806
4 16 4.9748 5.9 -12.0105 5.7462 6.2 -11.4951 5.6631 7.1 -11.5506 4.9748 7 -12.0105
3 16 5.7462 6.2 -11.4951 6.3282 6.5 -11.1062 5.6631 7.1 -11.5506
4 16 5.7462 6.2 -11.4951 6.3282 5.7 -11.1062 6.5777 6.3 -10.9395 6.3282 6.5 -11.1062
4 16 6.3282 5.7 -11.1062 6.744 5.4 -10.8284 6.8628 5.9936 -10.749 6.5777 6.3 -10.9395
4 16 6.744 5.4 -10.8284 7.2428 5 -10.495 7.3723 5.4794 -10.4085 6.8628 5.9936 -10.749
3 16 7.2428 5 -10.495 7.6586 4.7 -10.2172 7.3723 5.4794 -10.4085
3 16 7.6586 4.7 -10.2172 8.1575 4.7 -9.8839 7.3723 5.4794 -10.4085
3 16 8.1575 4.7 -9.8839 8.4069 5 -9.7172 7.3723 5.4794 -10.4085
3 16 8.4069 5 -9.7172 8.5732 5.5 -9.6061 7.7999 6.0922 -10.1228
3 16 7.3723 5.4794 -10.4085 8.4069 5 -9.7172 7.7999 6.0922 -10.1228
3 16 7.7999 6.0922 -10.1228 8.5732 5.5 -9.6061 8.5732 6.1 -9.6061
3 16 7.7999 6.0922 -10.1228 8.5732 6.1 -9.6061 8.2406 6.7 -9.8283
4 16 7.7999 6.0922 -10.1228 8.2406 6.7 -9.8283 7.7417 7.2 -10.1617 7.2903 6.6064 -10.4633
4 16 7.2903 6.6064 -10.4633 7.7417 7.2 -10.1617 7.5754 7.4 -10.2728 7.1597 6.8 -10.5506
4 16 7.1597 6.8 -10.5506 7.5754 7.4 -10.2728 7.326 7.8 -10.4395 6.8271 7.2 -10.7728
4 16 6.3282 7.7 -11.1062 7.326 7.8 -10.4395 7.4091 8.5 -10.3839 6.3282 8.6 -11.1062
4 16 7.4091 8.5 -10.3839 7.326 9.6 -10.4395 6.1619 9.6 -11.2173 6.3282 8.6 -11.1062
4 16 7.326 9.6 -10.4395 6.744 10.6 -10.8284 5.7462 10.4 -11.4951 6.1619 9.6 -11.2173
4 16 6.744 10.6 -10.8284 6.2451 11 -11.1617 5.3305 10.8 -11.7728 5.7462 10.4 -11.4951
3 16 4.9748 11 -12.0105 5.3305 10.8 -11.7728 6.2451 11 -11.1617
3 16 6.8271 7.2 -10.7728 7.326 7.8 -10.4395 6.3282 7.7 -11.1062
3 8 1.275 9 -12.7464 1.5693 9.2 -12.6879 0 11 -13
3 8 1.5693 9.2 -12.6879 1.9616 9.3 -12.6098 0 11 -13
3 8 1.9616 9.3 -12.6098 2.9424 10.1 -12.4147 0 11 -13
4 8 1.9616 9.3 -12.6098 2.2558 9.2 -12.5513 2.6481 9.4 -12.4733 2.9424 10.1 -12.4147
3 8 0 11 -13 2.9424 10.1 -12.4147 3.3347 10.6 -12.3367
3 8 0 11 -13 3.3347 10.6 -12.3367 3.727 11 -12.2587
3 8 1.1769 8.2 -12.7659 1.275 9 -12.7464 0 11 -13
3 8 0 4 -13 1.1769 8.2 -12.7659 0 11 -13
3 8 0 4 -13 1.6673 7.4 -12.6683 1.1769 8.2 -12.7659
3 8 0 4 -13 2.3539 6.8 -12.5318 1.6673 7.4 -12.6683
3 8 0 4 -13 3.2366 6.2 -12.3562 2.3539 6.8 -12.5318
3 8 0 4 -13 4.1193 5.9 -12.1806 3.2366 6.2 -12.3562
3 8 0 4 -13 4.9749 4 -12.0104 4.1193 5.9 -12.1806
3 8 4.9749 4 -12.0104 4.9748 5.9 -12.0104 4.1193 5.9 -12.1806
3 8 4.9749 4 -12.0104 5.7462 6.2 -11.4951 4.9748 5.9 -12.0105
3 8 4.9749 4 -12.0104 6.3282 5.7 -11.1062 5.7462 6.2 -11.4951
3 8 4.9749 4 -12.0104 6.744 5.4 -10.8284 6.3282 5.7 -11.1062
3 8 4.9749 4 -12.0104 7.2428 5 -10.495 6.744 5.4 -10.8284
3 8 4.9749 4 -12.0104 7.6586 4.7 -10.2172 7.2428 5 -10.495
3 8 4.9749 4 -12.0104 9.1924 4 -9.1924 7.6586 4.7 -10.2172
3 8 9.1924 4 -9.1924 8.1575 4.7 -9.8839 7.6586 4.7 -10.2172
3 8 9.1924 4 -9.1924 8.4069 5 -9.7172 8.1575 4.7 -9.8839
3 8 9.1924 4 -9.1924 8.5732 5.5 -9.6061 8.4069 5 -9.7172
3 8 9.1924 4 -9.1924 9.1924 11 -9.1924 8.5732 5.5 -9.6061
3 8 8.5732 5.5 -9.6061 9.1924 11 -9.1924 8.5732 6.1 -9.6061
3 8 8.5732 6.1 -9.6061 9.1924 11 -9.1924 8.2406 6.7 -9.8283
3 8 8.2406 6.7 -9.8283 9.1924 11 -9.1924 7.7417 7.2 -10.1617
3 8 7.7417 7.2 -10.1617 9.1924 11 -9.1924 7.5754 7.4 -10.2728
3 8 7.5754 7.4 -10.2728 9.1924 11 -9.1924 7.326 7.8 -10.4395
3 8 7.326 7.8 -10.4395 9.1924 11 -9.1924 7.4091 8.5 -10.3839
3 8 7.4091 8.5 -10.3839 9.1924 11 -9.1924 7.326 9.6 -10.4395
3 8 7.326 9.6 -10.4395 9.1924 11 -9.1924 6.744 10.6 -10.8284
3 8 6.744 10.6 -10.8284 9.1924 11 -9.1924 6.2451 11 -11.1617
5 24 0 4 -13 0 17 -13 -4.975 4 -12.01 4.975 4 -12.01
5 24 -4.975 4 -12.01 -4.975 17 -12.01 0 4 -13 -9.192 4 -9.192
5 24 4.975 4 -12.01 4.975 17 -12.01 0 4 -13 9.192 4 -9.192
5 24 -9.192 4 -9.192 -9.192 17 -9.192 -4.975 4 -12.01 -12.01 4 -4.975
5 24 9.192 4 -9.192 9.192 17 -9.192 4.975 4 -12.01 12.01 4 -4.975
5 24 -12.01 4 -4.975 -12.01 17 -4.975 -9.192 4 -9.192 -13 4 0
5 24 12.01 4 -4.975 12.01 17 -4.975 9.192 4 -9.192 13 4 0
5 24 -13 4 0 -13 17 0 -12.01 4 -4.975 -12.01 4 4.975
5 24 13 4 0 13 17 0 12.01 4 -4.975 12.01 4 4.975

1 16 0 4 0 0 0 -8 0 -6.4 0 -8 0 0 t04o6250.dat
1 16 0 4 0 8 0 0 0 -6.4 0 0 0 -8 t04o6250.dat
1 16 0 17 0 0 0 8 0 6.4 0 -8 0 0 t04o6250.dat
1 16 0 17 0 -8 0 0 0 6.4 0 0 0 -8 t04o6250.dat
0
0 L3P ELSEPOV
0   #if (L3Studs)
0     difference {
0     cylinder { <0,0,0>, <0,-4,0>, 6}
0     cylinder { <0,0.01,0>, <0,-4.01,0>, 4}
0     }
0 #end
0 object { ring2_dot_dat matrix <2,0,0,0,1,0,0,0,2,0,0,0> }
0 object { ring3_dot_dat matrix <2,0,0,0,1,0,0,0,2,0,0,0> }
0 object { ring2_dot_dat matrix <2,0,0,0,1,0,0,0,2,0,4,0> }
0 object { _4_dash_4cyli_dot_dat matrix <6,0,0,0,20,0,0,0,6,0,4,0> }
0 object { ring3_dot_dat matrix <2,0,0,0,1,0,0,0,2,0,24,0> }
0 object { _4_dash_4cyli_dot_dat matrix <8,0,0,0,3,0,0,0,8,0,21,0> }
0
0 cylinder { <0,0,0>,<0,17,0>,13.001
0 clipped_by {
0   union {
0     prism {linear_sweep linear_spline 0,14,4
0    <-4.9748,12.8>,<-4.9749,17>,<-9.1924,17>,<-9.1924,12.8>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-10.7787,12.8>,<-9.1924,12.8>,<-9.1924,17>,<-10.7787,17>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-9.1924,11>,<-10.7787,11>,<-10.7787,4>,<-9.1924,4>}
0     prism {linear_sweep linear_spline 0,14,4
0    <9.1924,4>,<10.7787,4>,<10.7787,11>,<9.1924,11>}
0     prism {linear_sweep linear_spline 0,14,4
0    <9.1924,12.8>,<10.7787,12.8>,<10.7787,17>,<9.1924,17>}
0     prism {linear_sweep linear_spline 0,14,4
0    <4.9748,12.8>,<9.1924,12.8>,<9.1924,17>,<4.9749,17>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-3.1009,16.9044>,<-2.7252,16.583>,<-2.89297,16.6769>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-3.1009,16.9044>,<-2.89297,16.6769>,<-3.08318,16.6981>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-3.1009,16.9044>,<-3.08318,16.6981>,<-3.26688,16.6435>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-3.1009,16.9044>,<-3.26688,16.6435>,<-3.4161,16.5214>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-3.7313,16.1384>,<-3.4161,16.5214>,<-3.50814,16.3504>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-3.7313,16.1384>,<-3.50814,16.3504>,<-3.52894,16.1564>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-3.7313,16.1384>,<-3.52894,16.1564>,<-3.47539,15.9691>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-3.7313,16.1384>,<-3.47539,15.9691>,<-3.3556,15.817>}
0     prism {linear_sweep linear_spline 0,14,3
0    <0,12.8>,<0,14.5>,<-0.8827,14.8>}
0     prism {linear_sweep linear_spline 0,14,3
0    <0,12.8>,<-0.8827,14.8>,<-1.9616,15.2>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-4.9748,12.8>,<0,12.8>,<-1.9616,15.2>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-4.9748,12.8>,<-1.9616,15.2>,<-3.3557,15.817>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-4.9748,12.8>,<-3.3557,15.817>,<-3.7313,16.1384>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-4.9748,12.8>,<-3.7313,16.1384>,<-4.9749,17>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-3.7313,16.1384>,<-3.1009,16.9044>,<-4.9749,17>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-4.9749,17>,<-3.1009,16.9044>,<0,17>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-2.7252,16.583>,<0,17>,<-3.1009,16.9044>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-2.1577,16.3>,<0,17>,<-2.7252,16.583>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-0.6865,16>,<0,17>,<-2.1577,16.3>}
0     prism {linear_sweep linear_spline 0,14,3
0    <0,15.9>,<0,17>,<-0.6865,16>}
0     prism {linear_sweep linear_spline 0,14,3
0    <3.958,15.6526>,<3.476,15.3085>,<3.63478,15.4776>}
0     prism {linear_sweep linear_spline 0,14,3
0    <3.958,15.6526>,<3.63478,15.4776>,<3.71797,15.6958>}
0     prism {linear_sweep linear_spline 0,14,3
0    <3.958,15.6526>,<3.71797,15.6958>,<3.71298,15.9298>}
0     prism {linear_sweep linear_spline 0,14,3
0    <3.958,15.6526>,<3.71298,15.9298>,<3.6205,16.1441>}
0     prism {linear_sweep linear_spline 0,14,3
0    <3.283,16.6356>,<3.6205,16.1441>,<3.45466,16.306>}
0     prism {linear_sweep linear_spline 0,14,3
0    <3.283,16.6356>,<3.45466,16.306>,<3.24068,16.3909>}
0     prism {linear_sweep linear_spline 0,14,3
0    <3.283,16.6356>,<3.24068,16.3909>,<3.01115,16.3858>}
0     prism {linear_sweep linear_spline 0,14,3
0    <3.283,16.6356>,<3.01115,16.3858>,<2.801,16.2915>}
0     prism {linear_sweep linear_spline 0,14,3
0    <0,12.8>,<1.275,14.2>,<0,14.5>}
0     prism {linear_sweep linear_spline 0,14,4
0    <0,12.8>,<4.9748,12.8>,<2.1577,14.2>,<1.275,14.2>}
0     prism {linear_sweep linear_spline 0,14,3
0    <4.9748,12.8>,<3.0404,14.8>,<2.1577,14.2>}
0     prism {linear_sweep linear_spline 0,14,3
0    <4.9748,12.8>,<3.476,15.3085>,<3.0404,14.8>}
0     prism {linear_sweep linear_spline 0,14,3
0    <4.9748,12.8>,<3.9581,15.6527>,<3.476,15.3085>}
0     prism {linear_sweep linear_spline 0,14,3
0    <4.9749,17>,<3.9581,15.6527>,<4.9748,12.8>}
0     prism {linear_sweep linear_spline 0,14,3
0    <3.9581,15.6527>,<4.9749,17>,<3.283,16.6356>}
0     prism {linear_sweep linear_spline 0,14,3
0    <3.283,16.6356>,<4.9749,17>,<0,17>}
0     prism {linear_sweep linear_spline 0,14,3
0    <2.801,16.2915>,<3.283,16.6356>,<0,17>}
0     prism {linear_sweep linear_spline 0,14,3
0    <2.452,16>,<2.801,16.2915>,<0,17>}
0     prism {linear_sweep linear_spline 0,14,3
0    <1.8635,15.8>,<2.452,16>,<0,17>}
0     prism {linear_sweep linear_spline 0,14,3
0    <1.0789,15.8>,<1.8635,15.8>,<0,17>}
0     prism {linear_sweep linear_spline 0,14,3
0    <0,15.9>,<1.0789,15.8>,<0,17>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-4.9749,4>,<-4.9748,5.9>,<-5.4136,5.9>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-4.9749,4>,<-5.4136,5.9>,<-5.8293,5.5>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-4.9749,4>,<-5.8293,5.5>,<-6.1619,5.1>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-4.9749,4>,<-6.1619,5.1>,<-6.5777,4.7>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-4.9749,4>,<-6.5777,4.7>,<-9.1924,4>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-9.1924,4>,<-6.5777,4.7>,<-7.0766,4.8>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-9.1924,4>,<-7.0766,4.8>,<-7.4091,5.1>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-9.1924,4>,<-7.4091,5.1>,<-7.4923,5.9>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-9.1924,4>,<-7.4923,5.9>,<-9.1924,11>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-7.4923,5.9>,<-7.326,6.6>,<-9.1924,11>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-7.326,6.6>,<-6.8271,7.3>,<-9.1924,11>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-6.8271,7.3>,<-6.3282,7.8>,<-9.1924,11>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-6.3282,7.8>,<-6.3282,8.6>,<-9.1924,11>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-6.3282,8.6>,<-6.0788,10.1>,<-9.1924,11>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-6.0788,10.1>,<-4.9748,11>,<-9.1924,11>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-4.9749,4>,<-3.9231,5.9>,<-4.9748,5.9>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-4.9749,4>,<-2.9424,6.2>,<-3.9231,5.9>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-4.9749,4>,<0,4>,<-2.9424,6.2>}
0     prism {linear_sweep linear_spline 0,14,3
0    <0,4>,<-1.9616,6.6>,<-2.9424,6.2>}
0     prism {linear_sweep linear_spline 0,14,3
0    <0,4>,<-1.1769,7.1>,<-1.9616,6.6>}
0     prism {linear_sweep linear_spline 0,14,3
0    <0,4>,<-0.5885,7.6>,<-1.1769,7.1>}
0     prism {linear_sweep linear_spline 0,14,3
0    <0,4>,<-0.1962,8.2>,<-0.5885,7.6>}
0     prism {linear_sweep linear_spline 0,14,4
0    <0,4>,<0,11>,<-0.1962,8.7>,<-0.1962,8.2>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-0.1962,8.7>,<0,11>,<-0.7846,9.3>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-0.7846,9.3>,<0,11>,<-1.1769,10>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-1.1769,10>,<0,11>,<-1.5693,10.5>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-1.5693,10.5>,<0,11>,<-1.9616,11>}
0     prism {linear_sweep linear_spline 0,14,3
0    <1.275,9>,<1.5693,9.2>,<0,11>}
0     prism {linear_sweep linear_spline 0,14,3
0    <1.5693,9.2>,<1.9616,9.3>,<0,11>}
0     prism {linear_sweep linear_spline 0,14,3
0    <1.9616,9.3>,<2.9424,10.1>,<0,11>}
0     prism {linear_sweep linear_spline 0,14,4
0    <1.9616,9.3>,<2.2558,9.2>,<2.6481,9.4>,<2.9424,10.1>}
0     prism {linear_sweep linear_spline 0,14,3
0    <0,11>,<2.9424,10.1>,<3.3347,10.6>}
0     prism {linear_sweep linear_spline 0,14,3
0    <0,11>,<3.3347,10.6>,<3.727,11>}
0     prism {linear_sweep linear_spline 0,14,3
0    <1.1769,8.2>,<1.275,9>,<0,11>}
0     prism {linear_sweep linear_spline 0,14,3
0    <0,4>,<1.1769,8.2>,<0,11>}
0     prism {linear_sweep linear_spline 0,14,3
0    <0,4>,<1.6673,7.4>,<1.1769,8.2>}
0     prism {linear_sweep linear_spline 0,14,3
0    <0,4>,<2.3539,6.8>,<1.6673,7.4>}
0     prism {linear_sweep linear_spline 0,14,3
0    <0,4>,<3.2366,6.2>,<2.3539,6.8>}
0     prism {linear_sweep linear_spline 0,14,3
0    <0,4>,<4.1193,5.9>,<3.2366,6.2>}
0     prism {linear_sweep linear_spline 0,14,3
0    <0,4>,<4.9749,4>,<4.1193,5.9>}
0     prism {linear_sweep linear_spline 0,14,3
0    <4.9749,4>,<4.9748,5.9>,<4.1193,5.9>}
0     prism {linear_sweep linear_spline 0,14,3
0    <4.9749,4>,<5.7462,6.2>,<4.9748,5.9>}
0     prism {linear_sweep linear_spline 0,14,3
0    <4.9749,4>,<6.3282,5.7>,<5.7462,6.2>}
0     prism {linear_sweep linear_spline 0,14,3
0    <4.9749,4>,<6.744,5.4>,<6.3282,5.7>}
0     prism {linear_sweep linear_spline 0,14,3
0    <4.9749,4>,<7.2428,5>,<6.744,5.4>}
0     prism {linear_sweep linear_spline 0,14,3
0    <4.9749,4>,<7.6586,4.7>,<7.2428,5>}
0     prism {linear_sweep linear_spline 0,14,3
0    <4.9749,4>,<9.1924,4>,<7.6586,4.7>}
0     prism {linear_sweep linear_spline 0,14,3
0    <9.1924,4>,<8.1575,4.7>,<7.6586,4.7>}
0     prism {linear_sweep linear_spline 0,14,3
0    <9.1924,4>,<8.4069,5>,<8.1575,4.7>}
0     prism {linear_sweep linear_spline 0,14,3
0    <9.1924,4>,<8.5732,5.5>,<8.4069,5>}
0     prism {linear_sweep linear_spline 0,14,3
0    <9.1924,4>,<9.1924,11>,<8.5732,5.5>}
0     prism {linear_sweep linear_spline 0,14,3
0    <8.5732,5.5>,<9.1924,11>,<8.5732,6.1>}
0     prism {linear_sweep linear_spline 0,14,3
0    <8.5732,6.1>,<9.1924,11>,<8.2406,6.7>}
0     prism {linear_sweep linear_spline 0,14,3
0    <8.2406,6.7>,<9.1924,11>,<7.7417,7.2>}
0     prism {linear_sweep linear_spline 0,14,3
0    <7.7417,7.2>,<9.1924,11>,<7.5754,7.4>}
0     prism {linear_sweep linear_spline 0,14,3
0    <7.5754,7.4>,<9.1924,11>,<7.326,7.8>}
0     prism {linear_sweep linear_spline 0,14,3
0    <7.326,7.8>,<9.1924,11>,<7.4091,8.5>}
0     prism {linear_sweep linear_spline 0,14,3
0    <7.4091,8.5>,<9.1924,11>,<7.326,9.6>}
0     prism {linear_sweep linear_spline 0,14,3
0    <7.326,9.6>,<9.1924,11>,<6.744,10.6>}
0     prism {linear_sweep linear_spline 0,14,3
0    <6.744,10.6>,<9.1924,11>,<6.2451,11>}
0    } rotate <-90,0,0>
0 }
0 #if (version >= 3.1) material #else texture #end { L3Color8 }
0 }
0 cylinder { <0,0,0>,<0,17,0>,13.001
0 clipped_by {
0   union {
0     prism {linear_sweep linear_spline 0,14,3
0    <-3.0404,16.2>,<-2.7252,16.583>,<-2.89297,16.6769>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-3.0404,16.2>,<-2.89297,16.6769>,<-3.08318,16.6981>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-3.0404,16.2>,<-3.08318,16.6981>,<-3.26688,16.6435>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-3.0404,16.2>,<-3.26688,16.6435>,<-3.4161,16.5214>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-3.0404,16.2>,<-3.4161,16.5214>,<-3.50814,16.3504>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-3.0404,16.2>,<-3.50814,16.3504>,<-3.52894,16.1564>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-3.0404,16.2>,<-3.52894,16.1564>,<-3.47539,15.9691>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-3.0404,16.2>,<-3.47539,15.9691>,<-3.3556,15.817>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-3.3557,15.817>,<-1.9616,15.2>,<-2.1577,16.3>,<-2.7252,16.583>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-1.9616,15.2>,<-0.8827,14.8>,<-0.6865,16>,<-2.1577,16.3>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-0.8827,14.8>,<0,14.5>,<0,15.9>,<-0.6865,16>}
0     prism {linear_sweep linear_spline 0,14,4
0    <0,14.5>,<1.275,14.2>,<1.0789,15.8>,<0,15.9>}
0     prism {linear_sweep linear_spline 0,14,4
0    <1.0789,15.8>,<1.275,14.2>,<2.1577,14.2>,<1.8635,15.8>}
0     prism {linear_sweep linear_spline 0,14,4
0    <2.1577,14.2>,<3.0404,14.8>,<2.452,16>,<1.8635,15.8>}
0     prism {linear_sweep linear_spline 0,14,3
0    <3.1385,15.8>,<3.476,15.3085>,<3.63478,15.4776>}
0     prism {linear_sweep linear_spline 0,14,3
0    <3.1385,15.8>,<3.63478,15.4776>,<3.71797,15.6958>}
0     prism {linear_sweep linear_spline 0,14,3
0    <3.1385,15.8>,<3.71797,15.6958>,<3.71298,15.9298>}
0     prism {linear_sweep linear_spline 0,14,3
0    <3.1385,15.8>,<3.71298,15.9298>,<3.6205,16.1441>}
0     prism {linear_sweep linear_spline 0,14,3
0    <3.1385,15.8>,<3.6205,16.1441>,<3.45466,16.306>}
0     prism {linear_sweep linear_spline 0,14,3
0    <3.1385,15.8>,<3.45466,16.306>,<3.24068,16.3909>}
0     prism {linear_sweep linear_spline 0,14,3
0    <3.1385,15.8>,<3.24068,16.3909>,<3.01115,16.3858>}
0     prism {linear_sweep linear_spline 0,14,3
0    <3.1385,15.8>,<3.01115,16.3858>,<2.801,16.2915>}
0     prism {linear_sweep linear_spline 0,14,4
0    <3.0404,14.8>,<3.476,15.3085>,<2.801,16.2915>,<2.452,16>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-4.1902,9.8>,<-4.1902,9>,<-4.22005,9.30616>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-4.1902,9.8>,<-4.22005,9.30616>,<-4.3051,9.56568>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-4.1902,9.8>,<-4.3051,9.56568>,<-4.43237,9.73912>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-4.1902,9.8>,<-4.43237,9.73912>,<-4.5825,9.8>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-4.9748,9.8>,<-4.5825,9.8>,<-4.73263,9.73912>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-4.9748,9.8>,<-4.73263,9.73912>,<-4.8599,9.56568>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-4.9748,9.8>,<-4.8599,9.56568>,<-4.94495,9.30616>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-4.9748,9.8>,<-4.94495,9.30616>,<-4.9748,9>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-4.9748,8.2>,<-4.9748,9>,<-4.94495,8.69384>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-4.9748,8.2>,<-4.94495,8.69384>,<-4.8599,8.43432>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-4.9748,8.2>,<-4.8599,8.43432>,<-4.73263,8.26088>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-4.9748,8.2>,<-4.73263,8.26088>,<-4.5825,8.2>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-4.1902,8.2>,<-4.5825,8.2>,<-4.43237,8.26088>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-4.1902,8.2>,<-4.43237,8.26088>,<-4.3051,8.43432>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-4.1902,8.2>,<-4.3051,8.43432>,<-4.22005,8.69384>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-4.1902,8.2>,<-4.22005,8.69384>,<-4.1902,9>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-4.1902,8.2>,<-3.1385,7>,<-2.452,7.5>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-4.1902,8.2>,<-2.452,7.5>,<-1.9616,8>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-4.1902,8.2>,<-1.9616,8>,<-1.6673,8.3>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-4.1902,8.2>,<-1.6673,8.3>,<-1.5693,8.7>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-4.1902,8.2>,<-1.5693,8.7>,<-1.7654,9>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-4.1902,8.2>,<-1.7654,9>,<-2.1577,9>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-4.1902,9>,<-4.1902,8.2>,<-2.1577,9>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-4.1902,9>,<-2.1577,9>,<-2.3539,9.8>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-4.1902,9>,<-2.3539,9.8>,<-3.0404,10.7>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-4.1902,9>,<-3.0404,10.7>,<-3.9231,11>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-4.1902,9>,<-3.9231,11>,<-4.1902,9.8>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-3.9231,11>,<-4.9748,9.8>,<-4.1902,9.8>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-4.9748,9.8>,<-3.9231,11>,<-4.9748,10.7>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-4.1902,8.2>,<-4.0212,6.8>,<-3.1385,7>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-4.9748,6.8>,<-4.0212,6.8>,<-4.1902,8.2>,<-4.9748,8.2>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-4.9748,9>,<-4.9748,10.7>,<-5.6631,9.8>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-4.9748,9>,<-5.6631,9.8>,<-5.9125,8.6>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-4.9748,9>,<-5.9125,8.6>,<-5.8293,7.6>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-5.8293,7.6>,<-4.9748,6.8>,<-4.9748,9>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-5.6631,6.7>,<-4.9748,6.8>,<-5.8293,7.6>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-6.4945,6.9>,<-6.0788,6.1>,<-5.6631,6.7>,<-5.8293,7.6>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-6.6608,6>,<-7.0014,6.2868>,<-7.06675,6.10822>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-6.6608,6>,<-7.06675,6.10822>,<-7.07028,5.91317>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-6.6608,6>,<-7.07028,5.91317>,<-7.0115,5.73133>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-6.6608,6>,<-7.0115,5.73133>,<-6.8993,5.5904>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-6.6608,6>,<-6.8993,5.5904>,<-6.7508,5.51181>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-6.6608,6>,<-6.7508,5.51181>,<-6.5886,5.50758>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-6.6608,6>,<-6.5886,5.50758>,<-6.43739,5.57827>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-6.6608,6>,<-6.43739,5.57827>,<-6.3202,5.7132>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-6.3203,5.7132>,<-6.0788,6.1>,<-6.4945,6.9>,<-7.0014,6.2868>}
0     prism {linear_sweep linear_spline 0,14,4
0    <4.9748,8.5>,<4.1902,8.5>,<4.1193,6.9>,<4.9748,7>}
0     prism {linear_sweep linear_spline 0,14,3
0    <4.1193,6.9>,<4.1902,8.5>,<3.3347,7.1>}
0     prism {linear_sweep linear_spline 0,14,3
0    <3.3347,7.1>,<4.1902,8.5>,<2.6481,7.5>}
0     prism {linear_sweep linear_spline 0,14,3
0    <2.6481,7.5>,<4.1902,8.5>,<2.9424,8.3>}
0     prism {linear_sweep linear_spline 0,14,3
0    <2.9424,8.3>,<4.1902,8.5>,<3.0404,9.1>}
0     prism {linear_sweep linear_spline 0,14,3
0    <3.0404,9.1>,<4.1902,8.5>,<3.2366,9.9>}
0     prism {linear_sweep linear_spline 0,14,3
0    <4.1902,8.5>,<3.727,10.5>,<3.2366,9.9>}
0     prism {linear_sweep linear_spline 0,14,3
0    <4.1902,8.5>,<4.1902,10.1>,<3.727,10.5>}
0     prism {linear_sweep linear_spline 0,14,4
0    <4.9748,10.1>,<4.9748,11>,<4.3155,10.8>,<4.1902,10.1>}
0     prism {linear_sweep linear_spline 0,14,3
0    <4.1902,10.1>,<4.3155,10.8>,<3.727,10.5>}
0     prism {linear_sweep linear_spline 0,14,4
0    <2.6481,7.5>,<2.9424,8.3>,<2.452,8.7>,<2.0596,7.9>}
0     prism {linear_sweep linear_spline 0,14,3
0    <1.8635,8.6>,<2.1409,8.8828>,<2.01363,8.96951>}
0     prism {linear_sweep linear_spline 0,14,3
0    <1.8635,8.6>,<2.01363,8.96951>,<1.8635,8.99994>}
0     prism {linear_sweep linear_spline 0,14,3
0    <1.8635,8.6>,<1.8635,8.99994>,<1.71337,8.96951>}
0     prism {linear_sweep linear_spline 0,14,3
0    <1.8635,8.6>,<1.71337,8.96951>,<1.5861,8.8828>}
0     prism {linear_sweep linear_spline 0,14,3
0    <1.8635,8.6>,<1.5861,8.8828>,<1.50105,8.75305>}
0     prism {linear_sweep linear_spline 0,14,3
0    <1.8635,8.6>,<1.50105,8.75305>,<1.4712,8.6>}
0     prism {linear_sweep linear_spline 0,14,3
0    <1.8635,8.6>,<1.4712,8.6>,<1.50105,8.44695>}
0     prism {linear_sweep linear_spline 0,14,3
0    <1.8635,8.6>,<1.50105,8.44695>,<1.5861,8.3172>}
0     prism {linear_sweep linear_spline 0,14,4
0    <2.0596,7.9>,<2.452,8.7>,<2.1409,8.8828>,<1.5861,8.3172>}
0     prism {linear_sweep linear_spline 0,14,3
0    <4.9748,9.3>,<4.9748,7>,<5.6631,7.1>}
0     prism {linear_sweep linear_spline 0,14,3
0    <5.6631,7.1>,<6.3282,7.7>,<4.9748,9.3>}
0     prism {linear_sweep linear_spline 0,14,3
0    <6.3282,7.7>,<6.3282,8.6>,<4.9748,9.3>}
0     prism {linear_sweep linear_spline 0,14,3
0    <6.3282,8.6>,<6.1619,9.6>,<4.9748,9.3>}
0     prism {linear_sweep linear_spline 0,14,3
0    <4.9748,9.3>,<6.1619,9.6>,<5.7462,10.4>}
0     prism {linear_sweep linear_spline 0,14,3
0    <4.9748,9.3>,<5.7462,10.4>,<5.3305,10.8>}
0     prism {linear_sweep linear_spline 0,14,3
0    <4.9748,9.3>,<5.3305,10.8>,<4.9748,11>}
0     prism {linear_sweep linear_spline 0,14,3
0    <4.9748,10.1>,<4.9748,9.3>,<4.94495,9.60616>}
0     prism {linear_sweep linear_spline 0,14,3
0    <4.9748,10.1>,<4.94495,9.60616>,<4.8599,9.86568>}
0     prism {linear_sweep linear_spline 0,14,3
0    <4.9748,10.1>,<4.8599,9.86568>,<4.73263,10.0391>}
0     prism {linear_sweep linear_spline 0,14,3
0    <4.9748,10.1>,<4.73263,10.0391>,<4.5825,10.1>}
0     prism {linear_sweep linear_spline 0,14,3
0    <4.1902,10.1>,<4.5825,10.1>,<4.43237,10.0391>}
0     prism {linear_sweep linear_spline 0,14,3
0    <4.1902,10.1>,<4.43237,10.0391>,<4.3051,9.86568>}
0     prism {linear_sweep linear_spline 0,14,3
0    <4.1902,10.1>,<4.3051,9.86568>,<4.22005,9.60616>}
0     prism {linear_sweep linear_spline 0,14,3
0    <4.1902,10.1>,<4.22005,9.60616>,<4.1902,9.3>}
0     prism {linear_sweep linear_spline 0,14,3
0    <4.1902,8.5>,<4.1902,9.3>,<4.22005,8.99384>}
0     prism {linear_sweep linear_spline 0,14,3
0    <4.1902,8.5>,<4.22005,8.99384>,<4.3051,8.73432>}
0     prism {linear_sweep linear_spline 0,14,3
0    <4.1902,8.5>,<4.3051,8.73432>,<4.43237,8.56088>}
0     prism {linear_sweep linear_spline 0,14,3
0    <4.1902,8.5>,<4.43237,8.56088>,<4.5825,8.5>}
0     prism {linear_sweep linear_spline 0,14,3
0    <4.9748,8.5>,<4.5825,8.5>,<4.73263,8.56088>}
0     prism {linear_sweep linear_spline 0,14,3
0    <4.9748,8.5>,<4.73263,8.56088>,<4.8599,8.73432>}
0     prism {linear_sweep linear_spline 0,14,3
0    <4.9748,8.5>,<4.8599,8.73432>,<4.94495,8.99384>}
0     prism {linear_sweep linear_spline 0,14,3
0    <4.9748,8.5>,<4.94495,8.99384>,<4.9748,9.3>}
0     prism {linear_sweep linear_spline 0,14,4
0    <5.6631,7.1>,<6.3282,6.5>,<6.8271,7.2>,<6.3282,7.7>}
0     prism {linear_sweep linear_spline 0,14,4
0    <6.3282,6.5>,<6.5777,6.3>,<7.1597,6.8>,<6.8271,7.2>}
0     prism {linear_sweep linear_spline 0,14,3
0    <7.0766,6.3>,<6.8628,5.9936>,<7.07409,5.82013>}
0     prism {linear_sweep linear_spline 0,14,3
0    <7.0766,6.3>,<7.07409,5.82013>,<7.28576,5.71975>}
0     prism {linear_sweep linear_spline 0,14,3
0    <7.0766,6.3>,<7.28576,5.71975>,<7.4656,5.70767>}
0     prism {linear_sweep linear_spline 0,14,3
0    <7.0766,6.3>,<7.4656,5.70767>,<7.5862,5.7858>}
0     prism {linear_sweep linear_spline 0,14,3
0    <7.0766,6.3>,<7.5862,5.7858>,<7.62924,5.94219>}
0     prism {linear_sweep linear_spline 0,14,3
0    <7.0766,6.3>,<7.62924,5.94219>,<7.58812,6.15306>}
0     prism {linear_sweep linear_spline 0,14,3
0    <7.0766,6.3>,<7.58812,6.15306>,<7.46915,6.3863>}
0     prism {linear_sweep linear_spline 0,14,3
0    <7.0766,6.3>,<7.46915,6.3863>,<7.2904,6.6064>}
0     prism {linear_sweep linear_spline 0,14,4
0    <6.8628,5.9936>,<7.2903,6.6064>,<7.1597,6.8>,<6.5777,6.3>}
0    } rotate <-90,0,0>
0 }
0 #if (version >= 3.1) material #else texture #end { L3Color0 }
0 }
0
0 torus{9,4 clipped_by{difference{box{<-13,4,-13>,<13,-4,13>}
0 cylinder{<0,0,0>,<0,4,0>,9} plane{y,0}}}translate <0,17,0>}
0 plane{y,21 clipped_by{difference{sphere{<0,21,0>,9} sphere{<0,21,0>,8}}}}
0
0 torus{9,4 clipped_by{difference{box{<-13,-4,-13>,<13,4,13>}
0 cylinder{<0,0,0>,<0,-4,0>,9} plane{-y,0}}}translate <0,4,0>}
0 plane{y,0 clipped_by{difference{sphere{<0,0,0>,9} sphere{<0,0,0>,8}}}}
0
0 cylinder{<0,4,0>,<0,17,0>,13}
0 L3P ENDPOV
0


Special: 
[DAT] (requires LDraw-compatible viewer)
Subject: 
POV dat - 3626bph2 - Minifig Head with Tan Eyebrows and Frown Pattern - POV
Newsgroups: 
lugnet.cad.ray, lugnet.cad.dat.parts
Date: 
Tue, 28 Sep 2010 09:23:49 GMT
Viewed: 
22620 times
  
0 Minifig Head with Tan Eyebrows and Frown Pattern - POV
0 Name: 3626bph2.dat
0 Author: Andrew Westrate
0 !LDRAW_ORG Unofficial_Part
0 // Inline POV code generated by MFHead v0.21

0 CMDLINE -C14

0 KEYWORDS Harry Potter, Hogwarts School of Witchcraft and Wizardry
0 KEYWORDS Slytherin House, Draco Malfoy

0 BFC CERTIFY CCW

0 // replacing s\3626bs01.dat
0 L3P IFNOTPOV
1 16 0 0 0 1 0 0 0 1 0 0 0 1 s\3626bs02.dat
1 16 0 4 0 13 0 0 0 13 0 0 0 13 2-4cyli.dat
1 16 0 4 0 0 0 8 0 -6.4 0 8 0 0 t04o6250.dat
1 16 0 4 0 -8 0 0 0 -6.4 0 0 0 8 t04o6250.dat
1 16 0 17 0 0 0 -8 0 6.4 0 8 0 0 t04o6250.dat
1 16 0 17 0 8 0 0 0 6.4 0 0 0 8 t04o6250.dat
1 16 0 4 0 0 0 -8 0 -6.4 0 -8 0 0 t04o6250.dat
1 16 0 4 0 8 0 0 0 -6.4 0 0 0 -8 t04o6250.dat
1 16 0 17 0 0 0 8 0 6.4 0 -8 0 0 t04o6250.dat
1 16 0 17 0 -8 0 0 0 6.4 0 0 0 -8 t04o6250.dat

0 Pattern
3 28 -8 7.5 -9.989 -5.75 5.75 -11.492 -6.5 5.5 -10.991
4 28 -5.75 5.75 -11.492 -4.975 5.5 -12.01 -4.975 4.75 -12.01 -6 5 -11.325
3 28 -5.75 5.75 -11.492 -6 5 -11.325 -6.5 5.5 -10.991
4 28 -4 5.75 -12.204 -4 5 -12.204 -4.975 4.75 -12.01 -4.975 5.5 -12.01
4 28 -3 6.25 -12.403 -3 5.75 -12.403 -4 5 -12.204 -4 5.75 -12.204
4 28 -2 6.25 -12.602 -2 5.75 -12.602 -3 5.75 -12.403 -3 6.25 -12.403
3 28 -2 5.75 -12.602 -2 6.25 -12.602 -0.5 5.5 -12.9
4 28 2.5 7.5 -12.502 2.5 7.125 -12.502 0.75 7 -12.851 1.75 7.5 -12.652
4 28 2.5 7.125 -12.502 2.5 7.5 -12.502 3 7.5 -12.403 4 7.25 -12.204
3 28 4 7.25 -12.204 3.75 6.75 -12.254 2.5 7.125 -12.502
4 28 4.975 6.5 -12.01 4.975 5.75 -12.01 3.75 6.75 -12.254 4 7.25 -12.204
4 28 6 6 -11.325 6 5.25 -11.325 4.975 5.75 -12.01 4.975 6.5 -12.01
4 28 7 6 -10.657 7 5.25 -10.657 6 5.25 -11.325 6 6 -11.325
3 28 7 6 -10.657 8 6.5 -9.989 7 5.25 -10.657

3 0 0 16.5 -13 1.5 16 -12.7015 0 16 -13
3 0 0 16 -13 -1.5 16 -12.7015 0 16.5 -13
4 16 0 15.25 -13 0 16 -13 1.5 16 -12.7015 1 15 -12.801
4 16 4.975 17 -12.01 3.25 15 -12.3533 1 15 -12.801 1.5 16 -12.7015
4 16 0 16 -13 0 15.25 -13 -1 15 -12.801 -1.5 16 -12.7015
4 16 -2 15 -12.602 -3.25 15.25 -12.3533 -1.5 16 -12.7015 -1 15 -12.801
4 16 -4.975 17 -12.01 0 17 -13 0 16.5 -13 -1.5 16 -12.7015
4 16 0 16.5 -13 0 17 -13 4.975 17 -12.01 1.5 16 -12.7015
3 16 -3.25 15.25 -12.3533 -4.975 17 -12.01 -1.5 16 -12.7015
4 0 -3.25 15.25 -12.3533 -2 15 -12.602 -2 14.5 -12.602 -3.25 15 -12.3533
4 0 -1 15 -12.801 -1 14.25 -12.801 -2 14.5 -12.602 -2 15 -12.602
4 0 0 15.25 -13 0 14.5 -13 -1 14.25 -12.801 -1 15 -12.801
4 0 1 15 -12.801 1.5 14 -12.7015 0 14.5 -13 0 15.25 -13
4 0 3.25 15 -12.3533 2.5 14.25 -12.5025 1.5 14 -12.7015 1 15 -12.801
3 16 -2.25 8.5 -12.5523 -1.5 8.5 -12.7015 -2.25 8 -12.5523
3 16 2.5 8.5 -12.5025 2.5 8 -12.5025 1.75 8 -12.6518
4 15 4.25 8 -12.1543 3.75 8 -12.2538 3.75 8.5 -12.2538 4.25 8.5 -12.1543
4 15 -3 8.5 -12.403 -3 8 -12.403 -3.5 8 -12.3035 -3.5 8.5 -12.3035
4 0 -3.5 8 -12.3035 -4.975 8 -12.01 -4.975 9 -12.01 -3.5 8.5 -12.3035
4 0 4.975 9 -12.01 4.975 8 -12.01 4.25 8 -12.1543 4.25 8.5 -12.1543
4 0 -4.975 9 -12.01 -4.5 9.75 -12.1045 -3.5 10 -12.3035 -3.5 8.5 -12.3035
4 0 -3.5 8.5 -12.3035 -3.5 10 -12.3035 -2.5 9.5 -12.5025 -2.25 8.5 -12.5523
4 0 -3 8.5 -12.403 -2.25 8.5 -12.5523 -2.25 8 -12.5523 -3 8 -12.403
4 0 4.5 9.75 -12.1045 4.975 9 -12.01 4.25 8.5 -12.1543 3.5 10 -12.3035
4 0 2.75 9.5 -12.4528 3.5 10 -12.3035 4.25 8.5 -12.1543 2.5 8.5 -12.5025
4 0 3.75 8 -12.2538 2.5 8 -12.5025 2.5 8.5 -12.5025 3.75 8.5 -12.2538
3 0 4.975 7.25 -12.01 4.975 8 -12.01 6.25 8 -11.158
3 0 -4.975 8 -12.01 -4.975 7.25 -12.01 -6.5 8 -10.9909
4 0 -3.5 7 -12.3035 -4.975 7.25 -12.01 -4.975 8 -12.01 -3.5 8 -12.3035
4 0 -2.25 8 -12.5523 -2.25 7.5 -12.5523 -3.5 7 -12.3035 -3.5 8 -12.3035
3 0 -2.25 8 -12.5523 -1.5 8.5 -12.7015 -2.25 7.5 -12.5523
3 0 1.75 8 -12.6518 2.5 8 -12.5025 2.5 7.5 -12.5025
4 0 4.975 8 -12.01 3 7.5 -12.403 2.5 7.5 -12.5025 2.5 8 -12.5025
4 0 4.975 7.25 -12.01 4 7.25 -12.204 3 7.5 -12.403 4.975 8 -12.01
3 16 -9.192 17 -9.192 -8 7.5 -9.9886 -9.192 4 -9.192
3 16 9.192 17 -9.192 9.192 4 -9.192 8 6.5 -9.9886
3 16 4 7.25 -12.204 4.975 7.25 -12.01 4.975 6.5 -12.01
3 16 1.75 8 -12.6518 2.5 7.5 -12.5025 1.75 7.5 -12.6518
4 16 6.25 8 -11.158 6 6 -11.325 4.975 6.5 -12.01 4.975 7.25 -12.01
4 16 8 6.5 -9.9886 7 6 -10.6568 6 6 -11.325 6.25 8 -11.158
3 16 4.975 9 -12.01 6.25 8 -11.158 4.975 8 -12.01
3 16 3.5 10 -12.3035 2.5 14.25 -12.5025 3.25 15 -12.3533
4 16 1.5 14 -12.7015 2.75 9.5 -12.4528 2.5 8.5 -12.5025 1.75 8 -12.6518
4 16 1.75 8 -12.6518 1.75 7.5 -12.6518 .75 7 -12.8508 1.5 14 -12.7015
3 16 0 14.5 -13 1.5 14 -12.7015 .75 7 -12.8508
3 16 0 14.5 -13 .75 7 -12.8508 0 4 -13
4 16 0 4 -13 .75 7 -12.8508 2.5 7.125 -12.5025 3.75 6.75 -12.2538
4 16 0 4 -13 3.75 6.75 -12.2538 4.975 5.75 -12.01 4.975 4 -12.01
3 16 4.975 4 -12.01 4.975 5.75 -12.01 6 5.25 -11.325
3 16 7 5.25 -10.6568 8 6.5 -9.9886 9.192 4 -9.192
4 16 4.975 4 -12.01 6 5.25 -11.325 7 5.25 -10.6568 9.192 4 -9.192
3 16 9.192 17 -9.192 8 6.5 -9.9886 6.25 8 -11.158
4 16 -4.975 4 -12.01 -4.975 4.75 -12.01 -4 5 -12.204 0 4 -13
4 16 0 4 -13 -4 5 -12.204 -3 5.75 -12.403 -2 5.75 -12.602
3 16 -.5 5.5 -12.9005 0 4 -13 -2 5.75 -12.602
3 16 0 14.5 -13 0 4 -13 -.5 5.5 -12.9005
3 16 -.5 5.5 -12.9005 -1.5 8.5 -12.7015 0 14.5 -13
4 16 -1.5 8.5 -12.7015 -.5 5.5 -12.9005 -2 6.25 -12.602 -2.25 7.5 -12.5523
4 16 -2.25 7.5 -12.5523 -2 6.25 -12.602 -3 6.25 -12.403 -3.5 7 -12.3035
4 16 -4 5.75 -12.204 -4.975 5.5 -12.01 -4.975 7.25 -12.01 -3.5 7 -12.3035
3 16 -3.5 7 -12.3035 -3 6.25 -12.403 -4 5.75 -12.204
4 16 2.5 14.25 -12.5025 3.5 10 -12.3035 2.75 9.5 -12.4528 1.5 14 -12.7015
3 16 -4.975 17 -12.01 -4.5 9.75 -12.1045 -4.975 9 -12.01
4 16 -4.975 17 -12.01 -3.25 15.25 -12.3533 -3.25 15 -12.3533 -4.5 9.75 -12.1045
3 16 -3.25 15 -12.3533 -3.5 10 -12.3035 -4.5 9.75 -12.1045
4 16 -2 14.5 -12.602 -2.5 9.5 -12.5025 -3.5 10 -12.3035 -3.25 15 -12.3533
3 16 -1.5 8.5 -12.7015 -1 14.25 -12.801 0 14.5 -13
3 16 -1 14.25 -12.801 -2.5 9.5 -12.5025 -2 14.5 -12.602
4 16 -1 14.25 -12.801 -1.5 8.5 -12.7015 -2.25 8.5 -12.5523 -2.5 9.5 -12.5025
4 16 -4.975 17 -12.01 -4.975 8 -12.01 -6.5 8 -10.9909 -9.192 17 -9.192
3 16 -9.192 17 -9.192 -6.5 8 -10.9909 -8 7.5 -9.9886
3 16 -6.5 8 -10.9909 -5.75 5.75 -11.4921 -8 7.5 -9.9886
4 16 -4.975 7.25 -12.01 -4.975 5.5 -12.01 -5.75 5.75 -11.4921 -6.5 8 -10.9909
4 16 -6 5 -11.325 -4.975 4.75 -12.01 -4.975 4 -12.01 -9.192 4 -9.192
3 16 -6.5 5.5 -10.9909 -6 5 -11.325 -9.192 4 -9.192
3 16 -6.5 5.5 -10.9909 -9.192 4 -9.192 -8 7.5 -9.9886
3 16 4.975 9 -12.01 4.5 9.75 -12.1045 4.975 17 -12.01
4 16 4.5 9.75 -12.1045 3.5 10 -12.3035 3.25 15 -12.3533 4.975 17 -12.01
4 16 6.25 8 -11.158 4.975 9 -12.01 4.975 17 -12.01 9.192 17 -9.192

1 16 0 4 0 13 0 0 0 13 0 0 0 -13 1-8cyli.dat
1 16 0 4 0 -13 0 0 0 13 0 0 0 -13 1-8cyli.dat
0

0
0 L3P ELSEPOV
0   #if (L3Studs)
0     difference {
0     cylinder { <0,0,0>, <0,-4,0>, 6}
0     cylinder { <0,0.01,0>, <0,-4.01,0>, 4}
0     }
0 #end
0 object { ring2_dot_dat matrix <2,0,0,0,1,0,0,0,2,0,0,0> }
0 object { ring3_dot_dat matrix <2,0,0,0,1,0,0,0,2,0,0,0> }
0 object { ring2_dot_dat matrix <2,0,0,0,1,0,0,0,2,0,4,0> }
0 object { _4_dash_4cyli_dot_dat matrix <6,0,0,0,20,0,0,0,6,0,4,0> }
0 object { ring3_dot_dat matrix <2,0,0,0,1,0,0,0,2,0,24,0> }
0 object { _4_dash_4cyli_dot_dat matrix <8,0,0,0,3,0,0,0,8,0,21,0> }
0
0 cylinder { <0,0,0>,<0,17,0>,13.001
0 clipped_by {
0   union {
0     prism {linear_sweep linear_spline 0,14,3
0    <-8,7.5>,<-5.75,5.75>,<-6.5,5.5>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-5.75,5.75>,<-4.975,5.5>,<-4.975,4.75>,<-6,5>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-5.75,5.75>,<-6,5>,<-6.5,5.5>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-4,5.75>,<-4,5>,<-4.975,4.75>,<-4.975,5.5>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-3,6.25>,<-3,5.75>,<-4,5>,<-4,5.75>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-2,6.25>,<-2,5.75>,<-3,5.75>,<-3,6.25>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-2,5.75>,<-2,6.25>,<-0.5,5.5>}
0     prism {linear_sweep linear_spline 0,14,4
0    <2.5,7.5>,<2.5,7.125>,<0.75,7>,<1.75,7.5>}
0     prism {linear_sweep linear_spline 0,14,4
0    <2.5,7.125>,<2.5,7.5>,<3,7.5>,<4,7.25>}
0     prism {linear_sweep linear_spline 0,14,3
0    <4,7.25>,<3.75,6.75>,<2.5,7.125>}
0     prism {linear_sweep linear_spline 0,14,4
0    <4.975,6.5>,<4.975,5.75>,<3.75,6.75>,<4,7.25>}
0     prism {linear_sweep linear_spline 0,14,4
0    <6,6>,<6,5.25>,<4.975,5.75>,<4.975,6.5>}
0     prism {linear_sweep linear_spline 0,14,4
0    <7,6>,<7,5.25>,<6,5.25>,<6,6>}
0     prism {linear_sweep linear_spline 0,14,3
0    <7,6>,<8,6.5>,<7,5.25>}
0    } rotate <-90,0,0>
0 }
0 #if (version >= 3.1) material #else texture #end { L3Color28 }
0 }
0 cylinder { <0,0,0>,<0,17,0>,13.001
0 clipped_by {
0   union {
0     prism {linear_sweep linear_spline 0,14,3
0    <0,16.5>,<1.5,16>,<0,16>}
0     prism {linear_sweep linear_spline 0,14,3
0    <0,16>,<-1.5,16>,<0,16.5>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-3.25,15.25>,<-2,15>,<-2,14.5>,<-3.25,15>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-1,15>,<-1,14.25>,<-2,14.5>,<-2,15>}
0     prism {linear_sweep linear_spline 0,14,4
0    <0,15.25>,<0,14.5>,<-1,14.25>,<-1,15>}
0     prism {linear_sweep linear_spline 0,14,4
0    <1,15>,<1.5,14>,<0,14.5>,<0,15.25>}
0     prism {linear_sweep linear_spline 0,14,4
0    <3.25,15>,<2.5,14.25>,<1.5,14>,<1,15>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-3.5,8>,<-4.975,8>,<-4.975,9>,<-3.5,8.5>}
0     prism {linear_sweep linear_spline 0,14,4
0    <4.975,9>,<4.975,8>,<4.25,8>,<4.25,8.5>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-4.975,9>,<-4.5,9.75>,<-3.5,10>,<-3.5,8.5>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-3.5,8.5>,<-3.5,10>,<-2.5,9.5>,<-2.25,8.5>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-3,8.5>,<-2.25,8.5>,<-2.25,8>,<-3,8>}
0     prism {linear_sweep linear_spline 0,14,4
0    <4.5,9.75>,<4.975,9>,<4.25,8.5>,<3.5,10>}
0     prism {linear_sweep linear_spline 0,14,4
0    <2.75,9.5>,<3.5,10>,<4.25,8.5>,<2.5,8.5>}
0     prism {linear_sweep linear_spline 0,14,4
0    <3.75,8>,<2.5,8>,<2.5,8.5>,<3.75,8.5>}
0     prism {linear_sweep linear_spline 0,14,3
0    <4.975,7.25>,<4.975,8>,<6.25,8>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-4.975,8>,<-4.975,7.25>,<-6.5,8>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-3.5,7>,<-4.975,7.25>,<-4.975,8>,<-3.5,8>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-2.25,8>,<-2.25,7.5>,<-3.5,7>,<-3.5,8>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-2.25,8>,<-1.5,8.5>,<-2.25,7.5>}
0     prism {linear_sweep linear_spline 0,14,3
0    <1.75,8>,<2.5,8>,<2.5,7.5>}
0     prism {linear_sweep linear_spline 0,14,4
0    <4.975,8>,<3,7.5>,<2.5,7.5>,<2.5,8>}
0     prism {linear_sweep linear_spline 0,14,4
0    <4.975,7.25>,<4,7.25>,<3,7.5>,<4.975,8>}
0    } rotate <-90,0,0>
0 }
0 #if (version >= 3.1) material #else texture #end { L3Color0 }
0 }
0 cylinder { <0,0,0>,<0,17,0>,13.001
0 clipped_by {
0   union {
0     prism {linear_sweep linear_spline 0,14,4
0    <4.25,8>,<3.75,8>,<3.75,8.5>,<4.25,8.5>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-3,8.5>,<-3,8>,<-3.5,8>,<-3.5,8.5>}
0    } rotate <-90,0,0>
0 }
0 #if (version >= 3.1) material #else texture #end { L3Color15 }
0 }
0
0 torus{9,4 clipped_by{difference{box{<-13,4,-13>,<13,-4,13>}
0 cylinder{<0,0,0>,<0,4,0>,9} plane{y,0}}}translate <0,17,0>}
0 plane{y,21 clipped_by{difference{sphere{<0,21,0>,9} sphere{<0,21,0>,8}}}}
0
0 torus{9,4 clipped_by{difference{box{<-13,-4,-13>,<13,4,13>}
0 cylinder{<0,0,0>,<0,-4,0>,9} plane{-y,0}}}translate <0,4,0>}
0 plane{y,0 clipped_by{difference{sphere{<0,0,0>,9} sphere{<0,0,0>,8}}}}
0
0 cylinder{<0,4,0>,<0,17,0>,13}
0 L3P ENDPOV
0


Special: 
[DAT] (requires LDraw-compatible viewer)
Subject: 
POV dat - 3626bpa7 - Minifig Head with Monocle, Scar, and Moustache Pattern - POV
Newsgroups: 
lugnet.cad.ray, lugnet.cad.dat.parts
Date: 
Tue, 28 Sep 2010 09:06:47 GMT
Viewed: 
22536 times
  
0 Minifig Head with Monocle, Scar, and Moustache Pattern - POV
0 Name: 3626bpa7.dat
0 Author: George Barnes [glbarnes]
0 !LDRAW_ORG Part UPDATE 2005-01
0 !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt
0 BFC NOCERTIFY
0 // Inline POV code generated by MFHead v0.21

0 !KEYWORDS face, Adventurers, Baron von Barron, Mr. Hates, villain
0 !KEYWORDS eyebrows, monocle, moustache, scar, dueling scar
0 !CMDLINE -c14

0 !HISTORY 2002-08-18 [PTadmin] Official Update 2002-04
0 !HISTORY 2004-04-15 [westrate] added torus primitives
0 !HISTORY 2005-12-28 [PTadmin] Official Update 2005-01
0 !HISTORY 2007-06-29 [PTadmin] Header formatted for Contributor Agreement
0 !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01

0 // replacing s\3626bs01.dat
0 L3P IFNOTPOV
1 16 0 0 0 1 0 0 0 1 0 0 0 1 s\3626bs02.dat
1 16 0 4 0 13 0 0 0 13 0 0 0 13 2-4cyli.dat
1 16 0 4 0 0 0 8 0 -6.4 0 8 0 0 t04o6250.dat
1 16 0 4 0 -8 0 0 0 -6.4 0 0 0 8 t04o6250.dat
1 16 0 17 0 0 0 -8 0 6.4 0 8 0 0 t04o6250.dat
1 16 0 17 0 8 0 0 0 6.4 0 0 0 8 t04o6250.dat

0 //  Inlined 1 383 0 0 0 1 0 0 0 1 0 0 0 1 s\3626pa7a.dat
3 383 -4.4461 6.7827 -12.1156 -3.4327 6.6 -12.3172 -3.5308 9 -12.2977
3 383 -3.4327 6.6 -12.3172 -2.4194 6.7827 -12.5188 -3.5308 9 -12.2977
3 383 -2.4194 6.7827 -12.5188 -1.5602 7.3029 -12.6896 -3.5308 9 -12.2977
3 383 -1.5602 7.3029 -12.6896 -0.9862 8.0816 -12.8038 -3.5308 9 -12.2977
3 383 -0.9862 8.0816 -12.8038 -0.7846 9 -12.8439 -3.5308 9 -12.2977
3 383 -0.7846 9 -12.8439 -0.9862 9.9184 -12.8038 -3.5308 9 -12.2977
3 383 -0.9862 9.9184 -12.8038 -1.5602 10.6971 -12.6896 -3.5308 9 -12.2977
3 383 -3.5308 9 -12.2977 -1.5602 10.6971 -12.6896 -2.4194 11.2173 -12.5188
3 383 -3.5308 9 -12.2977 -2.4194 11.2173 -12.5188 -3.4327 11.4 -12.3172
3 383 -3.5308 9 -12.2977 -3.4327 11.4 -12.3172 -4.4461 11.2173 -12.1156
3 383 -4.4461 6.7827 -12.1156 -3.5308 9 -12.2977 -4.9748 7.1036 -12.0104
3 383 -4.4461 11.2173 -12.1156 -4.9748 10.8981 -12.0104 -3.5308 9 -12.2977
3 383 -3.5308 9 -12.2977 -4.9748 10.8981 -12.0104 -4.9748 7.1036 -12.0104
4 383 -4.9748 7.1036 -12.0105 -4.9748 10.8981 -12.0105 -5.255 10.6971 -11.8233 -5.255 7.3029 -11.8233
4 383 -5.255 7.3029 -11.8233 -5.255 10.6971 -11.8233 -5.7416 9.9184 -11.4981 -5.7416 8.0816 -11.4981
3 383 -5.7416 8.0816 -11.4981 -5.7416 9.9184 -11.4981 -5.9125 9 -11.3839

1 0 4.4135 9.3 -12.1221 0 0.2731 -1.3731 1.4 0 0 0 -1.3731 -0.2731 2-4disc.dat
4 0 2.55 8.6 -12.4928 1.8635 8.1 -12.6293 2.7462 7.1 -12.4537 3.1385 7.9 -12.3757
4 0 2.7462 7.1 -12.4537 3.2366 6.7 -12.3562 3.5308 7.5 -12.2977 3.1385 7.9 -12.3757
4 0 3.2366 6.7 -12.3562 4.0212 6.4 -12.2001 3.9231 7.3 -12.2196 3.5308 7.5 -12.2977
4 0 4.0212 6.4 -12.2001 4.9748 6.4 -12.0104 4.9748 7.3 -12.0104 3.9231 7.3 -12.2196
4 0 4.9748 6.4 -12.0105 5.7462 6.6 -11.4951 5.7462 7.5 -11.4951 4.9748 7.3 -12.0105
4 0 5.7462 6.6 -11.4951 6.5777 6.8 -10.9395 6.5777 7.7 -10.9395 5.7462 7.5 -11.4951
4 0 6.5777 6.8 -10.9395 6.744 6.5 -10.8284 7.2428 7.5 -10.495 6.5777 7.7 -10.9395
4 0 6.744 6.5 -10.8284 6.9934 6.5 -10.6617 7.2428 6.8 -10.495 7.2428 7.5 -10.495
4 0 0 13 -13 0.2942 12.6 -12.9415 0.2942 13.4 -12.9415 0 13.3 -13
4 0 0.2942 13.4 -12.9415 0.2942 12.6 -12.9415 0.9808 12.4 -12.8049 0.9808 13.4 -12.8049
4 0 0.9808 12.4 -12.8049 1.8635 12.4 -12.6293 1.7654 13.3 -12.6488 0.9808 13.4 -12.8049
4 0 1.8635 12.4 -12.6293 2.3539 12.5 -12.5318 2.2558 13.4 -12.5513 1.7654 13.3 -12.6488
4 0 2.3539 12.5 -12.5318 3.0404 12.7 -12.3952 2.9424 13.7 -12.4147 2.2558 13.4 -12.5513
4 0 3.0404 12.7 -12.3952 3.9231 13 -12.2196 3.8251 14.2 -12.2391 2.9424 13.7 -12.4147
4 0 3.9231 13 -12.2196 4.9748 13.7 -12.0104 4.9748 15.1 -12.0104 3.8251 14.2 -12.2391
4 0 5.7462 14 -11.4951 5.7462 15.6 -11.4951 4.9748 15.1 -12.0105 4.9748 13.7 -12.0105
4 0 5.7462 14 -11.4951 6.0788 13.9 -11.2728 6.5777 15.3 -10.9395 5.7462 15.6 -11.4951
4 0 7.1597 14.6 -10.5506 6.5777 15.3 -10.9395 6.0788 13.9 -11.2728 6.3282 13.7 -11.1062
4 0 6.3282 13.7 -11.1062 6.6608 13.4 -10.8839 7.5754 13.4 -10.2728 7.1597 14.6 -10.5506
4 0 6.6608 13.4 -10.8839 6.744 13 -10.8284 7.5754 12.4 -10.2728 7.5754 13.4 -10.2728
4 0 6.744 13 -10.8284 6.9103 11.9 -10.7173 7.6586 11.3 -10.2172 7.5754 12.4 -10.2728
4 0 6.9103 11.9 -10.7173 6.9934 11 -10.6617 7.6586 10.9 -10.2172 7.6586 11.3 -10.2172
4 0 6.9934 11 -10.6617 7.0766 10.6 -10.6061 7.4091 10.4 -10.3839 7.6586 10.9 -10.2172
4 0 0 14.4 -13 0.9808 14.3 -12.8049 0.9808 15.4 -12.8049 0 15.4 -13
4 0 0.9808 14.3 -12.8049 1.9616 14.1 -12.6098 1.9616 15.2 -12.6098 0.9808 15.4 -12.8049
4 0 1.9616 14.1 -12.6098 2.55 13.9 -12.4928 2.8443 14.7 -12.4342 1.9616 15.2 -12.6098
4 0 2.55 13.9 -12.4928 2.8443 14 -12.4342 3.0404 14.3 -12.3952 2.8443 14.7 -12.4342
4 0 -0.8827 14.3 -12.8244 0 14.4 -13 0 15.4 -13 -0.9808 15.3 -12.8049
4 0 -1.7654 14 -12.6488 -0.8827 14.3 -12.8244 -0.9808 15.3 -12.8049 -1.9616 14.9 -12.6098
4 0 -1.7654 14 -12.6488 -1.9616 14.9 -12.6098 -2.55 14.6 -12.4928 -2.1577 13.9 -12.5708
4 0 -2.55 14.6 -12.4928 -2.6481 14.3 -12.4733 -2.55 13.9 -12.4928 -2.1577 13.9 -12.5708
4 4 7.326 15.2 -10.4395 7.5754 14.9 -10.2728 7.7417 15.2 -10.1617 7.4923 15.6 -10.3284
4 4 7.7417 16 -10.1617 8.1575 15.5 -9.8839 8.1575 15.9 -9.8839 7.908 16.2 -10.0506
4 4 7.7417 15.2 -10.1617 8.1575 15.5 -9.8839 7.7417 16 -10.1617 7.4923 15.6 -10.3284
4 4 6.9103 16.3 -10.7173 7.4923 15.6 -10.3284 7.7417 16 -10.1617 7.1597 16.6 -10.5506
4 4 7.7417 15.2 -10.1617 8.1575 14.8 -9.8839 8.4069 15.1 -9.7172 8.1575 15.5 -9.8839
4 4 7.9912 14.4 -9.995 8.1575 14.2 -9.8839 8.49 14.3 -9.6617 8.1575 14.8 -9.8839
4 4 8.49 14.3 -9.6617 8.7395 14.5 -9.495 8.4069 15.1 -9.7172 8.1575 14.8 -9.8839
4 4 8.7395 14.5 -9.495 8.8226 15.1 -9.4394 8.6563 15.4 -9.5506 8.4069 15.1 -9.7172
4 4 8.49 14.3 -9.6617 8.7395 13.9 -9.495 8.9889 14.2 -9.3283 8.7395 14.5 -9.495
4 4 8.7395 13.9 -9.495 8.49 13.6 -9.6617 8.6563 13.2 -9.5506 8.9889 13.4 -9.3283
4 4 8.9889 13.4 -9.3283 9.1924 13.9 -9.1924 8.9889 14.2 -9.3283 8.7395 13.9 -9.495
3 4 9.1924 13.9 -9.1924 9.1924 14.3 -9.1924 9.0564 14.2 -9.3958
4 4 9.1924 13.9 -9.1924 9.3342 14.2 -8.9801 9.2787 14.5 -9.0633 9.1924 14.3 -9.1924
3 4 9.0564 13.4 -9.3958 9.1924 13.1 -9.1924 9.1924 13.9 -9.1924
4 4 9.1924 13.1 -9.1924 9.3342 12.9 -8.9801 9.3898 13.4 -8.897 9.1924 13.9 -9.1924
3 0 -0.7846 6.7 -12.8439 -0.8901 7.5057 -12.8229 -1.2482 7.0201 -12.7517
3 0 -0.7846 6.7 -12.8439 -1.2482 7.0201 -12.7517 -2.2505 6.4131 -12.5524
3 0 -2.2505 6.4131 -12.5524 -3.4327 6.2 -12.3172 -3.4327 6 -12.3172
4 0 -3.4327 6 -12.3172 -3.4327 6.2 -12.3172 -4.615 6.4131 -12.082 -4.9748 5.5 -12.0104
3 0 -4.9748 5.5 -12.0104 -4.615 6.4131 -12.082 -4.9748 6.6295 -12.0104
4 0 -5.5799 5.2 -11.6062 -4.9748 5.5 -12.0105 -4.9748 6.6295 -12.0105 -5.6631 6.2 -11.5506
4 0 -6.1619 5.1 -11.2173 -5.5799 5.2 -11.6062 -5.6631 6.2 -11.5506 -5.9956 6 -11.3284
4 0 -6.5777 5.3 -10.9395 -6.1619 5.1 -11.2173 -5.9956 6 -11.3284 -6.2451 6.1 -11.1617
4 0 -6.5777 5.3 -10.9395 -6.2451 6.1 -11.1617 -6.4945 6.3 -10.995 -7.0766 5.9 -10.6061
4 0 -7.0766 5.9 -10.6061 -6.4945 6.3 -10.995 -6.5777 6.7 -10.9395 -7.326 6.6 -10.4395
4 0 -6.5777 6.7 -10.9395 -6.744 7.4 -10.8284 -7.326 7.4 -10.4395 -7.326 6.6 -10.4395
4 0 0 13 -13 0 13.3 -13 -0.2942 13.5 -12.9415 -0.3923 12.6 -12.922
4 0 -1.0789 12.5 -12.7854 -0.3923 12.6 -12.922 -0.2942 13.5 -12.9415 -1.0789 13.5 -12.7854
4 0 -1.0789 13.5 -12.7854 -1.8635 13.4 -12.6293 -2.0596 12.5 -12.5903 -1.0789 12.5 -12.7854
4 0 -2.0596 12.5 -12.5903 -1.8635 13.4 -12.6293 -2.2558 13.4 -12.5513 -2.7462 12.6 -12.4537
4 0 -2.2558 13.4 -12.5513 -2.6481 13.6 -12.4733 -3.5308 12.8 -12.2977 -2.7462 12.6 -12.4537
4 0 -2.6481 13.6 -12.4733 -3.5308 14 -12.2977 -4.4135 13.2 -12.1221 -3.5308 12.8 -12.2977
4 0 -3.5308 14 -12.2977 -4.9748 14.9 -12.0104 -4.9748 13.6 -12.0104 -4.4135 13.2 -12.1221
4 0 -4.9748 14.9 -12.0105 -5.8293 15.5 -11.4395 -5.7462 14 -11.4951 -4.9748 13.6 -12.0105
4 0 -5.9956 14 -11.3284 -5.7462 14 -11.4951 -5.8293 15.5 -11.4395 -6.3282 15.5 -11.1062
4 0 -5.9956 14 -11.3284 -6.3282 15.5 -11.1062 -6.9934 15.1 -10.6617 -6.2451 13.9 -11.1617
4 0 -6.2451 13.9 -11.1617 -6.9934 15.1 -10.6617 -7.6586 14.3 -10.2172 -6.4945 13.8 -10.995
4 0 -6.4945 13.8 -10.995 -7.6586 14.3 -10.2172 -7.908 13.3 -10.0506 -6.8271 13.4 -10.7728
4 0 -7.908 13.3 -10.0506 -7.9912 11.9 -9.995 -6.9934 12.4 -10.6617 -6.8271 13.4 -10.7728
4 0 -7.9912 11.9 -9.995 -7.908 10.7 -10.0506 -7.1597 11.2 -10.5506 -6.9934 12.4 -10.6617
4 0 -7.908 10.7 -10.0506 -7.7417 10.2 -10.1617 -7.2428 10.4 -10.495 -7.1597 11.2 -10.5506
4 16 -0.7846 6.7 -12.8439 0 7.6 -13 -0.5784 7.9285 -12.8849 -0.8901 7.5057 -12.8229
4 16 0 7.6 -13 0 9 -13 -0.3433 9 -12.9317 -0.5784 7.9285 -12.8849
4 16 0 9 -13 0 10.4 -13 -0.5784 10.0715 -12.8849 -0.3433 9 -12.9317
4 16 0 10.4 -13 0 11.9 -13 -1.2482 10.9799 -12.7517 -0.5784 10.0715 -12.8849
4 16 -1.2482 10.9799 -12.7517 -1.0789 12.5 -12.7854 -2.0596 12.5 -12.5903 -2.2505 11.5869 -12.5524
4 16 -2.2505 11.5869 -12.5524 -2.0596 12.5 -12.5903 -2.7462 12.6 -12.4537 -3.4327 11.8 -12.3172
4 16 -3.4327 11.8 -12.3172 -3.5308 12.8 -12.2977 -4.4135 13.2 -12.1221 -4.615 11.5869 -12.082
4 16 -4.615 11.5869 -12.082 -4.4135 13.2 -12.1221 -4.9748 13.6 -12.0104 -4.9748 11.4 -12.0104
4 16 -4.9748 11.4 -12.0105 -4.9748 13.6 -12.0105 -5.7462 14 -11.4951 -5.5195 10.9799 -11.6465
4 16 -5.5195 10.9799 -11.6465 -6.9934 12.4 -10.6617 -7.1597 11.2 -10.5506 -6.0873 10.0715 -11.2672
4 16 -6.0873 10.0715 -11.2672 -7.1597 11.2 -10.5506 -7.2428 10.4 -10.495 -6.2867 9 -11.1339
3 16 -4.9748 6.6295 -12.0105 -5.5195 7.0201 -11.6465 -5.6631 6.2 -11.5506
4 16 -6.5777 6.7 -10.9395 -5.5195 7.0201 -11.6465 -6.0873 7.9285 -11.2672 -6.744 7.4 -10.8284
4 16 -6.4945 6.3 -10.995 -5.6631 6.2 -11.5506 -5.5195 7.0201 -11.6465 -6.5777 6.7 -10.9395
4 16 -6.4945 6.3 -10.995 -6.2451 6.1 -11.1617 -5.9956 6 -11.3284 -5.6631 6.2 -11.5506
4 16 -6.744 7.4 -10.8284 -7.2428 10.4 -10.495 -7.7417 10.2 -10.1617 -7.326 7.4 -10.4395
4 16 -6.744 7.4 -10.8284 -6.0873 7.9285 -11.2672 -6.2867 9 -11.1339 -7.2428 10.4 -10.495
3 16 -1.2482 10.9799 -12.7517 0 11.9 -13 -1.0789 12.5 -12.7854
3 16 -3.4327 11.8 -12.3172 -2.7462 12.6 -12.4537 -3.5308 12.8 -12.2977
3 16 -5.5195 10.9799 -11.6465 -5.7462 14 -11.4951 -5.9956 14 -11.3284
3 16 -5.5195 10.9799 -11.6465 -5.9956 14 -11.3284 -6.2451 13.9 -11.1617
3 16 -5.5195 10.9799 -11.6465 -6.2451 13.9 -11.1617 -6.4945 13.8 -10.995
3 16 -5.5195 10.9799 -11.6465 -6.4945 13.8 -10.995 -6.8271 13.4 -10.7728
3 16 -5.5195 10.9799 -11.6465 -6.8271 13.4 -10.7728 -6.9934 12.4 -10.6617
3 16 0 11.9 -13 -0.3923 12.6 -12.922 -1.0789 12.5 -12.7854
3 16 0 11.9 -13 0 13 -13 -0.3923 12.6 -12.922
4 0 -2.2505 6.4131 -12.5524 -1.2482 7.0201 -12.7517 -1.5602 7.3029 -12.6896 -2.4194 6.7827 -12.5188
4 0 -1.2482 7.0201 -12.7517 -0.5784 7.9285 -12.8849 -0.9862 8.0816 -12.8038 -1.5602 7.3029 -12.6896
4 0 -0.5784 7.9285 -12.8849 -0.3433 9 -12.9317 -0.7846 9 -12.8439 -0.9862 8.0816 -12.8038
4 0 -0.3433 9 -12.9317 -0.5784 10.0715 -12.8849 -0.9862 9.9184 -12.8038 -0.7846 9 -12.8439
4 0 -0.5784 10.0715 -12.8849 -1.2482 10.9799 -12.7517 -1.5602 10.6971 -12.6896 -0.9862 9.9184 -12.8038
4 0 -1.2482 10.9799 -12.7517 -2.2505 11.5869 -12.5524 -2.4194 11.2173 -12.5188 -1.5602 10.6971 -12.6896
4 0 -2.2505 11.5869 -12.5524 -3.4327 11.8 -12.3172 -3.4327 11.4 -12.3172 -2.4194 11.2173 -12.5188
4 0 -3.4327 11.8 -12.3172 -4.615 11.5869 -12.082 -4.4461 11.2173 -12.1156 -3.4327 11.4 -12.3172
4 0 -4.4461 11.2173 -12.1156 -4.615 11.5869 -12.082 -4.9748 11.4 -12.0104 -4.9748 10.8981 -12.0104
4 0 -4.9748 10.8981 -12.0105 -4.9748 11.4 -12.0105 -5.5195 10.9799 -11.6465 -5.255 10.6971 -11.8233
4 0 -5.255 10.6971 -11.8233 -5.5195 10.9799 -11.6465 -6.0873 10.0715 -11.2672 -5.7416 9.9184 -11.4981
4 0 -5.7416 9.9184 -11.4981 -6.0873 10.0715 -11.2672 -6.2867 9 -11.1339 -5.9125 9 -11.3839
4 0 -6.0873 7.9285 -11.2672 -5.7416 8.0816 -11.4981 -5.9125 9 -11.3839 -6.2867 9 -11.1339
4 0 -6.0873 7.9285 -11.2672 -5.5195 7.0201 -11.6465 -5.255 7.3029 -11.8233 -5.7416 8.0816 -11.4981
4 0 -5.5195 7.0201 -11.6465 -4.9748 6.6295 -12.0105 -4.9748 7.1036 -12.0105 -5.255 7.3029 -11.8233
4 0 -4.9748 6.6295 -12.0104 -4.615 6.4131 -12.082 -4.4461 6.7827 -12.1156 -4.9748 7.1036 -12.0104
4 0 -4.615 6.4131 -12.082 -3.4327 6.2 -12.3172 -3.4327 6.6 -12.3172 -4.4461 6.7827 -12.1156
4 0 -3.4327 6.2 -12.3172 -2.2505 6.4131 -12.5524 -2.4194 6.7827 -12.5188 -3.4327 6.6 -12.3172
4 16 3.9231 7.3 -12.2196 4.4135 7.9 -12.1221 3.8881 8.0066 -12.2266 3.5308 7.5 -12.2977
4 16 3.5308 7.5 -12.2977 3.8881 8.0066 -12.2266 3.4426 8.3101 -12.3152 3.1385 7.9 -12.3757
4 16 3.9231 7.3 -12.2196 4.9748 7.3 -12.0104 4.9748 8.0066 -12.0104 4.4135 7.9 -12.1221
4 16 4.9748 7.3 -12.0105 5.7462 7.5 -11.4951 5.3221 8.3101 -11.7784 4.9748 8.0066 -12.0105
4 16 5.7462 7.5 -11.4951 6.5777 7.7 -10.9395 5.5744 8.7642 -11.6098 5.3221 8.3101 -11.7784
4 16 4.9748 10.5934 -12.0105 5.3221 10.2899 -11.7784 5.7462 14 -11.4951 4.9748 13.7 -12.0105
4 16 5.5744 9.8358 -11.6098 6.9934 11 -10.6617 6.9103 11.9 -10.7173 5.3221 10.2899 -11.7784
4 16 5.6631 9.3 -11.5506 7.0766 10.6 -10.6061 6.9934 11 -10.6617 5.5744 9.8358 -11.6098
4 16 6.5777 7.7 -10.9395 7.0766 10.6 -10.6061 5.6631 9.3 -11.5506 5.5744 8.7642 -11.6098
4 16 4.4135 10.7 -12.1221 4.9748 10.5934 -12.0104 4.9748 13.7 -12.0104 3.9231 13 -12.2196
4 16 3.8881 10.5934 -12.2266 4.4135 10.7 -12.1221 3.9231 13 -12.2196 3.0404 12.7 -12.3952
4 16 3.4426 10.2899 -12.3152 3.8881 10.5934 -12.2266 3.0404 12.7 -12.3952 2.3539 12.5 -12.5318
4 16 3.145 9.8358 -12.3744 3.4426 10.2899 -12.3152 2.3539 12.5 -12.5318 1.8635 12.4 -12.6293
4 16 3.1385 7.9 -12.3757 3.4426 8.3101 -12.3152 3.145 8.7642 -12.3744 2.55 8.6 -12.4928
4 16 2.55 8.6 -12.4928 3.145 8.7642 -12.3744 3.0404 9.3 -12.3952 0 10.4 -13
4 16 0 9 -13 1.8635 8.1 -12.6293 2.55 8.6 -12.4928 0 10.4 -13
4 16 3.0404 9.3 -12.3952 3.145 9.8358 -12.3744 1.8635 12.4 -12.6293 0 10.4 -13
3 16 5.3221 10.2899 -11.7784 6.9103 11.9 -10.7173 5.7462 14 -11.4951
3 16 6.9103 11.9 -10.7173 6.744 13 -10.8284 5.7462 14 -11.4951
4 16 6.744 13 -10.8284 6.6608 13.4 -10.8839 6.3282 13.7 -11.1062 5.7462 14 -11.4951
3 16 6.3282 13.7 -11.1062 6.0788 13.9 -11.2728 5.7462 14 -11.4951
4 16 7.2428 7.5 -10.495 7.4091 10.4 -10.3839 7.0766 10.6 -10.6061 6.5777 7.7 -10.9395
3 16 0 10.4 -13 1.8635 12.4 -12.6293 0.9808 12.4 -12.8049
3 16 0 10.4 -13 0.9808 12.4 -12.8049 0.2942 12.6 -12.9415
3 16 0 10.4 -13 0.2942 12.6 -12.9415 0 13 -13
4 0 4.4135 7.9 -12.1221 4.9748 8.0066 -12.0104 4.9748 10.5934 -12.0104 4.4135 10.7 -12.1221
4 0 4.9748 8.0066 -12.0105 5.3221 8.3101 -11.7784 5.3221 10.2899 -11.7784 4.9748 10.5934 -12.0105
4 0 5.3221 8.3101 -11.7784 5.5744 8.7642 -11.6098 5.5744 9.8358 -11.6098 5.3221 10.2899 -11.7784
3 0 5.5744 8.7642 -11.6098 5.6631 9.3 -11.5506 5.5744 9.8358 -11.6098
3 16 0 7.6 -13 1.8635 8.1 -12.6293 0 9 -13
3 16 0 4 -13 1.8635 8.1 -12.6293 0 7.6 -13
3 16 0 4 -13 2.7462 7.1 -12.4537 1.8635 8.1 -12.6293
3 16 0 4 -13 3.2366 6.7 -12.3562 2.7462 7.1 -12.4537
3 16 0 4 -13 4.0212 6.4 -12.2001 3.2366 6.7 -12.3562
3 16 4.9749 4 -12.0104 4.9748 6.4 -12.0104 4.0212 6.4 -12.2001
3 16 4.9749 4 -12.0104 4.0212 6.4 -12.2001 0 4 -13
3 16 4.9749 4 -12.0104 5.7462 6.6 -11.4951 4.9748 6.4 -12.0105
3 16 4.9749 4 -12.0104 6.5777 6.8 -10.9395 5.7462 6.6 -11.4951
3 16 4.9749 4 -12.0104 6.744 6.5 -10.8284 6.5777 6.8 -10.9395
3 16 4.9749 4 -12.0104 6.9934 6.5 -10.6617 6.744 6.5 -10.8284
3 16 4.9749 4 -12.0104 6.9934 6.5 -10.6617 9.1924 4 -9.1924
3 16 9.1924 4 -9.1924 7.2428 6.8 -10.495 6.9934 6.5 -10.6617
4 16 9.1924 4 -9.1924 9.1924 13.1 -9.1924 7.2428 7.5 -10.495 7.2428 6.8 -10.495
4 16 7.2428 7.5 -10.495 9.1924 13.1 -9.1924 7.6586 10.9 -10.2172 7.4091 10.4 -10.3839
3 16 7.6586 10.9 -10.2172 9.1924 13.1 -9.1924 7.6586 11.3 -10.2172
4 16 7.6586 11.3 -10.2172 9.1924 13.1 -9.1924 8.9889 13.4 -9.3283 8.6563 13.2 -9.5506
4 16 7.6586 11.3 -10.2172 8.6563 13.2 -9.5506 8.49 13.6 -9.6617 7.5754 12.4 -10.2728
4 16 7.5754 12.4 -10.2728 8.49 13.6 -9.6617 8.1575 14.2 -9.8839 7.5754 13.4 -10.2728
4 16 8.49 13.6 -9.6617 8.7395 13.9 -9.495 8.49 14.3 -9.6617 8.1575 14.2 -9.8839
4 16 7.5754 13.4 -10.2728 8.1575 14.2 -9.8839 7.9912 14.4 -9.995 7.1597 14.6 -10.5506
4 16 7.5754 14.9 -10.2728 7.9912 14.4 -9.995 8.1575 14.8 -9.8839 7.7417 15.2 -10.1617
4 16 7.1597 14.6 -10.5506 7.5754 14.9 -10.2728 7.326 15.2 -10.4395 6.5777 15.3 -10.9395
3 16 7.1597 14.6 -10.5506 7.9912 14.4 -9.995 7.5754 14.9 -10.2728
4 16 6.5777 15.3 -10.9395 7.326 15.2 -10.4395 7.4923 15.6 -10.3284 6.9103 16.3 -10.7173
4 16 6.9103 16.3 -10.7173 5.7462 17 -11.4951 5.7462 15.6 -11.4951 6.5777 15.3 -10.9395
4 16 4.9748 15.1 -12.0105 5.7462 15.6 -11.4951 5.7462 17 -11.4951 4.9749 17 -12.0104
4 16 6.9103 16.3 -10.7173 7.1597 16.6 -10.5506 7.1597 17 -10.5506 5.7462 17 -11.4951
4 16 7.7417 16 -10.1617 7.908 16.2 -10.0506 7.1597 17 -10.5506 7.1597 16.6 -10.5506
3 16 7.908 16.2 -10.0506 9.1924 17 -9.1924 7.1597 17 -10.5506
3 16 8.1575 15.9 -9.8839 9.1924 17 -9.1924 7.908 16.2 -10.0506
4 16 8.4069 15.1 -9.7172 8.6563 15.4 -9.5506 8.1575 15.9 -9.8839 8.1575 15.5 -9.8839
4 16 8.9889 14.2 -9.3283 9.1924 14.3 -9.1924 8.8226 15.1 -9.4394 8.7395 14.5 -9.495
3 16 9.1924 14.3 -9.1924 9.1924 17 -9.1924 8.8226 15.1 -9.4394
3 16 8.8226 15.1 -9.4394 9.1924 17 -9.1924 8.6563 15.4 -9.5506
3 16 8.6563 15.4 -9.5506 9.1924 17 -9.1924 8.1575 15.9 -9.8839
3 16 9.1924 14.3 -9.1924 9.2787 14.5 -9.0633 9.1924 17 -9.1924
3 16 9.3898 13.4 -8.897 9.3342 14.2 -8.9801 9.1924 13.9 -9.1924
3 16 0 4 -13 0 7.6 -13 -0.7846 6.7 -12.8439
3 16 0 4 -13 -0.7846 6.7 -12.8439 -2.2505 6.4131 -12.5524
3 16 0 4 -13 -2.2505 6.4131 -12.5524 -3.4327 6 -12.3172
4 16 0 4 -13 -3.4327 6 -12.3172 -4.9748 5.5 -12.0104 -4.9749 4 -12.0104
3 16 -4.9749 4 -12.0104 -4.9748 5.5 -12.0105 -5.5799 5.2 -11.6062
3 16 -4.9749 4 -12.0104 -5.5799 5.2 -11.6062 -6.1619 5.1 -11.2173
3 16 -4.9749 4 -12.0104 -6.1619 5.1 -11.2173 -9.1924 4 -9.1924
3 16 -6.1619 5.1 -11.2173 -6.5777 5.3 -10.9395 -9.1924 4 -9.1924
3 16 -6.5777 5.3 -10.9395 -7.0766 5.9 -10.6061 -9.1924 4 -9.1924
3 16 -7.0766 5.9 -10.6061 -7.326 6.6 -10.4395 -9.1924 4 -9.1924
4 16 -9.1924 4 -9.1924 -7.908 10.7 -10.0506 -7.9912 11.9 -9.995 -9.1924 17 -9.1924
4 16 -9.1924 4 -9.1924 -7.326 6.6 -10.4395 -7.326 7.4 -10.4395 -7.7417 10.2 -10.1617
3 16 -9.1924 4 -9.1924 -7.7417 10.2 -10.1617 -7.908 10.7 -10.0506
3 16 -7.9912 11.9 -9.995 -7.908 13.3 -10.0506 -9.1924 17 -9.1924
3 16 -7.908 13.3 -10.0506 -7.6586 14.3 -10.2172 -9.1924 17 -9.1924
3 16 -7.6586 14.3 -10.2172 -6.9934 15.1 -10.6617 -9.1924 17 -9.1924
3 16 -6.9934 15.1 -10.6617 -6.3282 15.5 -11.1062 -9.1924 17 -9.1924
4 16 -6.3282 15.5 -11.1062 -5.8293 15.5 -11.4395 -4.9749 17 -12.0104 -9.1924 17 -9.1924
3 16 -5.8293 15.5 -11.4395 -4.9748 14.9 -12.0105 -4.9749 17 -12.0104
4 16 -4.9749 17 -12.0104 -0.9808 15.3 -12.8049 0 15.4 -13 0 17 -13
3 16 -4.9749 17 -12.0104 -1.9616 14.9 -12.6098 -0.9808 15.3 -12.8049
3 16 -4.9749 17 -12.0104 -2.55 14.6 -12.4928 -1.9616 14.9 -12.6098
3 16 -4.9748 14.9 -12.0104 -2.55 14.6 -12.4928 -4.9749 17 -12.0104
3 16 -3.5308 14 -12.2977 -2.55 14.6 -12.4928 -4.9748 14.9 -12.0104
3 16 -3.5308 14 -12.2977 -2.6481 14.3 -12.4733 -2.55 14.6 -12.4928
3 16 -3.5308 14 -12.2977 -2.55 13.9 -12.4928 -2.6481 14.3 -12.4733
3 16 -2.6481 13.6 -12.4733 -2.55 13.9 -12.4928 -3.5308 14 -12.2977
4 16 -2.2558 13.4 -12.5513 -2.1577 13.9 -12.5708 -2.55 13.9 -12.4928 -2.6481 13.6 -12.4733
4 16 -1.8635 13.4 -12.6293 -1.7654 14 -12.6488 -2.1577 13.9 -12.5708 -2.2558 13.4 -12.5513
4 16 -1.0789 13.5 -12.7854 -0.8827 14.3 -12.8244 -1.7654 14 -12.6488 -1.8635 13.4 -12.6293
4 16 -0.2942 13.5 -12.9415 0 14.4 -13 -0.8827 14.3 -12.8244 -1.0789 13.5 -12.7854
3 16 0 13.3 -13 0 14.4 -13 -0.2942 13.5 -12.9415
3 16 0 13.3 -13 0.2942 13.4 -12.9415 0 14.4 -13
4 16 0.2942 13.4 -12.9415 0.9808 13.4 -12.8049 0.9808 14.3 -12.8049 0 14.4 -13
4 16 0.9808 13.4 -12.8049 1.7654 13.3 -12.6488 1.9616 14.1 -12.6098 0.9808 14.3 -12.8049
4 16 1.7654 13.3 -12.6488 2.2558 13.4 -12.5513 2.55 13.9 -12.4928 1.9616 14.1 -12.6098
4 16 2.2558 13.4 -12.5513 2.9424 13.7 -12.4147 2.8443 14 -12.4342 2.55 13.9 -12.4928
4 16 2.9424 13.7 -12.4147 3.8251 14.2 -12.2391 3.0404 14.3 -12.3952 2.8443 14 -12.4342
4 16 3.8251 14.2 -12.2391 4.9748 15.1 -12.0104 4.9749 17 -12.0104 3.9231 17 -12.2196
4 16 3.0404 14.3 -12.3952 3.8251 14.2 -12.2391 3.9231 17 -12.2196 2.8443 14.7 -12.4342
4 16 2.8443 14.7 -12.4342 3.9231 17 -12.2196 1.9616 17 -12.6098 1.9616 15.2 -12.6098
4 16 0.9808 15.4 -12.8049 1.9616 15.2 -12.6098 1.9616 17 -12.6098 0.9808 17 -12.8049
4 16 0.9808 15.4 -12.8049 0.9808 17 -12.8049 0 17 -13 0 15.4 -13
3 16 9.3342 14.2 -8.9801 12.0104 17 -4.9749 9.2787 14.5 -9.0633
3 16 9.2787 14.5 -9.0633 12.0104 17 -4.9749 9.1924 17 -9.1924
3 16 9.3898 13.4 -8.897 12.0104 17 -4.9749 9.3342 14.2 -8.9801
3 16 9.3342 12.9 -8.9801 12.0104 17 -4.9749 9.3898 13.4 -8.897
3 16 9.1924 4 -9.1924 9.3342 12.9 -8.9801 9.1924 13.1 -9.1924
3 16 9.1924 4 -9.1924 12.0104 17 -4.9749 9.3342 12.9 -8.9801
3 16 9.1924 4 -9.1924 12.0104 4 -4.9749 12.0104 17 -4.9749
4 16 -13 4 0 -12.0104 4 -4.9749 -12.0104 17 -4.9749 -13 17 0
4 16 -12.0104 4 -4.9749 -9.1924 4 -9.1924 -9.1924 17 -9.1924 -12.0104 17 -4.9749
4 16 12.0104 4 -4.9749 13 4 0 13 17 0 12.0104 17 -4.9749
0
5 24 0 4 -13 0 17 -13 -4.975 4 -12.010 4.975 4 -12.010
5 24 -4.975 4 -12.010 -4.975 17 -12.010 0 4 -13 -9.192 4 -9.192
5 24 4.975 4 -12.010 4.975 17 -12.010 0 4 -13 9.192 4 -9.192
5 24 -9.192 4 -9.192 -9.192 17 -9.192 -4.975 4 -12.010 -12.010 4 -4.975
5 24 9.192 4 -9.192 9.192 17 -9.192 4.975 4 -12.010 12.010 4 -4.975
5 24 -12.010 4 -4.975 -12.010 17 -4.975 -9.192 4 -9.192 -13 4 0
5 24 12.010 4 -4.975 12.010 17 -4.975 9.192 4 -9.192 13 4 0
5 24 -13 4 0 -13 17 0 -12.010 4 -4.975 -12.010 4 4.975
5 24 13 4 0 13 17 0 12.010 4 -4.975 12.010 4 4.975
0

1 16 0 4 0 0 0 -8 0 -6.4 0 -8 0 0 t04o6250.dat
1 16 0 4 0 8 0 0 0 -6.4 0 0 0 -8 t04o6250.dat
1 16 0 17 0 0 0 8 0 6.4 0 -8 0 0 t04o6250.dat
1 16 0 17 0 -8 0 0 0 6.4 0 0 0 -8 t04o6250.dat
0
0 L3P ELSEPOV
0   #if (L3Studs)
0     difference {
0     cylinder { <0,0,0>, <0,-4,0>, 6}
0     cylinder { <0,0.01,0>, <0,-4.01,0>, 4}
0     }
0 #end
0 object { ring2_dot_dat matrix <2,0,0,0,1,0,0,0,2,0,0,0> }
0 object { ring3_dot_dat matrix <2,0,0,0,1,0,0,0,2,0,0,0> }
0 object { ring2_dot_dat matrix <2,0,0,0,1,0,0,0,2,0,4,0> }
0 object { _4_dash_4cyli_dot_dat matrix <6,0,0,0,20,0,0,0,6,0,4,0> }
0 object { ring3_dot_dat matrix <2,0,0,0,1,0,0,0,2,0,24,0> }
0 object { _4_dash_4cyli_dot_dat matrix <8,0,0,0,3,0,0,0,8,0,21,0> }
0
0 cylinder { <0,0,0>,<0,17,0>,13.001
0 clipped_by {
0   union {
0     prism {linear_sweep linear_spline 0,14,3
0    <-4.4461,6.7827>,<-3.4327,6.6>,<-3.5308,9>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-3.4327,6.6>,<-2.4194,6.7827>,<-3.5308,9>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-2.4194,6.7827>,<-1.5602,7.3029>,<-3.5308,9>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-1.5602,7.3029>,<-0.9862,8.0816>,<-3.5308,9>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-0.9862,8.0816>,<-0.7846,9>,<-3.5308,9>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-0.7846,9>,<-0.9862,9.9184>,<-3.5308,9>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-0.9862,9.9184>,<-1.5602,10.6971>,<-3.5308,9>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-3.5308,9>,<-1.5602,10.6971>,<-2.4194,11.2173>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-3.5308,9>,<-2.4194,11.2173>,<-3.4327,11.4>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-3.5308,9>,<-3.4327,11.4>,<-4.4461,11.2173>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-4.4461,6.7827>,<-3.5308,9>,<-4.9748,7.1036>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-4.4461,11.2173>,<-4.9748,10.8981>,<-3.5308,9>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-3.5308,9>,<-4.9748,10.8981>,<-4.9748,7.1036>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-4.9748,7.1036>,<-4.9748,10.8981>,<-5.255,10.6971>,<-5.255,7.3029>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-5.255,7.3029>,<-5.255,10.6971>,<-5.7416,9.9184>,<-5.7416,8.0816>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-5.7416,8.0816>,<-5.7416,9.9184>,<-5.9125,9>}
0    } rotate <-90,0,0>
0 }
0 #if (version >= 3.1) material #else texture #end { L3Color383 }
0 }
0 cylinder { <0,0,0>,<0,17,0>,13.001
0 clipped_by {
0   union {
0     prism {linear_sweep linear_spline 0,14,3
0    <4.4135,9.3>,<4.4135,10.7>,<3.88801,10.5935>}
0     prism {linear_sweep linear_spline 0,14,3
0    <4.4135,9.3>,<3.88801,10.5935>,<3.44258,10.2899>}
0     prism {linear_sweep linear_spline 0,14,3
0    <4.4135,9.3>,<3.44258,10.2899>,<3.14489,9.83578>}
0     prism {linear_sweep linear_spline 0,14,3
0    <4.4135,9.3>,<3.14489,9.83578>,<3.0404,9.3>}
0     prism {linear_sweep linear_spline 0,14,3
0    <4.4135,9.3>,<3.0404,9.3>,<3.14489,8.76422>}
0     prism {linear_sweep linear_spline 0,14,3
0    <4.4135,9.3>,<3.14489,8.76422>,<3.44258,8.31006>}
0     prism {linear_sweep linear_spline 0,14,3
0    <4.4135,9.3>,<3.44258,8.31006>,<3.88801,8.00654>}
0     prism {linear_sweep linear_spline 0,14,3
0    <4.4135,9.3>,<3.88801,8.00654>,<4.4135,7.9>}
0     prism {linear_sweep linear_spline 0,14,4
0    <2.55,8.6>,<1.8635,8.1>,<2.7462,7.1>,<3.1385,7.9>}
0     prism {linear_sweep linear_spline 0,14,4
0    <2.7462,7.1>,<3.2366,6.7>,<3.5308,7.5>,<3.1385,7.9>}
0     prism {linear_sweep linear_spline 0,14,4
0    <3.2366,6.7>,<4.0212,6.4>,<3.9231,7.3>,<3.5308,7.5>}
0     prism {linear_sweep linear_spline 0,14,4
0    <4.0212,6.4>,<4.9748,6.4>,<4.9748,7.3>,<3.9231,7.3>}
0     prism {linear_sweep linear_spline 0,14,4
0    <4.9748,6.4>,<5.7462,6.6>,<5.7462,7.5>,<4.9748,7.3>}
0     prism {linear_sweep linear_spline 0,14,4
0    <5.7462,6.6>,<6.5777,6.8>,<6.5777,7.7>,<5.7462,7.5>}
0     prism {linear_sweep linear_spline 0,14,4
0    <6.5777,6.8>,<6.744,6.5>,<7.2428,7.5>,<6.5777,7.7>}
0     prism {linear_sweep linear_spline 0,14,4
0    <6.744,6.5>,<6.9934,6.5>,<7.2428,6.8>,<7.2428,7.5>}
0     prism {linear_sweep linear_spline 0,14,4
0    <0,13>,<0.2942,12.6>,<0.2942,13.4>,<0,13.3>}
0     prism {linear_sweep linear_spline 0,14,4
0    <0.2942,13.4>,<0.2942,12.6>,<0.9808,12.4>,<0.9808,13.4>}
0     prism {linear_sweep linear_spline 0,14,4
0    <0.9808,12.4>,<1.8635,12.4>,<1.7654,13.3>,<0.9808,13.4>}
0     prism {linear_sweep linear_spline 0,14,4
0    <1.8635,12.4>,<2.3539,12.5>,<2.2558,13.4>,<1.7654,13.3>}
0     prism {linear_sweep linear_spline 0,14,4
0    <2.3539,12.5>,<3.0404,12.7>,<2.9424,13.7>,<2.2558,13.4>}
0     prism {linear_sweep linear_spline 0,14,4
0    <3.0404,12.7>,<3.9231,13>,<3.8251,14.2>,<2.9424,13.7>}
0     prism {linear_sweep linear_spline 0,14,4
0    <3.9231,13>,<4.9748,13.7>,<4.9748,15.1>,<3.8251,14.2>}
0     prism {linear_sweep linear_spline 0,14,4
0    <5.7462,14>,<5.7462,15.6>,<4.9748,15.1>,<4.9748,13.7>}
0     prism {linear_sweep linear_spline 0,14,4
0    <5.7462,14>,<6.0788,13.9>,<6.5777,15.3>,<5.7462,15.6>}
0     prism {linear_sweep linear_spline 0,14,4
0    <7.1597,14.6>,<6.5777,15.3>,<6.0788,13.9>,<6.3282,13.7>}
0     prism {linear_sweep linear_spline 0,14,4
0    <6.3282,13.7>,<6.6608,13.4>,<7.5754,13.4>,<7.1597,14.6>}
0     prism {linear_sweep linear_spline 0,14,4
0    <6.6608,13.4>,<6.744,13>,<7.5754,12.4>,<7.5754,13.4>}
0     prism {linear_sweep linear_spline 0,14,4
0    <6.744,13>,<6.9103,11.9>,<7.6586,11.3>,<7.5754,12.4>}
0     prism {linear_sweep linear_spline 0,14,4
0    <6.9103,11.9>,<6.9934,11>,<7.6586,10.9>,<7.6586,11.3>}
0     prism {linear_sweep linear_spline 0,14,4
0    <6.9934,11>,<7.0766,10.6>,<7.4091,10.4>,<7.6586,10.9>}
0     prism {linear_sweep linear_spline 0,14,4
0    <0,14.4>,<0.9808,14.3>,<0.9808,15.4>,<0,15.4>}
0     prism {linear_sweep linear_spline 0,14,4
0    <0.9808,14.3>,<1.9616,14.1>,<1.9616,15.2>,<0.9808,15.4>}
0     prism {linear_sweep linear_spline 0,14,4
0    <1.9616,14.1>,<2.55,13.9>,<2.8443,14.7>,<1.9616,15.2>}
0     prism {linear_sweep linear_spline 0,14,4
0    <2.55,13.9>,<2.8443,14>,<3.0404,14.3>,<2.8443,14.7>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-0.8827,14.3>,<0,14.4>,<0,15.4>,<-0.9808,15.3>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-1.7654,14>,<-0.8827,14.3>,<-0.9808,15.3>,<-1.9616,14.9>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-1.7654,14>,<-1.9616,14.9>,<-2.55,14.6>,<-2.1577,13.9>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-2.55,14.6>,<-2.6481,14.3>,<-2.55,13.9>,<-2.1577,13.9>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-0.7846,6.7>,<-0.8901,7.5057>,<-1.2482,7.0201>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-0.7846,6.7>,<-1.2482,7.0201>,<-2.2505,6.4131>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-2.2505,6.4131>,<-3.4327,6.2>,<-3.4327,6>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-3.4327,6>,<-3.4327,6.2>,<-4.615,6.4131>,<-4.9748,5.5>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-4.9748,5.5>,<-4.615,6.4131>,<-4.9748,6.6295>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-5.5799,5.2>,<-4.9748,5.5>,<-4.9748,6.6295>,<-5.6631,6.2>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-6.1619,5.1>,<-5.5799,5.2>,<-5.6631,6.2>,<-5.9956,6>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-6.5777,5.3>,<-6.1619,5.1>,<-5.9956,6>,<-6.2451,6.1>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-6.5777,5.3>,<-6.2451,6.1>,<-6.4945,6.3>,<-7.0766,5.9>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-7.0766,5.9>,<-6.4945,6.3>,<-6.5777,6.7>,<-7.326,6.6>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-6.5777,6.7>,<-6.744,7.4>,<-7.326,7.4>,<-7.326,6.6>}
0     prism {linear_sweep linear_spline 0,14,4
0    <0,13>,<0,13.3>,<-0.2942,13.5>,<-0.3923,12.6>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-1.0789,12.5>,<-0.3923,12.6>,<-0.2942,13.5>,<-1.0789,13.5>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-1.0789,13.5>,<-1.8635,13.4>,<-2.0596,12.5>,<-1.0789,12.5>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-2.0596,12.5>,<-1.8635,13.4>,<-2.2558,13.4>,<-2.7462,12.6>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-2.2558,13.4>,<-2.6481,13.6>,<-3.5308,12.8>,<-2.7462,12.6>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-2.6481,13.6>,<-3.5308,14>,<-4.4135,13.2>,<-3.5308,12.8>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-3.5308,14>,<-4.9748,14.9>,<-4.9748,13.6>,<-4.4135,13.2>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-4.9748,14.9>,<-5.8293,15.5>,<-5.7462,14>,<-4.9748,13.6>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-5.9956,14>,<-5.7462,14>,<-5.8293,15.5>,<-6.3282,15.5>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-5.9956,14>,<-6.3282,15.5>,<-6.9934,15.1>,<-6.2451,13.9>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-6.2451,13.9>,<-6.9934,15.1>,<-7.6586,14.3>,<-6.4945,13.8>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-6.4945,13.8>,<-7.6586,14.3>,<-7.908,13.3>,<-6.8271,13.4>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-7.908,13.3>,<-7.9912,11.9>,<-6.9934,12.4>,<-6.8271,13.4>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-7.9912,11.9>,<-7.908,10.7>,<-7.1597,11.2>,<-6.9934,12.4>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-7.908,10.7>,<-7.7417,10.2>,<-7.2428,10.4>,<-7.1597,11.2>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-2.2505,6.4131>,<-1.2482,7.0201>,<-1.5602,7.3029>,<-2.4194,6.7827>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-1.2482,7.0201>,<-0.5784,7.9285>,<-0.9862,8.0816>,<-1.5602,7.3029>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-0.5784,7.9285>,<-0.3433,9>,<-0.7846,9>,<-0.9862,8.0816>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-0.3433,9>,<-0.5784,10.0715>,<-0.9862,9.9184>,<-0.7846,9>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-0.5784,10.0715>,<-1.2482,10.9799>,<-1.5602,10.6971>,<-0.9862,9.9184>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-1.2482,10.9799>,<-2.2505,11.5869>,<-2.4194,11.2173>,<-1.5602,10.6971>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-2.2505,11.5869>,<-3.4327,11.8>,<-3.4327,11.4>,<-2.4194,11.2173>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-3.4327,11.8>,<-4.615,11.5869>,<-4.4461,11.2173>,<-3.4327,11.4>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-4.4461,11.2173>,<-4.615,11.5869>,<-4.9748,11.4>,<-4.9748,10.8981>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-4.9748,10.8981>,<-4.9748,11.4>,<-5.5195,10.9799>,<-5.255,10.6971>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-5.255,10.6971>,<-5.5195,10.9799>,<-6.0873,10.0715>,<-5.7416,9.9184>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-5.7416,9.9184>,<-6.0873,10.0715>,<-6.2867,9>,<-5.9125,9>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-6.0873,7.9285>,<-5.7416,8.0816>,<-5.9125,9>,<-6.2867,9>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-6.0873,7.9285>,<-5.5195,7.0201>,<-5.255,7.3029>,<-5.7416,8.0816>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-5.5195,7.0201>,<-4.9748,6.6295>,<-4.9748,7.1036>,<-5.255,7.3029>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-4.9748,6.6295>,<-4.615,6.4131>,<-4.4461,6.7827>,<-4.9748,7.1036>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-4.615,6.4131>,<-3.4327,6.2>,<-3.4327,6.6>,<-4.4461,6.7827>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-3.4327,6.2>,<-2.2505,6.4131>,<-2.4194,6.7827>,<-3.4327,6.6>}
0     prism {linear_sweep linear_spline 0,14,4
0    <4.4135,7.9>,<4.9748,8.0066>,<4.9748,10.5934>,<4.4135,10.7>}
0     prism {linear_sweep linear_spline 0,14,4
0    <4.9748,8.0066>,<5.3221,8.3101>,<5.3221,10.2899>,<4.9748,10.5934>}
0     prism {linear_sweep linear_spline 0,14,4
0    <5.3221,8.3101>,<5.5744,8.7642>,<5.5744,9.8358>,<5.3221,10.2899>}
0     prism {linear_sweep linear_spline 0,14,3
0    <5.5744,8.7642>,<5.6631,9.3>,<5.5744,9.8358>}
0    } rotate <-90,0,0>
0 }
0 #if (version >= 3.1) material #else texture #end { L3Color0 }
0 }
0 cylinder { <0,0,0>,<0,17,0>,13.001
0 clipped_by {
0   union {
0     prism {linear_sweep linear_spline 0,14,4
0    <7.326,15.2>,<7.5754,14.9>,<7.7417,15.2>,<7.4923,15.6>}
0     prism {linear_sweep linear_spline 0,14,4
0    <7.7417,16>,<8.1575,15.5>,<8.1575,15.9>,<7.908,16.2>}
0     prism {linear_sweep linear_spline 0,14,4
0    <7.7417,15.2>,<8.1575,15.5>,<7.7417,16>,<7.4923,15.6>}
0     prism {linear_sweep linear_spline 0,14,4
0    <6.9103,16.3>,<7.4923,15.6>,<7.7417,16>,<7.1597,16.6>}
0     prism {linear_sweep linear_spline 0,14,4
0    <7.7417,15.2>,<8.1575,14.8>,<8.4069,15.1>,<8.1575,15.5>}
0     prism {linear_sweep linear_spline 0,14,4
0    <7.9912,14.4>,<8.1575,14.2>,<8.49,14.3>,<8.1575,14.8>}
0     prism {linear_sweep linear_spline 0,14,4
0    <8.49,14.3>,<8.7395,14.5>,<8.4069,15.1>,<8.1575,14.8>}
0     prism {linear_sweep linear_spline 0,14,4
0    <8.7395,14.5>,<8.8226,15.1>,<8.6563,15.4>,<8.4069,15.1>}
0     prism {linear_sweep linear_spline 0,14,4
0    <8.49,14.3>,<8.7395,13.9>,<8.9889,14.2>,<8.7395,14.5>}
0     prism {linear_sweep linear_spline 0,14,4
0    <8.7395,13.9>,<8.49,13.6>,<8.6563,13.2>,<8.9889,13.4>}
0     prism {linear_sweep linear_spline 0,14,4
0    <8.9889,13.4>,<9.1924,13.9>,<8.9889,14.2>,<8.7395,13.9>}
0     prism {linear_sweep linear_spline 0,14,3
0    <9.1924,13.9>,<9.1924,14.3>,<9.0564,14.2>}
0     prism {linear_sweep linear_spline 0,14,4
0    <9.1924,13.9>,<9.3342,14.2>,<9.2787,14.5>,<9.1924,14.3>}
0     prism {linear_sweep linear_spline 0,14,3
0    <9.0564,13.4>,<9.1924,13.1>,<9.1924,13.9>}
0     prism {linear_sweep linear_spline 0,14,4
0    <9.1924,13.1>,<9.3342,12.9>,<9.3898,13.4>,<9.1924,13.9>}
0    } rotate <-90,0,0>
0 }
0 #if (version >= 3.1) material #else texture #end { L3Color4 }
0 }
0
0 torus{9,4 clipped_by{difference{box{<-13,4,-13>,<13,-4,13>}
0 cylinder{<0,0,0>,<0,4,0>,9} plane{y,0}}}translate <0,17,0>}
0 plane{y,21 clipped_by{difference{sphere{<0,21,0>,9} sphere{<0,21,0>,8}}}}
0
0 torus{9,4 clipped_by{difference{box{<-13,-4,-13>,<13,4,13>}
0 cylinder{<0,0,0>,<0,-4,0>,9} plane{-y,0}}}translate <0,4,0>}
0 plane{y,0 clipped_by{difference{sphere{<0,0,0>,9} sphere{<0,0,0>,8}}}}
0
0 cylinder{<0,4,0>,<0,17,0>,13}
0 L3P ENDPOV
0


Special: 
[DAT] (requires LDraw-compatible viewer)
Subject: 
POV dat - 3626bpa2 - Minifig Head with Adventurers Mummy Pattern - POV
Newsgroups: 
lugnet.cad.ray, lugnet.cad.dat.parts
Date: 
Tue, 28 Sep 2010 08:48:57 GMT
Viewed: 
22658 times
  
0 Minifig Head with Adventurers Mummy Pattern - POV
0 Name: 3626bpa2.dat
0 Author: Franklin W. Cain [fwcain]
0 !LDRAW_ORG Part UPDATE 2005-01
0 !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt
0 // Inline code generated by MFHead v0.21

0 !KEYWORDS face, eyebrows, scars, sutures, Adventurers, Egypt, Egyptian
0 !KEYWORDS archeology, ancient, pyramid, ruins, crypt, Nile, Cairo, Giza
0 !KEYWORDS King Tut, pharaoh, mummy, corpse, undead, walking dead
0 !CMDLINE -c7

0 !HISTORY 2002-08-18 [PTadmin] Official Update 2002-04
0 !HISTORY 2004-04-15 [westrate] added torus primitives
0 !HISTORY 2005-12-28 [PTadmin] Official Update 2005-01
0 !HISTORY 2007-06-29 [PTadmin] Header formatted for Contributor Agreement
0 !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01

0 L3P IFNOTPOV
1 16 0 0 0 1 0 0 0 1 0 0 0 1 s\3626bs02.dat
1 16 0 4 0 13 0 0 0 13 0 0 0 13 2-4cyli.dat
1 16 0 4 0 0 0 8 0 -6.4 0 8 0 0 t04o6250.dat
1 16 0 4 0 -8 0 0 0 -6.4 0 0 0 8 t04o6250.dat
1 16 0 17 0 0 0 -8 0 6.4 0 8 0 0 t04o6250.dat
1 16 0 17 0 8 0 0 0 6.4 0 0 0 8 t04o6250.dat

0
0 sutures in scalp
0
4 0 0 4.875 -13 0 5.125 -13 -.5 5.125 -12.901 -.5 4.875 -12.901
4 0 0 4.875 -13 0 5.125 -13 0.5 5.125 -12.901 0.5 4.875 -12.901
2 0 0 5 -13 -.625 5 -12.876
2 0 0 5 -13 0.625 5 -12.876
0
4 16 0 4 -13 0 4.875 -13 -.5 4.875 -12.901 -.5 4 -12.901
4 16 0 4 -13 0 4.875 -13 0.5 4.875 -12.901 0.5 4 -12.901
4 16 0 5.125 -13 0 6 -13 -.5 6 -12.901 -.5 5.125 -12.901
4 16 0 5.125 -13 0 6 -13 0.5 6 -12.901 0.5 5.125 -12.901
0
4 0 -.5 4.625 -12.901 -.5 5.375 -12.901 -.75 5.375 -12.851 -.75 4.625 -12.851
4 0 0.5 4.625 -12.901 0.5 5.375 -12.901 0.75 5.375 -12.851 0.75 4.625 -12.851
2 0 -.625 4.625 -12.876 -.625 5.375 -12.876
2 0 0.625 4.625 -12.876 0.625 5.375 -12.876
0
4 16 -.5 4 -12.901 -.5 4.625 -12.901 -.75 4.625 -12.851 -.75 4 -12.851
4 16 0.5 4 -12.901 0.5 4.625 -12.901 0.75 4.625 -12.851 0.75 4 -12.851
4 16 -.5 5.375 -12.901 -.5 6 -12.901 -.75 6 -12.851 -.75 5.375 -12.851
4 16 0.5 5.375 -12.901 0.5 6 -12.901 0.75 6 -12.851 0.75 5.375 -12.851
0
4 0 -.75 4.875 -12.851 -.75 5.125 -12.851 -1.75 5.015 -12.652 -1.75 4.765 -12.652
4 0 0.75 4.875 -12.851 0.75 5.125 -12.851 1.75 5.015 -12.652 1.75 4.765 -12.652
2 0 -.625 5 -12.876 -1.875 4.875 -12.627
2 0 0.625 5 -12.876 1.875 4.875 -12.627
0
4 16 -.75 4 -12.851 -.75 4.875 -12.851 -1.75 4.765 -12.652 -1.75 4 -12.652
4 16 0.75 4 -12.851 0.75 4.875 -12.851 1.75 4.765 -12.652 1.75 4 -12.652
4 16 -.75 5.125 -12.851 -.75 6 -12.851 -1.75 6 -12.652 -1.75 5.015 -12.652
4 16 0.75 5.125 -12.851 0.75 6 -12.851 1.75 6 -12.652 1.75 5.015 -12.652
0
4 0 -1.75 4.5 -12.652 -1.75 5.25 -12.652 -2 5.25 -12.602 -2 4.5 -12.602
4 0 1.75 4.5 -12.652 1.75 5.25 -12.652 2 5.25 -12.602 2 4.5 -12.602
2 0 -1.875 4.5 -12.627 -1.875 5.25 -12.627
2 0 1.875 4.5 -12.627 1.875 5.25 -12.627
0
4 16 -1.75 4 -12.652 -1.75 4.5 -12.652 -2 4.5 -12.602 -2 4 -12.602
4 16 1.75 4 -12.652 1.75 4.5 -12.652 2 4.5 -12.602 2 4 -12.602
4 16 -1.75 5.25 -12.652 -1.75 6 -12.652 -2 6 -12.602 -2 5.25 -12.602
4 16 1.75 5.25 -12.652 1.75 6 -12.652 2 6 -12.602 2 5.25 -12.602
0
3 0 -2 4.73 -12.602 -2.992 4.603 -12.405 -3.058 4.837 -12.391
3 0 2 4.73 -12.602 2.992 4.603 -12.405 3.058 4.837 -12.391
3 0 -2 4.73 -12.602 -2 4.98 -12.602 -3.058 4.837 -12.391
3 0 2 4.73 -12.602 2 4.98 -12.602 3.058 4.837 -12.391
2 0 -1.875 4.875 -12.627 -3.125 4.69 -12.378
2 0 1.875 4.875 -12.627 3.125 4.69 -12.378
0
3 16 -2 4.5 -12.602 -2.925 4.37 -12.418 -2.992 4.603 -12.405
3 16 2 4.5 -12.602 2.925 4.37 -12.418 2.992 4.603 -12.405
3 16 -2 4.5 -12.602 -2 4.73 -12.602 -2.992 4.603 -12.405
3 16 2 4.5 -12.602 2 4.73 -12.602 2.992 4.603 -12.405
3 16 -2 4.98 -12.602 -3.058 4.837 -12.391 -3.125 5.07 -12.378
3 16 2 4.98 -12.602 3.058 4.837 -12.391 3.125 5.07 -12.378
3 16 -2 4.98 -12.602 -2 5.25 -12.602 -3.125 5.07 -12.378
3 16 2 4.98 -12.602 2 5.25 -12.602 3.125 5.07 -12.378
4 16 -2 4 -12.602 -2 4.5 -12.602 -2.925 4.37 -12.418 -2.925 4 -12.418
4 16 2 4 -12.602 2 4.5 -12.602 2.925 4.37 -12.418 2.925 4 -12.418
4 16 -2 5.25 -12.602 -2 6 -12.602 -3.125 6 -12.378 -3.125 5.07 -12.378
4 16 2 5.25 -12.602 2 6 -12.602 3.125 6 -12.378 3.125 5.07 -12.378
0
3 0 -2.925 4.37 -12.418 -3.125 4.31 -12.378 -3.125 5.07 -12.378
3 0 2.925 4.37 -12.418 3.125 4.31 -12.378 3.125 5.07 -12.378
3 0 -3.125 4.31 -12.378 -3.125 5.07 -12.378 -3.325 5.01 -12.338
3 0 3.125 4.31 -12.378 3.125 5.07 -12.378 3.325 5.01 -12.338
2 0 -3.025 4.34 -12.398 -3.225 5.04 -12.358
2 0 3.025 4.34 -12.398 3.225 5.04 -12.358
0
4 16 -2.925 4 -12.418 -2.925 4.37 -12.418 -3.125 4.31 -12.378 -3.125 4 -12.378
4 16 2.925 4 -12.418 2.925 4.37 -12.418 3.125 4.31 -12.378 3.125 4 -12.378
4 16 -3.125 5.07 -12.378 -3.125 6 -12.378 -3.325 6 -12.338 -3.325 5.01 -12.338
4 16 3.125 5.07 -12.378 3.125 6 -12.378 3.325 6 -12.338 3.325 5.01 -12.338
0
3 0 -3.192 4.543 -12.365 -4.242 4.283 -12.156 -4.308 4.517 -12.143
3 0 3.192 4.543 -12.365 4.242 4.283 -12.156 4.308 4.517 -12.143
3 0 -3.192 4.543 -12.365 -3.258 4.777 -12.352 -4.308 4.517 -12.143
3 0 3.192 4.543 -12.365 3.258 4.777 -12.352 4.308 4.517 -12.143
2 0 -3.125 4.69 -12.378 -4.375 4.375 -12.129
2 0 3.125 4.69 -12.378 4.375 4.375 -12.129
0
3 16 -3.125 4.31 -12.378 -4.175 4.05 -12.169 -4.242 4.283 -12.156
3 16 3.125 4.31 -12.378 4.175 4.05 -12.169 4.242 4.283 -12.156
3 16 -3.125 4.31 -12.378 -3.192 4.543 -12.365 -4.242 4.283 -12.156
3 16 3.125 4.31 -12.378 3.192 4.543 -12.365 4.242 4.283 -12.156
3 16 -3.258 4.777 -12.352 -4.308 4.517 -12.143 -4.375 4.75 -12.129
3 16 3.258 4.777 -12.352 4.308 4.517 -12.143 4.375 4.75 -12.129
3 16 -3.258 4.777 -12.352 -3.325 5.01 -12.338 -4.375 4.75 -12.129
3 16 3.258 4.777 -12.352 3.325 5.01 -12.338 4.375 4.75 -12.129
4 16 -3.125 4 -12.378 -3.125 4.31 -12.378 -4.175 4.05 -12.169 -4.175 4 -12.169
4 16 3.125 4 -12.378 3.125 4.31 -12.378 4.175 4.05 -12.169 4.175 4 -12.169
4 16 -3.325 5.01 -12.338 -3.325 6 -12.338 -4.375 6 -12.129 -4.375 4.75 -12.129
4 16 3.325 5.01 -12.338 3.325 6 -12.338 4.375 6 -12.129 4.375 4.75 -12.129
0
3 0 -4.175 4.05 -12.169 -4.375 4 -12.129 -4.375 4.75 -12.129
3 0 4.175 4.05 -12.169 4.375 4 -12.129 4.375 4.75 -12.129
3 0 -4.375 4 -12.129 -4.375 4.75 -12.129 -4.575 4.7 -12.09
3 0 4.375 4 -12.129 4.375 4.75 -12.129 4.575 4.7 -12.09
2 0 -4.275 4.025 -12.149 -4.475 4.725 -12.109
2 0 4.275 4.025 -12.149 4.475 4.725 -12.109
0
3 16 -4.175 4 -12.169 -4.175 4.05 -12.169 -4.375 4 -12.129
3 16 4.175 4 -12.169 4.175 4.05 -12.169 4.375 4 -12.129
4 16 -4.375 4.75 -12.129 -4.575 4.7 -12.09 -4.575 6 -12.09 -4.375 6 -12.129
4 16 4.375 4.75 -12.129 4.575 4.7 -12.09 4.575 6 -12.09 4.375 6 -12.129
0
3 0 -4.9 4 -12.025 -4.442 4.233 -12.116 -4.975 4.1 -12.01
3 0 4.9 4 -12.025 4.442 4.233 -12.116 4.975 4.1 -12.01
3 0 -4.442 4.233 -12.116 -4.508 4.467 -12.103 -4.975 4.1 -12.01
3 0 4.442 4.233 -12.116 4.508 4.467 -12.103 4.975 4.1 -12.01
3 0 -4.508 4.467 -12.103 -4.975 4.1 -12.01 -4.975 4.2 -12.01
3 0 4.508 4.467 -12.103 4.975 4.1 -12.01 4.975 4.2 -12.01
2 0 -4.375 4.375 -12.129 -4.975 4.1 -12.01
2 0 4.375 4.375 -12.129 4.975 4.1 -12.01
0
3 16 -4.375 4 -12.129 -4.442 4.233 -12.116 -4.9 4 -12.025
3 16 4.375 4 -12.129 4.442 4.233 -12.116 4.9 4 -12.025
3 16 -4.9 4 -12.025 -4.975 4 -12.01 -4.975 4.1 -12.01
3 16 4.9 4 -12.025 4.975 4 -12.01 4.975 4.1 -12.01
3 16 -4.508 4.467 -12.103 -4.575 4.7 -12.09 -4.975 4.2 -12.01
3 16 4.508 4.467 -12.103 4.575 4.7 -12.09 4.975 4.2 -12.01
4 16 -4.575 4.7 -12.09 -4.575 6 -12.09 -4.975 6 -12.01 -4.975 4.2 -12.01
4 16 4.575 4.7 -12.09 4.575 6 -12.09 4.975 6 -12.01 4.975 4.2 -12.01
0
0 eyes & eyebrows
0
3 16 -3.975 8.75 -12.209 -2.975 9 -12.408 -3.975 9 -12.209
3 16 3.975 8.75 -12.209 2.975 9 -12.408 3.975 9 -12.209
4 16 -3.975 8.75 -12.209 -4.975 8.75 -12.01 -4.975 9 -12.01 -3.975 9 -12.209
4 16 3.975 8.75 -12.209 4.975 8.75 -12.01 4.975 9 -12.01 3.975 9 -12.209
3 16 -2.975 9 -12.408 -2.25 10 -12.553 -2.975 11 -12.408
3 16 2.975 9 -12.408 2.25 10 -12.553 2.975 11 -12.408
3 16 -2.975 11 -12.408 -3.975 11 -12.209 -3.975 11.25 -12.209
3 16 2.975 11 -12.408 3.975 11 -12.209 3.975 11.25 -12.209
4 16 -3.975 11 -12.209 -4.975 11 -12.01 -4.975 11.25 -12.01 -3.975 11.25 -12.209
4 16 3.975 11 -12.209 4.975 11 -12.01 4.975 11.25 -12.01 3.975 11.25 -12.209
0
3 16 -4.975 8.75 -12.01 -4.975 9 -12.01 -5.975 9 -11.342
3 16 4.975 8.75 -12.01 4.975 9 -12.01 5.975 9 -11.342
3 16 -5.975 9 -11.342 -6.75 10 -10.824 -5.975 11 -11.342
3 16 5.975 9 -11.342 6.75 10 -10.824 5.975 11 -11.342
3 16 -4.975 11 -12.01 -5.975 11 -11.342 -4.975 11.25 -12.01
3 16 4.975 11 -12.01 5.975 11 -11.342 4.975 11.25 -12.01
0
3 4 -2.85 8.8 -12.433 -2 10 -12.602 -2.25 10 -12.553
3 4 2.85 8.8 -12.433 2 10 -12.602 2.25 10 -12.553
3 4 -2.85 8.8 -12.433 -2.975 9 -12.408 -2.25 10 -12.553
3 4 2.85 8.8 -12.433 2.975 9 -12.408 2.25 10 -12.553
2 4 -2.125 10 -12.577 -2.912 8.9 -12.421
2 4 2.125 10 -12.577 2.912 8.9 -12.421
3 4 -2 10 -12.602 -2.25 10 -12.553 -2.85 11.2 -12.433
3 4 2 10 -12.602 2.25 10 -12.553 2.85 11.2 -12.433
3 4 -2.25 10 -12.553 -2.975 11 -12.408 -2.85 11.2 -12.433
3 4 2.25 10 -12.553 2.975 11 -12.408 2.85 11.2 -12.433
2 4 -2.125 10 -12.577 -2.912 11.1 -12.421
2 4 2.125 10 -12.577 2.912 11.1 -12.421
3 4 -3.975 8.5 -12.209 -2.85 8.8 -12.433 -2.975 9 -12.408
3 4 3.975 8.5 -12.209 2.85 8.8 -12.433 2.975 9 -12.408
3 4 -3.975 8.5 -12.209 -3.975 8.75 -12.209 -2.975 9 -12.408
3 4 3.975 8.5 -12.209 3.975 8.75 -12.209 2.975 9 -12.408
2 4 -2.912 8.9 -12.421 -3.975 8.625 -12.209
2 4 2.912 8.9 -12.421 3.975 8.625 -12.209
3 4 -2.975 11 -12.408 -2.85 11.2 -12.433 -3.975 11.5 -12.209
3 4 2.975 11 -12.408 2.85 11.2 -12.433 3.975 11.5 -12.209
3 4 -2.975 11 -12.408 -3.975 11.25 -12.209 -3.975 11.5 -12.209
3 4 2.975 11 -12.408 3.975 11.25 -12.209 3.975 11.5 -12.209
2 4 -2.912 11.1 -12.421 -3.975 11.375 -12.209
2 4 2.912 11.1 -12.421 3.975 11.375 -12.209
4 4 -3.975 8.5 -12.209 -4.975 8.5 -12.01 -4.975 8.75 -12.01 -3.975 8.75 -12.209
4 4 3.975 8.5 -12.209 4.975 8.5 -12.01 4.975 8.75 -12.01 3.975 8.75 -12.209
2 4 -3.975 8.625 -12.209 -4.975 8.625 -12.01
2 4 3.975 8.625 -12.209 4.975 8.625 -12.01
4 4 -3.975 11.25 -12.209 -4.975 11.25 -12.01 -4.975 11.5 -12.01 -3.975 11.5 -12.209
4 4 3.975 11.25 -12.209 4.975 11.25 -12.01 4.975 11.5 -12.01 3.975 11.5 -12.209
2 4 -3.975 11.375 -12.209 -4.975 11.375 -12.01
2 4 3.975 11.375 -12.209 4.975 11.375 -12.01
0
3 4 -4.975 8.5 -12.01 -4.975 8.75 -12.01 -6.1 8.8 -11.258
3 4 4.975 8.5 -12.01 4.975 8.75 -12.01 6.1 8.8 -11.258
3 4 -4.975 8.75 -12.01 -6.1 8.8 -11.258 -5.975 9 -11.342
3 4 4.975 8.75 -12.01 6.1 8.8 -11.258 5.975 9 -11.342
2 4 -4.975 8.625 -12.01 -6.038 8.9 -11.3
2 4 4.975 8.625 -12.01 6.038 8.9 -11.3
3 4 -6.1 11.2 -11.258 -4.975 11.25 -12.01 -4.975 11.5 -12.01
3 4 6.1 11.2 -11.258 4.975 11.25 -12.01 4.975 11.5 -12.01
3 4 -6.1 11.2 -11.258 -5.975 11 -11.342 -4.975 11.25 -12.01
3 4 6.1 11.2 -11.258 5.975 11 -11.342 4.975 11.25 -12.01
2 4 -4.975 11.375 -12.01 -6.038 11.1 -11.3
2 4 4.975 11.375 -12.01 6.038 11.1 -11.3
3 4 -6.1 8.8 -11.258 -5.975 9 -11.342 -7 10 -10.657
3 4 6.1 8.8 -11.258 5.975 9 -11.342 7 10 -10.657
3 4 -5.975 9 -11.342 -6.75 10 -10.824 -7 10 -10.657
3 4 5.975 9 -11.342 6.75 10 -10.824 7 10 -10.657
2 4 -6.038 8.9 -11.3 -6.875 10 -10.74
2 4 6.038 8.9 -11.3 6.875 10 -10.74
3 4 -7 10 -10.657 -5.975 11 -11.342 -6.1 11.2 -11.258
3 4 7 10 -10.657 5.975 11 -11.342 6.1 11.2 -11.258
3 4 -6.75 10 -10.824 -7 10 -10.657 -5.975 11 -11.342
3 4 6.75 10 -10.824 7 10 -10.657 5.975 11 -11.342
2 4 -6.038 11.1 -11.3 -6.875 10 -10.74
2 4 6.038 11.1 -11.3 6.875 10 -10.74
0
3 16 0 8.5 -13 -2 10 -12.602 0 11.5 -13
3 16 0 8.5 -13 2 10 -12.602 0 11.5 -13
3 16 0 8.5 -13 -2.85 8.8 -12.433 -2 10 -12.602
3 16 0 8.5 -13 2.85 8.8 -12.433 2 10 -12.602
3 16 -3.975 8.5 -12.209 -2.85 8.8 -12.433 0 8.5 -13
3 16 3.975 8.5 -12.209 2.85 8.8 -12.433 0 8.5 -13
3 16 -2 10 -12.602 -2.85 11.2 -12.433 0 11.5 -13
3 16 2 10 -12.602 2.85 11.2 -12.433 0 11.5 -13
3 16 0 11.5 -13 -2.85 11.2 -12.433 -3.975 11.5 -12.209
3 16 0 11.5 -13 2.85 11.2 -12.433 3.975 11.5 -12.209
0
3 16 -4.975 8.5 -12.01 -6.1 8.8 -11.258 -9.192 8.5 -9.192
3 16 4.975 8.5 -12.01 6.1 8.8 -11.258 9.192 8.5 -9.192
3 16 -4.975 11.5 -12.01 -6.1 11.2 -11.258 -9.192 11.5 -9.192
3 16 4.975 11.5 -12.01 6.1 11.2 -11.258 9.192 11.5 -9.192
3 16 -6.1 8.8 -11.258 -7 10 -10.657 -9.192 8.5 -9.192
3 16 6.1 8.8 -11.258 7 10 -10.657 9.192 8.5 -9.192
3 16 -6.1 11.2 -11.258 -7 10 -10.657 -9.192 11.5 -9.192
3 16 6.1 11.2 -11.258 7 10 -10.657 9.192 11.5 -9.192
3 16 -7 10 -10.657 -9.192 8.5 -9.192 -9.192 11.5 -9.192
3 16 7 10 -10.657 9.192 8.5 -9.192 9.192 11.5 -9.192
0
3 0 -2 8.25 -12.602 -2 8.5 -12.602 -2.25 8.5 -12.553
3 0 2 8.25 -12.602 2 8.5 -12.602 2.25 8.5 -12.553
0
4 16 0 6 -13 0 8.5 -13 -2 8.5 -12.602 -2 6 -12.602
4 16 0 6 -13 0 8.5 -13 2 8.5 -12.602 2 6 -12.602
0
4 16 -4.975 4 -12.01 -4.975 6 -12.01 -9.192 6 -9.192 -9.192 4 -9.192
4 16 4.975 4 -12.01 4.975 6 -12.01 9.192 6 -9.192 9.192 4 -9.192
4 16 -7 6 -10.657 -7 8.5 -10.657 -9.192 8.5 -9.192 -9.192 6 -9.192
4 16 7 6 -10.657 7 8.5 -10.657 9.192 8.5 -9.192 9.192 6 -9.192
0
0 (right)
0
1 0 -3.975 10 -12.209 1 0 0 0 0 1 -.199 1 0 4-4disc.dat
1 16 -3.975 10 -12.209 1 0 0 0 0 1 -.199 1 0 4-4ndis.dat
0
4 16 -4.975 9 -12.01 -5.975 9 -11.342 -5.975 11 -11.342 -4.975 11 -12.01
0
3 0 -2 8.25 -12.602 -2.25 8.5 -12.553 -4.975 7 -12.01
3 0 -2.25 8.5 -12.553 -4.975 7 -12.01 -4.975 7.375 -12.01
2 0 -2 8.5 -12.602 -4.975 7.188 -12.01
0
3 0 -4.975 7 -12.01 -4.975 7.375 -12.01 -7 8.25 -10.657
3 0 -4.975 7.375 -12.01 -7 8.25 -10.657 -6.75 8.5 -10.824
3 0 -7 8.25 -10.657 -6.75 8.5 -10.824 -7 8.5 -10.657
2 0 -4.975 7.188 -12.01 -7 8.5 -10.657
0
4 16 -2 6 -12.602 -2 8.25 -12.602 -4.975 7 -12.01 -4.975 6 -12.01
3 16 -2.25 8.5 -12.553 -4.975 7.375 -12.01 -4.975 8.5 -12.01
0
4 16 -4.975 6 -12.01 -4.975 7 -12.01 -7 8.25 -10.657 -7 6 -10.657
3 16 -4.975 7.375 -12.01 -4.975 8.5 -12.01 -6.75 8.5 -10.824
0
0 (left)
0
4 16 2.975 9 -12.408 3.975 9 -12.209 3.975 11 -12.209 2.975 11 -12.408
0
1 0 4.975 10 -12.01 0 0 -1 1 0 0 0 1 -.199 2-4disc.dat
1 16 4.975 10 -12.01 0 0 -1 1 0 0 0 1 -.199 2-4ndis.dat
0
1 0 4.975 10 -12.01 0 0 1 1 0 0 0 1 0.668 2-4disc.dat
1 16 4.975 10 -12.01 0 0 1 1 0 0 0 1 0.668 2-4ndis.dat
0
3 0 2 8.25 -12.602 2.25 8.5 -12.553 4.975 6 -12.01
3 0 2.25 8.5 -12.553 4.975 6 -12.01 4.975 6.375 -12.01
2 0 2 8.5 -12.602 4.975 6.188 -12.01
0
3 0 4.975 6 -12.01 4.975 6.375 -12.01 7 7.25 -10.657
3 0 4.975 6.375 -12.01 7 7.25 -10.657 6.75 7.5 -10.824
3 0 7 7.25 -10.657 6.75 7.5 -10.824 7 7.5 -10.657
2 0 4.975 6.188 -12.01 7 7.5 -10.657
0
3 16 2 6 -12.602 2 8.25 -12.602 4.975 6 -12.01
3 16 2.25 8.5 -12.553 4.975 6.375 -12.01 4.975 8.5 -12.01
0
3 16 4.975 6 -12.01 7 6 -10.657 7 7.25 -10.657
3 16 4.975 6.375 -12.01 4.975 7.5 -12.01 6.75 7.5 -10.824
4 16 4.975 7.5 -12.01 4.975 8.5 -12.01 7 8.5 -10.657 7 7.5 -10.657
0
0 nostrils
0
4 16 0 11.5 -13 0 12.5 -13 -4.975 12.5 -12.01 -4.975 11.5 -12.01
4 16 0 11.5 -13 0 12.5 -13 4.975 12.5 -12.01 4.975 11.5 -12.01
4 16 0 12.5 -13 0 13.5 -13 -.75 13.5 -12.851 -.75 12.5 -12.851
4 16 0 12.5 -13 0 13.5 -13 0.75 13.5 -12.851 0.75 12.5 -12.851
4 0 -.75 12.5 -12.851 -.75 13.5 -12.851 -1 13.5 -12.801 -1 12.5 -12.801
4 0 0.75 12.5 -12.851 0.75 13.5 -12.851 1 13.5 -12.801 1 12.5 -12.801
2 0 -.875 12.5 -12.826 -.875 13.5 -12.826
2 0 0.875 12.5 -12.826 0.875 13.5 -12.826
4 16 -1 12.5 -12.801 -1 13.5 -12.801 -4.975 13.5 -12.01 -4.975 12.5 -12.01
4 16 1 12.5 -12.801 1 13.5 -12.801 4.975 13.5 -12.01 4.975 12.5 -12.01
4 16 0 13.5 -13 0 14.125 -13 -4.975 14.125 -12.01 -4.975 13.5 -12.01
4 16 0 13.5 -13 0 14.125 -13 4.975 14.125 -12.01 4.975 13.5 -12.01
0
0 mouth
0
4 0 0 15.25 -13 0 15.75 -13 -.625 15.75 -12.876 -.625 15.25 -12.876
4 0 0 15.25 -13 0 15.75 -13 0.625 15.75 -12.876 0.625 15.25 -12.876
2 0 0 15.5 -13 -.75 15.5 -12.851
2 0 0 15.5 -13 0.75 15.5 -12.851
4 0 -.625 14.75 -12.876 -.625 16.25 -12.876 -.875 16.25 -12.826 -.875 14.75 -12.826
4 0 0.625 14.75 -12.876 0.625 16.25 -12.876 0.875 16.25 -12.826 0.875 14.75 -12.826
2 0 -.75 14.75 -12.851 -.75 16.25 -12.851
2 0 0.75 14.75 -12.851 0.75 16.25 -12.851
3 0 -.875 15.25 -12.826 -.875 15.75 -12.826 -2.042 15.146 -12.594
3 0 0.875 15.25 -12.826 0.875 15.75 -12.826 2.042 15.146 -12.594
3 0 -.875 15.75 -12.826 -2.042 15.146 -12.594 -2.208 15.667 -12.561
3 0 0.875 15.75 -12.826 2.042 15.146 -12.594 2.208 15.667 -12.561
2 0 -.75 15.5 -12.851 -2.25 15.375 -12.552
2 0 0.75 15.5 -12.851 2.25 15.375 -12.552
3 0 -1.875 14.625 -12.627 -2.125 14.562 -12.577 -2.375 16.188 -12.527
3 0 1.875 14.625 -12.627 2.125 14.562 -12.577 2.375 16.188 -12.527
3 0 -2.125 14.562 -12.577 -2.375 16.188 -12.527 -2.625 16.125 -12.478
3 0 2.125 14.562 -12.577 2.375 16.188 -12.527 2.625 16.125 -12.478
2 0 -2 14.594 -12.602 -2.5 16.156 -12.503
2 0 2 14.594 -12.602 2.5 16.156 -12.503
3 0 -2.291 15.083 -12.544 -2.459 15.604 -12.511 -3.542 14.717 -12.295
3 0 2.291 15.083 -12.544 2.459 15.604 -12.511 3.542 14.717 -12.295
3 0 -2.459 15.604 -12.511 -3.542 14.717 -12.295 -3.708 15.133 -12.262
3 0 2.459 15.604 -12.511 3.542 14.717 -12.295 3.708 15.133 -12.262
2 0 -2.25 15.375 -12.552 -3.75 14.875 -12.254
2 0 2.25 15.375 -12.552 3.75 14.875 -12.254
3 0 -3.375 14.3 -12.328 -3.625 14.2 -12.279 -3.875 15.55 -12.229
3 0 3.375 14.3 -12.328 3.625 14.2 -12.279 3.875 15.55 -12.229
3 0 -3.625 14.2 -12.279 -3.875 15.55 -12.229 -4.125 15.45 -12.179
3 0 3.625 14.2 -12.279 3.875 15.55 -12.229 4.125 15.45 -12.179
2 0 -3.5 14.25 -12.304 -4 15.5 -12.204
2 0 3.5 14.25 -12.304 4 15.5 -12.204
3 0 -3.792 14.617 -12.245 -3.958 15.033 -12.212 -4.75 14.125 -12.055
3 0 3.792 14.617 -12.245 3.958 15.033 -12.212 4.75 14.125 -12.055
3 0 -3.958 15.033 -12.212 -4.75 14.125 -12.055 -4.975 14.5 -12.01
3 0 3.958 15.033 -12.212 4.75 14.125 -12.055 4.975 14.5 -12.01
3 0 -4.75 14.125 -12.055 -4.975 14.25 -12.01 -4.975 14.5 -12.01
3 0 4.75 14.125 -12.055 4.975 14.25 -12.01 4.975 14.5 -12.01
2 0 -3.75 14.875 -12.254 -4.975 14.25 -12.01
2 0 3.75 14.875 -12.254 4.975 14.25 -12.01
0
4 16 0 14.75 -13 0 15.25 -13 -.625 15.25 -12.876 -.625 14.75 -12.876
4 16 0 14.75 -13 0 15.25 -13 0.625 15.25 -12.876 0.625 14.75 -12.876
4 16 0 15.75 -13 0 16.25 -13 -.625 16.25 -12.876 -.625 15.75 -12.876
4 16 0 15.75 -13 0 16.25 -13 0.625 16.25 -12.876 0.625 15.75 -12.876
4 16 0 14.125 -13 0 14.75 -13 -.875 14.75 -12.826 -.875 14.125 -12.826
4 16 0 14.125 -13 0 14.75 -13 0.875 14.75 -12.826 0.875 14.125 -12.826
3 16 -.875 15.25 -12.826 -1.875 14.625 -12.627 -2.042 15.146 -12.594
3 16 0.875 15.25 -12.826 1.875 14.625 -12.627 2.042 15.146 -12.594
4 16 -.875 14.125 -12.826 -.875 15.25 -12.826 -1.875 14.625 -12.627 -1.875 14.125 -12.627
4 16 0.875 14.125 -12.826 0.875 15.25 -12.826 1.875 14.625 -12.627 1.875 14.125 -12.627
4 16 -1.875 14.125 -12.627 -1.875 14.625 -12.627 -2.125 14.562 -12.577 -2.125 14.125 -12.577
4 16 1.875 14.125 -12.627 1.875 14.625 -12.627 2.125 14.562 -12.577 2.125 14.125 -12.577
4 16 -.875 15.75 -12.826 -.875 16.25 -12.826 -2.208 16.25 -12.561 -2.208 15.667 -12.561
4 16 0.875 15.75 -12.826 0.875 16.25 -12.826 2.208 16.25 -12.561 2.208 15.667 -12.561
4 16 -2.208 15.667 -12.561 -2.208 16.25 -12.561 -2.375 16.25 -12.527 -2.375 16.188 -12.527
4 16 2.208 15.667 -12.561 2.208 16.25 -12.561 2.375 16.25 -12.527 2.375 16.188 -12.527
4 16 -2.375 16.188 -12.527 -2.375 16.25 -12.527 -2.625 16.25 -12.478 -2.625 16.125 -12.478
4 16 2.375 16.188 -12.527 2.375 16.25 -12.527 2.625 16.25 -12.478 2.625 16.125 -12.478
3 16 -2.291 15.083 -12.544 -3.375 14.3 -12.328 -3.542 14.717 -12.295
3 16 2.291 15.083 -12.544 3.375 14.3 -12.328 3.542 14.717 -12.295
3 16 -2.125 14.562 -12.577 -2.291 15.083 -12.544 -3.375 14.3 -12.328
3 16 2.125 14.562 -12.577 2.291 15.083 -12.544 3.375 14.3 -12.328
4 16 -2.125 14.125 -12.577 -2.125 14.562 -12.577 -3.375 14.3 -12.328 -3.375 14.125 -12.328
4 16 2.125 14.125 -12.577 2.125 14.562 -12.577 3.375 14.3 -12.328 3.375 14.125 -12.328
3 16 -2.459 15.604 -12.511 -2.625 16.125 -12.478 -3.708 15.133 -12.262
3 16 2.459 15.604 -12.511 2.625 16.125 -12.478 3.708 15.133 -12.262
3 16 -2.625 16.125 -12.478 -3.708 15.133 -12.262 -3.875 15.55 -12.229
3 16 2.625 16.125 -12.478 3.708 15.133 -12.262 3.875 15.55 -12.229
4 16 -2.625 16.125 -12.478 -2.625 16.25 -12.478 -3.875 16.25 -12.229 -3.875 15.55 -12.229
4 16 2.625 16.125 -12.478 2.625 16.25 -12.478 3.875 16.25 -12.229 3.875 15.55 -12.229
4 16 -3.375 14.125 -12.328 -3.375 14.3 -12.328 -3.625 14.2 -12.279 -3.625 14.125 -12.279
4 16 3.375 14.125 -12.328 3.375 14.3 -12.328 3.625 14.2 -12.279 3.625 14.125 -12.279
4 16 -3.875 15.55 -12.229 -3.875 16.25 -12.229 -4.125 16.25 -12.179 -4.125 15.45 -12.179
4 16 3.875 15.55 -12.229 3.875 16.25 -12.229 4.125 16.25 -12.179 4.125 15.45 -12.179
3 16 -3.625 14.2 -12.279 -3.792 14.617 -12.245 -4.75 14.125 -12.055
3 16 3.625 14.2 -12.279 3.792 14.617 -12.245 4.75 14.125 -12.055
3 16 -3.625 14.125 -12.279 -3.625 14.2 -12.279 -4.75 14.125 -12.055
3 16 3.625 14.125 -12.279 3.625 14.2 -12.279 4.75 14.125 -12.055
3 16 -3.958 15.033 -12.212 -4.125 15.45 -12.179 -4.975 14.5 -12.01
3 16 3.958 15.033 -12.212 4.125 15.45 -12.179 4.975 14.5 -12.01
4 16 -4.125 15.45 -12.179 -4.125 16.25 -12.179 -4.975 16.25 -12.01 -4.975 14.5 -12.01
4 16 4.125 15.45 -12.179 4.125 16.25 -12.179 4.975 16.25 -12.01 4.975 14.5 -12.01
3 16 -4.75 14.125 -12.055 -4.975 14.125 -12.01 -4.975 14.25 -12.01
3 16 4.75 14.125 -12.055 4.975 14.125 -12.01 4.975 14.25 -12.01
0
0 remainder of file
0
4 16 0 16.25 -13 0 17 -13 -4.975 17 -12.01 -4.975 16.25 -12.01
4 16 0 16.25 -13 0 17 -13 4.975 17 -12.01 4.975 16.25 -12.01
4 16 -4.975 11.5 -12.01 -4.975 17 -12.01 -9.192 17 -9.192 -9.192 11.5 -9.192
4 16 4.975 11.5 -12.01 4.975 17 -12.01 9.192 17 -9.192 9.192 11.5 -9.192
0
5 24 0 4 -13 0 17 -13 -4.975 4 -12.01 4.975 4 -12.01
5 24 -4.975 4 -12.01 -4.975 17 -12.01 0 4 -13 -9.192 4 -9.192
5 24 4.975 4 -12.01 4.975 17 -12.01 0 4 -13 9.192 4 -9.192
0

1 16 0 4 0 13 0 0 0 13 0 0 0 -13 1-8cyli.dat
1 16 0 4 0 -13 0 0 0 13 0 0 0 -13 1-8cyli.dat

1 16 0 4 0 0 0 -8 0 -6.4 0 -8 0 0 t04o6250.dat
1 16 0 4 0 8 0 0 0 -6.4 0 0 0 -8 t04o6250.dat
1 16 0 17 0 0 0 8 0 6.4 0 -8 0 0 t04o6250.dat
1 16 0 17 0 -8 0 0 0 6.4 0 0 0 -8 t04o6250.dat
0
0 L3P ELSEPOV
0   #if (L3Studs)
0     difference {
0     cylinder { <0,0,0>, <0,-4,0>, 6}
0     cylinder { <0,0.01,0>, <0,-4.01,0>, 4}
0     }
0 #end
0 object { ring2_dot_dat matrix <2,0,0,0,1,0,0,0,2,0,0,0> }
0 object { ring3_dot_dat matrix <2,0,0,0,1,0,0,0,2,0,0,0> }
0 object { ring2_dot_dat matrix <2,0,0,0,1,0,0,0,2,0,4,0> }
0 object { _4_dash_4cyli_dot_dat matrix <6,0,0,0,20,0,0,0,6,0,4,0> }
0 object { ring3_dot_dat matrix <2,0,0,0,1,0,0,0,2,0,24,0> }
0 object { _4_dash_4cyli_dot_dat matrix <8,0,0,0,3,0,0,0,8,0,21,0> }
0
0 cylinder { <0,0,0>,<0,17,0>,13.001
0 clipped_by {
0   union {
0     prism {linear_sweep linear_spline 0,14,4
0    <0,4.875>,<0,5.125>,<-.5,5.125>,<-.5,4.875>}
0     prism {linear_sweep linear_spline 0,14,4
0    <0,4.875>,<0,5.125>,<0.5,5.125>,<0.5,4.875>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-.5,4.625>,<-.5,5.375>,<-.75,5.375>,<-.75,4.625>}
0     prism {linear_sweep linear_spline 0,14,4
0    <0.5,4.625>,<0.5,5.375>,<0.75,5.375>,<0.75,4.625>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-.75,4.875>,<-.75,5.125>,<-1.75,5.015>,<-1.75,4.765>}
0     prism {linear_sweep linear_spline 0,14,4
0    <0.75,4.875>,<0.75,5.125>,<1.75,5.015>,<1.75,4.765>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-1.75,4.5>,<-1.75,5.25>,<-2,5.25>,<-2,4.5>}
0     prism {linear_sweep linear_spline 0,14,4
0    <1.75,4.5>,<1.75,5.25>,<2,5.25>,<2,4.5>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-2,4.73>,<-2.992,4.603>,<-3.058,4.837>}
0     prism {linear_sweep linear_spline 0,14,3
0    <2,4.73>,<2.992,4.603>,<3.058,4.837>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-2,4.73>,<-2,4.98>,<-3.058,4.837>}
0     prism {linear_sweep linear_spline 0,14,3
0    <2,4.73>,<2,4.98>,<3.058,4.837>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-2.925,4.37>,<-3.125,4.31>,<-3.125,5.07>}
0     prism {linear_sweep linear_spline 0,14,3
0    <2.925,4.37>,<3.125,4.31>,<3.125,5.07>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-3.125,4.31>,<-3.125,5.07>,<-3.325,5.01>}
0     prism {linear_sweep linear_spline 0,14,3
0    <3.125,4.31>,<3.125,5.07>,<3.325,5.01>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-3.192,4.543>,<-4.242,4.283>,<-4.308,4.517>}
0     prism {linear_sweep linear_spline 0,14,3
0    <3.192,4.543>,<4.242,4.283>,<4.308,4.517>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-3.192,4.543>,<-3.258,4.777>,<-4.308,4.517>}
0     prism {linear_sweep linear_spline 0,14,3
0    <3.192,4.543>,<3.258,4.777>,<4.308,4.517>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-4.175,4.05>,<-4.375,4>,<-4.375,4.75>}
0     prism {linear_sweep linear_spline 0,14,3
0    <4.175,4.05>,<4.375,4>,<4.375,4.75>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-4.375,4>,<-4.375,4.75>,<-4.575,4.7>}
0     prism {linear_sweep linear_spline 0,14,3
0    <4.375,4>,<4.375,4.75>,<4.575,4.7>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-4.9,4>,<-4.442,4.233>,<-4.975,4.1>}
0     prism {linear_sweep linear_spline 0,14,3
0    <4.9,4>,<4.442,4.233>,<4.975,4.1>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-4.442,4.233>,<-4.508,4.467>,<-4.975,4.1>}
0     prism {linear_sweep linear_spline 0,14,3
0    <4.442,4.233>,<4.508,4.467>,<4.975,4.1>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-4.508,4.467>,<-4.975,4.1>,<-4.975,4.2>}
0     prism {linear_sweep linear_spline 0,14,3
0    <4.508,4.467>,<4.975,4.1>,<4.975,4.2>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-2,8.25>,<-2,8.5>,<-2.25,8.5>}
0     prism {linear_sweep linear_spline 0,14,3
0    <2,8.25>,<2,8.5>,<2.25,8.5>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-3.975,10>,<-2.975,10>,<-3.0511,10.3827>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-3.975,10>,<-3.0511,10.3827>,<-3.2679,10.7071>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-3.975,10>,<-3.2679,10.7071>,<-3.5923,10.9239>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-3.975,10>,<-3.5923,10.9239>,<-3.975,11>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-3.975,10>,<-3.975,11>,<-4.3577,10.9239>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-3.975,10>,<-4.3577,10.9239>,<-4.6821,10.7071>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-3.975,10>,<-4.6821,10.7071>,<-4.8989,10.3827>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-3.975,10>,<-4.8989,10.3827>,<-4.975,10>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-3.975,10>,<-4.975,10>,<-4.8989,9.6173>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-3.975,10>,<-4.8989,9.6173>,<-4.6821,9.2929>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-3.975,10>,<-4.6821,9.2929>,<-4.3577,9.0761>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-3.975,10>,<-4.3577,9.0761>,<-3.975,9>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-3.975,10>,<-3.975,9>,<-3.5923,9.0761>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-3.975,10>,<-3.5923,9.0761>,<-3.2679,9.2929>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-3.975,10>,<-3.2679,9.2929>,<-3.0511,9.6173>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-3.975,10>,<-3.0511,9.6173>,<-2.975,10>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-2,8.25>,<-2.25,8.5>,<-4.975,7>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-2.25,8.5>,<-4.975,7>,<-4.975,7.375>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-4.975,7>,<-4.975,7.375>,<-7,8.25>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-4.975,7.375>,<-7,8.25>,<-6.75,8.5>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-7,8.25>,<-6.75,8.5>,<-7,8.5>}
0     prism {linear_sweep linear_spline 0,14,3
0    <4.975,10>,<4.975,11>,<4.5923,10.9239>}
0     prism {linear_sweep linear_spline 0,14,3
0    <4.975,10>,<4.5923,10.9239>,<4.2679,10.7071>}
0     prism {linear_sweep linear_spline 0,14,3
0    <4.975,10>,<4.2679,10.7071>,<4.0511,10.3827>}
0     prism {linear_sweep linear_spline 0,14,3
0    <4.975,10>,<4.0511,10.3827>,<3.975,10>}
0     prism {linear_sweep linear_spline 0,14,3
0    <4.975,10>,<3.975,10>,<4.0511,9.6173>}
0     prism {linear_sweep linear_spline 0,14,3
0    <4.975,10>,<4.0511,9.6173>,<4.2679,9.2929>}
0     prism {linear_sweep linear_spline 0,14,3
0    <4.975,10>,<4.2679,9.2929>,<4.5923,9.0761>}
0     prism {linear_sweep linear_spline 0,14,3
0    <4.975,10>,<4.5923,9.0761>,<4.975,9>}
0     prism {linear_sweep linear_spline 0,14,3
0    <4.975,10>,<4.975,11>,<5.3577,10.9239>}
0     prism {linear_sweep linear_spline 0,14,3
0    <4.975,10>,<5.3577,10.9239>,<5.6821,10.7071>}
0     prism {linear_sweep linear_spline 0,14,3
0    <4.975,10>,<5.6821,10.7071>,<5.8989,10.3827>}
0     prism {linear_sweep linear_spline 0,14,3
0    <4.975,10>,<5.8989,10.3827>,<5.975,10>}
0     prism {linear_sweep linear_spline 0,14,3
0    <4.975,10>,<5.975,10>,<5.8989,9.6173>}
0     prism {linear_sweep linear_spline 0,14,3
0    <4.975,10>,<5.8989,9.6173>,<5.6821,9.2929>}
0     prism {linear_sweep linear_spline 0,14,3
0    <4.975,10>,<5.6821,9.2929>,<5.3577,9.0761>}
0     prism {linear_sweep linear_spline 0,14,3
0    <4.975,10>,<5.3577,9.0761>,<4.975,9>}
0     prism {linear_sweep linear_spline 0,14,3
0    <2,8.25>,<2.25,8.5>,<4.975,6>}
0     prism {linear_sweep linear_spline 0,14,3
0    <2.25,8.5>,<4.975,6>,<4.975,6.375>}
0     prism {linear_sweep linear_spline 0,14,3
0    <4.975,6>,<4.975,6.375>,<7,7.25>}
0     prism {linear_sweep linear_spline 0,14,3
0    <4.975,6.375>,<7,7.25>,<6.75,7.5>}
0     prism {linear_sweep linear_spline 0,14,3
0    <7,7.25>,<6.75,7.5>,<7,7.5>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-.75,12.5>,<-.75,13.5>,<-1,13.5>,<-1,12.5>}
0     prism {linear_sweep linear_spline 0,14,4
0    <0.75,12.5>,<0.75,13.5>,<1,13.5>,<1,12.5>}
0     prism {linear_sweep linear_spline 0,14,4
0    <0,15.25>,<0,15.75>,<-.625,15.75>,<-.625,15.25>}
0     prism {linear_sweep linear_spline 0,14,4
0    <0,15.25>,<0,15.75>,<0.625,15.75>,<0.625,15.25>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-.625,14.75>,<-.625,16.25>,<-.875,16.25>,<-.875,14.75>}
0     prism {linear_sweep linear_spline 0,14,4
0    <0.625,14.75>,<0.625,16.25>,<0.875,16.25>,<0.875,14.75>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-.875,15.25>,<-.875,15.75>,<-2.042,15.146>}
0     prism {linear_sweep linear_spline 0,14,3
0    <0.875,15.25>,<0.875,15.75>,<2.042,15.146>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-.875,15.75>,<-2.042,15.146>,<-2.208,15.667>}
0     prism {linear_sweep linear_spline 0,14,3
0    <0.875,15.75>,<2.042,15.146>,<2.208,15.667>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-1.875,14.625>,<-2.125,14.562>,<-2.375,16.188>}
0     prism {linear_sweep linear_spline 0,14,3
0    <1.875,14.625>,<2.125,14.562>,<2.375,16.188>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-2.125,14.562>,<-2.375,16.188>,<-2.625,16.125>}
0     prism {linear_sweep linear_spline 0,14,3
0    <2.125,14.562>,<2.375,16.188>,<2.625,16.125>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-2.291,15.083>,<-2.459,15.604>,<-3.542,14.717>}
0     prism {linear_sweep linear_spline 0,14,3
0    <2.291,15.083>,<2.459,15.604>,<3.542,14.717>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-2.459,15.604>,<-3.542,14.717>,<-3.708,15.133>}
0     prism {linear_sweep linear_spline 0,14,3
0    <2.459,15.604>,<3.542,14.717>,<3.708,15.133>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-3.375,14.3>,<-3.625,14.2>,<-3.875,15.55>}
0     prism {linear_sweep linear_spline 0,14,3
0    <3.375,14.3>,<3.625,14.2>,<3.875,15.55>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-3.625,14.2>,<-3.875,15.55>,<-4.125,15.45>}
0     prism {linear_sweep linear_spline 0,14,3
0    <3.625,14.2>,<3.875,15.55>,<4.125,15.45>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-3.792,14.617>,<-3.958,15.033>,<-4.75,14.125>}
0     prism {linear_sweep linear_spline 0,14,3
0    <3.792,14.617>,<3.958,15.033>,<4.75,14.125>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-3.958,15.033>,<-4.75,14.125>,<-4.975,14.5>}
0     prism {linear_sweep linear_spline 0,14,3
0    <3.958,15.033>,<4.75,14.125>,<4.975,14.5>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-4.75,14.125>,<-4.975,14.25>,<-4.975,14.5>}
0     prism {linear_sweep linear_spline 0,14,3
0    <4.75,14.125>,<4.975,14.25>,<4.975,14.5>}
0    } rotate <-90,0,0>
0 }
0 #if (version >= 3.1) material #else texture #end { L3Color0 }
0 }
0 cylinder { <0,0,0>,<0,17,0>,13.001
0 clipped_by {
0   union {
0     prism {linear_sweep linear_spline 0,14,3
0    <-2.85,8.8>,<-2,10>,<-2.25,10>}
0     prism {linear_sweep linear_spline 0,14,3
0    <2.85,8.8>,<2,10>,<2.25,10>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-2.85,8.8>,<-2.975,9>,<-2.25,10>}
0     prism {linear_sweep linear_spline 0,14,3
0    <2.85,8.8>,<2.975,9>,<2.25,10>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-2,10>,<-2.25,10>,<-2.85,11.2>}
0     prism {linear_sweep linear_spline 0,14,3
0    <2,10>,<2.25,10>,<2.85,11.2>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-2.25,10>,<-2.975,11>,<-2.85,11.2>}
0     prism {linear_sweep linear_spline 0,14,3
0    <2.25,10>,<2.975,11>,<2.85,11.2>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-3.975,8.5>,<-2.85,8.8>,<-2.975,9>}
0     prism {linear_sweep linear_spline 0,14,3
0    <3.975,8.5>,<2.85,8.8>,<2.975,9>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-3.975,8.5>,<-3.975,8.75>,<-2.975,9>}
0     prism {linear_sweep linear_spline 0,14,3
0    <3.975,8.5>,<3.975,8.75>,<2.975,9>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-2.975,11>,<-2.85,11.2>,<-3.975,11.5>}
0     prism {linear_sweep linear_spline 0,14,3
0    <2.975,11>,<2.85,11.2>,<3.975,11.5>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-2.975,11>,<-3.975,11.25>,<-3.975,11.5>}
0     prism {linear_sweep linear_spline 0,14,3
0    <2.975,11>,<3.975,11.25>,<3.975,11.5>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-3.975,8.5>,<-4.975,8.5>,<-4.975,8.75>,<-3.975,8.75>}
0     prism {linear_sweep linear_spline 0,14,4
0    <3.975,8.5>,<4.975,8.5>,<4.975,8.75>,<3.975,8.75>}
0     prism {linear_sweep linear_spline 0,14,4
0    <-3.975,11.25>,<-4.975,11.25>,<-4.975,11.5>,<-3.975,11.5>}
0     prism {linear_sweep linear_spline 0,14,4
0    <3.975,11.25>,<4.975,11.25>,<4.975,11.5>,<3.975,11.5>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-4.975,8.5>,<-4.975,8.75>,<-6.1,8.8>}
0     prism {linear_sweep linear_spline 0,14,3
0    <4.975,8.5>,<4.975,8.75>,<6.1,8.8>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-4.975,8.75>,<-6.1,8.8>,<-5.975,9>}
0     prism {linear_sweep linear_spline 0,14,3
0    <4.975,8.75>,<6.1,8.8>,<5.975,9>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-6.1,11.2>,<-4.975,11.25>,<-4.975,11.5>}
0     prism {linear_sweep linear_spline 0,14,3
0    <6.1,11.2>,<4.975,11.25>,<4.975,11.5>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-6.1,11.2>,<-5.975,11>,<-4.975,11.25>}
0     prism {linear_sweep linear_spline 0,14,3
0    <6.1,11.2>,<5.975,11>,<4.975,11.25>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-6.1,8.8>,<-5.975,9>,<-7,10>}
0     prism {linear_sweep linear_spline 0,14,3
0    <6.1,8.8>,<5.975,9>,<7,10>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-5.975,9>,<-6.75,10>,<-7,10>}
0     prism {linear_sweep linear_spline 0,14,3
0    <5.975,9>,<6.75,10>,<7,10>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-7,10>,<-5.975,11>,<-6.1,11.2>}
0     prism {linear_sweep linear_spline 0,14,3
0    <7,10>,<5.975,11>,<6.1,11.2>}
0     prism {linear_sweep linear_spline 0,14,3
0    <-6.75,10>,<-7,10>,<-5.975,11>}
0     prism {linear_sweep linear_spline 0,14,3
0    <6.75,10>,<7,10>,<5.975,11>}
0    } rotate <-90,0,0>
0 }
0 #if (version >= 3.1) material #else texture #end { L3Color4 }
0 }
0
0 torus{9,4 clipped_by{difference{box{<-13,4,-13>,<13,-4,13>}
0 cylinder{<0,0,0>,<0,4,0>,9} plane{y,0}}}translate <0,17,0>}
0 plane{y,21 clipped_by{difference{sphere{<0,21,0>,9} sphere{<0,21,0>,8}}}}
0
0 torus{9,4 clipped_by{difference{box{<-13,-4,-13>,<13,4,13>}
0 cylinder{<0,0,0>,<0,-4,0>,9} plane{-y,0}}}translate <0,4,0>}
0 plane{y,0 clipped_by{difference{sphere{<0,0,0>,9} sphere{<0,0,0>,8}}}}
0
0 cylinder{<0,4,0>,<0,17,0>,13}
0 L3P ENDPOV
0


Subject: 
Re: L3P Warnings
Newsgroups: 
lugnet.cad.ray
Date: 
Sat, 10 Jul 2010 10:32:20 GMT
Highlighted: 
(details)
Viewed: 
38154 times
  
In lugnet.cad.ray, Larry Pieniazek wrote:
   snip

And here I was... thinking the old LUGNET was gone forever.

Damn! And the whole discussion is too esoteric for me to jump in>:-(

JOHN


Subject: 
Re: L3P Warnings
Newsgroups: 
lugnet.cad.ray
Date: 
Fri, 9 Jul 2010 06:20:13 GMT
Viewed: 
36764 times
  
I'd agree, if that was the only benefit of the "discussion and hand-wringing",
however the primary benefit of it was to get a library that could be freely
distributed with the blessing of the Jessimans.


To be more precise 'with the legal blessing of the Jessiman's and everyone who
has ever contributed a part.'

As I pointed out elsewhere in this thread one of the benefits is that someone
could release a perfectly legal version of the library with inlined POV code
should they wish. With the old header sand copyleft license that would not be
the case.

Tim


Subject: 
Re: L3P Warnings
Newsgroups: 
lugnet.cad.ray
Date: 
Thu, 8 Jul 2010 04:46:30 GMT
Viewed: 
36586 times
  
In lugnet.cad.ray, Don Heyse wrote:
In lugnet.cad.ray, Dave Schuler wrote:

LEdit is still my prefered LDraw editing platform, because I've never
found another one that worked as well for me, despite 13 years of
searching.  I'm a bit dismayed that the new name format won't work well
with the existing 16-bit software, but I guess that's how it goes when
you're a dinosaur.

Ah Ha!  I knew it!  When I suggested you were probably "still running
the original LEDIT program on some ancient 386 ... stashed in an attic
somewhere", you only denied the 386 part.  You *are* still running LEDIT
in somebody's attic!

So I know I've asked this before, but I'm old and I forgot the answer,
and google can't seem to find it for me either.  Why haven't you moved
into this century (albeit the previous decade) and tried ldglite?  If you
rename it to ledit.exe or ldgledit.exe it's supposed to behave just like
LEDIT, only in a window, and at a higher resolution so you can see more
of your stuff.  Heck, at this point you can switch to ldglite and still
be obsolete.  Why not give it a try, or (if you already did) give it
another try now that you've finally abandoned that crusty old 386.

Hmm...  This is reminding me of deja vu.  Did you email me about this, maybe
five or six years ago?

Okay, okay.  I'll give it a try.  But if it doesn't chase those pesky kids off
of my lawn, I'm going right back to the full-screen obsolescence of LEdit.


Subject: 
Re: L3P Warnings
Newsgroups: 
lugnet.cad.ray
Date: 
Thu, 8 Jul 2010 03:09:53 GMT
Viewed: 
36455 times
  
In lugnet.cad.ray, Dave Schuler wrote:
In lugnet.cad.ray, Ross Crawford wrote:

So really the only difference I see between the two is that the former provides
useful information for authors & reviewers, and the latter provides useful
information for end-users. And I don't see why one person can't have a different
view on each, just as you do. So what's the point of the argument?

For me, the argument comes back to process vs. product, as was discussed in the
previous thread.  Additionally, it raises the question of whether LDraw is a
tool for the end-users or a tool for the reviewers.

The extended period of discussion and hand-wringing that yielded the
over-elaborate header format also resulted in a years-long drought of new parts.
If, after all that time, the only benefit is "useful information for authors &
reviewers," then it's equivalent to telling the end-users to go jump in a lake.

I'd agree, if that was the only benefit of the "discussion and hand-wringing",
however the primary benefit of it was to get a library that could be freely
distributed with the blessing of the Jessimans.

Part of the "official" reason that POV-Ray code is excluded is that changes
might be made to POV-Ray without the consent of the good people of the LSC.
Very true, but the LDraw parts-format has undergone more changes than have the
relevant POV-Ray coding during the same period, so that argument becomes less
convincing.

I don't see that it does.

Further, when the justification for forbidding inlined POV-Ray code ultimately
amounts to "we don't like it because we aren't in absolute control of it," then
users who see great value in the coding are understandably likely to feel
short-changed.  "Feel free to use it," we're told, "but not in official parts."

LEGO are happy for NXT owners to use whatever programming tools they are happy
with, they even provide open specs for the hardware I believe. But they don't
officially support anything except their software & sensors, because it would be
a logistical nightmare. I don't feel short-changed because I use BricxCC, and I
don't expect LEGO to officially support it. Why would I expect the Ldraw
community to officially support POV code?

BTW, if there was a referendum on official POV support, I would probably vote
yes, just as I would like LEGO to support the various NXT tools. But I don't
expect it (the referendum OR the support).

I'm sure the debate would be much more useful if we stuck to the merits of each,
rather than pointing fingers at each other.

That's true only if the parties in the debate have equal power to affect the
outcome.  When one party in the debate (or its surrogates) can rule by fiat and
the other party can't effect any change at all, then it's hardly a discussion
between equals, and finger-pointing is not inappropriate in that case.

The fist is just as controllable as your country's parliament. Use your power!

ROSCO


Subject: 
Re: L3P Warnings
Newsgroups: 
lugnet.cad.ray
Date: 
Thu, 8 Jul 2010 02:13:08 GMT
Viewed: 
36714 times
  
In lugnet.cad.ray, Dave Schuler wrote:

LEdit is still my prefered LDraw editing platform, because I've never
found another one that worked as well for me, despite 13 years of
searching.  I'm a bit dismayed that the new name format won't work well
with the existing 16-bit software, but I guess that's how it goes when
you're a dinosaur.

Ah Ha!  I knew it!  When I suggested you were probably "still running
the original LEDIT program on some ancient 386 ... stashed in an attic
somewhere", you only denied the 386 part.  You *are* still running LEDIT
in somebody's attic!

So I know I've asked this before, but I'm old and I forgot the answer,
and google can't seem to find it for me either.  Why haven't you moved
into this century (albeit the previous decade) and tried ldglite?  If you
rename it to ledit.exe or ldgledit.exe it's supposed to behave just like
LEDIT, only in a window, and at a higher resolution so you can see more
of your stuff.  Heck, at this point you can switch to ldglite and still
be obsolete.  Why not give it a try, or (if you already did) give it
another try now that you've finally abandoned that crusty old 386.

If somebody were actually using it for something (even creating evil
clone bricks) I might find the motivation to start working on it again...

Enjoy,

Don


Subject: 
Re: L3P Warnings
Newsgroups: 
lugnet.cad.ray
Date: 
Wed, 7 Jul 2010 23:20:15 GMT
Viewed: 
36563 times
  
In lugnet.cad.ray, Tore Eriksson wrote:

I agree to some extent. But now it's there, like it or not. I have very little
(if any?) use of it and yes it annoys me a little. The deleting of extra blank
lines (used to group lines some way related to eachother) that makes the dat
code a lot easier for me to read and get an overview of - is much more annoying
IMO.

I'm guilty of that blank-space-deletion in my own parts, I confess.  I do most
of my authoring in Excel, and sometimes it becomes helpful to sort by linetype.
This has the effect of stripping out the blank lines or at least moving them
around in a way that won't be helpful in future attempts at editing.

You're right, though--the header formatting is the fact, and it's almost
certainly here to stay.  For good or ill...

I can only partly agree with you here. Yes, it was part of the official reason,
but as I understood it, a relatively small part. A more relevant reason was that
POV is just one alternative format of many to export to, and that there were
Blender, AutoCAD etc etc, should we then allow inline code for all alternatives?
If so, the official DAT files would be very large. And noone knows when a more
popular renderer takes over and outdates POV-Ray.

Ah, that's interesting.  I fear that I missed that part of the discussion,
because the last time I listened  in (a while ago, I admit) the big issue was
"it's not our code language."  At the time, those other platforms were far less
popular among visible AFOLs than POV-Ray, so naturally POV-Ray was the big one.
And of course Lars' L3P had such a huge impact on the online LDraw rendering
that it sort of pushed POV-Ray to the forefront.

But you are absolutely right about important format changes. The change that has
affected my works far most is the syntax changes from L3P v1.3 to v1.4Beta.
Because I don't want to be without the benefits of LDConfig support, I had to
edit all of my patterned POV dats to comply with v1.4B.

LEdit is still my prefered LDraw editing platform, because I've never found
another one that worked as well for me, despite 13 years of searching.  I'm a
bit dismayed that the new name format won't work well with the existing 16-bit
software, but I guess that's how it goes when you're a dinosaur.

Nah, that sound a little like a conspiracy theory in my ears.

Obviously "They" have gotten to you!

But this one I have to strongly agree with! There are a handful of issues
besides inline POV-coding where I have had another point of view than the
"establisment". Of course, my English is not perfect, and when I unfortunately
become frustrated and upset, communication has been even more distorted. But
anywho: I have felt so many times that my input is neglected or dismissed before
they are even carefully read. The starting point of the discussions have always
been that I am wrong, I am using the wrong approach, a vintage PC, wrong
software, and I have to be guided into the correct path. Or at least so I have
felt. Of course, I have been wrong at times! But many times I have had to
explain over and over again why I as an end-user sometimes prefer or many times
just have to do things my way, and why the direction of LCad's current
development threatens to preclude the very continuation of my work.

I have absolutely had this same perception, though I've never had a problem with
your English!  Being "The Clone Guy," I sense that my contributions are taken
with a grain of salt (if at all), and my continued use of the LEdit makes me
feel as though I'm considered somewhat obsolete.


Subject: 
Re: L3P Warnings
Newsgroups: 
lugnet.cad.ray
Date: 
Wed, 7 Jul 2010 22:04:02 GMT
Viewed: 
36615 times
  
In lugnet.cad.ray, Dave Schuler wrote:

The extended period of discussion and hand-wringing that yielded the
over-elaborate header format also resulted in a years-long drought of new parts.
If, after all that time, the only benefit is "useful information for authors &
reviewers," then it's equivalent to telling the end-users to go jump in a lake.

I agree to some extent. But now it's there, like it or not. I have very little
(if any?) use of it and yes it annoys me a little. The deleting of extra blank
lines (used to group lines some way related to eachother) that makes the dat
code a lot easier for me to read and get an overview of - is much more annoying
IMO.

Part of the "official" reason that POV-Ray code is excluded is that changes
might be made to POV-Ray without the consent of the good people of the LSC.
Very true, but the LDraw parts-format has undergone more changes than have the
relevant POV-Ray coding during the same period, so that argument becomes less
convincing.

I can only partly agree with you here. Yes, it was part of the official reason,
but as I understood it, a relatively small part. A more relevant reason was that
POV is just one alternative format of many to export to, and that there were
Blender, AutoCAD etc etc, should we then allow inline code for all alternatives?
If so, the official DAT files would be very large. And noone knows when a more
popular renderer takes over and outdates POV-Ray.

But you are absolutely right about important format changes. The change that has
affected my works far most is the syntax changes from L3P v1.3 to v1.4Beta.
Because I don't want to be without the benefits of LDConfig support, I had to
edit all of my patterned POV dats to comply with v1.4B.

Further, when the justification for forbidding inlined POV-Ray code ultimately
amounts to "we don't like it because we aren't in absolute control of it,"

Nah, that sound a little like a conspiracy theory in my ears.

then
users who see great value in the coding are understandably likely to feel
short-changed.  "Feel free to use it," we're told, "but not in official parts."

But this one I have to strongly agree with! There are a handful of issues
besides inline POV-coding where I have had another point of view than the
"establisment". Of course, my English is not perfect, and when I unfortunately
become frustrated and upset, communication has been even more distorted. But
anywho: I have felt so many times that my input is neglected or dismissed before
they are even carefully read. The starting point of the discussions have always
been that I am wrong, I am using the wrong approach, a vintage PC, wrong
software, and I have to be guided into the correct path. Or at least so I have
felt. Of course, I have been wrong at times! But many times I have had to
explain over and over again why I as an end-user sometimes prefer or many times
just have to do things my way, and why the direction of LCad's current
development threatens to preclude the very continuation of my work.

/Tore


Subject: 
Re: L3P Warnings
Newsgroups: 
lugnet.cad.ray
Date: 
Wed, 7 Jul 2010 13:42:55 GMT
Viewed: 
36720 times
  
In lugnet.cad.ray, Ross Crawford wrote:

So really the only difference I see between the two is that the former provides
useful information for authors & reviewers, and the latter provides useful
information for end-users. And I don't see why one person can't have a different
view on each, just as you do. So what's the point of the argument?

For me, the argument comes back to process vs. product, as was discussed in the
previous thread.  Additionally, it raises the question of whether LDraw is a
tool for the end-users or a tool for the reviewers.

The extended period of discussion and hand-wringing that yielded the
over-elaborate header format also resulted in a years-long drought of new parts.
If, after all that time, the only benefit is "useful information for authors &
reviewers," then it's equivalent to telling the end-users to go jump in a lake.

Part of the "official" reason that POV-Ray code is excluded is that changes
might be made to POV-Ray without the consent of the good people of the LSC.
Very true, but the LDraw parts-format has undergone more changes than have the
relevant POV-Ray coding during the same period, so that argument becomes less
convincing.

Further, when the justification for forbidding inlined POV-Ray code ultimately
amounts to "we don't like it because we aren't in absolute control of it," then
users who see great value in the coding are understandably likely to feel
short-changed.  "Feel free to use it," we're told, "but not in official parts."

I'm sure the debate would be much more useful if we stuck to the merits of each,
rather than pointing fingers at each other.

That's true only if the parties in the debate have equal power to affect the
outcome.  When one party in the debate (or its surrogates) can rule by fiat and
the other party can't effect any change at all, then it's hardly a discussion
between equals, and finger-pointing is not inappropriate in that case.


Subject: 
Re: L3P Warnings
Newsgroups: 
lugnet.cad.ray
Date: 
Wed, 7 Jul 2010 02:47:15 GMT
Viewed: 
36639 times
  
In lugnet.cad.ray, Dave Schuler wrote:

If you'd care to go back and read it again, I pointed out that you're curiously
willing to accept one batch of indecipherable gobbledygook that adds nothing but
some legal CYA and some largely irrelevant history, and you somehow insist that
its esoteric coding isn't confusing or off-putting.  Yet you're quick to condemn
inlined POV-Ray code which is invisible to the end-user, relatively simple to
learn, and which yields a greatly superior output image.

I'm intrigued - the only point in that last sentence that differentiates the
"indecipherable gobbledygook" from the inline POV is that the latter "yields a
greatly superior output image". It's certainly no less invisible to the
end-user, nor easier to learn.

So really the only difference I see between the two is that the former provides
useful information for authors & reviewers, and the latter provides useful
information for end-users. And I don't see why one person can't have a different
view on each, just as you do. So what's the point of the argument?

I'm sure the debate would be much more useful if we stuck to the merits of each,
rather than pointing fingers at each other.

BICBW.

ROSCO


Subject: 
Re: L3P Warnings
Newsgroups: 
lugnet.cad.ray, lugnet.off-topic.debate
Followup-To: 
lugnet.off-topic.debate
Date: 
Sat, 3 Jul 2010 12:36:56 GMT
Viewed: 
43700 times
  
Well now that we've cleared that up I'll know never to bother with you again.

Don't tease.  In your previous reply you said that you were done with the
thread, yet here you are.  If you're going to wail and gnash your teeth in a
pissy, dramatic exit, at least have the decency to exit.

I know, I know. Fair call. I should have learnt years ago never to claim I'm
taking my bat and ball and going home. That is lame. Please pretend I murfled
both hissy fits. I find it much too difficult to resist attacks against my
person and fictitious constructs rather than my arguments.

You're obviously only interested in hearing your own voice.

Not at all true.  I appreciate what Tore, Lars, Roland, and Don have offered in
this thread, and none of them has been dismissive of others' views.  Likewise,
none has taken the arbitrarily exclusionary stance that "There Can Be Only One."

Maybe you should read my responses rather than just making up things about me.
I've never been dismissive of your views. That's part of your little fictitious
world and I'm afraid I have no power over that.

I've suggested in at least two threads that creating an alternative library with
POV inline code would be cool. I even offered to add my own parts done that way.
In fact I think I started a thread many years ago for using POV and LDraw with
that concept in mind.

I also agree that the meta-command should continue to be supported provided it's
not official. With the new licensing someone could, in principle, make a new
source for LDraw parts which fully allowed the meta commands.

Tim


Subject: 
Re: L3P Warnings
Newsgroups: 
lugnet.cad.ray
Date: 
Sat, 3 Jul 2010 12:05:38 GMT
Viewed: 
35497 times
  
In lugnet.cad.ray, Timothy Gould wrote:

So pretty much you're saying you think that anyone who disagrees with you does
so not from their own reasoned perspective but because of some collective dogma.

Nowhere have you presented an argument that differ in any way from the
"collective dogma," so I don't see why your argument should be treated any
differently.

Well now that we've cleared that up I'll know never to bother with you again.

Don't tease.  In your previous reply you said that you were done with the
thread, yet here you are.  If you're going to wail and gnash your teeth in a
pissy, dramatic exit, at least have the decency to exit.

You're obviously only interested in hearing your own voice.

Not at all true.  I appreciate what Tore, Lars, Roland, and Don have offered in
this thread, and none of them has been dismissive of others' views.  Likewise,
none has taken the arbitrarily exclusionary stance that "There Can Be Only One."


Subject: 
Re: L3P Warnings
Newsgroups: 
lugnet.cad.ray
Date: 
Sat, 3 Jul 2010 09:39:07 GMT
Viewed: 
35720 times
  
In lugnet.cad.ray, Dave Schuler wrote:
In lugnet.cad.ray, Timothy Gould wrote:
Wow. You're totally confusing me with someone else. I've never been in the LSC,
haven't been in the SteerCo for a couple of years, haven't had much at all to do
with the LDraw header (other than a teensy bit to do with the licensing which,
from memory, is one or two lines of code and makes what you wish seem to wish
for possible to distribute legally) and am arguing from no position other than
my own.

You've been parroting the company line in this thread and that previous one, so
even though you're not literally affiliated with the LSC, you're playing the
part of cheerleader here, so it's pretty much the same thing.  Your position is
not materially different from the official stance, so refuting one is the same
as refuting the other.
--snip--

So pretty much you're saying you think that anyone who disagrees with you does
so not from their own reasoned perspective but because of some collective dogma.
Well now that we've cleared that up I'll know never to bother with you again.
You're obviously only interested in hearing your own voice.

Tim


Subject: 
Re: L3P Warnings
Newsgroups: 
lugnet.cad.ray, lugnet.off-topic.debate
Followup-To: 
lugnet.off-topic.debate
Date: 
Sat, 3 Jul 2010 05:31:27 GMT
Viewed: 
43202 times
  
In lugnet.cad.ray, Dave Schuler wrote:
In lugnet.cad.ray, Larry Pieniazek wrote:
<snip>

And here I was... thinking the old LUGNET was gone forever.

Quick!  Somebody bring up the separation of church and state!

Speaking of ray-tracing then, I prusume...


Subject: 
Re: L3P Warnings
Newsgroups: 
lugnet.cad.ray
Date: 
Sat, 3 Jul 2010 04:01:43 GMT
Viewed: 
35140 times
  
In lugnet.cad.ray, Larry Pieniazek wrote:
<snip>

And here I was... thinking the old LUGNET was gone forever.

Quick!  Somebody bring up the separation of church and state!


Subject: 
Re: L3P Warnings
Newsgroups: 
lugnet.cad.ray
Date: 
Sat, 3 Jul 2010 01:36:50 GMT
Highlighted: 
! (details)
Viewed: 
35048 times
  
<snip>

And here I was... thinking the old LUGNET was gone forever.


Subject: 
Re: L3P Warnings
Newsgroups: 
lugnet.cad.ray
Date: 
Sat, 3 Jul 2010 00:38:18 GMT
Viewed: 
34689 times
  
In lugnet.cad.ray, Timothy Gould wrote:
Wow. You're totally confusing me with someone else. I've never been in the LSC,
haven't been in the SteerCo for a couple of years, haven't had much at all to do
with the LDraw header (other than a teensy bit to do with the licensing which,
from memory, is one or two lines of code and makes what you wish seem to wish
for possible to distribute legally) and am arguing from no position other than
my own.

You've been parroting the company line in this thread and that previous one, so
even though you're not literally affiliated with the LSC, you're playing the
part of cheerleader here, so it's pretty much the same thing.  Your position is
not materially different from the official stance, so refuting one is the same
as refuting the other.

You're also confusing two totally different issues as it suits you. Having extra
header information has nothing whatsoever to do with inlined POVray code. As a
veteran parts editor you really should know that.

Find me the post in which I claimed that the two were the same.  Go ahead, I'll
wait.


Nothing?

If you'd care to go back and read it again, I pointed out that you're curiously
willing to accept one batch of indecipherable gobbledygook that adds nothing but
some legal CYA and some largely irrelevant history, and you somehow insist that
its esoteric coding isn't confusing or off-putting.  Yet you're quick to condemn
inlined POV-Ray code which is invisible to the end-user, relatively simple to
learn, and which yields a greatly superior output image.  Nowhere did I claim
that the two are the same; in fact, I claimed the opposite.

Finally you're confusing the fact that I don't want inlined POVray code in the
library with me not wishing it at all. As I said, I use it. To be fair that
particular bit of confusion is probably my fault.

Okay, I'll get off that point.

And if you're really so worried about what the LSC gets up to why don't you run
for it? You seem to have a lot to say and even accuse others of arguing their
position from "The Mighty LSC" yet it's an elected body for which you can easily
run.

Oh, please.  Do you seriously think that The Clone Guy stands a chance of
getting elected?  I'd venture to say that I've written as many parts as anyone
out there, but only two official LDraw elements. I suspect that Vic Bertrand
stands as much chance of getting hired by LEGO as I do of getting elected to the
LSC.


Subject: 
Re: L3P Warnings
Newsgroups: 
lugnet.cad.ray
Date: 
Fri, 2 Jul 2010 23:26:15 GMT
Viewed: 
34243 times
  
In lugnet.cad.ray, Dave Schuler wrote:
In lugnet.cad.ray, Timothy Gould wrote:

By that argument you dismiss the opposite perspective.

If we were both sitting on a bench somewhere and arguing from equal positions of
power, then that statement would make sense.  However, you are speaking from the
position of The Mighty LSC, an entity apparently able to make decisions by fiat.
Therefore, you (collectively) reserve the power to do things "because we say
so," rendering your position impenetrable to any argument.

My dismissal of your argument doesn't prevent the mighty committee from steering
LDraw in whatever arbitrary direction it pleases, but your dismissal of mine
shuts down my argument with what amounts to "cuz I say so." Therefore my
dismissal of your argument is not equivalent to your dismissal of others'
arguments, and you can't legitimately tar me with that same brush.

You call 'facile' on any argument, no matter how strong, that disagrees with
your own position.

I call "facile" on a position has the unaccountable power to dismiss opposition
by fiat and does so.

I have a very clear argument for my position: POVray is not LDraw and to mix the
two in one file is confusing, especially for the novice tinkerer. No that
position isn't likely to change until I see a novel and good argument against
it. I'm yet to see one.

You've yet to acknowledge one, you mean.

You're the one who insisted that two dozen lines of esoteric header code is "not
a big deal" for the novice tinkerer, even though it's intimidating and
off-putting even to veteran parts authors.  Therefore you have no trouble making
LDraw code "confusing" as long as it serves your purpose.

POV-Ray code language is, for a great many functions, far simpler than
equivalent LDraw code and has always been so.  It's a separate language, yes,
but it's hardly indecipherable, and anyone who can figure out how to generate
linetype-5 statements can certainly understand how to code in POV-Ray.

You're picking and choosing which "confusion" is acceptable.

Your main argument seems to stem from some desire to have everything in one
place.

Actually, that's not my argument.  My argument has been that there's no reason
why existing--and 100% unobtrusive--support for inlined POV-Ray code should be
discontinued.  Elsewhere in the thread it has been suggested that such support
is not likely to vanish, even if it's subject to error messaging, and IMO this
is an acceptable workaround.

Your position seems to be that POV-Ray code is okay as long as it's not inlined
and is made inconvenient for the end-user.

There's an easier solution to that than blending two file formats: you
can create a POV repository for the POVray parts.

So the simpler solution is for the user to create an entirely new library of
parts from scratch rather than allowing LDraw applications to continue to
support inlined POV-Ray code?

Not sure I see how that's simpler.

Wow. You're totally confusing me with someone else. I've never been in the LSC,
haven't been in the SteerCo for a couple of years, haven't had much at all to do
with the LDraw header (other than a teensy bit to do with the licensing which,
from memory, is one or two lines of code and makes what you wish seem to wish
for possible to distribute legally) and am arguing from no position other than
my own.

You're also confusing two totally different issues as it suits you. Having extra
header information has nothing whatsoever to do with inlined POVray code. As a
veteran parts editor you really should know that.

Finally you're confusing the fact that I don't want inlined POVray code in the
library with me not wishing it at all. As I said, I use it. To be fair that
particular bit of confusion is probably my fault.

And if you're really so worried about what the LSC gets up to why don't you run
for it? You seem to have a lot to say and even accuse others of arguing their
position from "The Mighty LSC" yet it's an elected body for which you can easily
run.

I think I'm done with this. You've clearly made up your mind and nothing is
going to change it. Just don't go round hurling false accusations at people
simply for disagreeing with you.

Tim


Special: 
[DAT] (requires LDraw-compatible viewer)
Subject: 
POV dat - 4592 - Hinge Control Stick Base - POV
Newsgroups: 
lugnet.cad.ray, lugnet.cad.dat.parts
Date: 
Fri, 2 Jul 2010 17:37:11 GMT
Highlighted: 
(details)
Viewed: 
36459 times
  
0 Hinge Control Stick Base - POV
0 Name: 4592.dat
0 Author: Steve Bliss [sbliss]
0 Unofficial Part
0 // using DAT code from LDRAW_ORG Part UPDATE 2005-01
0 !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt
0 // POV code by Orion Pobursky (298.inc, Rev 1.2)
0 // http://ldrawpov.cvs.sourceforge.net/viewvc/ldrawpov/LPov/
0 // POV code inlined by Tore Eriksson 2010-07-02

0 BFC CERTIFY CCW
0 !KEYWORDS Lever Small Base, antenna

0 !HISTORY 2003-11-15 [sbliss] redeveloped entire part
0 !HISTORY 2005-12-28 [PTadmin] Official Update 2005-01
0 !HISTORY 2007-07-08 [PTadmin] Header formatted for Contributor Agreement
0 !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01

0 L3P IFPOV
0  merge {
0    difference {
0      cylinder { <0,8,0>, <0,2,0>, 8 }
0      cylinder { <0,8.01,0>, <0,2,0>, 6 }
0      box { <-2,-8,5>, <2,8,-5> }
0    }
0    difference {
0      merge {
0        difference {
0          sphere { <0,2,0>, 8 }
0          box { <-2,8,8>, <2,-8,-8> }
0        }
0        difference {
0          sphere { <0,2,0>, 8 }
0          box { <-2,-8,5>, <2,8,-5> }
0          plane { y, 1 }
0          plane { -x, -2 }
0          plane { x, -2 }
0        }
0      }
0      plane { -y,-2 }
0    }
0  }
0 L3P ELSEPOV
0 // Inside of dome-slot
4 16 1.064 0 -7.392 2 0 -7.127 2 0 -5 0 0 -7.603
3 16 0 0 -7.603 2 0 -5 -2 0 -5
4 16 -2 0 -5 -2 0 -7.127 -1.064 0 -7.392 0 0 -7.603
4 16 -2 0 -5 2 0 -5 2 2 -5 -2 2 -5

2 24 -2 0 -5 2 0 -5
2 24 -2 2 -5  2 2 -5
2 24 2 2 -5  2 2 5

5 24 0 2 -8 0 0 -7.603 1.064 0 -7.392 -1.064 0 -7.392

4 16 -1.064 0 7.392 -2 0 7.127 -2 0 5 0 0 7.603
3 16 0 0 7.603 -2 0 5 2 0 5
4 16 2 0 5 2 0 7.127 1.064 0 7.392 0 0 7.603
4 16 2 0 5 -2 0 5 -2 2 5 2 2 5

2 24 2 0 5 -2 0 5
2 24 2 2 5 -2 2 5
2 24 -2 2 5 -2 2 -5

5 24 0 2 8 0 0 7.603 -1.064 0 7.392 1.064 0 7.392

0 Base cylinder
1 16 0 2 0 -1 0 0 0 -1.5 0 0 0 1 STUD4a.dat
1 16 0 2 0 6 0 0 0 1 0 0 0 6 4-4edge.dat

0 // Underside slotted disc
4 16 2 2 0 5.543 2 2.296 6 2 0 5.543 2 -2.296
4 16 2 2 -5 2 2 0 5.543 2 -2.296 4.243 2 -4.243
4 16 2 2 -5 4.243 2 -4.243 2.296 2 -5.543 0 2 -6
3 16 2 2 -5 0 2 -6 -2 2 -5
4 16 -2.296 2 -5.543 -4.243 2 -4.243 -2 2 -5 0 2 -6
4 16 -4.243 2 -4.243 -5.543 2 -2.296 -2 2 0 -2 2 -5
4 16 -2 2 0 -5.543 2 -2.296 -6 2 0 -5.543 2 2.296
4 16 -2 2 5 -2 2 0 -5.543 2 2.296 -4.243 2 4.243
4 16 -2 2 5 -4.243 2 4.243 -2.296 2 5.543 0 2 6
3 16 -2 2 5 0 2 6 2 2 5
4 16 2.296 2 5.543 4.243 2 4.243 2 2 5 0 2 6
4 16 4.243 2 4.243 5.543 2 2.296 2 2 0 2 2 5

0 Dome
3 16 7.392 -1.064 0 7.392 2 -3.064 8 2 0
3 16 7.392 -1.064 0 6.272 -1.512 -3.512 7.392 2 -3.064
3 16 6.272 -1.512 -3.512 5.656 2 -5.656 7.392 2 -3.064
3 16 6.272 -1.512 -3.512 3.512 -1.512 -6.272 5.656 2 -5.656
3 16 3.512 -1.512 -6.272 3.064 2 -7.392 5.656 2 -5.656
3 16 2 0 -7.127 1.064 0 -7.392 3.064 2 -7.392
4 16 2 -1.319 -6.754 2 0 -7.127 3.064 2 -7.392 3.512 -1.512 -6.272
4 16 0 0 -7.603 0 2 -8 3.064 2 -7.392 1.064 0 -7.392
3 16 5.656 -3.656 0 6.272 -1.512 -3.512 7.392 -1.064 0
3 16 5.656 -3.656 0 3.512 -4.272 -3.512 6.272 -1.512 -3.512
3 16 3.512 -4.272 -3.512 3.512 -1.512 -6.272 6.272 -1.512 -3.512
4 16 3.512 -1.512 -6.272 3.512 -4.272 -3.512 2 -4.007 -4.435 2 -2.435 -6.007
3 16 2 -2.435 -6.007 2 -1.319 -6.754 3.512 -1.512 -6.272
3 16 3.064 -5.392 0 3.512 -4.272 -3.512 5.656 -3.656 0
4 16 3.064 -5.392 0 2 -5.392 -1.064 2 -4.754 -3.319 3.512 -4.272 -3.512
3 16 2 -4.754 -3.319 2 -4.007 -4.435 3.512 -4.272 -3.512
3 16 2 -5.603 0 2 -5.392 -1.064 3.064 -5.392 0
3 16 8 2 0 7.392 2 3.064 7.392 -1.064 0
3 16 7.392 2 3.064 6.272 -1.512 3.512 7.392 -1.064 0
3 16 7.392 2 3.064 5.656 2 5.656 6.272 -1.512 3.512
3 16 5.656 2 5.656 3.512 -1.512 6.272 6.272 -1.512 3.512
3 16 5.656 2 5.656 3.064 2 7.392 3.512 -1.512 6.272
3 16 3.064 2 7.392 1.064 0 7.392 2 0 7.127
4 16 3.064 2 7.392 2 0 7.127 2 -1.319 6.754 3.512 -1.512 6.272
4 16 3.064 2 7.392 0 2 8 0 0 7.603 1.064 0 7.392
3 16 7.392 -1.064 0 6.272 -1.512 3.512 5.656 -3.656 0
3 16 6.272 -1.512 3.512 3.512 -4.272 3.512 5.656 -3.656 0
3 16 6.272 -1.512 3.512 3.512 -1.512 6.272 3.512 -4.272 3.512
4 16 2 -4.007 4.435 3.512 -4.272 3.512 3.512 -1.512 6.272 2 -2.435 6.007
3 16 3.512 -1.512 6.272 2 -1.319 6.754 2 -2.435 6.007
3 16 5.656 -3.656 0 3.512 -4.272 3.512 3.064 -5.392 0
4 16 3.512 -4.272 3.512 2 -4.754 3.319 2 -5.392 1.064 3.064 -5.392 0
3 16 3.512 -4.272 3.512 2 -4.007 4.435 2 -4.754 3.319
3 16 3.064 -5.392 0 2 -5.392 1.064 2 -5.603 0
3 16 -7.392 -1.064 0 -7.392 2 3.064 -8 2 0
3 16 -7.392 -1.064 0 -6.272 -1.512 3.512 -7.392 2 3.064
3 16 -6.272 -1.512 3.512 -5.656 2 5.656 -7.392 2 3.064
3 16 -6.272 -1.512 3.512 -3.512 -1.512 6.272 -5.656 2 5.656
3 16 -3.512 -1.512 6.272 -3.064 2 7.392 -5.656 2 5.656
3 16 -2 0 7.127 -1.064 0 7.392 -3.064 2 7.392
4 16 -2 -1.319 6.754 -2 0 7.127 -3.064 2 7.392 -3.512 -1.512 6.272
4 16 0 0 7.603 0 2 8 -3.064 2 7.392 -1.064 0 7.392
3 16 -5.656 -3.656 0 -6.272 -1.512 3.512 -7.392 -1.064 0
3 16 -5.656 -3.656 0 -3.512 -4.272 3.512 -6.272 -1.512 3.512
3 16 -3.512 -4.272 3.512 -3.512 -1.512 6.272 -6.272 -1.512 3.512
4 16 -3.512 -1.512 6.272 -3.512 -4.272 3.512 -2 -4.007 4.435 -2 -2.435 6.007
3 16 -2 -2.435 6.007 -2 -1.319 6.754 -3.512 -1.512 6.272
3 16 -3.064 -5.392 0 -3.512 -4.272 3.512 -5.656 -3.656 0
4 16 -3.064 -5.392 0 -2 -5.392 1.064 -2 -4.754 3.319 -3.512 -4.272 3.512
3 16 -2 -4.754 3.319 -2 -4.007 4.435 -3.512 -4.272 3.512
3 16 -2 -5.603 0 -2 -5.392 1.064 -3.064 -5.392 0
3 16 -8 2 0 -7.392 2 -3.064 -7.392 -1.064 0
3 16 -7.392 2 -3.064 -6.272 -1.512 -3.512 -7.392 -1.064 0
3 16 -7.392 2 -3.064 -5.656 2 -5.656 -6.272 -1.512 -3.512
3 16 -5.656 2 -5.656 -3.512 -1.512 -6.272 -6.272 -1.512 -3.512
3 16 -5.656 2 -5.656 -3.064 2 -7.392 -3.512 -1.512 -6.272
3 16 -3.064 2 -7.392 -1.064 0 -7.392 -2 0 -7.127
4 16 -3.064 2 -7.392 -2 0 -7.127 -2 -1.319 -6.754 -3.512 -1.512 -6.272
4 16 -3.064 2 -7.392 0 2 -8 0 0 -7.603 -1.064 0 -7.392
3 16 -7.392 -1.064 0 -6.272 -1.512 -3.512 -5.656 -3.656 0
3 16 -6.272 -1.512 -3.512 -3.512 -4.272 -3.512 -5.656 -3.656 0
3 16 -6.272 -1.512 -3.512 -3.512 -1.512 -6.272 -3.512 -4.272 -3.512
4 16 -2 -4.007 -4.435 -3.512 -4.272 -3.512 -3.512 -1.512 -6.272 -2 -2.435 -6.007
3 16 -3.512 -1.512 -6.272 -2 -1.319 -6.754 -2 -2.435 -6.007
3 16 -5.656 -3.656 0 -3.512 -4.272 -3.512 -3.064 -5.392 0
4 16 -3.512 -4.272 -3.512 -2 -4.754 -3.319 -2 -5.392 -1.064 -3.064 -5.392 0
3 16 -3.512 -4.272 -3.512 -2 -4.007 -4.435 -2 -4.754 -3.319
3 16 -3.064 -5.392 0 -2 -5.392 -1.064 -2 -5.603 0

0 Inside of dome-slot
3 16 2 2 -5 2 0 -5 2 2 0
4 16 2 0 -5 2 0 -7.127 2 -1.319 -6.754 2 -2.435 -6.007
4 16 2 2 0 2 0 -5 2 -2.435 -6.007 2 -4.007 -4.435
4 16 2 -4.007 -4.435 2 -4.754 -3.319 2 -5.392 -1.064 2 2 0
3 16 2 2 0 2 -5.392 -1.064 2 -5.603 0
3 16 2 2 0 2 0 5 2 2 5
4 16 2 -1.319 6.754 2 0 7.127 2 0 5 2 -2.435 6.007
4 16 2 -2.435 6.007 2 0 5 2 2 0 2 -4.007 4.435
4 16 2 2 0 2 -5.392 1.064 2 -4.754 3.319 2 -4.007 4.435
3 16 2 -5.603 0 2 -5.392 1.064 2 2 0
3 16 -2 2 5 -2 0 5 -2 2 0
4 16 -2 0 5 -2 0 7.127 -2 -1.319 6.754 -2 -2.435 6.007
4 16 -2 2 0 -2 0 5 -2 -2.435 6.007 -2 -4.007 4.435
4 16 -2 -4.007 4.435 -2 -4.754 3.319 -2 -5.392 1.064 -2 2 0
3 16 -2 2 0 -2 -5.392 1.064 -2 -5.603 0
3 16 -2 2 0 -2 0 -5 -2 2 -5
4 16 -2 -1.319 -6.754 -2 0 -7.127 -2 0 -5 -2 -2.435 -6.007
4 16 -2 -2.435 -6.007 -2 0 -5 -2 2 0 -2 -4.007 -4.435
4 16 -2 2 0 -2 -5.392 -1.064 -2 -4.754 -3.319 -2 -4.007 -4.435
3 16 -2 -5.603 0 -2 -5.392 -1.064 -2 2 0

2 24 0 0 -7.603 1.064 0 -7.392
2 24 1.064 0 -7.392 2 0 -7.127
2 24 2 0 -7.127 2 -1.319 -6.754
2 24 2 -1.319 -6.754 2 -2.435 -6.007
2 24 2 -2.435 -6.007 2 -4.007 -4.435
2 24 2 -4.007 -4.435 2 -4.754 -3.319
2 24 2 -4.754 -3.319 2 -5.392 -1.064
2 24 2 -5.392 -1.064 2 -5.603 0
2 24 2 0 -7.127 2 0 -5
2 24 2 0 -5 2 2 -5
2 24 0 0 7.603 1.064 0 7.392
2 24 1.064 0 7.392 2 0 7.127
2 24 2 0 7.127 2 -1.319 6.754
2 24 2 -1.319 6.754 2 -2.435 6.007
2 24 2 -2.435 6.007 2 -4.007 4.435
2 24 2 -4.007 4.435 2 -4.754 3.319
2 24 2 -4.754 3.319 2 -5.392 1.064
2 24 2 -5.392 1.064 2 -5.603 0
2 24 2 0 7.127 2 0 5
2 24 2 0 5 2 2 5
2 24 0 0 7.603 -1.064 0 7.392
2 24 -1.064 0 7.392 -2 0 7.127
2 24 -2 0 7.127 -2 -1.319 6.754
2 24 -2 -1.319 6.754 -2 -2.435 6.007
2 24 -2 -2.435 6.007 -2 -4.007 4.435
2 24 -2 -4.007 4.435 -2 -4.754 3.319
2 24 -2 -4.754 3.319 -2 -5.392 1.064
2 24 -2 -5.392 1.064 -2 -5.603 0
2 24 -2 0 7.127 -2 0 5
2 24 -2 0 5 -2 2 5
2 24 0 0 -7.603 -1.064 0 -7.392
2 24 -1.064 0 -7.392 -2 0 -7.127
2 24 -2 0 -7.127 -2 -1.319 -6.754
2 24 -2 -1.319 -6.754 -2 -2.435 -6.007
2 24 -2 -2.435 -6.007 -2 -4.007 -4.435
2 24 -2 -4.007 -4.435 -2 -4.754 -3.319
2 24 -2 -4.754 -3.319 -2 -5.392 -1.064
2 24 -2 -5.392 -1.064 -2 -5.603 0
2 24 -2 0 -7.127 -2 0 -5
2 24 -2 0 -5 -2 2 -5

5 24 7.392 2 -3.064 7.392 -1.064 0 8 2 0 6.272 -1.512 -3.512
5 24 6.272 -1.512 -3.512 5.656 -3.656 0 7.392 -1.064 0 3.512 -4.272 -3.512
5 24 5.656 2 -5.656 6.272 -1.512 -3.512 7.392 2 -3.064 3.512 -1.512 -6.272
5 24 3.512 -4.272 -3.512 3.064 -5.392 0 5.656 -3.656 0 0 -5.392 -3.064
5 24 3.512 -1.512 -6.272 3.512 -4.272 -3.512 6.272 -1.512 -3.512 0 -3.656 -5.656
5 24 3.064 2 -7.392 3.512 -1.512 -6.272 5.656 2 -5.656 0 -1.064 -7.392
5 24 3.064 2 -7.392 1.064 0 -7.392 3.512 -1.512 -6.272 0 2 -8
5 24 5.656 2 -5.656 3.512 -1.512 -6.272 6.272 -1.512 -3.512 3.064 2 -7.392
5 24 3.512 -1.512 -6.272 2 -2.435 -6.007 3.512 -4.272 -3.512 0 -1.064 -7.392
5 24 7.392 2 -3.064 6.272 -1.512 -3.512 5.656 2 -5.656 7.392 -1.064 0
5 24 6.272 -1.512 -3.512 3.512 -4.272 -3.512 5.656 -3.656 0 3.512 -1.512 -6.272
5 24 3.512 -4.272 -3.512 2 -4.754 -3.319 3.064 -5.392 0 0 -3.656 -5.656
5 24 3.064 -5.392 0 2 -5.603 0 0 -5.392 -3.064 1.52 -5.68 2
5 24 5.656 -3.656 0 3.064 -5.392 0 3.512 -4.272 -3.512 4.12 -4.52 2
5 24 7.392 -1.064 0 5.656 -3.656 0 6.272 -1.512 -3.512 6.52 -2.12 2
5 24 8 2 0 7.392 -1.064 0 7.392 2 -3.064 7.68 .48 2
5 24 3.064 -5.392 0 2 -5.392 -1.064 0 -6 0 3.512 -4.272 -3.512
5 24 5.656 -3.656 0 3.512 -4.272 -3.512 3.064 -5.392 0 6.272 -1.512 -3.512
5 24 3.512 -4.272 -3.512 2 -4.007 -4.435 3.512 -1.512 -6.272 0 -5.392 -3.064
5 24 7.392 -1.064 0 6.272 -1.512 -3.512 5.656 -3.656 0 7.392 2 -3.064
5 24 6.272 -1.512 -3.512 3.512 -1.512 -6.272 5.656 2 -5.656 3.512 -4.272 -3.512
5 24 3.512 -1.512 -6.272 2 -1.319 -6.754 3.064 2 -7.392 0 -3.656 -5.656
5 24 3.064 2 -7.392 0 2 -8 0 -1.064 -7.392 1.52 4 -7.68
5 24 5.656 2 -5.656 3.064 2 -7.392 3.512 -1.512 -6.272 4.12 4 -6.52
5 24 7.392 2 -3.064 5.656 2 -5.656 6.272 -1.512 -3.512 6.52 4 -4.12
5 24 8 2 0 7.392 2 -3.064 7.392 -1.064 0 7.68 4 -1.52
5 24 7.392 2 3.064 7.392 -1.064 0 8 2 0 6.272 -1.512 3.512
5 24 6.272 -1.512 3.512 5.656 -3.656 0 7.392 -1.064 0 3.512 -4.272 3.512
5 24 5.656 2 5.656 6.272 -1.512 3.512 7.392 2 3.064 3.512 -1.512 6.272
5 24 3.512 -4.272 3.512 3.064 -5.392 0 5.656 -3.656 0 0 -5.392 3.064
5 24 3.512 -1.512 6.272 3.512 -4.272 3.512 6.272 -1.512 3.512 0 -3.656 5.656
5 24 3.064 2 7.392 3.512 -1.512 6.272 5.656 2 5.656 0 -1.064 7.392
5 24 3.064 2 7.392 1.064 0 7.392 3.512 -1.512 6.272 0 2 8
5 24 5.656 2 5.656 3.512 -1.512 6.272 6.272 -1.512 3.512 3.064 2 7.392
5 24 3.512 -1.512 6.272 2 -2.435 6.007 3.512 -4.272 3.512 0 -1.064 7.392
5 24 7.392 2 3.064 6.272 -1.512 3.512 5.656 2 5.656 7.392 -1.064 0
5 24 6.272 -1.512 3.512 3.512 -4.272 3.512 5.656 -3.656 0 3.512 -1.512 6.272
5 24 3.512 -4.272 3.512 2 -4.754 3.319 3.064 -5.392 0 0 -3.656 5.656
5 24 3.064 -5.392 0 2 -5.392 1.064 0 -6 0 3.512 -4.272 3.512
5 24 5.656 -3.656 0 3.512 -4.272 3.512 3.064 -5.392 0 6.272 -1.512 3.512
5 24 3.512 -4.272 3.512 2 -4.007 4.435 3.512 -1.512 6.272 0 -5.392 3.064
5 24 7.392 -1.064 0 6.272 -1.512 3.512 5.656 -3.656 0 7.392 2 3.064
5 24 6.272 -1.512 3.512 3.512 -1.512 6.272 5.656 2 5.656 3.512 -4.272 3.512
5 24 3.512 -1.512 6.272 2 -1.319 6.754 3.064 2 7.392 0 -3.656 5.656
5 24 3.064 2 7.392 0 2 8 0 -1.064 7.392 1.52 4 7.68
5 24 5.656 2 5.656 3.064 2 7.392 3.512 -1.512 6.272 4.12 4 6.52
5 24 7.392 2 3.064 5.656 2 5.656 6.272 -1.512 3.512 6.52 4 4.12
5 24 8 2 0 7.392 2 3.064 7.392 -1.064 0 7.68 4 1.52
5 24 -7.392 2 3.064 -7.392 -1.064 0 -8 2 0 -6.272 -1.512 3.512
5 24 -6.272 -1.512 3.512 -5.656 -3.656 0 -7.392 -1.064 0 -3.512 -4.272 3.512
5 24 -5.656 2 5.656 -6.272 -1.512 3.512 -7.392 2 3.064 -3.512 -1.512 6.272
5 24 -3.512 -4.272 3.512 -3.064 -5.392 0 -5.656 -3.656 0 0 -5.392 3.064
5 24 -3.512 -1.512 6.272 -3.512 -4.272 3.512 -6.272 -1.512 3.512 0 -3.656 5.656
5 24 -3.064 2 7.392 -3.512 -1.512 6.272 -5.656 2 5.656 0 -1.064 7.392
5 24 -3.064 2 7.392 -1.064 0 7.392 -3.512 -1.512 6.272 0 2 8
5 24 -5.656 2 5.656 -3.512 -1.512 6.272 -6.272 -1.512 3.512 -3.064 2 7.392
5 24 -3.512 -1.512 6.272 -2 -2.435 6.007 -3.512 -4.272 3.512 0 -1.064 7.392
5 24 -7.392 2 3.064 -6.272 -1.512 3.512 -5.656 2 5.656 -7.392 -1.064 0
5 24 -6.272 -1.512 3.512 -3.512 -4.272 3.512 -5.656 -3.656 0 -3.512 -1.512 6.272
5 24 -3.512 -4.272 3.512 -2 -4.754 3.319 -3.064 -5.392 0 0 -3.656 5.656
5 24 -3.064 -5.392 0 -2 -5.603 0 0 -5.392 3.064 -1.52 -5.68 -2
5 24 -5.656 -3.656 0 -3.064 -5.392 0 -3.512 -4.272 3.512 -4.12 -4.52 -2
5 24 -7.392 -1.064 0 -5.656 -3.656 0 -6.272 -1.512 3.512 -6.52 -2.12 -2
5 24 -8 2 0 -7.392 -1.064 0 -7.392 2 3.064 -7.68 .48 -2
5 24 -3.064 -5.392 0 -2 -5.392 1.064 0 -6 0 -3.512 -4.272 3.512
5 24 -5.656 -3.656 0 -3.512 -4.272 3.512 -3.064 -5.392 0 -6.272 -1.512 3.512
5 24 -3.512 -4.272 3.512 -2 -4.007 4.435 -3.512 -1.512 6.272 0 -5.392 3.064
5 24 -7.392 -1.064 0 -6.272 -1.512 3.512 -5.656 -3.656 0 -7.392 2 3.064
5 24 -6.272 -1.512 3.512 -3.512 -1.512 6.272 -5.656 2 5.656 -3.512 -4.272 3.512
5 24 -3.512 -1.512 6.272 -2 -1.319 6.754 -3.064 2 7.392 0 -3.656 5.656
5 24 -3.064 2 7.392 0 2 8 0 -1.064 7.392 -1.52 4 7.68
5 24 -5.656 2 5.656 -3.064 2 7.392 -3.512 -1.512 6.272 -4.12 4 6.52
5 24 -7.392 2 3.064 -5.656 2 5.656 -6.272 -1.512 3.512 -6.52 4 4.12
5 24 -8 2 0 -7.392 2 3.064 -7.392 -1.064 0 -7.68 4 1.52
5 24 -7.392 2 -3.064 -7.392 -1.064 0 -8 2 0 -6.272 -1.512 -3.512
5 24 -6.272 -1.512 -3.512 -5.656 -3.656 0 -7.392 -1.064 0 -3.512 -4.272 -3.512
5 24 -5.656 2 -5.656 -6.272 -1.512 -3.512 -7.392 2 -3.064 -3.512 -1.512 -6.272
5 24 -3.512 -4.272 -3.512 -3.064 -5.392 0 -5.656 -3.656 0 0 -5.392 -3.064
5 24 -3.512 -1.512 -6.272 -3.512 -4.272 -3.512 -6.272 -1.512 -3.512 0 -3.656 -5.656
5 24 -3.064 2 -7.392 -3.512 -1.512 -6.272 -5.656 2 -5.656 0 -1.064 -7.392
5 24 -3.064 2 -7.392 -1.064 0 -7.392 -3.512 -1.512 -6.272 0 2 -8
5 24 -5.656 2 -5.656 -3.512 -1.512 -6.272 -6.272 -1.512 -3.512 -3.064 2 -7.392
5 24 -3.512 -1.512 -6.272 -2 -2.435 -6.007 -3.512 -4.272 -3.512 0 -1.064 -7.392
5 24 -7.392 2 -3.064 -6.272 -1.512 -3.512 -5.656 2 -5.656 -7.392 -1.064 0
5 24 -6.272 -1.512 -3.512 -3.512 -4.272 -3.512 -5.656 -3.656 0 -3.512 -1.512 -6.272
5 24 -3.512 -4.272 -3.512 -2 -4.754 -3.319 -3.064 -5.392 0 0 -3.656 -5.656
5 24 -3.064 -5.392 0 -2 -5.392 -1.064 0 -6 0 -3.512 -4.272 -3.512
5 24 -5.656 -3.656 0 -3.512 -4.272 -3.512 -3.064 -5.392 0 -6.272 -1.512 -3.512
5 24 -3.512 -4.272 -3.512 -2 -4.007 -4.435 -3.512 -1.512 -6.272 0 -5.392 -3.064
5 24 -7.392 -1.064 0 -6.272 -1.512 -3.512 -5.656 -3.656 0 -7.392 2 -3.064
5 24 -6.272 -1.512 -3.512 -3.512 -1.512 -6.272 -5.656 2 -5.656 -3.512 -4.272 -3.512
5 24 -3.512 -1.512 -6.272 -2 -1.319 -6.754 -3.064 2 -7.392 0 -3.656 -5.656
5 24 -3.064 2 -7.392 0 2 -8 0 -1.064 -7.392 -1.52 4 -7.68
5 24 -5.656 2 -5.656 -3.064 2 -7.392 -3.512 -1.512 -6.272 -4.12 4 -6.52
5 24 -7.392 2 -3.064 -5.656 2 -5.656 -6.272 -1.512 -3.512 -6.52 4 -4.12
5 24 -8 2 0 -7.392 2 -3.064 -7.392 -1.064 0 -7.68 4 -1.52
0 L3P ENDPOV
0


Subject: 
Re: L3P Warnings
Newsgroups: 
lugnet.cad.ray
Date: 
Fri, 2 Jul 2010 14:32:49 GMT
Viewed: 
32123 times
  
In lugnet.cad.ray, Roland Melkert wrote:
It would be called 3001.pov and has the same information in it
as the 'else' portion of the current dat files

No, the IFPPOV-ELSEPOV-ENDPOV typically does not cover the whole file.

The main idea behind *inlining* POV code is that many parts only have
a small tricky/curvy section that would look better with POV code,
so only e.g. 5 % of the file should be replaced with dedicated POV code,
the remaining 95 % of the file will just be converted as normally.
With the POV code inlined you would still benefit from small
updates/corrections to the main part of the file.

Here is a compromise that facilitates POV substitution at file level:
We could put the curvy section (the 5% DAT commands in the else section)
into a subfile.
Similar to what we do with patterned parts
(or rather opposite, as the main portion here goes to the subfile).
/Lars


Subject: 
Re: L3P Warnings
Newsgroups: 
lugnet.cad.ray
Date: 
Fri, 2 Jul 2010 13:08:20 GMT
Viewed: 
33152 times
  
In lugnet.cad.ray, Timothy Gould wrote:

By that argument you dismiss the opposite perspective.

If we were both sitting on a bench somewhere and arguing from equal positions of
power, then that statement would make sense.  However, you are speaking from the
position of The Mighty LSC, an entity apparently able to make decisions by fiat.
Therefore, you (collectively) reserve the power to do things "because we say
so," rendering your position impenetrable to any argument.

My dismissal of your argument doesn't prevent the mighty committee from steering
LDraw in whatever arbitrary direction it pleases, but your dismissal of mine
shuts down my argument with what amounts to "cuz I say so." Therefore my
dismissal of your argument is not equivalent to your dismissal of others'
arguments, and you can't legitimately tar me with that same brush.

You call 'facile' on any argument, no matter how strong, that disagrees with
your own position.

I call "facile" on a position has the unaccountable power to dismiss opposition
by fiat and does so.

I have a very clear argument for my position: POVray is not LDraw and to mix the
two in one file is confusing, especially for the novice tinkerer. No that
position isn't likely to change until I see a novel and good argument against
it. I'm yet to see one.

You've yet to acknowledge one, you mean.

You're the one who insisted that two dozen lines of esoteric header code is "not
a big deal" for the novice tinkerer, even though it's intimidating and
off-putting even to veteran parts authors.  Therefore you have no trouble making
LDraw code "confusing" as long as it serves your purpose.

POV-Ray code language is, for a great many functions, far simpler than
equivalent LDraw code and has always been so.  It's a separate language, yes,
but it's hardly indecipherable, and anyone who can figure out how to generate
linetype-5 statements can certainly understand how to code in POV-Ray.

You're picking and choosing which "confusion" is acceptable.

Your main argument seems to stem from some desire to have everything in one
place.

Actually, that's not my argument.  My argument has been that there's no reason
why existing--and 100% unobtrusive--support for inlined POV-Ray code should be
discontinued.  Elsewhere in the thread it has been suggested that such support
is not likely to vanish, even if it's subject to error messaging, and IMO this
is an acceptable workaround.

Your position seems to be that POV-Ray code is okay as long as it's not inlined
and is made inconvenient for the end-user.

There's an easier solution to that than blending two file formats: you
can create a POV repository for the POVray parts.

So the simpler solution is for the user to create an entirely new library of
parts from scratch rather than allowing LDraw applications to continue to
support inlined POV-Ray code?

Not sure I see how that's simpler.


Subject: 
Re: L3P Warnings
Newsgroups: 
lugnet.cad.ray
Date: 
Fri, 2 Jul 2010 11:08:59 GMT
Viewed: 
32947 times
  
In lugnet.cad.ray, Dave Schuler wrote:
In lugnet.cad.ray, Timothy Gould wrote:
Upload to where?  If it's to a commonly-accessible LDraw-friendly site, then how
do we avoid having to sift through 500 different versions of 3001.dat?

I upload my POV enhanced LDraw dat files as replies to this post here in Lugnet:
http://news.lugnet.com/cad/ray/?n=2929
and I will continue with that as long as the posts seem to be popular.
If you have more Lego parts in the same spirit, they are welcome in that thread.

About the last question: we just don't avoid that unless we reduce the number of
approaches to a few well-defined standards and they become aknowledged and are
hosted by/linked from LDraw.org and Lugnet.

/Tore


Subject: 
Re: L3P Warnings
Newsgroups: 
lugnet.cad.ray
Date: 
Fri, 2 Jul 2010 10:52:40 GMT
Viewed: 
32837 times
  
In lugnet.cad.ray, Timothy Gould wrote:
It's more like offering people the choice of pizza or pie rather than pizza-pie.
You can choose POVray or LDraw. You don't need some hybrid.

Bad simile, but ok then: I want pizza-pie and I respect those who want pizza XOR
pie. Then let all three alternatives be available on the market. No Government
Control over personal taste.

I model in LDraw and render the final result in POVray. I need both, and *I*
prefer *one* parts library on my hard drive. Others may prefer two, three, or
four different libraries. It's their choise, and it serves them best. I don't
tell anyone that they just need one library.

/Tore


Subject: 
Re: L3P Warnings
Newsgroups: 
lugnet.cad.ray
Date: 
Fri, 2 Jul 2010 06:47:56 GMT
Viewed: 
33229 times
  
--snip--
How is disagreement dismission?

Are you kidding?  In the previous thread, I tried several times to explain my
position, and you repeatedly dismissed it by saying "I just don't see it as a
problem" or something to that effect.

Your answers here are likewise dismissive, because you offer facile, stop-gap
solutions that don't really address the complaint.

It's not disagreement; it's dismissal, because you have staked your position and
have no intention of changing it, and instead of sincerely addressing concerns
or objections you simply reply "it's no big deal."

I can't wait to see what you decide to do with the newsletter.

--snip--

By that argument you dismiss the opposite perspective. You call 'facile' on any
argument, no matter how strong, that disagrees with your own position.

I have a very clear argument for my position: POVray is not LDraw and to mix the
two in one file is confusing, especially for the novice tinkerer. No that
position isn't likely to change until I see a novel and good argument against
it. I'm yet to see one.

Your main argument seems to stem from some desire to have everything in one
place. There's an easier solution to that than blending two file formats: you
can create a POV repository for the POVray parts.

I await a new argument.

Tim


Subject: 
Re: L3P Warnings
Newsgroups: 
lugnet.cad.ray
Date: 
Fri, 2 Jul 2010 05:20:01 GMT
Viewed: 
32970 times
  
In lugnet.cad.ray, Timothy Gould wrote:
They could upload the files they've made. In fact, I have done so before.

Upload to where?  If it's to a commonly-accessible LDraw-friendly site, then how
do we avoid having to sift through 500 different versions of 3001.dat?

And if it's to an individual's own personal site, then that's equivalent to
hiding the file in a shoebox under the bed.

You can choose POVray or LDraw. You don't need some hybrid.

So you're endorsing the lower-resolution image format for fractional domes and
irregular curves, then?  What possible advantage could a lower-quality image
offer?

In both cases the underlying objection was that protocols
like these have the net effect of discouraging individual
experimentation with the format.

How so? You can experiment
with the format all you like. It just won't make it to an official release.

Well, that's "how so."  Even if a new prospective part-author can slog through a
few dozen lines of front-end gobbledygook, he has nothing to look forward to as
a reward for his efforts except automatic rejection.  I don't see how you can
see that as anything other than discouraging.

People can have any color car they like, as long as it's black, right?

Clearly there are fundamental differences of opinion at play here.  I accept
that the LSC has attained the power to make official decisions re: the
development of LDraw, but it's a mistake to dismiss or minimize dissenting
views.

How is disagreement dismission?

Are you kidding?  In the previous thread, I tried several times to explain my
position, and you repeatedly dismissed it by saying "I just don't see it as a
problem" or something to that effect.

Your answers here are likewise dismissive, because you offer facile, stop-gap
solutions that don't really address the complaint.

It's not disagreement; it's dismissal, because you have staked your position and
have no intention of changing it, and instead of sincerely addressing concerns
or objections you simply reply "it's no big deal."

I can't wait to see what you decide to do with the newsletter.

I would have to say that although this may be a solution that works, it's not
the best solution, nor do I understand why it must be the only *accepted*
solution.

I have POVray altered parts in my personal LDraw library. They serve me quite
well. I just don't feel the need to force them on people who will never use
POVray.

By that logic, you should object equally strongly to the dozens of lines of
header information in each official LDraw part, since these lines are forced
upon people who will never use them.  Heck, I'll absolutely never use Bionicle
elements in any LDraw modeling, but they're forced on me as part of the
(conspicuously few and very far between) library updates.

Inlined POV-Ray code is easily made invisible to anyone who doesn't want to use
it.


Subject: 
Re: L3P Warnings
Newsgroups: 
lugnet.cad.ray
Date: 
Thu, 1 Jul 2010 22:53:43 GMT
Viewed: 
33359 times
  
In lugnet.cad.ray, Dave Schuler wrote:
In lugnet.cad.ray, Timothy Gould wrote:

The newer LDView releases also make POVray export very easy and you can add
parts you've made yourself simply by editing a file. I have a number of custom
POV parts that I include this way.

But does such an export include the POV-enhanced parts in proper matrix
alignment, or does the user have to figure out how to orient the part to match
the output file?  If the latter, then it's equivalent to not supporting the
POV-Ray elements at all.

I don't know. All I know is that I export a POV file and it works well. That's
pretty much how I like my software to work.

A matching file is a much more efficient way of utilising both libraries. If
someone improves a POVray object they can simply edit one line to include their
updated version rather than having to edit the original .DAT file.

But doesn't that require X-number of different users each to generate their own
files?  Or a least to incorporate those files manually?  How is that more
efficient except insofar as it spares the front-end designer a little work?

They could upload the files they've made. In fact, I have done so before.

It's like saying "you 500 customers can each remove the pepperoni from your
pizzas" rather than giving them the option of not getting pepperoni in the first
place.

It's more like offering people the choice of pizza or pie rather than pizza-pie.
You can choose POVray or LDraw. You don't need some hybrid.

I don't presume to speak for Tore, but I can't help noticing that the two
advocates in favor of maintaing direct POV-Ray compatibility are the same two
people who recently took issue with the hugely elaborate file-headings in
official LDraw parts.  In both cases the underlying objection was that protocols
like these have the net effect of discouraging individual experimentation with
the format.

How so? You can experiment with the format all you like. It just won't make it
to an official release. But if you upload it and it works well I'll certainly
download your work. Just as I did with LGEO.

Clearly there are fundamental differences of opinion at play here.  I accept
that the LSC has attained the power to make official decisions re: the
development of LDraw, but it's a mistake to dismiss or minimize dissenting
views.

How is disagreement dismission?

I would have to say that although this may be a solution that works, it's not
the best solution, nor do I understand why it must be the only *accepted*
solution.

I have POVray altered parts in my personal LDraw library. They serve me quite
well. I just don't feel the need to force them on people who will never use
POVray.

Tim


Subject: 
Re: L3P Warnings
Newsgroups: 
lugnet.cad.ray
Date: 
Thu, 1 Jul 2010 20:20:37 GMT
Viewed: 
32801 times
  
In lugnet.cad.ray, Don Heyse wrote:

I think I've got a solution for you and Dave.  Stop worrying about the
messages.  ;)  No, really.  The current version of L3P still does what
you want, right?  And I think we can safely predict that the next non-beta
version of L3P is highly unlikely to be released in our lifetimes.  And
even if it is, it'll probably still support the syntax, albeit with the
warnings.

But if all those warnings are really keeping you awake at night then maybe
you should consider making a wrapper program that does nothing but run L3P
in the background with all the scary messages stripped out.  Do it for Dave,
if not for yourself.  I mean, look at his posts.  He's already teetering on
the edge of sanity, probably from spending so much time with all those
evil clone bricks.  I'd bet he's even still running the original LEDIT
program on some ancient 386 he's got stashed in an attic somewhere.  That's
not allowed in the current specs either.  You gotta help him...

Question my sanity if you must, but I'll have you know that I haven't used a 386
since 2008.

I hadn't thought about the likelihood of a non-beta version being released, but
as long as it supports the old syntax, then I don't care what kind of error
messages it gives me.  I was simply worred that it would support the coding at
all.


Subject: 
Re: L3P Warnings
Newsgroups: 
lugnet.cad.ray
Date: 
Thu, 1 Jul 2010 19:31:24 GMT
Viewed: 
32745 times
  
In lugnet.cad.ray, Roland Melkert wrote:
   In lugnet.cad.ray, Dave Schuler wrote: snip
   I’m not conversant with LGEO or the like; what would the filename format be for these alternate parts? That is, if a 2x4 brick is 3001.dat, what’s the equivalent name of the LGEO version? I ask because I like sticking with the DAT suffix, and using the official part names (3001) simply makes the most sense.

See also my reply on Tore Eriksson message. It would be called 3001.pov and has the same information in it as the ‘else’ portion of the current dat files (although without the leading 0’s, it would be pure povray script).

snip
  
   So perhaps you are hinting on maintainability or mixed single files (because even subfiles would work ok using a mirror tree, aslong they use the same scale and orientation (or are supplied with a transformation key).

Not sure I understand this part. Are you suggesting that the inlined POV-Ray code might be housed in a subfile? I could see that working, actually, though I’m not the person to generate the protocols to parse it.

I mean you could only put eg a p\stud.pov in the mirror tree and the converter tools would use the pov version for all studs in the scene when generating the povray version of the scene.

LDView already has the ability to do this automatic replacement during POV export:
  • Create a POV directory inside your LDraw directory
  • Put p an parts directories in the POV directory
  • Drop in POV files with the same filenames as the original .dat files (but with a .inc extension instead of .dat). (Note that the last #declare in the file is expected to be the #declare for the file’s geometry.)
  • Check the “Search for POV replacements for LDraw parts” check box in the Native POV Geometry box of the POV Export Options dialog in LDView.
Note that I don’t remember off the top of my head what happens if you have that checked along with “Use XML mapping file”. I think the POV replacements only happen for files that don’t get found in the XML mapping.

--Travis


Subject: 
Re: L3P Warnings
Newsgroups: 
lugnet.cad.ray
Date: 
Thu, 1 Jul 2010 19:00:56 GMT
Viewed: 
32933 times
  
In lugnet.cad.ray, Roland Melkert wrote:

Nowadays, I'm not very much of a part author, either. I started this thread
solely as an L3P user getting worrying warning messages.


Warning messages can be very irritating, maybe you can persuade Lars in adding a
parameter to ignore certain warnings.

roland

Thanks, but no, I don't get irritated so no need for yet another parameter to
silence certain warnings. I was just a little worried. And if a future version
of L3P will no longer support inline code, I'll probably stick to 1.4 Beta - if
not some very tasty new features outwage the loss.

/Tore


Subject: 
Re: L3P Warnings
Newsgroups: 
lugnet.cad.ray
Date: 
Thu, 1 Jul 2010 16:14:49 GMT
Viewed: 
32797 times
  
In lugnet.cad.ray, Dave Schuler wrote:
<snip>
I'm not conversant with LGEO or the like; what would the filename format be for
these alternate parts?  That is, if a 2x4 brick is 3001.dat, what's the
equivalent name of the LGEO version?  I ask because I like sticking with the DAT
suffix, and using the official part names (3001) simply makes the most sense.

See also my reply on Tore Eriksson message. It would be called 3001.pov and has
the same information in it as the 'else' portion of the current dat files
(although without the leading 0's, it would be pure povray script).

<snip>
So perhaps you are hinting on maintainability or mixed single files (because
even subfiles would work ok using a mirror tree, aslong they use the same scale
and orientation (or are supplied with a transformation key).

Not sure I understand this part.  Are you suggesting that the inlined POV-Ray
code might be housed in a subfile?  I could see that working, actually, though
I'm not the person to generate the protocols to parse it.

I mean you could only put eg a \p\stud.pov in the mirror tree and the converter
tools would use the pov version for all studs in the scene when generating the
povray version of the scene.

Roland


Subject: 
Re: L3P Warnings
Newsgroups: 
lugnet.cad.ray
Date: 
Thu, 1 Jul 2010 16:06:10 GMT
Viewed: 
32924 times
  
In lugnet.cad.ray, Tore Eriksson wrote:
<snip>
And, once again: Inline POV code is already there and ready to enjoy. No known
bugs, no complicated setup or extra parameters. And I'm not after allowing
Inline POV code in official part dats, like I said I accepted the ban, but I
sure hope the support for it will continue. It looks as though some people are
interested i my POV replacement dats after all, judging from the number of times
hey have been viewed http://news.lugnet.com/cad/ray/?n=2930

I understand, you have a working system and bad experiences with any
alternatives. In that case I think Don is right, just ignore the warnings and
keep doing what you like. I doubt Lars will stop supporting his own LDraw meta
extensions altogether.

So perhaps you are hinting on maintainability or mixed single files (because
even subfiles would work ok using a mirror tree, aslong they use the same scale
and orientation (or are supplied with a transformation key).

Sorry, you lost me completely there. I don't even know what a mirror tree is.


The thing I ment with a mirror tree is something like:

<some location>\LDraw\parts\3001.dat

<some (other) location>\myLDPovLib\parts\3001.pov

With a setup like this any conversion tool could use 3001.pov instead of
3001.dat when generating a combined povray script while the LDraw files keep
'clean'. There is still the need for some global povray include to setup the
used materials etc, but that could be a singe global file or generated on the
fly by the conversion tools.

<snip>

Nowadays, I'm not very much of a part author, either. I started this thread
solely as an L3P user getting worrying warning messages.


Warning messages can be very irritating, maybe you can persuade Lars in adding a
parameter to ignore certain warnings.

roland


Subject: 
Re: L3P Warnings
Newsgroups: 
lugnet.cad.ray
Date: 
Thu, 1 Jul 2010 15:05:38 GMT
Viewed: 
32927 times
  
In lugnet.cad.ray, Tore Eriksson wrote:
I started this thread solely as an L3P user getting worrying warning
messages.

I think I've got a solution for you and Dave.  Stop worrying about the
messages.  ;)  No, really.  The current version of L3P still does what
you want, right?  And I think we can safely predict that the next non-beta
version of L3P is highly unlikely to be released in our lifetimes.  And
even if it is, it'll probably still support the syntax, albeit with the
warnings.

But if all those warnings are really keeping you awake at night then maybe
you should consider making a wrapper program that does nothing but run L3P
in the background with all the scary messages stripped out.  Do it for Dave,
if not for yourself.  I mean, look at his posts.  He's already teetering on
the edge of sanity, probably from spending so much time with all those
evil clone bricks.  I'd bet he's even still running the original LEDIT
program on some ancient 386 he's got stashed in an attic somewhere.  That's
not allowed in the current specs either.  You gotta help him...

Have fun,

Don


Subject: 
Re: L3P Warnings
Newsgroups: 
lugnet.cad.ray
Date: 
Thu, 1 Jul 2010 13:44:38 GMT
Viewed: 
33211 times
  
In lugnet.cad.ray, Timothy Gould wrote:

The newer LDView releases also make POVray export very easy and you can add
parts you've made yourself simply by editing a file. I have a number of custom
POV parts that I include this way.

But does such an export include the POV-enhanced parts in proper matrix
alignment, or does the user have to figure out how to orient the part to match
the output file?  If the latter, then it's equivalent to not supporting the
POV-Ray elements at all.

A matching file is a much more efficient way of utilising both libraries. If
someone improves a POVray object they can simply edit one line to include their
updated version rather than having to edit the original .DAT file.

But doesn't that require X-number of different users each to generate their own
files?  Or a least to incorporate those files manually?  How is that more
efficient except insofar as it spares the front-end designer a little work?

It's like saying "you 500 customers can each remove the pepperoni from your
pizzas" rather than giving them the option of not getting pepperoni in the first
place.

I don't presume to speak for Tore, but I can't help noticing that the two
advocates in favor of maintaing direct POV-Ray compatibility are the same two
people who recently took issue with the hugely elaborate file-headings in
official LDraw parts.  In both cases the underlying objection was that protocols
like these have the net effect of discouraging individual experimentation with
the format.

Clearly there are fundamental differences of opinion at play here.  I accept
that the LSC has attained the power to make official decisions re: the
development of LDraw, but it's a mistake to dismiss or minimize dissenting
views.

I would have to say that although this may be a solution that works, it's not
the best solution, nor do I understand why it must be the only *accepted*
solution.


Subject: 
Re: L3P Warnings
Newsgroups: 
lugnet.cad.ray
Date: 
Thu, 1 Jul 2010 07:58:40 GMT
Viewed: 
32864 times
  
--snip--

I tried LGEO some times, even though it was very long ago.
* I couldn't get it to work. (Parameters, I guess. Maybe missing include files?)
* I think it's discontinued = no more parts updates.
* It looks like quality overkill to me. I'm not after photorealistic images, but
I don't want facetted surfaces of minifig faces. Photorealism takes way too much
CPU power for my huge models.

LGEO was updated fairly recently (in the last two years anyway) so it's
definitely being updated sometimes.

The newer LDView releases also make POVray export very easy and you can add
parts you've made yourself simply by editing a file. I have a number of custom
POV parts that I include this way.

A matching file is a much more efficient way of utilising both libraries. If
someone improves a POVray object they can simply edit one line to include their
updated version rather than having to edit the original .DAT file.

Tim


Subject: 
Re: L3P Warnings
Newsgroups: 
lugnet.cad.ray
Date: 
Thu, 1 Jul 2010 05:53:46 GMT
Viewed: 
32651 times
  
In lugnet.cad.ray, Tore Eriksson wrote:
  
  • It looks like quality overkill to me. I’m not after photorealistic images, but

This hits on the main issue, as far as I’m concerned. There are certain elements that simply can’t be rendered well within the constraints of the official, accepted LDraw code language.

My interest, of course, is in clone elements. I grant that a lot of users don’t care for non-LEGO parts, but they illustrate the problem very clearly.
These two Mega Bloks windscreen elements can’t be rendered smoothly by using pure LDraw code:

and


while these two Tyco domes don’t render well in canonical LDraw language, either:

and


Obviously these will never be part of an official update, but they represent shapes and surfaces that POV-Ray can handle quite easily, while LDraw cannot. For this reason, I think that they are emblematic of the shortcomings of the coding, so I agree with Tore that support of inlined POV-Ray code should continue, even if such inlined code keeps a part from inclusion in the library.

Dave!
The Bloks Forum


Subject: 
Re: L3P Warnings
Newsgroups: 
lugnet.cad.ray
Date: 
Thu, 1 Jul 2010 01:55:41 GMT
Viewed: 
32787 times
  
In lugnet.cad.ray, Roland Melkert wrote:
In lugnet.cad.ray, Tore Eriksson wrote:
<snip>
I don't see why it would be a problem to keep
the povray variant/improvements in separate (similar named) files (eg lgeo). So
tools can merge the data when needed.

You don't??? Are you serious? I can instantly think of four or five good reasons
why I (and obviously Dave!, too) prefer inline POV code before separate files
like LGEO. Please try again before I reveal the correct answers.


I'm sorry I really don't,

I guess there we have the really big problem. We all have our own LDraw
universes, and we all use LDraw for so very different purposes, different tools
of choise, different approaches, different thinking, different ways to solve
problems, different needs, different requirements... And we seem very much
unable to recognize other LDraw users' ways of thinking and their needs.

the 'if then' construction is pretty much the same
only thing is the two versions are in the same file.

Yeah, that would be the hint. Same file. And from this (agreed, quite small)
advantage derive the great, great, great advantages of this approach. Namely:
* No extra libraries or folders (except the sub-folder LDraw\Parts\Overwrite
where I store backups of my preferred personal variants of part dats I restore
after a L-Cad Parts Update)
* No extra parameters to remember for L3P! It works without any hassle right
from the very moment the POV replacement dat is there in the LDraw\Parts folder
- as opposed to all existing, "recommended" alternatives.
* It's there today, ready to use and with no known bugs.
In other words: It's extremely user-friendly, compared to the alternatives
given.

I tried LGEO some times, even though it was very long ago.
* I couldn't get it to work. (Parameters, I guess. Maybe missing include files?)
* I think it's discontinued = no more parts updates.
* It looks like quality overkill to me. I'm not after photorealistic images, but
I don't want facetted surfaces of minifig faces. Photorealism takes way too much
CPU power for my huge models.

http://sourceforge.net/projects/ldrawpov/
* Seems even more incomplete than LGEO. Nothing happened there in 3 years.
* Requires include files, seems awfully complicated to set it up to work.

And, once again: Inline POV code is already there and ready to enjoy. No known
bugs, no complicated setup or extra parameters. And I'm not after allowing
Inline POV code in official part dats, like I said I accepted the ban, but I
sure hope the support for it will continue. It looks as though some people are
interested i my POV replacement dats after all, judging from the number of times
hey have been viewed http://news.lugnet.com/cad/ray/?n=2930

So perhaps you are hinting on maintainability or mixed single files (because
even subfiles would work ok using a mirror tree, aslong they use the same scale
and orientation (or are supplied with a transformation key).

Sorry, you lost me completely there. I don't even know what a mirror tree is.

But then again I'm not a part modeler, so you actually made me somewhat curious
about the 'correct answers' :)

Nowadays, I'm not very much of a part author, either. I started this thread
solely as an L3P user getting worrying warning messages.

Roland

/Tore


Subject: 
Re: L3P Warnings
Newsgroups: 
lugnet.cad.ray
Date: 
Thu, 1 Jul 2010 01:02:42 GMT
Viewed: 
32796 times
  
In lugnet.cad.ray, Roland Melkert wrote:
In lugnet.cad.ray, Tore Eriksson wrote:
<snip>
I don't see why it would be a problem to keep
the povray variant/improvements in separate (similar named) files (eg lgeo). So
tools can merge the data when needed.

You don't??? Are you serious? I can instantly think of four or five good reasons
why I (and obviously Dave!, too) prefer inline POV code before separate files
like LGEO. Please try again before I reveal the correct answers.


I'm sorry I really don't, the 'if then' construction is pretty much the same
only thing is the two versions are in the same file.

I'm not conversant with LGEO or the like; what would the filename format be for
these alternate parts?  That is, if a 2x4 brick is 3001.dat, what's the
equivalent name of the LGEO version?  I ask because I like sticking with the DAT
suffix, and using the official part names (3001) simply makes the most sense.

Overall this is less of an issue for me, because I'm pretty sure that my field
of LDraw interest doesn't overlap too much with the LSC's plans.

So perhaps you are hinting on maintainability or mixed single files (because
even subfiles would work ok using a mirror tree, aslong they use the same scale
and orientation (or are supplied with a transformation key).

Not sure I understand this part.  Are you suggesting that the inlined POV-Ray
code might be housed in a subfile?  I could see that working, actually, though
I'm not the person to generate the protocols to parse it.


Subject: 
Re: L3P Warnings
Newsgroups: 
lugnet.cad.ray
Date: 
Wed, 30 Jun 2010 10:40:08 GMT
Viewed: 
32286 times
  
In lugnet.cad.ray, Travis Cobbs wrote:
In lugnet.cad.ray, Roland Melkert wrote:

As far I understand it, the main reason the LSC don't want POV code in the parts
themselves is because of the 'pollution'. Because another person might want
blender code or maybe even something like opengl code (just some examples).

I'm pretty sure the decision to disallow inline POV code in official parts was
made prior to the creation of the LSC.

On a side note, LDView's POV export functionality supports L3P's inline POV
syntax.

--Travis

The decision not to include POV code in LDraw part files was made by the LSC -
see http://news.lugnet.com/cad/dev/?n=9419 for the rationale.

Chris


Subject: 
Re: L3P Warnings
Newsgroups: 
lugnet.cad.ray
Date: 
Wed, 30 Jun 2010 01:34:31 GMT
Viewed: 
32940 times
  
In lugnet.cad.ray, Roland Melkert wrote:

As far I understand it, the main reason the LSC don't want POV code in the parts
themselves is because of the 'pollution'. Because another person might want
blender code or maybe even something like opengl code (just some examples).

I'm pretty sure the decision to disallow inline POV code in official parts was
made prior to the creation of the LSC.

On a side note, LDView's POV export functionality supports L3P's inline POV
syntax.

--Travis


Subject: 
Re: L3P Warnings
Newsgroups: 
lugnet.cad.ray
Date: 
Tue, 29 Jun 2010 21:33:57 GMT
Viewed: 
33274 times
  
In lugnet.cad.ray, Tore Eriksson wrote:
<snip>
I don't see why it would be a problem to keep
the povray variant/improvements in separate (similar named) files (eg lgeo). So
tools can merge the data when needed.

You don't??? Are you serious? I can instantly think of four or five good reasons
why I (and obviously Dave!, too) prefer inline POV code before separate files
like LGEO. Please try again before I reveal the correct answers.


I'm sorry I really don't, the 'if then' construction is pretty much the same
only thing is the two versions are in the same file.

So perhaps you are hinting on maintainability or mixed single files (because
even subfiles would work ok using a mirror tree, aslong they use the same scale
and orientation (or are supplied with a transformation key).

But then again I'm not a part modeler, so you actually made me somewhat curious
about the 'correct answers' :)

Roland


Subject: 
Re: L3P Warnings
Newsgroups: 
lugnet.cad.ray
Date: 
Tue, 29 Jun 2010 18:16:07 GMT
Viewed: 
33191 times
  
In lugnet.cad.ray, Roland Melkert wrote:
As far I understand it, the main reason the LSC don't want POV code in the parts
themselves is because of the 'pollution'. Because another person might want
blender code or maybe even something like opengl code (just some examples).
Imho this is a correct attitude,

After some tough discussion some years ago, I now agree on that (although so
far, I've seen nothing that comes remotely close to L3P+POV-Ray. And I doubt
there will be in a foreseeable future).

I don't see why it would be a problem to keep
the povray variant/improvements in separate (similar named) files (eg lgeo). So
tools can merge the data when needed.

You don't??? Are you serious? I can instantly think of four or five good reasons
why I (and obviously Dave!, too) prefer inline POV code before separate files
like LGEO. Please try again before I reveal the correct answers.

/Tore


Subject: 
Re: L3P Warnings
Newsgroups: 
lugnet.cad.ray
Date: 
Tue, 29 Jun 2010 16:16:26 GMT
Viewed: 
32893 times
  
In lugnet.cad.ray, Dave Schuler wrote:
<snip>
Again, I'm not saying that the LSC should allow inlined POV-Ray code in the
formal parts libary, but I can pretty much guarantee that I'll continue to use
it in the parts that *I* author because of the greatly superior results that it
allows.

Dave!

As far I understand it, the main reason the LSC don't want POV code in the parts
themselves is because of the 'pollution'. Because another person might want
blender code or maybe even something like opengl code (just some examples).

Imho this is a correct attitude, I don't see why it would be a problem to keep
the povray variant/improvements in separate (similar named) files (eg lgeo). So
tools can merge the data when needed.

Just my 2 cents.

Roland


Subject: 
Re: L3P Warnings
Newsgroups: 
lugnet.cad.ray
Date: 
Tue, 29 Jun 2010 03:13:29 GMT
Viewed: 
32674 times
  
In lugnet.cad.ray, Joshua Delahunty wrote:
In lugnet.cad.ray, Tore Eriksson wrote:
In lugnet.cad.ray, Dave Schuler wrote:
In lugnet.cad.ray, Lars C. Hassing wrote:
At http://www.hassings.dk/l3/l3p14beta.html#version14 I find no directions on
how to use less impopular keywords. Is there a more recommended syntax, or
should I just ignore the warnings since the code still works just as expected?

You should just ignore these warnings.
They are meant to discourage further use,
but they will still work.

Wait a minute!  I use L3P and inlined POV-Ray code almost daily--don't tell me
that this is being phased out?

Aaaaagghh!


Dave!

Let's initiate a list of signatures at once! :)

/Tore
(Another almost daily inlined POV-code user)

A highly unpopular and controversial issue with LDRAW.

You'd best create a working group to study the impact of creating your own
sub-committee of an existing LDRAW committee for the purposes of resurrecting
challenges to an asked-and-answered bit of LDRAW Law.

As I understand it, nearly all of the fuss was about the fact that POV-Ray is a
whole separate organism not under the control of the LSC, so any "official"
additions to the LDraw library that contained inlined POV-Ray code would be at
the mercy of that separate organism.

Generally a fair objection, I admit, and I don't dispute the authority of the
LSC to make that decision.  However, if the inlined code in question pertains to
basic shapes and surfaces, then there seems little risk that the good people @
Persistence of Vision will make changes to that basic and fundamental coding
protocal any time soon.

However, certain functions like radiosity are somewhat volatile, so these should
definitely be avoided when inlining code.  I believe that the "intersection"
function has also been rendered obsolete, and this demonstrates that even
seemingly basic operations could change down the line.

Even so, the comparatively small risk associated with such changes is worth the
payoff IMO.  If you have to write code for, say, a dome that represents 35% of a
sphere, I'm not aware of a great way to do this in LDraw such that the finished
product will be smooth and round rather than bumpy and faceted.

If there is indeed a great and official workaround, I'd love to hear (and
incorporate) it!

Again, I'm not saying that the LSC should allow inlined POV-Ray code in the
formal parts libary, but I can pretty much guarantee that I'll continue to use
it in the parts that *I* author because of the greatly superior results that it
allows.

Dave!


Subject: 
Re: L3P Warnings
Newsgroups: 
lugnet.cad.ray
Date: 
Mon, 28 Jun 2010 21:52:03 GMT
Viewed: 
32392 times
  
In lugnet.cad.ray, Tore Eriksson wrote:
In lugnet.cad.ray, Dave Schuler wrote:
In lugnet.cad.ray, Lars C. Hassing wrote:
At http://www.hassings.dk/l3/l3p14beta.html#version14 I find no directions on
how to use less impopular keywords. Is there a more recommended syntax, or
should I just ignore the warnings since the code still works just as expected?

You should just ignore these warnings.
They are meant to discourage further use,
but they will still work.

Wait a minute!  I use L3P and inlined POV-Ray code almost daily--don't tell me
that this is being phased out?

Aaaaagghh!


Dave!

Let's initiate a list of signatures at once! :)

/Tore
(Another almost daily inlined POV-code user)

A highly unpopular and controversial issue with LDRAW.

You'd best create a working group to study the impact of creating your own
sub-committee of an existing LDRAW committee for the purposes of resurrecting
challenges to an asked-and-answered bit of LDRAW Law.

<insert the sound of a very heavy legal tome pounding onto the solid top surface
of table in the law library of an expensive but undisclosed legal firm.  BOOM!>


<smirk>

:-)

      -- joshua


Subject: 
Re: L3P Warnings
Newsgroups: 
lugnet.cad.ray
Date: 
Mon, 28 Jun 2010 02:01:24 GMT
Viewed: 
32398 times
  
In lugnet.cad.ray, Dave Schuler wrote:
In lugnet.cad.ray, Lars C. Hassing wrote:
At http://www.hassings.dk/l3/l3p14beta.html#version14 I find no directions on
how to use less impopular keywords. Is there a more recommended syntax, or
should I just ignore the warnings since the code still works just as expected?

You should just ignore these warnings.
They are meant to discourage further use,
but they will still work.

Wait a minute!  I use L3P and inlined POV-Ray code almost daily--don't tell me
that this is being phased out?

Aaaaagghh!


Dave!

Let's initiate a list of signatures at once! :)

/Tore
(Another almost daily inlined POV-code user)


Subject: 
Re: L3P Warnings
Newsgroups: 
lugnet.cad.ray
Date: 
Mon, 28 Jun 2010 01:43:19 GMT
Viewed: 
32922 times
  
In lugnet.cad.ray, Lars C. Hassing wrote:
At http://www.hassings.dk/l3/l3p14beta.html#version14 I find no directions on
how to use less impopular keywords. Is there a more recommended syntax, or
should I just ignore the warnings since the code still works just as expected?

You should just ignore these warnings.
They are meant to discourage further use,
but they will still work.

Wait a minute!  I use L3P and inlined POV-Ray code almost daily--don't tell me
that this is being phased out?

Aaaaagghh!


Dave!


Subject: 
Re: L3P Warnings
Newsgroups: 
lugnet.cad.ray
Date: 
Mon, 28 Jun 2010 00:24:05 GMT
Viewed: 
32495 times
  
In lugnet.cad.ray, Tore Eriksson wrote:
Using L3P v1.4 Beta, I revieve a lot of warnings from my dat files with inline
POV code:

WARNING "3901.dat" Line 11: This keyword is deprecated: 0 L3P IFNOTPOV
WARNING "3901.dat" Line 458: This keyword is deprecated: 0 L3P ELSEPOV
WARNING "3901.dat" Line 504: This keyword is deprecated: 0 L3P ENDPOV

At http://www.hassings.dk/l3/l3p14beta.html#version14 I find no directions on
how to use less impopular keywords. Is there a more recommended syntax, or
should I just ignore the warnings since the code still works just as expected?

You should just ignore these warnings.
They are meant to discourage further use,
but they will still work.

I should look into my old L3PPARTS project...
/Lars


Special: 
[DAT] (requires LDraw-compatible viewer)
Subject: 
POV dat - 3901 - Minifig Hair Male - POV
Newsgroups: 
lugnet.cad.ray, lugnet.cad.dat.parts
Date: 
Sat, 26 Jun 2010 20:50:12 GMT
Highlighted: 
(details)
Viewed: 
38682 times
  
0 Minifig Hair Male - POV
0 Name: 3901.dat
0 Author: Chris Dee [cwdee]
0 Unofficial Part
0 // using DAT code from LDRAW_ORG Part UPDATE 2009-03
0 // using POV code from Anton Raves Library version 0532 2007-07-29
0 // Inlined POV code complies with both L3P v 1.3 and v 1.4
0 // inlining by Tore Eriksson

0 BFC CERTIFY CCW
0 !KEYWORDS men, man, boy, short

0 !HISTORY 2001-10-26 [PTadmin] Official Update 2001-01
0 !HISTORY 2007-06-30 [PTadmin] Header formatted for Contributor Agreement
0 !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01
0 !HISTORY 2009-10-13 {The LEGO Universe Team} Original part shape
0 !HISTORY 2009-10-26 [anathema] Complete rewrite using LEGO Universe Team part
0 !HISTORY 2009-12-29 [PTadmin] Official Update 2009-03

0 L3P IFNOTPOV
4 16 13.002 7.284 0 14.472 7.154 -0.195 14.382 7.434 -1.613 12.932 7.574 -1.488
3 16 11.793 5.563 -8.625 9.858 5.322 -8.56 12.459 7.314 -7.605
3 16 14.226 8.594 2.768 14.421 7.584 1.668 12.718 8.454 2.553
3 16 12.718 8.454 2.553 14.421 7.584 1.668 12.862 7.584 1.517
3 16 13.642 10.604 -4.456 12.259 10.644 -4.149 14.172 8.374 -2.788
3 16 12.755 8.454 -2.719 14.172 8.374 -2.788 12.259 10.644 -4.149
3 16 11.917 10.903 -5.116 13.16 10.784 -5.3 11.567 10.404 -6.085
3 16 13.16 10.784 -5.3 12.843 10.314 -6.146 11.567 10.404 -6.085
3 16 14.382 7.434 -1.613 14.172 8.374 -2.788 12.932 7.574 -1.488
3 16 12.932 7.574 -1.488 14.172 8.374 -2.788 12.755 8.454 -2.719
3 16 14.421 7.584 1.668 14.472 7.154 -0.195 12.862 7.584 1.517
3 16 12.862 7.584 1.517 14.472 7.154 -0.195 13.002 7.284 0
3 16 12.259 10.644 -4.149 13.642 10.604 -4.456 12.011 10.862 -4.975
3 16 11.917 10.903 -5.116 12.011 10.862 -4.975 13.642 10.604 -4.456
3 16 -7.073 7.074 -12.322 -6.423 7.104 -11.122 -4.975 7.04 -12.011
4 16 0 6.854 -14.192 -7.073 7.074 -12.322 -4.975 7.04 -12.011 -4.271 7.02 -12.151
3 16 -1.526 6.908 -12.697 0 6.854 -14.192 -4.271 7.02 -12.151
3 16 -1.526 6.908 -12.697 0 6.845 -13 0 6.854 -14.192
4 16 0 6.845 -13 1.213 6.688 -12.759 6.997 5.944 -12.362 0 6.854 -14.192
3 16 6.997 5.944 -12.362 3.61 6.391 -12.282 4.975 6.222 -12.011
3 16 3.61 6.391 -12.282 6.997 5.944 -12.362 1.213 6.688 -12.759
3 16 6.997 5.944 -12.362 4.975 6.222 -12.011 6.42 6.064 -11.122
3 16 -11.653 7.274 -7.858 -10.713 7.344 -7.413 -7.073 7.074 -12.322
3 16 -7.073 7.074 -12.322 -10.713 7.344 -7.413 -9.192 7.241 -9.192
3 16 -7.073 7.074 -12.322 -9.192 7.241 -9.192 -6.423 7.104 -11.122
3 16 9.858 5.322 -8.56 11.793 5.563 -8.625 10.566 5.06 -9.002
3 16 9.858 5.322 -8.56 10.566 5.06 -9.002 10.098 5.358 -9.882
3 16 9.858 5.322 -8.56 6.997 5.944 -12.362 9.192 5.466 -9.192
3 16 9.192 5.466 -9.192 6.997 5.944 -12.362 6.42 6.064 -11.122
3 16 9.858 5.322 -8.56 10.098 5.358 -9.882 6.997 5.944 -12.362
4 16 11.119 15.344 6.42 12.307 15.474 6.895 13.377 14.574 4.814 12.01 14.717 4.975
3 16 13.377 14.574 4.814 12.118 14.514 4.482 12.01 14.717 4.975
3 16 12.103 14.527 4.512 12.011 14.717 4.975 12.118 14.514 4.482
3 16 14.046 13.284 4.012 14.158 10.994 3.68 12.458 13.014 3.715
3 16 12.458 13.014 3.715 14.158 10.994 3.68 12.48 10.944 3.522
3 16 14.158 10.994 3.68 14.226 8.594 2.768 12.48 10.944 3.522
3 16 12.48 10.944 3.522 14.226 8.594 2.768 12.718 8.454 2.553
3 16 -14.613 6.994 -0.022 -14.693 7.394 1.628 -13.023 7.284 0
3 16 -13.023 7.284 0 -14.693 7.394 1.628 -12.943 7.534 1.377
3 16 -12.103 10.804 -4.8 -11.683 10.604 -5.734 -13.483 10.614 -5.372
3 16 -11.683 10.604 -5.734 -13.013 10.344 -6.165 -13.483 10.614 -5.372
3 16 -11.783 7.474 -7.372 -10.713 7.344 -7.413 -11.653 7.274 -7.858
3 16 -14.463 7.314 -1.475 -12.913 7.424 -1.226 -14.173 8.424 -2.838
3 16 -12.713 8.304 -2.637 -14.173 8.424 -2.838 -12.913 7.424 -1.226
3 16 -12.473 10.764 3.59 -12.753 8.484 2.571 -14.343 10.734 3.761
3 16 -12.753 8.484 2.571 -14.503 8.554 2.871 -14.343 10.734 3.761
3 16 -12.393 10.504 -4.025 -13.793 10.404 -4.335 -12.713 8.304 -2.637
3 16 -13.793 10.404 -4.335 -14.173 8.424 -2.838 -12.713 8.304 -2.637
3 16 -14.203 13.554 4.139 -12.413 13.224 3.686 -14.343 10.734 3.761
3 16 -12.473 10.764 3.59 -14.343 10.734 3.761 -12.413 13.224 3.686
3 16 -14.693 7.394 1.628 -14.503 8.554 2.871 -12.943 7.534 1.377
3 16 -12.943 7.534 1.377 -14.503 8.554 2.871 -12.753 8.484 2.571
3 16 -14.613 6.994 -0.022 -13.023 7.284 0 -14.463 7.314 -1.475
3 16 -12.913 7.424 -1.226 -14.463 7.314 -1.475 -13.023 7.284 0
3 16 -12.733 8.624 -6.995 -13.013 10.344 -6.165 -11.193 9.164 -6.793
3 16 -11.193 9.164 -6.793 -13.013 10.344 -6.165 -11.683 10.604 -5.734
4 16 -11.193 9.164 -6.793 -10.713 7.344 -7.413 -11.783 7.474 -7.372 -12.733 8.624 -6.995
3 16 -13.483 10.614 -5.372 -13.793 10.404 -4.335 -12.103 10.804 -4.8
3 16 -13.793 10.404 -4.335 -12.393 10.504 -4.025 -12.103 10.804 -4.8
3 16 4.975 16.701 12.01 0 17.034 13 0 17.034 14.028
3 16 4.975 16.701 12.01 0 17.034 14.028 7.189 16.574 12.118
3 16 7.189 16.574 12.118 9.192 16.062 9.192 4.975 16.701 12.01
4 16 -4.975 16.687 12.011 -7.203 16.574 12.208 0 17.034 14.028 -4.049 16.744 12.195
3 16 -7.203 16.574 12.208 -4.975 16.687 12.011 -6.423 16.574 11.12
3 16 -0.307 17.012 12.939 0 17.034 14.028 0 17.034 13
3 16 -0.307 17.012 12.939 -4.049 16.744 12.195 0 17.034 14.028
3 16 -7.203 16.574 12.208 -6.423 16.574 11.12 -12.643 15.384 6.964
3 16 -12.643 15.384 6.964 -6.423 16.574 11.12 -9.192 16.028 9.192
3 16 -12.643 15.384 6.964 -9.192 16.028 9.192 -11.123 15.344 6.42
3 16 7.189 16.574 12.118 12.307 15.474 6.895 9.192 16.062 9.192
3 16 11.119 15.344 6.42 9.192 16.062 9.192 12.307 15.474 6.895
3 16 -12.413 13.224 3.686 -14.203 13.554 4.139 -12.153 14.574 4.594
3 16 -14.203 13.554 4.139 -13.783 14.654 4.956 -12.153 14.574 4.594
3 16 -13.783 14.654 4.956 -12.643 15.384 6.964 -12.153 14.574 4.594
3 16 -12.643 15.384 6.964 -11.123 15.344 6.42 -12.011 14.727 4.975
3 16 -12.643 15.384 6.964 -12.011 14.727 4.975 -12.153 14.574 4.594
3 16 12.458 13.014 3.715 12.118 14.514 4.482 14.046 13.284 4.012
3 16 14.046 13.284 4.012 12.118 14.514 4.482 13.377 14.574 4.814
3 16 12.733 3.991 -8.03 11.289 3.903 -8.892 12.333 4.971 -8.525
3 16 12.333 4.971 -8.525 11.289 3.903 -8.892 10.955 4.716 -9.212
3 16 10.411 3.684 -10.542 10.264 4.887 -10.492 11.289 3.903 -8.892
3 16 10.955 4.716 -9.212 11.289 3.903 -8.892 10.264 4.887 -10.492
3 16 13.118 1.662 -6.86 12.733 -1.004 -4.679 11.706 1.229 -7.328
3 16 12.733 -1.004 -4.679 11.195 -1.266 -5.454 11.706 1.229 -7.328
3 16 10.483 -2.327 -6.878 11.027 0.159 -9.052 11.195 -1.266 -5.454
3 16 11.706 1.229 -7.328 11.195 -1.266 -5.454 11.027 0.159 -9.052
3 16 10.126 -2.924 -2.594 11.568 -2.525 -1.883 8.901 -4.172 1.253
3 16 11.568 -2.525 -1.883 10.034 -3.527 1.617 8.901 -4.172 1.253
3 16 10.126 -2.924 -2.594 8.901 -4.172 1.253 9.346 -4.056 -3.811
3 16 8.901 -4.172 1.253 8.365 -4.673 0.263 9.346 -4.056 -3.811
3 16 11.195 -1.266 -5.454 12.733 -1.004 -4.679 10.126 -2.924 -2.594
3 16 12.733 -1.004 -4.679 11.568 -2.525 -1.883 10.126 -2.924 -2.594
4 16 10.126 -2.924 -2.594 9.346 -4.056 -3.811 10.483 -2.327 -6.878 11.195 -1.266 -5.454
3 16 11.706 1.229 -7.328 11.289 3.903 -8.892 13.118 1.662 -6.86
3 16 12.733 3.991 -8.03 13.118 1.662 -6.86 11.289 3.903 -8.892
3 16 10.411 3.684 -10.542 11.289 3.903 -8.892 11.027 0.159 -9.052
3 16 11.289 3.903 -8.892 11.706 1.229 -7.328 11.027 0.159 -9.052
4 16 -7.403 6.594 -12.812 0.001 6.384 -14.762 0.001 5.067 -15.012 -7.613 5.61 -12.942
4 16 7.199 5.428 -12.892 7.199 4.114 -13.142 0.001 5.067 -15.012 0.001 6.384 -14.762
3 16 -7.613 5.61 -12.942 -12.693 5.984 -7.785 -7.403 6.594 -12.812
3 16 -7.403 6.594 -12.812 -12.693 5.984 -7.785 -12.293 6.824 -7.969
3 16 7.199 4.114 -13.142 7.199 5.428 -12.892 10.411 3.684 -10.542
3 16 10.264 4.887 -10.492 10.411 3.684 -10.542 7.199 5.428 -12.892
4 16 -0.275 0.387 -14.272 -8.043 1.461 -12.272 -7.613 5.61 -12.942 0.001 5.067 -15.012
3 16 0.001 5.067 -15.012 7.199 4.114 -13.142 -0.275 0.387 -14.272
3 16 7.199 4.114 -13.142 7.089 -0.111 -12.272 -0.275 0.387 -14.272
3 16 -8.043 1.461 -12.272 -13.413 3.431 -6.636 -7.613 5.61 -12.942
3 16 -7.613 5.61 -12.942 -13.413 3.431 -6.636 -12.693 5.984 -7.785
3 16 11.027 0.159 -9.052 7.089 -0.111 -12.272 10.411 3.684 -10.542
3 16 10.411 3.684 -10.542 7.089 -0.111 -12.272 7.199 4.114 -13.142
3 16 -8.043 1.461 -12.272 -8.483 -1.757 -9.952 -13.413 3.431 -6.636
3 16 -8.483 -1.757 -9.952 -13.803 1.894 -5.074 -13.413 3.431 -6.636
3 16 -0.551 -3.198 -11.412 -8.483 -1.757 -9.952 -0.275 0.387 -14.272
3 16 -0.275 0.387 -14.272 -8.483 -1.757 -9.952 -8.043 1.461 -12.272
3 16 -0.275 0.387 -14.272 7.089 -0.111 -12.272 -0.551 -3.198 -11.412
3 16 7.089 -0.111 -12.272 6.435 -3.203 -9.652 -0.551 -3.198 -11.412
3 16 6.435 -3.203 -9.652 7.089 -0.111 -12.272 10.483 -2.327 -6.878
3 16 11.027 0.159 -9.052 10.483 -2.327 -6.878 7.089 -0.111 -12.272
3 16 -1.203 -5.72 -7.467 -8.863 -3.757 -6.531 -0.551 -3.198 -11.412
3 16 -0.551 -3.198 -11.412 -8.863 -3.757 -6.531 -8.483 -1.757 -9.952
3 16 -0.551 -3.198 -11.412 6.435 -3.203 -9.652 -1.203 -5.72 -7.467
3 16 6.435 -3.203 -9.652 5.265 -5.298 -5.888 -1.203 -5.72 -7.467
3 16 -8.863 -3.757 -6.531 -13.923 0.63 -2.778 -8.483 -1.757 -9.952
3 16 -8.483 -1.757 -9.952 -13.923 0.63 -2.778 -13.803 1.894 -5.074
3 16 5.265 -5.298 -5.888 6.435 -3.203 -9.652 9.346 -4.056 -3.811
3 16 6.435 -3.203 -9.652 10.483 -2.327 -6.878 9.346 -4.056 -3.811
4 16 -13.923 0.132 -0.899 -13.923 0.63 -2.778 -8.863 -3.757 -6.531 -9.253 -4.563 -1.923
3 16 -1.203 -5.72 -7.467 -1.853 -7.037 -2.29 -8.863 -3.757 -6.531
3 16 -1.853 -7.037 -2.29 -9.253 -4.563 -1.923 -8.863 -3.757 -6.531
3 16 -1.203 -5.72 -7.467 5.265 -5.298 -5.888 -1.853 -7.037 -2.29
3 16 5.265 -5.298 -5.888 4.095 -6.586 -1.666 -1.853 -7.037 -2.29
3 16 8.365 -4.673 0.263 4.095 -6.586 -1.666 9.346 -4.056 -3.811
3 16 9.346 -4.056 -3.811 4.095 -6.586 -1.666 5.265 -5.298 -5.888
3 16 -1.853 -7.037 -2.29 -1.863 -6.869 3.167 -9.253 -4.563 -1.923
3 16 -1.863 -6.869 3.167 -9.163 -4.267 2.667 -9.253 -4.563 -1.923
4 16 -1.863 -6.869 3.167 -1.853 -7.037 -2.29 4.095 -6.586 -1.666 4.278 -6.358 3.364
3 16 -9.163 -4.267 2.667 -13.723 -0.02 1.531 -9.253 -4.563 -1.923
3 16 -9.253 -4.563 -1.923 -13.723 -0.02 1.531 -13.923 0.132 -0.899
3 16 4.095 -6.586 -1.666 8.365 -4.673 0.263 4.278 -6.358 3.364
3 16 8.365 -4.673 0.263 8.675 -4.238 3.782 4.278 -6.358 3.364
3 16 -7.713 10.064 13.568 -12.993 9.624 8.191 -7.823 6.404 13.838
3 16 -7.823 6.404 13.838 -12.993 9.624 8.191 -13.063 6.734 8.334
4 16 -0.694 6.344 15.908 -0.463 10.164 15.718 -7.713 10.064 13.568 -7.823 6.404 13.838
3 16 6.638 9.884 14.168 -0.463 10.164 15.718 6.318 6.234 14.558
3 16 6.318 6.234 14.558 -0.463 10.164 15.718 -0.694 6.344 15.908
4 16 11.669 9.234 10.237 7.427 16.114 12.888 6.638 9.884 14.168 11.119 6.074 11
3 16 11.119 6.074 11 6.638 9.884 14.168 6.318 6.234 14.558
3 16 -8.263 -0.69 11.258 -13.153 1.532 6.758 -8.723 -3.154 7.497
3 16 -8.723 -3.154 7.497 -13.153 1.532 6.758 -13.443 0.184 3.962
3 16 -1.153 -1.779 13.018 -8.263 -0.69 11.258 -1.583 -5.064 8.625
3 16 -1.583 -5.064 8.625 -8.263 -0.69 11.258 -8.723 -3.154 7.497
4 16 -1.583 -5.064 8.625 4.859 -4.493 8.394 5.366 -1.543 12.358 -1.153 -1.779 13.018
3 16 4.859 -4.493 8.394 9.304 -2.539 7.302 5.366 -1.543 12.358
3 16 9.304 -2.539 7.302 10.017 -0.12 10.136 5.366 -1.543 12.358
3 16 -8.723 -3.154 7.497 -13.443 0.184 3.962 -9.163 -4.267 2.667
3 16 -9.163 -4.267 2.667 -13.443 0.184 3.962 -13.723 -0.02 1.531
3 16 -1.583 -5.064 8.625 -8.723 -3.154 7.497 -1.863 -6.869 3.167
3 16 -1.863 -6.869 3.167 -8.723 -3.154 7.497 -9.163 -4.267 2.667
3 16 4.859 -4.493 8.394 -1.583 -5.064 8.625 4.278 -6.358 3.364
3 16 4.278 -6.358 3.364 -1.583 -5.064 8.625 -1.863 -6.869 3.167
3 16 4.859 -4.493 8.394 4.278 -6.358 3.364 9.304 -2.539 7.302
3 16 8.675 -4.238 3.782 9.304 -2.539 7.302 4.278 -6.358 3.364
4 16 -7.933 2.748 13.338 -13.123 3.842 7.984 -13.153 1.532 6.758 -8.263 -0.69 11.258
4 16 -7.933 2.748 13.338 -8.263 -0.69 11.258 -1.153 -1.779 13.018 -0.923 2.527 15.528
3 16 5.998 2.587 14.338 -0.923 2.527 15.528 5.366 -1.543 12.358
3 16 5.366 -1.543 12.358 -0.923 2.527 15.528 -1.153 -1.779 13.018
3 16 5.366 -1.543 12.358 10.017 -0.12 10.136 5.998 2.587 14.338
3 16 10.017 -0.12 10.136 10.568 2.695 11.135 5.998 2.587 14.338
4 16 -7.713 10.064 13.568 -7.503 16.104 12.888 -13.123 14.694 7.235 -12.993 9.624 8.191
3 16 -0.463 10.164 15.718 -0.032 16.564 14.788 -7.713 10.064 13.568
3 16 -0.032 16.564 14.788 -7.503 16.104 12.888 -7.713 10.064 13.568
3 16 7.427 16.114 12.888 -0.032 16.564 14.788 6.638 9.884 14.168
3 16 6.638 9.884 14.168 -0.032 16.564 14.788 -0.463 10.164 15.718
3 16 12.919 15.094 7.301 7.427 16.114 12.888 11.669 9.234 10.237
3 16 8.901 -4.172 1.253 8.675 -4.238 3.782 8.365 -4.673 0.263
3 16 10.034 -3.527 1.617 8.675 -4.238 3.782 8.901 -4.172 1.253
3 16 11.669 9.234 10.237 13.849 8.774 6.54 12.919 15.094 7.301
3 16 13.849 8.774 6.54 14.134 14.204 5.073 12.919 15.094 7.301
3 16 14.134 14.204 5.073 13.849 8.774 6.54 14.492 13.184 4.511
3 16 14.492 13.184 4.511 13.849 8.774 6.54 14.578 10.884 4.197
3 16 13.849 8.774 6.54 14.723 8.664 3.403 14.578 10.884 4.197
3 16 10.034 -3.527 1.617 11.568 -2.525 -1.883 11.051 -2.786 2.335
3 16 12.61 -1.248 0.813 11.051 -2.786 2.335 11.568 -2.525 -1.883
3 16 13.994 0.746 -0.934 12.61 -1.248 0.813 12.733 -1.004 -4.679
3 16 12.61 -1.248 0.813 11.568 -2.525 -1.883 12.733 -1.004 -4.679
3 16 11.911 -0.186 6.829 10.017 -0.12 10.136 10.694 -2.093 5.913
3 16 10.017 -0.12 10.136 9.304 -2.539 7.302 10.694 -2.093 5.913
4 16 14.432 4.986 -4.254 13.118 1.662 -6.86 12.733 3.991 -8.03 14.157 6.984 -5.14
3 16 14.157 6.984 -5.14 12.733 3.991 -8.03 12.333 4.971 -8.525
3 16 10.568 2.695 11.135 10.017 -0.12 10.136 13.072 2.34 7.195
3 16 10.017 -0.12 10.136 11.911 -0.186 6.829 13.072 2.34 7.195
3 16 12.733 -1.004 -4.679 13.118 1.662 -6.86 13.994 0.746 -0.934
3 16 14.539 2.99 -2.949 13.994 0.746 -0.934 13.118 1.662 -6.86
3 16 10.568 2.695 11.135 13.072 2.34 7.195 11.119 6.074 11
3 16 11.119 6.074 11 13.072 2.34 7.195 13.687 5.417 7.028
3 16 11.119 6.074 11 6.318 6.234 14.558 10.568 2.695 11.135
3 16 10.568 2.695 11.135 6.318 6.234 14.558 5.998 2.587 14.338
3 16 6.318 6.234 14.558 -0.694 6.344 15.908 5.998 2.587 14.338
3 16 5.998 2.587 14.338 -0.694 6.344 15.908 -0.923 2.527 15.528
3 16 -0.694 6.344 15.908 -7.823 6.404 13.838 -0.923 2.527 15.528
3 16 -0.923 2.527 15.528 -7.823 6.404 13.838 -7.933 2.748 13.338
4 16 -7.823 6.404 13.838 -13.063 6.734 8.334 -13.123 3.842 7.984 -7.933 2.748 13.338
3 16 11.119 6.074 11 13.687 5.417 7.028 11.669 9.234 10.237
3 16 13.849 8.774 6.54 11.669 9.234 10.237 13.687 5.417 7.028
3 16 14.539 2.99 -2.949 13.118 1.662 -6.86 14.432 4.986 -4.254
4 16 14.723 8.664 3.403 13.849 8.774 6.54 13.687 5.417 7.028 14.911 4.755 2.796
3 16 14.855 7.134 1.894 14.723 8.664 3.403 14.911 4.755 2.796
3 16 14.911 4.755 2.796 13.687 5.417 7.028 14.285 2.032 3.361
3 16 13.072 2.34 7.195 14.285 2.032 3.361 13.687 5.417 7.028
3 16 13.072 2.34 7.195 11.911 -0.186 6.829 14.285 2.032 3.361
3 16 11.911 -0.186 6.829 12.783 -0.427 3.92 14.285 2.032 3.361
3 16 8.675 -4.238 3.782 11.297 -2.213 3.868 10.694 -2.093 5.913
4 16 11.297 -2.213 3.868 11.051 -2.786 2.335 12.61 -1.248 0.813 12.783 -0.427 3.92
4 16 13.994 0.746 -0.934 14.285 2.032 3.361 12.783 -0.427 3.92 12.61 -1.248 0.813
4 16 14.539 2.99 -2.949 14.911 4.755 2.796 14.285 2.032 3.361 13.994 0.746 -0.934
3 16 14.539 2.99 -2.949 14.432 4.986 -4.254 14.911 4.755 2.796
3 16 14.432 4.986 -4.254 14.853 6.584 -0.379 14.911 4.755 2.796
3 16 14.855 7.134 1.894 14.911 4.755 2.796 14.853 6.584 -0.379
3 16 11.051 -2.786 2.335 8.675 -4.238 3.782 10.034 -3.527 1.617
3 16 9.304 -2.539 7.302 8.675 -4.238 3.782 10.694 -2.093 5.913
3 16 11.297 -2.213 3.868 8.675 -4.238 3.782 11.051 -2.786 2.335
3 16 11.911 -0.186 6.829 10.694 -2.093 5.913 12.783 -0.427 3.92
3 16 11.297 -2.213 3.868 12.783 -0.427 3.92 10.694 -2.093 5.913
3 16 14.066 8.504 -5.292 14.157 6.984 -5.14 13.392 8.014 -6.649
3 16 14.157 6.984 -5.14 12.333 4.971 -8.525 13.392 8.014 -6.649
3 16 13.392 8.014 -6.649 13.585 9.924 -5.822 14.066 8.504 -5.292
3 16 13.734 10.264 -5.354 14.066 8.504 -5.292 13.585 9.924 -5.822
4 16 11.567 10.404 -6.085 12.843 10.314 -6.146 12.459 7.314 -7.605 9.858 5.322 -8.56
3 16 14.853 6.584 -0.379 14.432 4.986 -4.254 14.696 7.124 -2.282
3 16 14.432 4.986 -4.254 14.157 6.984 -5.14 14.696 7.124 -2.282
3 16 14.157 6.984 -5.14 14.066 8.504 -5.292 14.696 7.124 -2.282
3 16 14.696 7.124 -2.282 14.066 8.504 -5.292 14.506 8.394 -3.516
3 16 14.506 8.394 -3.516 14.066 8.504 -5.292 14.02 10.154 -4.793
3 16 14.066 8.504 -5.292 13.734 10.264 -5.354 14.02 10.154 -4.793
3 16 -12.543 6.204 -6.757 -12.273 6.934 -7.221 -12.693 5.984 -7.785
3 16 -12.693 5.984 -7.785 -12.273 6.934 -7.221 -12.293 6.824 -7.969
3 16 -12.693 5.984 -7.785 -13.413 3.431 -6.636 -12.543 6.204 -6.757
3 16 -13.413 3.431 -6.636 -13.103 4.602 -5.565 -12.543 6.204 -6.757
3 16 -13.103 4.602 -5.565 -13.413 3.431 -6.636 -13.673 3.024 -3.977
3 16 -13.803 1.894 -5.074 -13.673 3.024 -3.977 -13.413 3.431 -6.636
3 16 -13.923 0.63 -2.778 -13.943 1.8 -2.522 -13.803 1.894 -5.074
3 16 -13.943 1.8 -2.522 -13.673 3.024 -3.977 -13.803 1.894 -5.074
3 16 -13.943 1.8 -2.522 -13.923 0.63 -2.778 -14.153 1.01 -0.648
3 16 -13.923 0.132 -0.899 -14.153 1.01 -0.648 -13.923 0.63 -2.778
3 16 14.853 6.584 -0.379 14.472 7.154 -0.195 14.855 7.134 1.894
3 16 14.472 7.154 -0.195 14.421 7.584 1.668 14.855 7.134 1.894
3 16 14.696 7.124 -2.282 14.382 7.434 -1.613 14.853 6.584 -0.379
3 16 14.853 6.584 -0.379 14.382 7.434 -1.613 14.472 7.154 -0.195
3 16 14.696 7.124 -2.282 14.506 8.394 -3.516 14.382 7.434 -1.613
3 16 14.506 8.394 -3.516 14.172 8.374 -2.788 14.382 7.434 -1.613
3 16 13.16 10.784 -5.3 13.734 10.264 -5.354 12.843 10.314 -6.146
3 16 12.843 10.314 -6.146 13.734 10.264 -5.354 13.585 9.924 -5.822
3 16 12.843 10.314 -6.146 13.585 9.924 -5.822 12.459 7.314 -7.605
3 16 13.392 8.014 -6.649 12.333 4.971 -8.525 12.459 7.314 -7.605
3 16 12.459 7.314 -7.605 13.585 9.924 -5.822 13.392 8.014 -6.649
3 16 12.333 4.971 -8.525 11.793 5.563 -8.625 12.459 7.314 -7.605
3 16 14.226 8.594 2.768 14.158 10.994 3.68 14.723 8.664 3.403
3 16 14.158 10.994 3.68 14.578 10.884 4.197 14.723 8.664 3.403
3 16 14.855 7.134 1.894 14.421 7.584 1.668 14.723 8.664 3.403
3 16 14.723 8.664 3.403 14.421 7.584 1.668 14.226 8.594 2.768
3 16 13.642 10.604 -4.456 14.172 8.374 -2.788 14.02 10.154 -4.793
3 16 14.506 8.394 -3.516 14.02 10.154 -4.793 14.172 8.374 -2.788
3 16 13.642 10.604 -4.456 14.02 10.154 -4.793 13.16 10.784 -5.3
3 16 14.02 10.154 -4.793 13.734 10.264 -5.354 13.16 10.784 -5.3
4 16 7.199 5.428 -12.892 0.001 6.384 -14.762 0 6.854 -14.192 6.997 5.944 -12.362
4 16 -7.073 7.074 -12.322 0 6.854 -14.192 0.001 6.384 -14.762 -7.403 6.594 -12.812
3 16 -12.293 6.824 -7.969 -11.653 7.274 -7.858 -7.403 6.594 -12.812
3 16 -7.403 6.594 -12.812 -11.653 7.274 -7.858 -7.073 7.074 -12.322
3 16 10.098 5.358 -9.882 10.264 4.887 -10.492 6.997 5.944 -12.362
3 16 6.997 5.944 -12.362 10.264 4.887 -10.492 7.199 5.428 -12.892
3 16 12.333 4.971 -8.525 10.955 4.716 -9.212 11.793 5.563 -8.625
3 16 10.955 4.716 -9.212 10.566 5.06 -9.002 11.793 5.563 -8.625
3 16 10.264 4.887 -10.492 10.098 5.358 -9.882 10.955 4.716 -9.212
3 16 10.955 4.716 -9.212 10.098 5.358 -9.882 10.566 5.06 -9.002
3 16 7.427 16.114 12.888 12.919 15.094 7.301 7.189 16.574 12.118
3 16 12.307 15.474 6.895 7.189 16.574 12.118 12.919 15.094 7.301
3 16 12.919 15.094 7.301 14.134 14.204 5.073 12.307 15.474 6.895
3 16 14.134 14.204 5.073 13.377 14.574 4.814 12.307 15.474 6.895
3 16 14.046 13.284 4.012 13.377 14.574 4.814 14.492 13.184 4.511
3 16 14.134 14.204 5.073 14.492 13.184 4.511 13.377 14.574 4.814
3 16 14.578 10.884 4.197 14.158 10.994 3.68 14.492 13.184 4.511
3 16 14.492 13.184 4.511 14.158 10.994 3.68 14.046 13.284 4.012
4 16 -0.032 16.564 14.788 0 17.034 14.028 -7.203 16.574 12.208 -7.503 16.104 12.888
3 16 -0.032 16.564 14.788 7.427 16.114 12.888 0 17.034 14.028
3 16 7.427 16.114 12.888 7.189 16.574 12.118 0 17.034 14.028
3 16 -13.123 14.694 7.235 -7.503 16.104 12.888 -12.643 15.384 6.964
3 16 -7.203 16.574 12.208 -12.643 15.384 6.964 -7.503 16.104 12.888
3 16 -12.273 6.934 -7.221 -11.783 7.474 -7.372 -12.293 6.824 -7.969
3 16 -11.783 7.474 -7.372 -11.653 7.274 -7.858 -12.293 6.824 -7.969
3 16 -11.783 7.474 -7.372 -12.273 6.934 -7.221 -12.733 8.624 -6.995
3 16 -12.273 6.934 -7.221 -13.203 7.784 -6.817 -12.733 8.624 -6.995
3 16 -12.543 6.204 -6.757 -13.103 4.602 -5.565 -13.393 6.754 -6.312
3 16 -13.103 4.602 -5.565 -13.753 5.27 -5.189 -13.393 6.754 -6.312
3 16 -13.103 4.602 -5.565 -13.673 3.024 -3.977 -13.753 5.27 -5.189
3 16 -13.673 3.024 -3.977 -14.173 3.785 -3.722 -13.753 5.27 -5.189
4 16 -14.513 2.632 -2.233 -14.173 3.785 -3.722 -13.673 3.024 -3.977 -13.943 1.8 -2.522
3 16 -13.943 1.8 -2.522 -14.153 1.01 -0.648 -14.513 2.632 -2.233
3 16 -14.153 1.01 -0.648 -14.563 1.792 -0.402 -14.513 2.632 -2.233
4 16 -13.393 6.754 -6.312 -13.203 7.784 -6.817 -12.273 6.934 -7.221 -12.543 6.204 -6.757
3 16 -13.203 7.784 -6.817 -13.793 10.054 -5.66 -12.733 8.624 -6.995
3 16 -13.013 10.344 -6.165 -12.733 8.624 -6.995 -13.793 10.054 -5.66
3 16 -13.483 10.614 -5.372 -13.793 10.054 -5.66 -13.793 10.404 -4.335
3 16 -14.153 9.824 -4.749 -13.793 10.404 -4.335 -13.793 10.054 -5.66
3 16 -14.153 9.824 -4.749 -14.623 7.774 -3.249 -13.793 10.404 -4.335
3 16 -13.793 10.404 -4.335 -14.623 7.774 -3.249 -14.173 8.424 -2.838
3 16 -14.173 8.424 -2.838 -14.623 7.774 -3.249 -14.463 7.314 -1.475
3 16 -14.623 7.774 -3.249 -14.863 6.694 -1.855 -14.463 7.314 -1.475
3 16 -14.863 6.694 -1.855 -15.033 6.504 -0.362 -14.463 7.314 -1.475
3 16 -14.463 7.314 -1.475 -15.033 6.504 -0.362 -14.613 6.994 -0.022
3 16 -15.113 6.744 1.39 -14.693 7.394 1.628 -15.033 6.504 -0.362
3 16 -14.613 6.994 -0.022 -15.033 6.504 -0.362 -14.693 7.394 1.628
3 16 -14.153 9.824 -4.749 -13.793 10.054 -5.66 -13.393 6.754 -6.312
3 16 -13.393 6.754 -6.312 -13.793 10.054 -5.66 -13.203 7.784 -6.817
4 16 -14.623 7.774 -3.249 -14.153 9.824 -4.749 -13.393 6.754 -6.312 -13.753 5.27 -5.189
3 16 -14.863 6.694 -1.855 -14.623 7.774 -3.249 -14.173 3.785 -3.722
3 16 -14.623 7.774 -3.249 -13.753 5.27 -5.189 -14.173 3.785 -3.722
4 16 -14.863 6.694 -1.855 -14.513 2.632 -2.233 -14.953 4.028 0.408 -15.033 6.504 -0.362
3 16 -14.863 6.694 -1.855 -14.173 3.785 -3.722 -14.513 2.632 -2.233
3 16 -14.563 1.792 -0.402 -14.953 4.028 0.408 -14.513 2.632 -2.233
3 16 -15.113 6.744 1.39 -15.033 6.504 -0.362 -14.953 4.028 0.408
3 16 -13.013 10.344 -6.165 -13.793 10.054 -5.66 -13.483 10.614 -5.372
3 16 -14.343 10.734 3.761 -14.573 10.584 4.292 -14.203 13.554 4.139
3 16 -14.573 10.584 4.292 -14.433 13.224 4.669 -14.203 13.554 4.139
3 16 -14.573 10.584 4.292 -14.343 10.734 3.761 -14.773 8.304 3.409
3 16 -14.343 10.734 3.761 -14.503 8.554 2.871 -14.773 8.304 3.409
3 16 -14.773 8.304 3.409 -14.503 8.554 2.871 -15.113 6.744 1.39
3 16 -14.693 7.394 1.628 -15.113 6.744 1.39 -14.503 8.554 2.871
4 16 -14.563 1.792 -0.402 -14.163 1.676 3.184 -14.533 3.941 4.24 -14.953 4.028 0.408
3 16 -13.723 -0.02 1.531 -13.953 0.755 1.657 -13.923 0.132 -0.899
3 16 -13.953 0.755 1.657 -14.153 1.01 -0.648 -13.923 0.132 -0.899
3 16 -14.163 1.676 3.184 -14.563 1.792 -0.402 -13.953 0.755 1.657
3 16 -13.953 0.755 1.657 -14.563 1.792 -0.402 -14.153 1.01 -0.648
3 16 -15.113 6.744 1.39 -14.953 4.028 0.408 -14.363 5.954 5.001
3 16 -14.953 4.028 0.408 -14.533 3.941 4.24 -14.363 5.954 5.001
3 16 -13.723 -0.02 1.531 -13.443 0.184 3.962 -13.953 0.755 1.657
3 16 -13.153 1.532 6.758 -14.163 1.676 3.184 -13.443 0.184 3.962
3 16 -13.443 0.184 3.962 -14.163 1.676 3.184 -13.953 0.755 1.657
3 16 -13.123 3.842 7.984 -14.533 3.941 4.24 -13.153 1.532 6.758
3 16 -14.533 3.941 4.24 -14.163 1.676 3.184 -13.153 1.532 6.758
3 16 -14.533 3.941 4.24 -13.123 3.842 7.984 -14.363 5.954 5.001
3 16 -14.363 5.954 5.001 -13.123 3.842 7.984 -13.063 6.734 8.334
3 16 -14.253 7.884 5.549 -14.363 5.954 5.001 -13.063 6.734 8.334
3 16 -12.993 9.624 8.191 -14.223 10.274 5.661 -13.063 6.734 8.334
3 16 -14.223 10.274 5.661 -14.253 7.884 5.549 -13.063 6.734 8.334
3 16 -12.993 9.624 8.191 -13.123 14.694 7.235 -14.223 10.274 5.661
3 16 -13.123 14.694 7.235 -13.993 14.024 5.522 -14.223 10.274 5.661
3 16 -15.113 6.744 1.39 -14.363 5.954 5.001 -14.773 8.304 3.409
3 16 -14.773 8.304 3.409 -14.363 5.954 5.001 -14.253 7.884 5.549
4 16 -14.773 8.304 3.409 -14.253 7.884 5.549 -14.223 10.274 5.661 -14.573 10.584 4.292
3 16 -14.223 10.274 5.661 -13.993 14.024 5.522 -14.573 10.584 4.292
3 16 -13.993 14.024 5.522 -14.433 13.224 4.669 -14.573 10.584 4.292
3 16 -12.643 15.384 6.964 -13.783 14.654 4.956 -13.123 14.694 7.235
3 16 -13.783 14.654 4.956 -13.993 14.024 5.522 -13.123 14.694 7.235
3 16 -14.203 13.554 4.139 -14.433 13.224 4.669 -13.783 14.654 4.956
3 16 -13.783 14.654 4.956 -14.433 13.224 4.669 -13.993 14.024 5.522
3 16 11.917 10.903 -5.116 13.642 10.604 -4.456 13.16 10.784 -5.3
2 24 12.932 7.574 -1.488 13.002 7.284 0
2 24 12.862 7.584 1.517 12.718 8.454 2.553
2 24 12.259 10.644 -4.149 12.755 8.454 -2.719
2 24 11.567 10.404 -6.085 11.917 10.903 -5.116
2 24 12.755 8.454 -2.719 12.932 7.574 -1.488
2 24 13.002 7.284 0 12.862 7.584 1.517
2 24 12.011 10.862 -4.975 12.259 10.644 -4.149
2 24 11.917 10.903 -5.116 12.011 10.862 -4.975
2 24 -6.423 7.104 -11.122 -4.975 7.04 -12.011
2 24 -4.975 7.04 -12.011 -4.271 7.02 -12.151
2 24 -4.271 7.02 -12.151 -1.526 6.908 -12.697
2 24 -1.526 6.908 -12.697 0 6.845 -13
2 24 0 6.845 -13 1.213 6.688 -12.759
2 24 3.61 6.391 -12.282 4.975 6.222 -12.011
2 24 1.213 6.688 -12.759 3.61 6.391 -12.282
2 24 4.975 6.222 -12.011 6.42 6.064 -11.122
2 24 -10.713 7.344 -7.413 -9.192 7.241 -9.192
2 24 -9.192 7.241 -9.192 -6.423 7.104 -11.122
2 24 9.192 5.466 -9.192 9.858 5.322 -8.56
2 24 6.42 6.064 -11.122 9.192 5.466 -9.192
2 24 12.118 14.514 4.482 12.01 14.717 4.975
2 24 12.01 14.717 4.975 11.119 15.344 6.42
2 24 12.103 14.527 4.512 12.011 14.717 4.975
2 24 12.011 14.717 4.975 12.118 14.514 4.482
2 24 12.118 14.514 4.482 12.103 14.527 4.512
2 24 12.48 10.944 3.522 12.458 13.014 3.715
2 24 12.718 8.454 2.553 12.48 10.944 3.522
2 24 -12.943 7.534 1.377 -13.023 7.284 0
2 24 -12.103 10.804 -4.8 -11.683 10.604 -5.734
2 24 -12.913 7.424 -1.226 -12.713 8.304 -2.637
2 24 -12.473 10.764 3.59 -12.753 8.484 2.571
2 24 -12.713 8.304 -2.637 -12.393 10.504 -4.025
2 24 -12.413 13.224 3.686 -12.473 10.764 3.59
2 24 -12.753 8.484 2.571 -12.943 7.534 1.377
2 24 -13.023 7.284 0 -12.913 7.424 -1.226
2 24 -11.683 10.604 -5.734 -11.193 9.164 -6.793
2 24 -11.193 9.164 -6.793 -10.713 7.344 -7.413
2 24 -12.393 10.504 -4.025 -12.103 10.804 -4.8
2 24 4.975 16.701 12.01 0 17.034 13
2 24 9.192 16.062 9.192 4.975 16.701 12.01
2 24 -4.975 16.687 12.011 -6.423 16.574 11.12
2 24 -4.049 16.744 12.195 -4.975 16.687 12.011
2 24 0 17.034 13 -0.307 17.012 12.939
2 24 -0.307 17.012 12.939 -4.049 16.744 12.195
2 24 -6.423 16.574 11.12 -9.192 16.028 9.192
2 24 -9.192 16.028 9.192 -11.123 15.344 6.42
2 24 11.119 15.344 6.42 9.192 16.062 9.192
2 24 -12.153 14.574 4.594 -12.413 13.224 3.686
2 24 -11.123 15.344 6.42 -12.011 14.727 4.975
2 24 -12.011 14.727 4.975 -12.153 14.574 4.594
2 24 12.458 13.014 3.715 12.118 14.514 4.482
2 24 9.858 5.322 -8.56 11.567 10.404 -6.085
2 24 11.793 5.563 -8.625 10.566 5.06 -9.002
2 24 10.098 5.358 -9.882 10.566 5.06 -9.002
2 24 -11.783 7.474 -7.372 -11.653 7.274 -7.858
2 24 -11.783 7.474 -7.372 -12.733 8.624 -6.995
2 24 11.289 3.903 -8.892 10.955 4.716 -9.212
2 24 11.195 -1.266 -5.454 11.706 1.229 -7.328
2 24 8.901 -4.172 1.253 10.126 -2.924 -2.594
2 24 10.126 -2.924 -2.594 11.195 -1.266 -5.454
2 24 11.706 1.229 -7.328 11.289 3.903 -8.892
2 24 14.421 7.584 1.668 14.472 7.154 -0.195
2 24 14.472 7.154 -0.195 14.382 7.434 -1.613
2 24 14.382 7.434 -1.613 14.172 8.374 -2.788
2 24 13.16 10.784 -5.3 12.843 10.314 -6.146
2 24 12.843 10.314 -6.146 12.459 7.314 -7.605
2 24 12.459 7.314 -7.605 11.793 5.563 -8.625
2 24 14.158 10.994 3.68 14.226 8.594 2.768
2 24 14.226 8.594 2.768 14.421 7.584 1.668
2 24 14.172 8.374 -2.788 13.642 10.604 -4.456
2 24 6.997 5.944 -12.362 0 6.854 -14.192
2 24 0 6.854 -14.192 -7.073 7.074 -12.322
2 24 -7.073 7.074 -12.322 -11.653 7.274 -7.858
2 24 10.098 5.358 -9.882 6.997 5.944 -12.362
2 24 10.955 4.716 -9.212 10.566 5.06 -9.002
2 24 7.189 16.574 12.118 12.307 15.474 6.895
2 24 12.307 15.474 6.895 13.377 14.574 4.814
2 24 13.377 14.574 4.814 14.046 13.284 4.012
2 24 14.046 13.284 4.012 14.158 10.994 3.68
2 24 -7.203 16.574 12.208 0 17.034 14.028
2 24 0 17.034 14.028 7.189 16.574 12.118
2 24 -12.643 15.384 6.964 -7.203 16.574 12.208
2 24 -12.273 6.934 -7.221 -11.783 7.474 -7.372
2 24 -13.103 4.602 -5.565 -12.543 6.204 -6.757
2 24 -13.673 3.024 -3.977 -13.103 4.602 -5.565
2 24 -13.943 1.8 -2.522 -13.673 3.024 -3.977
2 24 -14.153 1.01 -0.648 -13.943 1.8 -2.522
2 24 -12.543 6.204 -6.757 -12.273 6.934 -7.221
2 24 -12.733 8.624 -6.995 -13.013 10.344 -6.165
2 24 -13.483 10.614 -5.372 -13.793 10.404 -4.335
2 24 -13.793 10.404 -4.335 -14.173 8.424 -2.838
2 24 -14.173 8.424 -2.838 -14.463 7.314 -1.475
2 24 -14.463 7.314 -1.475 -14.613 6.994 -0.022
2 24 -14.613 6.994 -0.022 -14.693 7.394 1.628
2 24 -13.013 10.344 -6.165 -13.483 10.614 -5.372
2 24 -14.343 10.734 3.761 -14.203 13.554 4.139
2 24 -14.503 8.554 2.871 -14.343 10.734 3.761
2 24 -14.693 7.394 1.628 -14.503 8.554 2.871
2 24 -13.953 0.755 1.657 -14.153 1.01 -0.648
2 24 -13.783 14.654 4.956 -12.643 15.384 6.964
2 24 -14.203 13.554 4.139 -13.783 14.654 4.956
2 24 13.16 10.784 -5.3 13.642 10.604 -4.456
1 16 0 -4 0 1 0 0 0 -1 0 0 0 -1 stud4.dat
1 16 0 -4 0 6 0 0 0 -1 0 0 0 -6 4-4disc.dat
1 16 0 4 0 13 0 0 0 1 0 0 0 13 4-4edge.dat
1 16 0 -2 0 8 0 0 0 1 0 0 0 8 4-4edge.dat
0 BFC INVERTNEXT
1 16 0 4 0 0 0 -8 0 -9.6 0 -8 0 0 t04o6250.dat
0 BFC INVERTNEXT
1 16 0 4 0 8 0 0 0 -9.6 0 0 0 -8 t04o6250.dat
0 BFC INVERTNEXT
1 16 0 4 0 0 0 8 0 -9.6 0 8 0 0 t04o6250.dat
0 BFC INVERTNEXT
1 16 0 4 0 -8 0 0 0 -9.6 0 0 0 8 t04o6250.dat
3 16 12.932 7.574 -1.488 13 4 0 13.002 7.284 0
3 16 13.002 7.284 0 13 4 0 12.862 7.584 1.517
3 16 12.862 7.584 1.517 13 4 0 12.718 8.454 2.553
3 16 12.718 8.454 2.553 13 4 0 12.011 4 4.975
3 16 12.718 8.454 2.553 12.011 4 4.975 12.48 10.944 3.522
3 16 12.48 10.944 3.522 12.011 4 4.975 12.458 13.014 3.715
3 16 12.458 13.014 3.715 12.011 4 4.975 12.118 14.514 4.482
3 16 12.118 14.514 4.482 12.011 4 4.975 9.192 4 9.192
3 16 12.118 14.514 4.482 9.192 4 9.192 12.01 14.717 4.975
3 16 12.01 14.717 4.975 9.192 4 9.192 11.119 15.344 6.42
3 16 11.119 15.344 6.42 9.192 4 9.192 9.192 16.062 9.192
4 16 9.192 16.062 9.192 9.192 4 9.192 4.975 4 12.011 4.975 16.701 12.01
3 16 4.975 16.701 12.01 4.975 4 12.011 0 17.034 13
3 16 0 17.034 13 4.975 4 12.011 -0.307 17.012 12.939
3 16 -0.307 17.012 12.939 4.975 4 12.011 0 4 13
3 16 -0.307 17.012 12.939 0 4 13 -4.049 16.744 12.195
3 16 -4.049 16.744 12.195 0 4 13 -4.975 16.687 12.011
3 16 -4.975 16.687 12.011 0 4 13 -6.423 16.574 11.12
3 16 -6.423 16.574 11.12 0 4 13 -4.975 4 12.011
3 16 -6.423 16.574 11.12 -4.975 4 12.011 -9.192 16.028 9.192
3 16 -9.192 16.028 9.192 -4.975 4 12.011 -11.123 15.344 6.42
3 16 -11.123 15.344 6.42 -4.975 4 12.011 -12.011 14.727 4.975
3 16 -12.011 14.727 4.975 -4.975 4 12.011 -9.192 4 9.192
3 16 -12.011 14.727 4.975 -9.192 4 9.192 -12.153 14.574 4.594
3 16 -12.153 14.574 4.594 -9.192 4 9.192 -12.413 13.224 3.686
3 16 -12.413 13.224 3.686 -9.192 4 9.192 -12.473 10.764 3.59
3 16 -12.473 10.764 3.59 -9.192 4 9.192 -12.011 4 4.975
3 16 -12.473 10.764 3.59 -12.011 4 4.975 -12.753 8.484 2.571
3 16 -12.753 8.484 2.571 -12.011 4 4.975 -12.943 7.534 1.377
3 16 -12.943 7.534 1.377 -12.011 4 4.975 -13.023 7.284 0
3 16 -13.023 7.284 0 -12.011 4 4.975 -13 4 0
3 16 -13.023 7.284 0 -13 4 0 -12.913 7.424 -1.226
3 16 -12.913 7.424 -1.226 -13 4 0 -12.713 8.304 -2.637
3 16 -12.713 8.304 -2.637 -13 4 0 -12.011 4 -4.975
3 16 -12.011 4 -4.975 -12.393 10.504 -4.025 -12.713 8.304 -2.637
3 16 -12.393 10.504 -4.025 -12.011 4 -4.975 -12.103 10.804 -4.8
4 16 -11.683 10.604 -5.734 -12.103 10.804 -4.8 -12.011 4 -4.975 -11.193 9.164 -6.793
3 16 -10.713 7.344 -7.413 -12.011 4 -4.975 -9.192 4 -9.192
3 16 -11.193 9.164 -6.793 -12.011 4 -4.975 -10.713 7.344 -7.413
3 16 -10.713 7.344 -7.413 -9.192 4 -9.192 -9.192 7.241 -9.192
3 16 -9.192 7.241 -9.192 -9.192 4 -9.192 -6.423 7.104 -11.122
3 16 -6.423 7.104 -11.122 -9.192 4 -9.192 -4.975 4 -12.011
3 16 -6.423 7.104 -11.122 -4.975 4 -12.011 -4.975 7.04 -12.011
4 16 -4.271 7.02 -12.151 -4.975 7.04 -12.011 -4.975 4 -12.011 -1.526 6.908 -12.697
4 16 -1.526 6.908 -12.697 -4.975 4 -12.011 0 4 -13 0 6.845 -13
3 16 0 6.845 -13 0 4 -13 1.213 6.688 -12.759
4 16 3.61 6.391 -12.282 1.213 6.688 -12.759 0 4 -13 4.975 4 -12.011
3 16 3.61 6.391 -12.282 4.975 4 -12.011 4.975 6.222 -12.011
3 16 4.975 6.222 -12.011 4.975 4 -12.011 6.42 6.064 -11.122
3 16 6.42 6.064 -11.122 4.975 4 -12.011 9.192 5.466 -9.192
3 16 9.192 5.466 -9.192 4.975 4 -12.011 9.192 4 -9.192
3 16 9.192 5.466 -9.192 9.192 4 -9.192 9.858 5.322 -8.56
3 16 11.917 10.903 -5.116 11.567 10.404 -6.085 12.011 4 -4.975
3 16 12.011 4 -4.975 11.567 10.404 -6.085 9.858 5.322 -8.56
3 16 9.858 5.322 -8.56 9.192 4 -9.192 12.011 4 -4.975
3 16 12.011 4 -4.975 12.011 10.862 -4.975 11.917 10.903 -5.116
3 16 12.011 10.862 -4.975 12.011 4 -4.975 12.259 10.644 -4.149
3 16 12.259 10.644 -4.149 12.011 4 -4.975 12.755 8.454 -2.719
4 16 12.755 8.454 -2.719 12.011 4 -4.975 13 4 0 12.932 7.574 -1.488
5 24 14.421 7.584 1.668 12.718 8.454 2.553 14.226 8.594 2.768 12.862 7.584 1.517
5 24 12.259 10.644 -4.149 14.172 8.374 -2.788 13.642 10.604 -4.456 12.755 8.454 -2.719
5 24 13.16 10.784 -5.3 11.567 10.404 -6.085 11.917 10.903 -5.116 12.843 10.314 -6.146
5 24 14.382 7.434 -1.613 12.932 7.574 -1.488 13.002 7.284 0 14.172 8.374 -2.788
5 24 14.172 8.374 -2.788 12.932 7.574 -1.488 14.382 7.434 -1.613 12.755 8.454 -2.719
5 24 12.755 8.454 -2.719 14.172 8.374 -2.788 12.259 10.644 -4.149 12.932 7.574 -1.488
5 24 14.421 7.584 1.668 12.862 7.584 1.517 12.718 8.454 2.553 14.472 7.154 -0.195
5 24 14.472 7.154 -0.195 12.862 7.584 1.517 14.421 7.584 1.668 13.002 7.284 0
5 24 13.002 7.284 0 14.472 7.154 -0.195 14.382 7.434 -1.613 12.862 7.584 1.517
5 24 13.642 10.604 -4.456 12.259 10.644 -4.149 14.172 8.374 -2.788 12.011 10.862 -4.975
5 24 13.642 10.604 -4.456 12.011 10.862 -4.975 12.259 10.644 -4.149 11.917 10.903 -5.116
5 24 -4.975 7.04 -12.011 -7.073 7.074 -12.322 -6.423 7.104 -11.122 0 6.854 -14.192
5 24 -4.271 7.02 -12.151 0 6.854 -14.192 -4.975 7.04 -12.011 -1.526 6.908 -12.697
5 24 -1.526 6.908 -12.697 0 6.854 -14.192 -4.271 7.02 -12.151 0 6.845 -13
5 24 0 6.845 -13 0 6.854 -14.192 -1.526 6.908 -12.697 6.997 5.944 -12.362
5 24 6.997 5.944 -12.362 3.61 6.391 -12.282 4.975 6.222 -12.011 1.213 6.688 -12.759
5 24 1.213 6.688 -12.759 6.997 5.944 -12.362 0 6.845 -13 3.61 6.391 -12.282
5 24 4.975 6.222 -12.011 6.997 5.944 -12.362 3.61 6.391 -12.282 6.42 6.064 -11.122
5 24 -10.713 7.344 -7.413 -7.073 7.074 -12.322 -11.653 7.274 -7.858 -9.192 7.241 -9.192
5 24 -9.192 7.241 -9.192 -7.073 7.074 -12.322 -10.713 7.344 -7.413 -6.423 7.104 -11.122
5 24 -7.073 7.074 -12.322 -6.423 7.104 -11.122 -4.975 7.04 -12.011 -9.192 7.241 -9.192
5 24 6.997 5.944 -12.362 9.192 5.466 -9.192 9.858 5.322 -8.56 6.42 6.064 -11.122
5 24 6.42 6.064 -11.122 6.997 5.944 -12.362 4.975 6.222 -12.011 9.192 5.466 -9.192
5 24 9.858 5.322 -8.56 6.997 5.944 -12.362 9.192 5.466 -9.192 10.098 5.358 -9.882
5 24 12.01 14.717 4.975 13.377 14.574 4.814 12.118 14.514 4.482 11.119 15.344 6.42
5 24 14.158 10.994 3.68 12.458 13.014 3.715 14.046 13.284 4.012 12.48 10.944 3.522
5 24 14.158 10.994 3.68 12.48 10.944 3.522 12.458 13.014 3.715 14.226 8.594 2.768
5 24 14.226 8.594 2.768 12.48 10.944 3.522 14.158 10.994 3.68 12.718 8.454 2.553
5 24 12.718 8.454 2.553 14.226 8.594 2.768 14.421 7.584 1.668 12.48 10.944 3.522
5 24 -14.693 7.394 1.628 -13.023 7.284 0 -14.613 6.994 -0.022 -12.943 7.534 1.377
5 24 -11.683 10.604 -5.734 -13.483 10.614 -5.372 -12.103 10.804 -4.8 -13.013 10.344 -6.165
5 24 -12.913 7.424 -1.226 -14.173 8.424 -2.838 -14.463 7.314 -1.475 -12.713 8.304 -2.637
5 24 -12.753 8.484 2.571 -14.343 10.734 3.761 -12.473 10.764 3.59 -14.503 8.554 2.871
5 24 -12.713 8.304 -2.637 -14.173 8.424 -2.838 -12.913 7.424 -1.226 -13.793 10.404 -4.335
5 24 -13.793 10.404 -4.335 -12.713 8.304 -2.637 -12.393 10.504 -4.025 -14.173 8.424 -2.838
5 24 -14.343 10.734 3.761 -12.473 10.764 3.59 -12.753 8.484 2.571 -12.413 13.224 3.686
5 24 -12.413 13.224 3.686 -14.343 10.734 3.761 -14.203 13.554 4.139 -12.473 10.764 3.59
5 24 -14.693 7.394 1.628 -12.943 7.534 1.377 -13.023 7.284 0 -14.503 8.554 2.871
5 24 -14.503 8.554 2.871 -12.943 7.534 1.377 -14.693 7.394 1.628 -12.753 8.484 2.571
5 24 -12.753 8.484 2.571 -14.503 8.554 2.871 -14.343 10.734 3.761 -12.943 7.534 1.377
5 24 -13.023 7.284 0 -14.613 6.994 -0.022 -14.693 7.394 1.628 -14.463 7.314 -1.475
5 24 -14.463 7.314 -1.475 -12.913 7.424 -1.226 -14.173 8.424 -2.838 -13.023 7.284 0
5 24 -13.023 7.284 0 -14.463 7.314 -1.475 -14.613 6.994 -0.022 -12.913 7.424 -1.226
5 24 -13.013 10.344 -6.165 -11.193 9.164 -6.793 -12.733 8.624 -6.995 -11.683 10.604 -5.734
5 24 -11.683 10.604 -5.734 -13.013 10.344 -6.165 -13.483 10.614 -5.372 -11.193 9.164 -6.793
5 24 -13.483 10.614 -5.372 -12.103 10.804 -4.8 -11.683 10.604 -5.734 -13.793 10.404 -4.335
5 24 -12.393 10.504 -4.025 -13.793 10.404 -4.335 -12.713 8.304 -2.637 -12.103 10.804 -4.8
5 24 -13.793 10.404 -4.335 -12.103 10.804 -4.8 -13.483 10.614 -5.372 -12.393 10.504 -4.025
5 24 0 17.034 14.028 4.975 16.701 12.01 0 17.034 13 7.189 16.574 12.118
5 24 7.189 16.574 12.118 4.975 16.701 12.01 0 17.034 14.028 9.192 16.062 9.192
5 24 -4.975 16.687 12.011 -7.203 16.574 12.208 0 17.034 14.028 -6.423 16.574 11.12
5 24 0 17.034 13 0 17.034 14.028 4.975 16.701 12.01 -0.307 17.012 12.939
5 24 0 17.034 14.028 -4.049 16.744 12.195 -4.975 16.687 12.011 -0.307 17.012 12.939
5 24 -0.307 17.012 12.939 0 17.034 14.028 0 17.034 13 -4.049 16.744 12.195
5 24 -6.423 16.574 11.12 -7.203 16.574 12.208 -4.975 16.687 12.011 -12.643 15.384 6.964
5 24 -6.423 16.574 11.12 -12.643 15.384 6.964 -7.203 16.574 12.208 -9.192 16.028 9.192
5 24 -9.192 16.028 9.192 -12.643 15.384 6.964 -6.423 16.574 11.12 -11.123 15.344 6.42
5 24 7.189 16.574 12.118 9.192 16.062 9.192 4.975 16.701 12.01 12.307 15.474 6.895
5 24 12.307 15.474 6.895 9.192 16.062 9.192 7.189 16.574 12.118 11.119 15.344 6.42
5 24 11.119 15.344 6.42 12.307 15.474 6.895 13.377 14.574 4.814 9.192 16.062 9.192
5 24 -14.203 13.554 4.139 -12.413 13.224 3.686 -14.343 10.734 3.761 -12.153 14.574 4.594
5 24 -14.203 13.554 4.139 -12.153 14.574 4.594 -12.413 13.224 3.686 -13.783 14.654 4.956
5 24 -13.783 14.654 4.956 -12.153 14.574 4.594 -14.203 13.554 4.139 -12.643 15.384 6.964
5 24 -11.123 15.344 6.42 -12.643 15.384 6.964 -9.192 16.028 9.192 -12.011 14.727 4.975
5 24 -12.011 14.727 4.975 -12.643 15.384 6.964 -11.123 15.344 6.42 -12.153 14.574 4.594
5 24 -12.643 15.384 6.964 -12.153 14.574 4.594 -13.783 14.654 4.956 -12.011 14.727 4.975
5 24 12.458 13.014 3.715 14.046 13.284 4.012 14.158 10.994 3.68 12.118 14.514 4.482
5 24 12.118 14.514 4.482 14.046 13.284 4.012 12.458 13.014 3.715 13.377 14.574 4.814
5 24 13.377 14.574 4.814 12.118 14.514 4.482 12.01 14.717 4.975 14.046 13.284 4.012
5 24 11.289 3.903 -8.892 12.333 4.971 -8.525 12.733 3.991 -8.03 10.955 4.716 -9.212
5 24 10.264 4.887 -10.492 11.289 3.903 -8.892 10.411 3.684 -10.542 10.955 4.716 -9.212
5 24 12.733 -1.004 -4.679 11.706 1.229 -7.328 13.118 1.662 -6.86 11.195 -1.266 -5.454
5 24 11.027 0.159 -9.052 11.195 -1.266 -5.454 10.483 -2.327 -6.878 11.706 1.229 -7.328
5 24 11.568 -2.525 -1.883 8.901 -4.172 1.253 10.126 -2.924 -2.594 10.034 -3.527 1.617
5 24 8.901 -4.172 1.253 9.346 -4.056 -3.811 10.126 -2.924 -2.594 8.365 -4.673 0.263
5 24 12.733 -1.004 -4.679 11.195 -1.266 -5.454 11.706 1.229 -7.328 10.126 -2.924 -2.594
5 24 10.126 -2.924 -2.594 11.568 -2.525 -1.883 8.901 -4.172 1.253 12.733 -1.004 -4.679
5 24 12.733 -1.004 -4.679 10.126 -2.924 -2.594 11.195 -1.266 -5.454 11.568 -2.525 -1.883
5 24 9.346 -4.056 -3.811 10.126 -2.924 -2.594 8.901 -4.172 1.253 10.483 -2.327 -6.878
5 24 11.195 -1.266 -5.454 10.483 -2.327 -6.878 11.027 0.159 -9.052 10.126 -2.924 -2.594
5 24 11.706 1.229 -7.328 13.118 1.662 -6.86 12.733 -1.004 -4.679 11.289 3.903 -8.892
5 24 11.289 3.903 -8.892 13.118 1.662 -6.86 11.706 1.229 -7.328 12.733 3.991 -8.03
5 24 12.733 3.991 -8.03 11.289 3.903 -8.892 12.333 4.971 -8.525 13.118 1.662 -6.86
5 24 11.289 3.903 -8.892 10.411 3.684 -10.542 10.264 4.887 -10.492 11.027 0.159 -9.052
5 24 11.027 0.159 -9.052 11.706 1.229 -7.328 11.195 -1.266 -5.454 11.289 3.903 -8.892
5 24 11.289 3.903 -8.892 11.027 0.159 -9.052 10.411 3.684 -10.542 11.706 1.229 -7.328
5 24 0.001 6.384 -14.762 0.001 5.067 -15.012 -7.403 6.594 -12.812 7.199 5.428 -12.892
5 24 -7.613 5.61 -12.942 -7.403 6.594 -12.812 0.001 5.067 -15.012 -12.693 5.984 -7.785
5 24 -12.693 5.984 -7.785 -7.403 6.594 -12.812 -7.613 5.61 -12.942 -12.293 6.824 -7.969
5 24 7.199 5.428 -12.892 7.199 4.114 -13.142 0.001 5.067 -15.012 10.411 3.684 -10.542
5 24 7.199 5.428 -12.892 10.411 3.684 -10.542 7.199 4.114 -13.142 10.264 4.887 -10.492
5 24 0.001 5.067 -15.012 -7.613 5.61 -12.942 -7.403 6.594 -12.812 -0.275 0.387 -14.272
5 24 7.199 4.114 -13.142 0.001 5.067 -15.012 7.199 5.428 -12.892 -0.275 0.387 -14.272
5 24 0.001 5.067 -15.012 -0.275 0.387 -14.272 -7.613 5.61 -12.942 7.199 4.114 -13.142
5 24 7.199 4.114 -13.142 -0.275 0.387 -14.272 0.001 5.067 -15.012 7.089 -0.111 -12.272
5 24 -8.043 1.461 -12.272 -7.613 5.61 -12.942 -0.275 0.387 -14.272 -13.413 3.431 -6.636
5 24 -13.413 3.431 -6.636 -7.613 5.61 -12.942 -8.043 1.461 -12.272 -12.693 5.984 -7.785
5 24 -7.613 5.61 -12.942 -12.693 5.984 -7.785 -7.403 6.594 -12.812 -13.413 3.431 -6.636
5 24 7.089 -0.111 -12.272 10.411 3.684 -10.542 11.027 0.159 -9.052 7.199 4.114 -13.142
5 24 7.199 4.114 -13.142 7.089 -0.111 -12.272 -0.275 0.387 -14.272 10.411 3.684 -10.542
5 24 10.411 3.684 -10.542 7.199 4.114 -13.142 7.199 5.428 -12.892 7.089 -0.111 -12.272
5 24 -8.043 1.461 -12.272 -13.413 3.431 -6.636 -7.613 5.61 -12.942 -8.483 -1.757 -9.952
5 24 -8.483 -1.757 -9.952 -13.413 3.431 -6.636 -8.043 1.461 -12.272 -13.803 1.894 -5.074
5 24 -8.483 -1.757 -9.952 -0.275 0.387 -14.272 -0.551 -3.198 -11.412 -8.043 1.461 -12.272
5 24 -8.043 1.461 -12.272 -8.483 -1.757 -9.952 -13.413 3.431 -6.636 -0.275 0.387 -14.272
5 24 -0.275 0.387 -14.272 -8.043 1.461 -12.272 -7.613 5.61 -12.942 -8.483 -1.757 -9.952
5 24 7.089 -0.111 -12.272 -0.275 0.387 -14.272 7.199 4.114 -13.142 -0.551 -3.198 -11.412
5 24 -0.275 0.387 -14.272 -0.551 -3.198 -11.412 -8.483 -1.757 -9.952 7.089 -0.111 -12.272
5 24 7.089 -0.111 -12.272 -0.551 -3.198 -11.412 -0.275 0.387 -14.272 6.435 -3.203 -9.652
5 24 7.089 -0.111 -12.272 6.435 -3.203 -9.652 -0.551 -3.198 -11.412 10.483 -2.327 -6.878
5 24 7.089 -0.111 -12.272 10.483 -2.327 -6.878 6.435 -3.203 -9.652 11.027 0.159 -9.052
5 24 11.027 0.159 -9.052 7.089 -0.111 -12.272 10.411 3.684 -10.542 10.483 -2.327 -6.878
5 24 -8.863 -3.757 -6.531 -0.551 -3.198 -11.412 -1.203 -5.72 -7.467 -8.483 -1.757 -9.952
5 24 -0.551 -3.198 -11.412 -8.483 -1.757 -9.952 -0.275 0.387 -14.272 -8.863 -3.757 -6.531
5 24 6.435 -3.203 -9.652 -0.551 -3.198 -11.412 7.089 -0.111 -12.272 -1.203 -5.72 -7.467
5 24 -0.551 -3.198 -11.412 -1.203 -5.72 -7.467 -8.863 -3.757 -6.531 6.435 -3.203 -9.652
5 24 6.435 -3.203 -9.652 -1.203 -5.72 -7.467 -0.551 -3.198 -11.412 5.265 -5.298 -5.888
5 24 -8.863 -3.757 -6.531 -8.483 -1.757 -9.952 -0.551 -3.198 -11.412 -13.923 0.63 -2.778
5 24 -13.923 0.63 -2.778 -8.483 -1.757 -9.952 -8.863 -3.757 -6.531 -13.803 1.894 -5.074
5 24 -8.483 -1.757 -9.952 -13.803 1.894 -5.074 -13.413 3.431 -6.636 -13.923 0.63 -2.778
5 24 6.435 -3.203 -9.652 5.265 -5.298 -5.888 -1.203 -5.72 -7.467 9.346 -4.056 -3.811
5 24 10.483 -2.327 -6.878 6.435 -3.203 -9.652 7.089 -0.111 -12.272 9.346 -4.056 -3.811
5 24 6.435 -3.203 -9.652 9.346 -4.056 -3.811 5.265 -5.298 -5.888 10.483 -2.327 -6.878
5 24 -8.863 -3.757 -6.531 -13.923 0.63 -2.778 -8.483 -1.757 -9.952 -13.923 0.132 -0.899
5 24 -1.203 -5.72 -7.467 -8.863 -3.757 -6.531 -0.551 -3.198 -11.412 -1.853 -7.037 -2.29
5 24 -8.863 -3.757 -6.531 -9.253 -4.563 -1.923 -13.923 0.132 -0.899 -1.853 -7.037 -2.29
5 24 -1.853 -7.037 -2.29 -8.863 -3.757 -6.531 -1.203 -5.72 -7.467 -9.253 -4.563 -1.923
5 24 5.265 -5.298 -5.888 -1.203 -5.72 -7.467 6.435 -3.203 -9.652 -1.853 -7.037 -2.29
5 24 -1.203 -5.72 -7.467 -1.853 -7.037 -2.29 -8.863 -3.757 -6.531 5.265 -5.298 -5.888
5 24 5.265 -5.298 -5.888 -1.853 -7.037 -2.29 -1.203 -5.72 -7.467 4.095 -6.586 -1.666
5 24 4.095 -6.586 -1.666 9.346 -4.056 -3.811 8.365 -4.673 0.263 5.265 -5.298 -5.888
5 24 5.265 -5.298 -5.888 4.095 -6.586 -1.666 -1.853 -7.037 -2.29 9.346 -4.056 -3.811
5 24 9.346 -4.056 -3.811 5.265 -5.298 -5.888 6.435 -3.203 -9.652 4.095 -6.586 -1.666
5 24 -1.853 -7.037 -2.29 -9.253 -4.563 -1.923 -8.863 -3.757 -6.531 -1.863 -6.869 3.167
5 24 -1.863 -6.869 3.167 -9.253 -4.563 -1.923 -1.853 -7.037 -2.29 -9.163 -4.267 2.667
5 24 4.095 -6.586 -1.666 -1.853 -7.037 -2.29 5.265 -5.298 -5.888 -1.863 -6.869 3.167
5 24 -1.853 -7.037 -2.29 -1.863 -6.869 3.167 -9.253 -4.563 -1.923 4.095 -6.586 -1.666
5 24 -9.163 -4.267 2.667 -9.253 -4.563 -1.923 -1.863 -6.869 3.167 -13.723 -0.02 1.531
5 24 -13.723 -0.02 1.531 -9.253 -4.563 -1.923 -9.163 -4.267 2.667 -13.923 0.132 -0.899
5 24 -9.253 -4.563 -1.923 -13.923 0.132 -0.899 -8.863 -3.757 -6.531 -13.723 -0.02 1.531
5 24 8.365 -4.673 0.263 4.095 -6.586 -1.666 9.346 -4.056 -3.811 4.278 -6.358 3.364
5 24 4.095 -6.586 -1.666 4.278 -6.358 3.364 -1.863 -6.869 3.167 8.365 -4.673 0.263
5 24 8.365 -4.673 0.263 4.278 -6.358 3.364 4.095 -6.586 -1.666 8.675 -4.238 3.782
5 24 -12.993 9.624 8.191 -7.823 6.404 13.838 -7.713 10.064 13.568 -13.063 6.734 8.334
5 24 -7.823 6.404 13.838 -7.713 10.064 13.568 -12.993 9.624 8.191 -0.694 6.344 15.908
5 24 -0.463 10.164 15.718 6.318 6.234 14.558 6.638 9.884 14.168 -0.694 6.344 15.908
5 24 -0.694 6.344 15.908 -0.463 10.164 15.718 -7.713 10.064 13.568 6.318 6.234 14.558
5 24 6.638 9.884 14.168 11.119 6.074 11 11.669 9.234 10.237 6.318 6.234 14.558
5 24 6.318 6.234 14.558 6.638 9.884 14.168 -0.463 10.164 15.718 11.119 6.074 11
5 24 -13.153 1.532 6.758 -8.723 -3.154 7.497 -8.263 -0.69 11.258 -13.443 0.184 3.962
5 24 -8.263 -0.69 11.258 -1.583 -5.064 8.625 -1.153 -1.779 13.018 -8.723 -3.154 7.497
5 24 -8.723 -3.154 7.497 -8.263 -0.69 11.258 -13.153 1.532 6.758 -1.583 -5.064 8.625
5 24 -1.583 -5.064 8.625 -1.153 -1.779 13.018 -8.263 -0.69 11.258 5.366 -1.543 12.358
5 24 4.859 -4.493 8.394 5.366 -1.543 12.358 -1.583 -5.064 8.625 9.304 -2.539 7.302
5 24 9.304 -2.539 7.302 5.366 -1.543 12.358 4.859 -4.493 8.394 10.017 -0.12 10.136
5 24 -13.443 0.184 3.962 -8.723 -3.154 7.497 -13.153 1.532 6.758 -9.163 -4.267 2.667
5 24 -13.443 0.184 3.962 -9.163 -4.267 2.667 -8.723 -3.154 7.497 -13.723 -0.02 1.531
5 24 -9.163 -4.267 2.667 -13.723 -0.02 1.531 -9.253 -4.563 -1.923 -13.443 0.184 3.962
5 24 -8.723 -3.154 7.497 -1.583 -5.064 8.625 -8.263 -0.69 11.258 -1.863 -6.869 3.167
5 24 -8.723 -3.154 7.497 -1.863 -6.869 3.167 -1.583 -5.064 8.625 -9.163 -4.267 2.667
5 24 -9.163 -4.267 2.667 -8.723 -3.154 7.497 -13.443 0.184 3.962 -1.863 -6.869 3.167
5 24 -1.863 -6.869 3.167 -9.163 -4.267 2.667 -9.253 -4.563 -1.923 -8.723 -3.154 7.497
5 24 -1.583 -5.064 8.625 4.859 -4.493 8.394 5.366 -1.543 12.358 4.278 -6.358 3.364
5 24 -1.583 -5.064 8.625 4.278 -6.358 3.364 4.859 -4.493 8.394 -1.863 -6.869 3.167
5 24 -1.863 -6.869 3.167 -1.583 -5.064 8.625 -8.723 -3.154 7.497 4.278 -6.358 3.364
5 24 4.278 -6.358 3.364 -1.863 -6.869 3.167 4.095 -6.586 -1.666 -1.583 -5.064 8.625
5 24 4.278 -6.358 3.364 4.859 -4.493 8.394 -1.583 -5.064 8.625 9.304 -2.539 7.302
5 24 4.859 -4.493 8.394 9.304 -2.539 7.302 5.366 -1.543 12.358 4.278 -6.358 3.364
5 24 4.278 -6.358 3.364 9.304 -2.539 7.302 4.859 -4.493 8.394 8.675 -4.238 3.782
5 24 8.675 -4.238 3.782 4.278 -6.358 3.364 8.365 -4.673 0.263 9.304 -2.539 7.302
5 24 -8.263 -0.69 11.258 -13.153 1.532 6.758 -8.723 -3.154 7.497 -7.933 2.748 13.338
5 24 -8.263 -0.69 11.258 -7.933 2.748 13.338 -13.153 1.532 6.758 -1.153 -1.779 13.018
5 24 -1.153 -1.779 13.018 -8.263 -0.69 11.258 -1.583 -5.064 8.625 -7.933 2.748 13.338
5 24 -0.923 2.527 15.528 5.366 -1.543 12.358 5.998 2.587 14.338 -1.153 -1.779 13.018
5 24 -1.153 -1.779 13.018 -0.923 2.527 15.528 -7.933 2.748 13.338 5.366 -1.543 12.358
5 24 5.366 -1.543 12.358 -1.153 -1.779 13.018 -1.583 -5.064 8.625 -0.923 2.527 15.528
5 24 10.017 -0.12 10.136 5.366 -1.543 12.358 9.304 -2.539 7.302 5.998 2.587 14.338
5 24 5.366 -1.543 12.358 5.998 2.587 14.338 -0.923 2.527 15.528 10.017 -0.12 10.136
5 24 10.017 -0.12 10.136 5.998 2.587 14.338 5.366 -1.543 12.358 10.568 2.695 11.135
5 24 -7.713 10.064 13.568 -12.993 9.624 8.191 -7.823 6.404 13.838 -13.123 14.694 7.235
5 24 -0.463 10.164 15.718 -7.713 10.064 13.568 -0.694 6.344 15.908 -0.032 16.564 14.788
5 24 -7.713 10.064 13.568 -7.503 16.104 12.888 -13.123 14.694 7.235 -0.032 16.564 14.788
5 24 -0.032 16.564 14.788 -7.713 10.064 13.568 -0.463 10.164 15.718 -7.503 16.104 12.888
5 24 7.427 16.114 12.888 6.638 9.884 14.168 11.669 9.234 10.237 -0.032 16.564 14.788
5 24 -0.032 16.564 14.788 6.638 9.884 14.168 7.427 16.114 12.888 -0.463 10.164 15.718
5 24 -0.463 10.164 15.718 -0.032 16.564 14.788 -7.713 10.064 13.568 6.638 9.884 14.168
5 24 6.638 9.884 14.168 -0.463 10.164 15.718 6.318 6.234 14.558 -0.032 16.564 14.788
5 24 11.669 9.234 10.237 7.427 16.114 12.888 6.638 9.884 14.168 12.919 15.094 7.301
5 24 8.901 -4.172 1.253 8.365 -4.673 0.263 9.346 -4.056 -3.811 8.675 -4.238 3.782
5 24 10.034 -3.527 1.617 8.901 -4.172 1.253 11.568 -2.525 -1.883 8.675 -4.238 3.782
5 24 11.669 9.234 10.237 12.919 15.094 7.301 7.427 16.114 12.888 13.849 8.774 6.54
5 24 13.849 8.774 6.54 12.919 15.094 7.301 11.669 9.234 10.237 14.134 14.204 5.073
5 24 13.849 8.774 6.54 14.134 14.204 5.073 12.919 15.094 7.301 14.492 13.184 4.511
5 24 13.849 8.774 6.54 14.492 13.184 4.511 14.134 14.204 5.073 14.578 10.884 4.197
5 24 13.849 8.774 6.54 14.578 10.884 4.197 14.492 13.184 4.511 14.723 8.664 3.403
5 24 11.568 -2.525 -1.883 11.051 -2.786 2.335 10.034 -3.527 1.617 12.61 -1.248 0.813
5 24 11.568 -2.525 -1.883 12.61 -1.248 0.813 11.051 -2.786 2.335 12.733 -1.004 -4.679
5 24 12.61 -1.248 0.813 12.733 -1.004 -4.679 13.994 0.746 -0.934 11.568 -2.525 -1.883
5 24 9.304 -2.539 7.302 10.017 -0.12 10.136 5.366 -1.543 12.358 10.694 -2.093 5.913
5 24 10.017 -0.12 10.136 10.694 -2.093 5.913 11.911 -0.186 6.829 9.304 -2.539 7.302
5 24 12.733 3.991 -8.03 14.157 6.984 -5.14 14.432 4.986 -4.254 12.333 4.971 -8.525
5 24 10.017 -0.12 10.136 10.568 2.695 11.135 5.998 2.587 14.338 13.072 2.34 7.195
5 24 11.911 -0.186 6.829 10.017 -0.12 10.136 10.694 -2.093 5.913 13.072 2.34 7.195
5 24 10.017 -0.12 10.136 13.072 2.34 7.195 10.568 2.695 11.135 11.911 -0.186 6.829
5 24 12.733 -1.004 -4.679 13.994 0.746 -0.934 12.61 -1.248 0.813 13.118 1.662 -6.86
5 24 13.118 1.662 -6.86 13.994 0.746 -0.934 12.733 -1.004 -4.679 14.539 2.99 -2.949
5 24 13.072 2.34 7.195 10.568 2.695 11.135 10.017 -0.12 10.136 11.119 6.074 11
5 24 13.072 2.34 7.195 11.119 6.074 11 10.568 2.695 11.135 13.687 5.417 7.028
5 24 6.318 6.234 14.558 11.119 6.074 11 6.638 9.884 14.168 10.568 2.695 11.135
5 24 11.119 6.074 11 10.568 2.695 11.135 13.072 2.34 7.195 6.318 6.234 14.558
5 24 6.318 6.234 14.558 10.568 2.695 11.135 11.119 6.074 11 5.998 2.587 14.338
5 24 10.568 2.695 11.135 5.998 2.587 14.338 10.017 -0.12 10.136 6.318 6.234 14.558
5 24 -0.694 6.344 15.908 6.318 6.234 14.558 -0.463 10.164 15.718 5.998 2.587 14.338
5 24 6.318 6.234 14.558 5.998 2.587 14.338 10.568 2.695 11.135 -0.694 6.344 15.908
5 24 -0.694 6.344 15.908 5.998 2.587 14.338 6.318 6.234 14.558 -0.923 2.527 15.528
5 24 5.998 2.587 14.338 -0.923 2.527 15.528 5.366 -1.543 12.358 -0.694 6.344 15.908
5 24 -7.823 6.404 13.838 -0.694 6.344 15.908 -7.713 10.064 13.568 -0.923 2.527 15.528
5 24 -0.694 6.344 15.908 -0.923 2.527 15.528 5.998 2.587 14.338 -7.823 6.404 13.838
5 24 -7.823 6.404 13.838 -0.923 2.527 15.528 -0.694 6.344 15.908 -7.933 2.748 13.338
5 24 -0.923 2.527 15.528 -7.933 2.748 13.338 -1.153 -1.779 13.018 -7.823 6.404 13.838
5 24 -13.063 6.734 8.334 -7.823 6.404 13.838 -12.993 9.624 8.191 -13.123 3.842 7.984
5 24 -7.933 2.748 13.338 -13.123 3.842 7.984 -13.153 1.532 6.758 -7.823 6.404 13.838
5 24 -7.823 6.404 13.838 -7.933 2.748 13.338 -0.923 2.527 15.528 -13.123 3.842 7.984
5 24 13.687 5.417 7.028 11.119 6.074 11 13.072 2.34 7.195 11.669 9.234 10.237
5 24 11.119 6.074 11 11.669 9.234 10.237 6.638 9.884 14.168 13.687 5.417 7.028
5 24 11.669 9.234 10.237 13.849 8.774 6.54 12.919 15.094 7.301 13.687 5.417 7.028
5 24 13.687 5.417 7.028 11.669 9.234 10.237 11.119 6.074 11 13.849 8.774 6.54
5 24 13.118 1.662 -6.86 14.539 2.99 -2.949 13.994 0.746 -0.934 14.432 4.986 -4.254
5 24 14.432 4.986 -4.254 13.118 1.662 -6.86 12.733 3.991 -8.03 14.539 2.99 -2.949
5 24 13.687 5.417 7.028 13.849 8.774 6.54 11.669 9.234 10.237 14.723 8.664 3.403
5 24 13.849 8.774 6.54 14.723 8.664 3.403 14.578 10.884 4.197 13.687 5.417 7.028
5 24 14.723 8.664 3.403 14.911 4.755 2.796 14.855 7.134 1.894 13.687 5.417 7.028
5 24 13.687 5.417 7.028 14.911 4.755 2.796 14.723 8.664 3.403 14.285 2.032 3.361
5 24 13.687 5.417 7.028 14.285 2.032 3.361 14.911 4.755 2.796 13.072 2.34 7.195
5 24 13.072 2.34 7.195 13.687 5.417 7.028 11.119 6.074 11 14.285 2.032 3.361
5 24 11.911 -0.186 6.829 13.072 2.34 7.195 10.017 -0.12 10.136 14.285 2.032 3.361
5 24 13.072 2.34 7.195 14.285 2.032 3.361 13.687 5.417 7.028 11.911 -0.186 6.829
5 24 11.911 -0.186 6.829 14.285 2.032 3.361 13.072 2.34 7.195 12.783 -0.427 3.92
5 24 12.61 -1.248 0.813 11.051 -2.786 2.335 11.568 -2.525 -1.883 11.297 -2.213 3.868
5 24 12.783 -0.427 3.92 14.285 2.032 3.361 11.911 -0.186 6.829 13.994 0.746 -0.934
5 24 12.61 -1.248 0.813 12.783 -0.427 3.92 11.297 -2.213 3.868 13.994 0.746 -0.934
5 24 13.994 0.746 -0.934 12.61 -1.248 0.813 12.733 -1.004 -4.679 12.783 -0.427 3.92
5 24 14.285 2.032 3.361 14.911 4.755 2.796 13.687 5.417 7.028 14.539 2.99 -2.949
5 24 13.994 0.746 -0.934 14.285 2.032 3.361 12.783 -0.427 3.92 14.539 2.99 -2.949
5 24 14.539 2.99 -2.949 13.994 0.746 -0.934 13.118 1.662 -6.86 14.285 2.032 3.361
5 24 14.432 4.986 -4.254 14.539 2.99 -2.949 13.118 1.662 -6.86 14.911 4.755 2.796
5 24 14.539 2.99 -2.949 14.911 4.755 2.796 14.285 2.032 3.361 14.432 4.986 -4.254
5 24 14.432 4.986 -4.254 14.911 4.755 2.796 14.539 2.99 -2.949 14.853 6.584 -0.379
5 24 14.911 4.755 2.796 14.855 7.134 1.894 14.723 8.664 3.403 14.853 6.584 -0.379
5 24 14.853 6.584 -0.379 14.911 4.755 2.796 14.432 4.986 -4.254 14.855 7.134 1.894
5 24 11.051 -2.786 2.335 10.034 -3.527 1.617 11.568 -2.525 -1.883 8.675 -4.238 3.782
5 24 8.675 -4.238 3.782 9.304 -2.539 7.302 4.278 -6.358 3.364 10.694 -2.093 5.913
5 24 10.694 -2.093 5.913 8.675 -4.238 3.782 11.297 -2.213 3.868 9.304 -2.539 7.302
5 24 9.304 -2.539 7.302 10.694 -2.093 5.913 10.017 -0.12 10.136 8.675 -4.238 3.782
5 24 8.675 -4.238 3.782 11.297 -2.213 3.868 10.694 -2.093 5.913 11.051 -2.786 2.335
5 24 11.051 -2.786 2.335 8.675 -4.238 3.782 10.034 -3.527 1.617 11.297 -2.213 3.868
5 24 11.297 -2.213 3.868 11.051 -2.786 2.335 12.61 -1.248 0.813 8.675 -4.238 3.782
5 24 10.694 -2.093 5.913 11.911 -0.186 6.829 10.017 -0.12 10.136 12.783 -0.427 3.92
5 24 11.911 -0.186 6.829 12.783 -0.427 3.92 14.285 2.032 3.361 10.694 -2.093 5.913
5 24 12.783 -0.427 3.92 11.297 -2.213 3.868 12.61 -1.248 0.813 10.694 -2.093 5.913
5 24 10.694 -2.093 5.913 12.783 -0.427 3.92 11.911 -0.186 6.829 11.297 -2.213 3.868
5 24 11.297 -2.213 3.868 10.694 -2.093 5.913 8.675 -4.238 3.782 12.783 -0.427 3.92
5 24 12.333 4.971 -8.525 14.157 6.984 -5.14 12.733 3.991 -8.03 13.392 8.014 -6.649
5 24 14.157 6.984 -5.14 13.392 8.014 -6.649 14.066 8.504 -5.292 12.333 4.971 -8.525
5 24 13.392 8.014 -6.649 14.066 8.504 -5.292 14.157 6.984 -5.14 13.585 9.924 -5.822
5 24 13.585 9.924 -5.822 14.066 8.504 -5.292 13.392 8.014 -6.649 13.734 10.264 -5.354
5 24 12.843 10.314 -6.146 11.567 10.404 -6.085 13.16 10.784 -5.3 12.459 7.314 -7.605
5 24 9.858 5.322 -8.56 12.459 7.314 -7.605 11.793 5.563 -8.625 11.567 10.404 -6.085
5 24 14.432 4.986 -4.254 14.853 6.584 -0.379 14.911 4.755 2.796 14.696 7.124 -2.282
5 24 14.157 6.984 -5.14 14.432 4.986 -4.254 12.733 3.991 -8.03 14.696 7.124 -2.282
5 24 14.432 4.986 -4.254 14.696 7.124 -2.282 14.853 6.584 -0.379 14.157 6.984 -5.14
5 24 14.066 8.504 -5.292 14.157 6.984 -5.14 13.392 8.014 -6.649 14.696 7.124 -2.282
5 24 14.157 6.984 -5.14 14.696 7.124 -2.282 14.432 4.986 -4.254 14.066 8.504 -5.292
5 24 14.066 8.504 -5.292 14.696 7.124 -2.282 14.157 6.984 -5.14 14.506 8.394 -3.516
5 24 14.066 8.504 -5.292 14.506 8.394 -3.516 14.696 7.124 -2.282 14.02 10.154 -4.793
5 24 13.734 10.264 -5.354 14.066 8.504 -5.292 13.585 9.924 -5.822 14.02 10.154 -4.793
5 24 14.066 8.504 -5.292 14.02 10.154 -4.793 14.506 8.394 -3.516 13.734 10.264 -5.354
5 24 -12.273 6.934 -7.221 -12.693 5.984 -7.785 -12.543 6.204 -6.757 -12.293 6.824 -7.969
5 24 -12.693 5.984 -7.785 -12.543 6.204 -6.757 -12.273 6.934 -7.221 -13.413 3.431 -6.636
5 24 -13.413 3.431 -6.636 -12.543 6.204 -6.757 -12.693 5.984 -7.785 -13.103 4.602 -5.565
5 24 -13.413 3.431 -6.636 -13.103 4.602 -5.565 -12.543 6.204 -6.757 -13.673 3.024 -3.977
5 24 -13.413 3.431 -6.636 -13.673 3.024 -3.977 -13.103 4.602 -5.565 -13.803 1.894 -5.074
5 24 -13.803 1.894 -5.074 -13.673 3.024 -3.977 -13.413 3.431 -6.636 -13.943 1.8 -2.522
5 24 -13.943 1.8 -2.522 -13.803 1.894 -5.074 -13.923 0.63 -2.778 -13.673 3.024 -3.977
5 24 -13.923 0.63 -2.778 -13.943 1.8 -2.522 -13.803 1.894 -5.074 -14.153 1.01 -0.648
5 24 -13.923 0.63 -2.778 -14.153 1.01 -0.648 -13.943 1.8 -2.522 -13.923 0.132 -0.899
5 24 14.853 6.584 -0.379 14.855 7.134 1.894 14.911 4.755 2.796 14.472 7.154 -0.195
5 24 14.472 7.154 -0.195 14.855 7.134 1.894 14.853 6.584 -0.379 14.421 7.584 1.668
5 24 14.696 7.124 -2.282 14.853 6.584 -0.379 14.432 4.986 -4.254 14.382 7.434 -1.613
5 24 14.382 7.434 -1.613 14.853 6.584 -0.379 14.696 7.124 -2.282 14.472 7.154 -0.195
5 24 14.853 6.584 -0.379 14.472 7.154 -0.195 14.855 7.134 1.894 14.382 7.434 -1.613
5 24 14.506 8.394 -3.516 14.696 7.124 -2.282 14.066 8.504 -5.292 14.382 7.434 -1.613
5 24 14.696 7.124 -2.282 14.382 7.434 -1.613 14.853 6.584 -0.379 14.506 8.394 -3.516
5 24 14.506 8.394 -3.516 14.382 7.434 -1.613 14.696 7.124 -2.282 14.172 8.374 -2.788
5 24 13.734 10.264 -5.354 12.843 10.314 -6.146 13.16 10.784 -5.3 13.585 9.924 -5.822
5 24 13.585 9.924 -5.822 13.734 10.264 -5.354 14.066 8.504 -5.292 12.843 10.314 -6.146
5 24 13.585 9.924 -5.822 12.843 10.314 -6.146 13.734 10.264 -5.354 12.459 7.314 -7.605
5 24 12.333 4.971 -8.525 13.392 8.014 -6.649 14.157 6.984 -5.14 12.459 7.314 -7.605
5 24 13.585 9.924 -5.822 12.459 7.314 -7.605 12.843 10.314 -6.146 13.392 8.014 -6.649
5 24 13.392 8.014 -6.649 13.585 9.924 -5.822 14.066 8.504 -5.292 12.459 7.314 -7.605
5 24 12.459 7.314 -7.605 13.392 8.014 -6.649 12.333 4.971 -8.525 13.585 9.924 -5.822
5 24 12.333 4.971 -8.525 12.459 7.314 -7.605 13.392 8.014 -6.649 11.793 5.563 -8.625
5 24 14.723 8.664 3.403 14.578 10.884 4.197 13.849 8.774 6.54 14.158 10.994 3.68
5 24 14.158 10.994 3.68 14.723 8.664 3.403 14.226 8.594 2.768 14.578 10.884 4.197
5 24 14.421 7.584 1.668 14.855 7.134 1.894 14.472 7.154 -0.195 14.723 8.664 3.403
5 24 14.855 7.134 1.894 14.723 8.664 3.403 14.911 4.755 2.796 14.421 7.584 1.668
5 24 14.421 7.584 1.668 14.723 8.664 3.403 14.855 7.134 1.894 14.226 8.594 2.768
5 24 14.723 8.664 3.403 14.226 8.594 2.768 14.158 10.994 3.68 14.421 7.584 1.668
5 24 14.02 10.154 -4.793 14.506 8.394 -3.516 14.066 8.504 -5.292 14.172 8.374 -2.788
5 24 14.172 8.374 -2.788 14.02 10.154 -4.793 13.642 10.604 -4.456 14.506 8.394 -3.516
5 24 14.506 8.394 -3.516 14.172 8.374 -2.788 14.382 7.434 -1.613 14.02 10.154 -4.793
5 24 14.02 10.154 -4.793 13.642 10.604 -4.456 14.172 8.374 -2.788 13.16 10.784 -5.3
5 24 13.734 10.264 -5.354 14.02 10.154 -4.793 14.066 8.504 -5.292 13.16 10.784 -5.3
5 24 13.16 10.784 -5.3 13.734 10.264 -5.354 12.843 10.314 -6.146 14.02 10.154 -4.793
5 24 14.02 10.154 -4.793 13.16 10.784 -5.3 13.642 10.604 -4.456 13.734 10.264 -5.354
5 24 0.001 6.384 -14.762 7.199 5.428 -12.892 0.001 5.067 -15.012 0 6.854 -14.192
5 24 0.001 6.384 -14.762 0 6.854 -14.192 7.199 5.428 -12.892 -7.073 7.074 -12.322
5 24 -7.403 6.594 -12.812 0.001 6.384 -14.762 0.001 5.067 -15.012 -7.073 7.074 -12.322
5 24 -12.293 6.824 -7.969 -7.403 6.594 -12.812 -12.693 5.984 -7.785 -11.653 7.274 -7.858
5 24 -11.653 7.274 -7.858 -7.403 6.594 -12.812 -12.293 6.824 -7.969 -7.073 7.074 -12.322
5 24 -7.403 6.594 -12.812 -7.073 7.074 -12.322 0.001 6.384 -14.762 -11.653 7.274 -7.858
5 24 10.264 4.887 -10.492 6.997 5.944 -12.362 10.098 5.358 -9.882 7.199 5.428 -12.892
5 24 7.199 5.428 -12.892 10.264 4.887 -10.492 10.411 3.684 -10.542 6.997 5.944 -12.362
5 24 6.997 5.944 -12.362 7.199 5.428 -12.892 0 6.854 -14.192 10.264 4.887 -10.492
5 24 10.955 4.716 -9.212 12.333 4.971 -8.525 11.289 3.903 -8.892 11.793 5.563 -8.625
5 24 11.793 5.563 -8.625 10.566 5.06 -9.002 9.858 5.322 -8.56 10.955 4.716 -9.212
5 24 10.955 4.716 -9.212 11.793 5.563 -8.625 12.333 4.971 -8.525 10.566 5.06 -9.002
5 24 10.264 4.887 -10.492 10.955 4.716 -9.212 11.289 3.903 -8.892 10.098 5.358 -9.882
5 24 10.098 5.358 -9.882 10.955 4.716 -9.212 10.264 4.887 -10.492 10.566 5.06 -9.002
5 24 10.566 5.06 -9.002 10.098 5.358 -9.882 9.858 5.322 -8.56 10.955 4.716 -9.212
5 24 12.919 15.094 7.301 7.427 16.114 12.888 11.669 9.234 10.237 7.189 16.574 12.118
5 24 12.919 15.094 7.301 7.189 16.574 12.118 7.427 16.114 12.888 12.307 15.474 6.895
5 24 14.134 14.204 5.073 12.919 15.094 7.301 13.849 8.774 6.54 12.307 15.474 6.895
5 24 12.919 15.094 7.301 12.307 15.474 6.895 7.189 16.574 12.118 14.134 14.204 5.073
5 24 14.134 14.204 5.073 12.307 15.474 6.895 12.919 15.094 7.301 13.377 14.574 4.814
5 24 14.492 13.184 4.511 14.134 14.204 5.073 13.849 8.774 6.54 13.377 14.574 4.814
5 24 13.377 14.574 4.814 14.492 13.184 4.511 14.046 13.284 4.012 14.134 14.204 5.073
5 24 14.134 14.204 5.073 13.377 14.574 4.814 12.307 15.474 6.895 14.492 13.184 4.511
5 24 14.158 10.994 3.68 14.578 10.884 4.197 14.723 8.664 3.403 14.492 13.184 4.511
5 24 14.578 10.884 4.197 14.492 13.184 4.511 13.849 8.774 6.54 14.158 10.994 3.68
5 24 14.158 10.994 3.68 14.492 13.184 4.511 14.578 10.884 4.197 14.046 13.284 4.012
5 24 14.492 13.184 4.511 14.046 13.284 4.012 13.377 14.574 4.814 14.158 10.994 3.68
5 24 -0.032 16.564 14.788 -7.503 16.104 12.888 -7.713 10.064 13.568 -7.203 16.574 12.208
5 24 7.427 16.114 12.888 -0.032 16.564 14.788 6.638 9.884 14.168 0 17.034 14.028
5 24 -0.032 16.564 14.788 0 17.034 14.028 -7.203 16.574 12.208 7.427 16.114 12.888
5 24 7.189 16.574 12.118 7.427 16.114 12.888 12.919 15.094 7.301 0 17.034 14.028
5 24 7.427 16.114 12.888 0 17.034 14.028 -0.032 16.564 14.788 7.189 16.574 12.118
5 24 -7.503 16.104 12.888 -13.123 14.694 7.235 -7.713 10.064 13.568 -12.643 15.384 6.964
5 24 -7.503 16.104 12.888 -12.643 15.384 6.964 -13.123 14.694 7.235 -7.203 16.574 12.208
5 24 -7.203 16.574 12.208 -7.503 16.104 12.888 -0.032 16.564 14.788 -12.643 15.384 6.964
5 24 -12.273 6.934 -7.221 -12.293 6.824 -7.969 -12.693 5.984 -7.785 -11.783 7.474 -7.372
5 24 -11.653 7.274 -7.858 -11.783 7.474 -7.372 -10.713 7.344 -7.413 -12.293 6.824 -7.969
5 24 -11.783 7.474 -7.372 -12.293 6.824 -7.969 -12.273 6.934 -7.221 -11.653 7.274 -7.858
5 24 -12.273 6.934 -7.221 -12.733 8.624 -6.995 -11.783 7.474 -7.372 -13.203 7.784 -6.817
5 24 -13.103 4.602 -5.565 -13.393 6.754 -6.312 -12.543 6.204 -6.757 -13.753 5.27 -5.189
5 24 -13.103 4.602 -5.565 -13.753 5.27 -5.189 -13.393 6.754 -6.312 -13.673 3.024 -3.977
5 24 -13.673 3.024 -3.977 -13.753 5.27 -5.189 -13.103 4.602 -5.565 -14.173 3.785 -3.722
5 24 -13.673 3.024 -3.977 -14.173 3.785 -3.722 -13.753 5.27 -5.189 -14.513 2.632 -2.233
5 24 -13.943 1.8 -2.522 -14.513 2.632 -2.233 -13.673 3.024 -3.977 -14.153 1.01 -0.648
5 24 -14.153 1.01 -0.648 -14.513 2.632 -2.233 -13.943 1.8 -2.522 -14.563 1.792 -0.402
5 24 -12.273 6.934 -7.221 -13.203 7.784 -6.817 -12.733 8.624 -6.995 -13.393 6.754 -6.312
5 24 -13.393 6.754 -6.312 -12.543 6.204 -6.757 -13.103 4.602 -5.565 -12.273 6.934 -7.221
5 24 -13.793 10.054 -5.66 -12.733 8.624 -6.995 -13.203 7.784 -6.817 -13.013 10.344 -6.165
5 24 -13.793 10.054 -5.66 -13.793 10.404 -4.335 -13.483 10.614 -5.372 -14.153 9.824 -4.749
5 24 -14.153 9.824 -4.749 -13.793 10.404 -4.335 -13.793 10.054 -5.66 -14.623 7.774 -3.249
5 24 -14.623 7.774 -3.249 -13.793 10.404 -4.335 -14.153 9.824 -4.749 -14.173 8.424 -2.838
5 24 -14.623 7.774 -3.249 -14.173 8.424 -2.838 -13.793 10.404 -4.335 -14.463 7.314 -1.475
5 24 -14.623 7.774 -3.249 -14.463 7.314 -1.475 -14.173 8.424 -2.838 -14.863 6.694 -1.855
5 24 -14.863 6.694 -1.855 -14.463 7.314 -1.475 -14.623 7.774 -3.249 -15.033 6.504 -0.362
5 24 -15.033 6.504 -0.362 -14.463 7.314 -1.475 -14.863 6.694 -1.855 -14.613 6.994 -0.022
5 24 -15.033 6.504 -0.362 -14.613 6.994 -0.022 -14.463 7.314 -1.475 -14.693 7.394 1.628
5 24 -14.693 7.394 1.628 -15.033 6.504 -0.362 -15.113 6.744 1.39 -14.613 6.994 -0.022
5 24 -13.793 10.054 -5.66 -14.153 9.824 -4.749 -13.793 10.404 -4.335 -13.393 6.754 -6.312
5 24 -13.793 10.054 -5.66 -13.393 6.754 -6.312 -14.153 9.824 -4.749 -13.203 7.784 -6.817
5 24 -13.203 7.784 -6.817 -13.793 10.054 -5.66 -12.733 8.624 -6.995 -13.393 6.754 -6.312
5 24 -14.153 9.824 -4.749 -14.623 7.774 -3.249 -13.793 10.404 -4.335 -13.393 6.754 -6.312
5 24 -13.393 6.754 -6.312 -14.153 9.824 -4.749 -13.793 10.054 -5.66 -14.623 7.774 -3.249
5 24 -14.623 7.774 -3.249 -14.863 6.694 -1.855 -14.463 7.314 -1.475 -14.173 3.785 -3.722
5 24 -13.753 5.27 -5.189 -14.623 7.774 -3.249 -13.393 6.754 -6.312 -14.173 3.785 -3.722
5 24 -14.623 7.774 -3.249 -14.173 3.785 -3.722 -14.863 6.694 -1.855 -13.753 5.27 -5.189
5 24 -14.863 6.694 -1.855 -15.033 6.504 -0.362 -14.463 7.314 -1.475 -14.953 4.028 0.408
5 24 -14.173 3.785 -3.722 -14.863 6.694 -1.855 -14.623 7.774 -3.249 -14.513 2.632 -2.233
5 24 -14.863 6.694 -1.855 -14.513 2.632 -2.233 -14.953 4.028 0.408 -14.173 3.785 -3.722
5 24 -14.513 2.632 -2.233 -14.953 4.028 0.408 -14.863 6.694 -1.855 -14.563 1.792 -0.402
5 24 -15.033 6.504 -0.362 -15.113 6.744 1.39 -14.693 7.394 1.628 -14.953 4.028 0.408
5 24 -14.953 4.028 0.408 -15.033 6.504 -0.362 -14.863 6.694 -1.855 -15.113 6.744 1.39
5 24 -13.793 10.054 -5.66 -13.013 10.344 -6.165 -12.733 8.624 -6.995 -13.483 10.614 -5.372
5 24 -13.483 10.614 -5.372 -13.793 10.054 -5.66 -13.793 10.404 -4.335 -13.013 10.344 -6.165
5 24 -14.573 10.584 4.292 -14.203 13.554 4.139 -14.343 10.734 3.761 -14.433 13.224 4.669
5 24 -14.343 10.734 3.761 -14.573 10.584 4.292 -14.203 13.554 4.139 -14.773 8.304 3.409
5 24 -14.343 10.734 3.761 -14.773 8.304 3.409 -14.573 10.584 4.292 -14.503 8.554 2.871
5 24 -14.503 8.554 2.871 -14.773 8.304 3.409 -14.343 10.734 3.761 -15.113 6.744 1.39
5 24 -15.113 6.744 1.39 -14.693 7.394 1.628 -15.033 6.504 -0.362 -14.503 8.554 2.871
5 24 -14.503 8.554 2.871 -15.113 6.744 1.39 -14.773 8.304 3.409 -14.693 7.394 1.628
5 24 -14.563 1.792 -0.402 -14.953 4.028 0.408 -14.513 2.632 -2.233 -14.533 3.941 4.24
5 24 -13.723 -0.02 1.531 -13.923 0.132 -0.899 -9.253 -4.563 -1.923 -13.953 0.755 1.657
5 24 -13.923 0.132 -0.899 -14.153 1.01 -0.648 -13.923 0.63 -2.778 -13.953 0.755 1.657
5 24 -14.563 1.792 -0.402 -14.163 1.676 3.184 -14.533 3.941 4.24 -13.953 0.755 1.657
5 24 -14.153 1.01 -0.648 -14.563 1.792 -0.402 -14.513 2.632 -2.233 -13.953 0.755 1.657
5 24 -14.953 4.028 0.408 -15.113 6.744 1.39 -15.033 6.504 -0.362 -14.363 5.954 5.001
5 24 -14.533 3.941 4.24 -14.953 4.028 0.408 -14.563 1.792 -0.402 -14.363 5.954 5.001
5 24 -14.953 4.028 0.408 -14.363 5.954 5.001 -15.113 6.744 1.39 -14.533 3.941 4.24
5 24 -13.443 0.184 3.962 -13.723 -0.02 1.531 -9.163 -4.267 2.667 -13.953 0.755 1.657
5 24 -13.723 -0.02 1.531 -13.953 0.755 1.657 -13.923 0.132 -0.899 -13.443 0.184 3.962
5 24 -13.153 1.532 6.758 -13.443 0.184 3.962 -8.723 -3.154 7.497 -14.163 1.676 3.184
5 24 -14.163 1.676 3.184 -13.443 0.184 3.962 -13.153 1.532 6.758 -13.953 0.755 1.657
5 24 -13.953 0.755 1.657 -14.163 1.676 3.184 -14.563 1.792 -0.402 -13.443 0.184 3.962
5 24 -13.443 0.184 3.962 -13.953 0.755 1.657 -13.723 -0.02 1.531 -14.163 1.676 3.184
5 24 -13.123 3.842 7.984 -13.153 1.532 6.758 -7.933 2.748 13.338 -14.533 3.941 4.24
5 24 -14.163 1.676 3.184 -14.533 3.941 4.24 -14.563 1.792 -0.402 -13.153 1.532 6.758
5 24 -13.153 1.532 6.758 -14.163 1.676 3.184 -13.443 0.184 3.962 -14.533 3.941 4.24
5 24 -14.533 3.941 4.24 -13.153 1.532 6.758 -13.123 3.842 7.984 -14.163 1.676 3.184
5 24 -13.123 3.842 7.984 -14.533 3.941 4.24 -13.153 1.532 6.758 -14.363 5.954 5.001
5 24 -14.533 3.941 4.24 -14.363 5.954 5.001 -14.953 4.028 0.408 -13.123 3.842 7.984
5 24 -13.123 3.842 7.984 -14.363 5.954 5.001 -14.533 3.941 4.24 -13.063 6.734 8.334
5 24 -13.063 6.734 8.334 -13.123 3.842 7.984 -7.823 6.404 13.838 -14.363 5.954 5.001
5 24 -13.063 6.734 8.334 -14.363 5.954 5.001 -13.123 3.842 7.984 -14.253 7.884 5.549
5 24 -12.993 9.624 8.191 -13.063 6.734 8.334 -7.823 6.404 13.838 -14.223 10.274 5.661
5 24 -13.063 6.734 8.334 -14.253 7.884 5.549 -14.363 5.954 5.001 -14.223 10.274 5.661
5 24 -14.223 10.274 5.661 -13.063 6.734 8.334 -12.993 9.624 8.191 -14.253 7.884 5.549
5 24 -13.123 14.694 7.235 -12.993 9.624 8.191 -7.713 10.064 13.568 -14.223 10.274 5.661
5 24 -12.993 9.624 8.191 -14.223 10.274 5.661 -13.063 6.734 8.334 -13.123 14.694 7.235
5 24 -13.123 14.694 7.235 -14.223 10.274 5.661 -12.993 9.624 8.191 -13.993 14.024 5.522
5 24 -14.363 5.954 5.001 -15.113 6.744 1.39 -14.953 4.028 0.408 -14.773 8.304 3.409
5 24 -15.113 6.744 1.39 -14.773 8.304 3.409 -14.503 8.554 2.871 -14.363 5.954 5.001
5 24 -14.363 5.954 5.001 -14.773 8.304 3.409 -15.113 6.744 1.39 -14.253 7.884 5.549
5 24 -14.253 7.884 5.549 -14.363 5.954 5.001 -13.063 6.734 8.334 -14.773 8.304 3.409
5 24 -14.253 7.884 5.549 -14.773 8.304 3.409 -14.363 5.954 5.001 -14.223 10.274 5.661
5 24 -14.223 10.274 5.661 -14.253 7.884 5.549 -13.063 6.734 8.334 -14.773 8.304 3.409
5 24 -14.773 8.304 3.409 -14.573 10.584 4.292 -14.343 10.734 3.761 -14.223 10.274 5.661
5 24 -13.993 14.024 5.522 -14.223 10.274 5.661 -13.123 14.694 7.235 -14.573 10.584 4.292
5 24 -14.223 10.274 5.661 -14.573 10.584 4.292 -14.773 8.304 3.409 -13.993 14.024 5.522
5 24 -14.573 10.584 4.292 -14.433 13.224 4.669 -14.203 13.554 4.139 -13.993 14.024 5.522
5 24 -13.993 14.024 5.522 -14.573 10.584 4.292 -14.223 10.274 5.661 -14.433 13.224 4.669
5 24 -12.643 15.384 6.964 -13.123 14.694 7.235 -7.503 16.104 12.888 -13.783 14.654 4.956
5 24 -13.123 14.694 7.235 -13.993 14.024 5.522 -14.223 10.274 5.661 -13.783 14.654 4.956
5 24 -13.783 14.654 4.956 -13.123 14.694 7.235 -12.643 15.384 6.964 -13.993 14.024 5.522
5 24 -14.433 13.224 4.669 -14.203 13.554 4.139 -14.573 10.584 4.292 -13.783 14.654 4.956
5 24 -14.433 13.224 4.669 -13.783 14.654 4.956 -14.203 13.554 4.139 -13.993 14.024 5.522
5 24 -13.993 14.024 5.522 -14.433 13.224 4.669 -14.573 10.584 4.292 -13.783 14.654 4.956
5 24 -13.783 14.654 4.956 -13.993 14.024 5.522 -13.123 14.694 7.235 -14.433 13.224 4.669
5 24 13.642 10.604 -4.456 11.917 10.903 -5.116 12.011 10.862 -4.975 13.16 10.784 -5.3
5 24 11.917 10.903 -5.116 13.16 10.784 -5.3 11.567 10.404 -6.085 13.642 10.604 -4.456
5 24 13 4 0 13.002 7.284 0 12.932 7.574 -1.488 12.862 7.584 1.517
5 24 13 4 0 12.862 7.584 1.517 13.002 7.284 0 12.718 8.454 2.553
5 24 13 4 0 12.718 8.454 2.553 12.862 7.584 1.517 12.011 4 4.975
5 24 12.011 4 4.975 12.718 8.454 2.553 13 4 0 12.48 10.944 3.522
5 24 12.011 4 4.975 12.48 10.944 3.522 12.718 8.454 2.553 12.458 13.014 3.715
5 24 12.011 4 4.975 12.458 13.014 3.715 12.48 10.944 3.522 12.118 14.514 4.482
5 24 12.011 4 4.975 12.118 14.514 4.482 12.458 13.014 3.715 9.192 4 9.192
5 24 9.192 4 9.192 12.118 14.514 4.482 12.011 4 4.975 12.01 14.717 4.975
5 24 9.192 4 9.192 12.01 14.717 4.975 12.118 14.514 4.482 11.119 15.344 6.42
5 24 9.192 4 9.192 11.119 15.344 6.42 12.01 14.717 4.975 9.192 16.062 9.192
5 24 9.192 4 9.192 9.192 16.062 9.192 11.119 15.344 6.42 4.975 4 12.011
5 24 4.975 4 12.011 4.975 16.701 12.01 9.192 16.062 9.192 0 17.034 13
5 24 4.975 4 12.011 0 17.034 13 4.975 16.701 12.01 -0.307 17.012 12.939
5 24 4.975 4 12.011 -0.307 17.012 12.939 0 17.034 13 0 4 13
5 24 0 4 13 -0.307 17.012 12.939 4.975 4 12.011 -4.049 16.744 12.195
5 24 0 4 13 -4.049 16.744 12.195 -0.307 17.012 12.939 -4.975 16.687 12.011
5 24 0 4 13 -4.975 16.687 12.011 -4.049 16.744 12.195 -6.423 16.574 11.12
5 24 0 4 13 -6.423 16.574 11.12 -4.975 16.687 12.011 -4.975 4 12.011
5 24 -4.975 4 12.011 -6.423 16.574 11.12 0 4 13 -9.192 16.028 9.192
5 24 -4.975 4 12.011 -9.192 16.028 9.192 -6.423 16.574 11.12 -11.123 15.344 6.42
5 24 -4.975 4 12.011 -11.123 15.344 6.42 -9.192 16.028 9.192 -12.011 14.727 4.975
5 24 -4.975 4 12.011 -12.011 14.727 4.975 -11.123 15.344 6.42 -9.192 4 9.192
5 24 -9.192 4 9.192 -12.011 14.727 4.975 -4.975 4 12.011 -12.153 14.574 4.594
5 24 -9.192 4 9.192 -12.153 14.574 4.594 -12.011 14.727 4.975 -12.413 13.224 3.686
5 24 -9.192 4 9.192 -12.413 13.224 3.686 -12.153 14.574 4.594 -12.473 10.764 3.59
5 24 -9.192 4 9.192 -12.473 10.764 3.59 -12.413 13.224 3.686 -12.011 4 4.975
5 24 -12.011 4 4.975 -12.473 10.764 3.59 -9.192 4 9.192 -12.753 8.484 2.571
5 24 -12.011 4 4.975 -12.753 8.484 2.571 -12.473 10.764 3.59 -12.943 7.534 1.377
5 24 -12.011 4 4.975 -12.943 7.534 1.377 -12.753 8.484 2.571 -13.023 7.284 0
5 24 -12.011 4 4.975 -13.023 7.284 0 -12.943 7.534 1.377 -13 4 0
5 24 -13 4 0 -13.023 7.284 0 -12.011 4 4.975 -12.913 7.424 -1.226
5 24 -13 4 0 -12.913 7.424 -1.226 -13.023 7.284 0 -12.713 8.304 -2.637
5 24 -13 4 0 -12.713 8.304 -2.637 -12.913 7.424 -1.226 -12.011 4 -4.975
5 24 -12.011 4 -4.975 -12.713 8.304 -2.637 -13 4 0 -12.393 10.504 -4.025
5 24 -12.011 4 -4.975 -12.393 10.504 -4.025 -12.713 8.304 -2.637 -12.103 10.804 -4.8
5 24 -12.011 4 -4.975 -12.103 10.804 -4.8 -12.393 10.504 -4.025 -11.683 10.604 -5.734
5 24 -12.011 4 -4.975 -11.193 9.164 -6.793 -11.683 10.604 -5.734 -10.713 7.344 -7.413
5 24 -10.713 7.344 -7.413 -12.011 4 -4.975 -9.192 4 -9.192 -11.193 9.164 -6.793
5 24 -9.192 4 -9.192 -10.713 7.344 -7.413 -12.011 4 -4.975 -9.192 7.241 -9.192
5 24 -9.192 4 -9.192 -9.192 7.241 -9.192 -10.713 7.344 -7.413 -6.423 7.104 -11.122
5 24 -9.192 4 -9.192 -6.423 7.104 -11.122 -9.192 7.241 -9.192 -4.975 4 -12.011
5 24 -4.975 4 -12.011 -6.423 7.104 -11.122 -9.192 4 -9.192 -4.975 7.04 -12.011
5 24 -4.975 4 -12.011 -4.975 7.04 -12.011 -6.423 7.104 -11.122 -1.526 6.908 -12.697
5 24 -4.975 4 -12.011 -1.526 6.908 -12.697 -4.271 7.02 -12.151 0 4 -13
5 24 0 4 -13 0 6.845 -13 -1.526 6.908 -12.697 1.213 6.688 -12.759
5 24 0 4 -13 1.213 6.688 -12.759 0 6.845 -13 4.975 4 -12.011
5 24 4.975 4 -12.011 3.61 6.391 -12.282 1.213 6.688 -12.759 4.975 6.222 -12.011
5 24 4.975 4 -12.011 4.975 6.222 -12.011 3.61 6.391 -12.282 6.42 6.064 -11.122
5 24 4.975 4 -12.011 6.42 6.064 -11.122 4.975 6.222 -12.011 9.192 5.466 -9.192
5 24 4.975 4 -12.011 9.192 5.466 -9.192 6.42 6.064 -11.122 9.192 4 -9.192
5 24 9.192 4 -9.192 9.192 5.466 -9.192 4.975 4 -12.011 9.858 5.322 -8.56
5 24 11.567 10.404 -6.085 12.011 4 -4.975 11.917 10.903 -5.116 9.858 5.322 -8.56
5 24 9.192 4 -9.192 9.858 5.322 -8.56 9.192 5.466 -9.192 12.011 4 -4.975
5 24 9.858 5.322 -8.56 12.011 4 -4.975 11.567 10.404 -6.085 9.192 4 -9.192
5 24 12.011 4 -4.975 11.917 10.903 -5.116 11.567 10.404 -6.085 12.011 10.862 -4.975
5 24 12.011 4 -4.975 12.011 10.862 -4.975 11.917 10.903 -5.116 12.259 10.644 -4.149
5 24 12.011 4 -4.975 12.259 10.644 -4.149 12.011 10.862 -4.975 12.755 8.454 -2.719
5 24 12.011 4 -4.975 12.755 8.454 -2.719 12.259 10.644 -4.149 13 4 0
5 24 12.932 7.574 -1.488 13 4 0 13.002 7.284 0 12.755 8.454 -2.719
5 24 -11.653 7.274 -7.858 -10.713 7.344 -7.413 -7.073 7.074 -12.322 -11.783 7.474 -7.372
5 24 -11.783 7.474 -7.372 -10.713 7.344 -7.413 -11.653 7.274 -7.858 -12.733 8.624 -6.995
5 24 -11.193 9.164 -6.793 -12.733 8.624 -6.995 -13.013 10.344 -6.165 -10.713 7.344 -7.413
5 24 10.411 3.684 -10.542 10.264 4.887 -10.492 11.289 3.903 -8.892 7.199 5.428 -12.892
5 24 11.027 0.159 -9.052 10.411 3.684 -10.542 11.289 3.903 -8.892 7.089 -0.111 -12.272
5 24 10.483 -2.327 -6.878 11.027 0.159 -9.052 11.195 -1.266 -5.454 7.089 -0.111 -12.272
5 24 9.346 -4.056 -3.811 10.483 -2.327 -6.878 11.195 -1.266 -5.454 6.435 -3.203 -9.652
5 24 8.365 -4.673 0.263 9.346 -4.056 -3.811 8.901 -4.172 1.253 4.095 -6.586 -1.666
5 24 8.365 -4.673 0.263 8.675 -4.238 3.782 4.278 -6.358 3.364 8.901 -4.172 1.253
5 24 11.568 -2.525 -1.883 10.034 -3.527 1.617 8.901 -4.172 1.253 11.051 -2.786 2.335
5 24 12.733 -1.004 -4.679 11.568 -2.525 -1.883 10.126 -2.924 -2.594 12.61 -1.248 0.813
5 24 12.733 3.991 -8.03 13.118 1.662 -6.86 11.289 3.903 -8.892 14.157 6.984 -5.14
5 24 12.333 4.971 -8.525 12.733 3.991 -8.03 11.289 3.903 -8.892 14.157 6.984 -5.14
5 24 13.118 1.662 -6.86 12.733 -1.004 -4.679 11.706 1.229 -7.328 13.994 0.746 -0.934
5 24 10.034 -3.527 1.617 8.675 -4.238 3.782 8.901 -4.172 1.253 11.051 -2.786 2.335
5 24 -12.693 5.984 -7.785 -12.293 6.824 -7.969 -7.403 6.594 -12.812 -12.273 6.934 -7.221
5 24 -13.413 3.431 -6.636 -12.693 5.984 -7.785 -7.613 5.61 -12.942 -12.543 6.204 -6.757
5 24 -13.803 1.894 -5.074 -13.413 3.431 -6.636 -8.483 -1.757 -9.952 -13.673 3.024 -3.977
5 24 -13.923 0.63 -2.778 -13.803 1.894 -5.074 -8.483 -1.757 -9.952 -13.943 1.8 -2.522
5 24 -13.923 0.132 -0.899 -13.923 0.63 -2.778 -8.863 -3.757 -6.531 -14.153 1.01 -0.648
5 24 12.333 4.971 -8.525 11.793 5.563 -8.625 12.459 7.314 -7.605 10.955 4.716 -9.212
5 24 10.098 5.358 -9.882 10.264 4.887 -10.492 6.997 5.944 -12.362 10.955 4.716 -9.212
5 24 -12.293 6.824 -7.969 -11.653 7.274 -7.858 -7.403 6.594 -12.812 -11.783 7.474 -7.372
5 24 -13.203 7.784 -6.817 -12.733 8.624 -6.995 -12.273 6.934 -7.221 -13.793 10.054 -5.66
5 24 -13.393 6.754 -6.312 -13.203 7.784 -6.817 -12.273 6.934 -7.221 -13.793 10.054 -5.66
5 24 -13.753 5.27 -5.189 -13.393 6.754 -6.312 -13.103 4.602 -5.565 -14.623 7.774 -3.249
5 24 -14.173 3.785 -3.722 -13.753 5.27 -5.189 -13.673 3.024 -3.977 -14.623 7.774 -3.249
5 24 -14.513 2.632 -2.233 -14.173 3.785 -3.722 -13.673 3.024 -3.977 -14.863 6.694 -1.855
5 24 -14.563 1.792 -0.402 -14.513 2.632 -2.233 -14.153 1.01 -0.648 -14.953 4.028 0.408
5 24 -13.953 0.755 1.657 -13.923 0.132 -0.899 -13.723 -0.02 1.531 -14.153 1.01 -0.648
5 24 -14.563 1.792 -0.402 -13.953 0.755 1.657 -14.163 1.676 3.184 -14.153 1.01 -0.648
5 24 11.793 5.563 -8.625 9.858 5.322 -8.56 12.459 7.314 -7.605 10.566 5.06 -9.002
5 24 10.566 5.06 -9.002 9.858 5.322 -8.56 11.793 5.563 -8.625 10.098 5.358 -9.882
5 24 10.098 5.358 -9.882 9.858 5.322 -8.56 10.566 5.06 -9.002 6.997 5.944 -12.362
5 24 8.901 -4.172 1.253 8.675 -4.238 3.782 8.365 -4.673 0.263 10.034 -3.527 1.617
0
0 L3P ELSEPOV
0    #declare tesc = 2.6;
0    merge {
0      difference {
0        merge {
0          difference {
0            sphere { <0, 0, 0> 1 scale <6, 4.5, 6> }
0            box { <-20, -10, -20> <20, 0, 20> }
0            translate <0, 2, 0>
0          }
0          difference {
0            sphere { <0, 0, 0> 1 scale <6.000001, 10, 6.000001> }
0            box { <-20, 0.000001, -20> <20, 20, 20> }
0            translate <0, 2, 0>
0          }
0          sphere { <0, 0, 0> 1 scale <5, 3.5, 5.25> translate <0, 0, -5.25>
0            rotate 15*x rotate 10*z translate <0, 2, 6> }
0        }
0        difference {
0          box { <-10, -10, -4> <0, 4, 4> }
0          sphere { <0, 0, 0> 1 scale <5, 3.5, 6> translate <0, 0, -5>
0            rotate 7.5*x translate <-2.5, 3.5, 6> }
0        }
0        difference {
0          box { <-5, -10, -9> <0, 4, 9> }
0          cylinder { -10*z, 10*z, 1 scale <1, 1.75, 1> }
0          sphere { <0, 0, 0> 1 scale <5, 3.5, 6> translate <0, 0, -5>
0            rotate 5*x translate <-0.5, 3.1, 6> }
0          box { <-1, 0, -10> <5, 5, 10> }
0          translate <-2, 0.4, 0>
0        }
0        box { <-10, -20, -10> <10, 0, 10> rotate -12*z translate <0, -2, 0> }
0          cylinder { -10*y, 2.1000001*y, 5 }
0          cone { 1.999999*y, 5, 4*y, 3 }
0          cylinder { -10*z, 10*z, 1.5 translate <0.5, -1, 0,> }
0        box { <-1.000001, -10, -10> <1.75, -0.999999, 10> }
0        difference {
0          box { <-2, -3, -10> <1, -1, 10> }
0          cylinder { -9*z, 9*z, 1 translate <-2, -1, 0> }
0        }
0      }
0      //  object { ring() translate <0, 3, 0> }
0      bounded_by { box { <-10, -9.25, -6.25> <6.25, 14.25, 6.25> } }
0    }
0    matrix <0,0,tesc, 0,0-tesc,0, 0-tesc,0,0, 0,0,0>
0    translate <0, 8, 0>
0 L3P ENDPOV
0


Subject: 
L3P Warnings
Newsgroups: 
lugnet.cad.ray
Date: 
Sat, 26 Jun 2010 14:06:07 GMT
Viewed: 
32018 times
  
Using L3P v1.4 Beta, I revieve a lot of warnings from my dat files with inline
POV code:

WARNING "3901.dat" Line 11: This keyword is deprecated: 0 L3P IFNOTPOV
WARNING "3901.dat" Line 458: This keyword is deprecated: 0 L3P ELSEPOV
WARNING "3901.dat" Line 504: This keyword is deprecated: 0 L3P ENDPOV

At http://www.hassings.dk/l3/l3p14beta.html#version14 I find no directions on
how to use less impopular keywords. Is there a more recommended syntax, or
should I just ignore the warnings since the code still works just as expected?

/Tore


Subject: 
Rendering farm world wide
Newsgroups: 
lugnet.cad.ray
Date: 
Sun, 18 Apr 2010 14:26:42 GMT
Viewed: 
22361 times
  
Hi to all

I made a facebook group about povray
I whould like to have staff and members so we can help each other
when it come to rendering.

the group is: Rendering farm world wide

I got the idea from a project about a network that prevents quakes online.

I hope my idea works and that you all understand.


Special: 
[DAT] (requires LDraw-compatible viewer)
Subject: 
POV dat - 3626bpse - Minifig Head with SW Scout Trooper Black Visor Pattern - POV
Newsgroups: 
lugnet.cad.ray, lugnet.cad.dat.parts
Date: 
Mon, 22 Feb 2010 00:40:39 GMT
Highlighted: 
(details)
Viewed: 
20233 times
  
0 Minifig Head with SW Scout Trooper Black Visor Pattern - POV
0 Name: 3626bpse.dat
0 Author: Andrew Westrate
0 Unofficial Part
0 // Inline POV code generated by MFHead v0.01
0 // Inline POV code edited to comply with L3P v 1.4 2009-08-11

0 CMDLINE -C14
0 KEYWORDS Star Wars, Episode 6, Empire, Speeder Bike, Scout Trooper, Endor
0 BFC CERTIFY CW

0 // 2004-04-15 AJW added torus primitives

0 // replacing s\3626bs01.dat
0 L3P IFNOTPOV

1 16 0 0 0 1 0 0 0 1 0 0 0 1 s\3626bs02.dat
1 16 0 4 0 13 0 0 0 13 0 0 0 13 2-4cyli.dat
1 16 0 4 0 0 0 8 0 -6.4 0 8 0 0 t04o6250.dat
1 16 0 4 0 -8 0 0 0 -6.4 0 0 0 8 t04o6250.dat
1 16 0 17 0 0 0 -8 0 6.4 0 8 0 0 t04o6250.dat
1 16 0 17 0 8 0 0 0 6.4 0 0 0 8 t04o6250.dat

4 15 2.5 5 -12.5025 3 5 -12.403 4.975 7 -12.01 4.975 7.75 -12.01
4 15 4.975 7 -12.01 9.192 13 -9.192 9.192 14 -9.192 4.975 7.75 -12.01
4 15 4.975 6.25 -12.01 4.975 5.5 -12.01 9.192 11.5 -9.192 9.192 12.25 -9.192
4 0 0 14.75 -13 -2.75 14.75 -12.4528 -2.75 14.25 -12.4528 0 14.25 -13
4 0 0 14.25 -13 2.75 14.25 -12.4528 2.75 14.75 -12.4528 0 14.75 -13
4 0 0 15 -13 1 15 -12.801 1 15.5 -12.801 0 15.5 -13
4 0 -1 15 -12.801 0 15 -13 0 15.5 -13 -1 15.5 -12.801
4 0 1 11 -12.801 2.5 5 -12.5025 4.975 7.75 -12.01 4.975 15 -12.01
4 0 -1 4.25 -12.801 -1 11 -12.801 -4.975 15 -12.01 -4.975 4.25 -12.01
4 0 0 4.25 -13 0 11 -13 -1 11 -12.801 -1 4.25 -12.801
4 0 0 4.25 -13 2 4.25 -12.602 2.5 5 -12.5025 1 11 -12.801
3 0 0 11 -13 0 4.25 -13 1 11 -12.801
4 0 6 15.5 -11.325 4.975 15 -12.01 4.975 7.75 -12.01 8 15.5 -9.9886
4 0 9.192 15 -9.192 8 15.5 -9.9886 4.975 7.75 -12.01 9.192 14 -9.192
4 15 4.25 5 -12.1543 4.975 5.5 -12.01 4.975 6.25 -12.01 3.75 5 -12.2538
4 0 -7 4.5 -10.6568 -4.975 4.25 -12.01 -4.975 15 -12.01 -9.192 5.5 -9.192
4 0 -9.192 5.5 -9.192 -4.975 15 -12.01 -6 15.5 -11.325 -8 15.5 -9.9886
3 0 -9.192 5.5 -9.192 -8 15.5 -9.9886 -9.192 15 -9.192
4 16 -4.975 4.25 -12.01 -4.975 4 -12.01 0 4 -13 0 4.25 -13
4 16 0 4 -13 4.975 4 -12.01 4.975 4.25 -12.01 0 4.25 -13
4 16 0 11 -13 0 14.25 -13 -2.75 14.25 -12.4528 -1 11 -12.801
4 16 1 15 -12.801 0 15 -13 0 14.75 -13 2.75 14.75 -12.4528
4 16 0 15 -13 -1 15 -12.801 -2.75 14.75 -12.4528 0 14.75 -13
4 16 -2.75 14.75 -12.4528 -1 15 -12.801 -1 15.5 -12.801 -4.975 17 -12.01
4 16 1 15 -12.801 2.75 14.75 -12.4528 4.975 17 -12.01 1 15.5 -12.801
4 16 4.975 17 -12.01 0 17 -13 0 15.5 -13 1 15.5 -12.801
4 16 0 15.5 -13 0 17 -13 -4.975 17 -12.01 -1 15.5 -12.801
4 16 4.975 17 -12.01 2.75 14.75 -12.4528 2.75 14.25 -12.4528 4.975 15 -12.01
4 16 -2.75 14.25 -12.4528 -2.75 14.75 -12.4528 -4.975 17 -12.01 -4.975 15 -12.01
3 16 -1 11 -12.801 -2.75 14.25 -12.4528 -4.975 15 -12.01
3 16 4.975 15 -12.01 2.75 14.25 -12.4528 1 11 -12.801
4 0 3.75 5 -12.2538 4.975 6.25 -12.01 4.975 7 -12.01 3 5 -12.403
4 0 9.192 12.25 -9.192 9.192 13 -9.192 4.975 7 -12.01 4.975 6.25 -12.01
4 0 4.25 5 -12.1543 2.5 5 -12.5025 2 4.25 -12.602 4.975 4.25 -12.01
3 0 4.975 4.25 -12.01 4.975 5.5 -12.01 4.25 5 -12.1543
4 0 -9.75 14 -8.357 -9.75 7.5 -8.357 -9.192 5.5 -9.192 -9.192 15 -9.192
4 0 9.192 11.5 -9.192 4.975 5.5 -12.01 4.975 4.25 -12.01 9.192 5.5 -9.192
3 0 4.975 4.25 -12.01 7 4.5 -10.6568 9.192 5.5 -9.192
4 16 9.192 4 -9.192 7 4.5 -10.6568 4.975 4.25 -12.01 4.975 4 -12.01
4 16 9.192 17 -9.192 4.975 17 -12.01 6 15.5 -11.325 8 15.5 -9.9886
4 16 -6 15.5 -11.325 -4.975 17 -12.01 -9.192 17 -9.192 -8 15.5 -9.9886
4 16 -7 4.5 -10.6568 -9.192 4 -9.192 -4.975 4 -12.01 -4.975 4.25 -12.01
4 16 -12.01 4 -4.975 -9.192 4 -9.192 -9.192 5.5 -9.192 -9.75 7.5 -8.357
4 16 9.75 7.5 -8.357 9.192 5.5 -9.192 9.192 4 -9.192 12.01 4 -4.975
4 16 9.75 14 -8.357 9.75 7.5 -8.357 12.01 4 -4.975 12.01 17 -4.975
4 16 12.01 17 -4.975 9.192 17 -9.192 9.192 15 -9.192 9.75 14 -8.357
4 16 -9.75 14 -8.357 -9.192 15 -9.192 -9.192 17 -9.192 -12.01 17 -4.975
4 16 -9.75 7.5 -8.357 -9.75 14 -8.357 -12.01 17 -4.975 -12.01 4 -4.975
3 16 4.975 15 -12.01 6 15.5 -11.325 4.975 17 -12.01
3 16 8 15.5 -9.9886 9.192 15 -9.192 9.192 17 -9.192
3 16 7 4.5 -10.6568 9.192 4 -9.192 9.192 5.5 -9.192
3 16 -7 4.5 -10.6568 -9.192 5.5 -9.192 -9.192 4 -9.192
3 16 -9.192 15 -9.192 -8 15.5 -9.9886 -9.192 17 -9.192
3 16 -6 15.5 -11.325 -4.975 15 -12.01 -4.975 17 -12.01
4 16 0 14.25 -13 0 11 -13 1 11 -12.801 2.75 14.25 -12.4528
4 15 9.192 11.5 -9.192 9.5 12.25 -8.7311 9.5 13 -8.7311 9.192 12.25 -9.192
4 15 9.25 14.25 -9.1052 9.192 14 -9.192 9.192 13 -9.192 9.5 13.75 -8.7311
4 0 9.75 14 -8.357 9.192 15 -9.192 9.25 14.25 -9.1052 9.5 13.75 -8.7311
4 0 9.192 12.25 -9.192 9.5 13 -8.7311 9.5 13.75 -8.7311 9.192 13 -9.192
4 0 9.75 14 -8.357 9.5 13.75 -8.7311 9.5 12.25 -8.7311 9.75 7.5 -8.357
4 0 9.75 7.5 -8.357 9.5 12.25 -8.7311 9.192 11.5 -9.192 9.192 5.5 -9.192
3 0 9.192 14 -9.192 9.25 14.25 -9.1052 9.192 15 -9.192
0 Remaining quads and conditional lines
4 16 -13 4 0 -12.01 4 -4.975 -12.01 17 -4.975 -13 17 0
5 24 -12.0107 4 -4.9751 -12.0107 17 -4.9751 -13 4 0 -9.1923 4 -9.1923
5 24 -9.192 4 -9.192 -9.192 17 -9.192 -12.01 4 -4.975 -4.975 4 -12.01
5 24 -4.975 4 -12.01 -4.975 17 -12.01 -9.192 4 -9.192 0 4 -13
5 24 0 4 -13 0 17 -13 -4.975 4 -12.01 4.975 4 -12.01
5 24 4.975 4 -12.01 4.975 17 -12.01 0 4 -13 9.192 4 -9.192
5 24 9.192 4 -9.192 9.192 17 -9.192 4.975 4 -12.01 12.01 4 -4.975
5 24 12.01 4 -4.975 12.01 17 -4.975 9.192 4 -9.192 13 4 0
4 16 13 17 0 12.01 17 -4.975 12.01 4 -4.975 13 4 0
5 24 13 4 0 13 17 0 12.01 4 -4.975 12.01 4 4.975
0
1 16 0 4 0 0 0 -8 0 -6.4 0 -8 0 0 t04o6250.dat
1 16 0 4 0 8 0 0 0 -6.4 0 0 0 -8 t04o6250.dat
1 16 0 17 0 0 0 8 0 6.4 0 -8 0 0 t04o6250.dat
1 16 0 17 0 -8 0 0 0 6.4 0 0 0 -8 t04o6250.dat
0

0 L3P ELSEPOV

0   #if (L3Studs)
0     difference {
0     cylinder { <0,0,0>, <0,-4,0>, 6 }
0     cylinder { <0,0.01,0>, <0,-4.01,0>, 4 }
0     }
0 #end
0 object { ring3_dot_dat matrix <2,0,0,0,1,0,0,0,2,0,0,0> }
0 object { ring2_dot_dat matrix <2,0,0,0,1,0,0,0,2,0,4,0> }
0 object { _4_dash_4cyli_dot_dat matrix <6,0,0,0,20,0,0,0,6,0,4,0> }
0 object { ring3_dot_dat matrix <2,0,0,0,1,0,0,0,2,0,24,0> }
0 object { _4_dash_4cyli_dot_dat matrix <8,0,0,0,3,0,0,0,8,0,21,0> }
0
0 cylinder { <0,0,0>,<0,17,0>,13.001
0 clipped_by {
0   union {
0     prism {linear_sweep linear_spline 0,14,4
0     <2.5,5>,<3,5>,<4.975,7>,<4.975,7.75>}
0     prism {linear_sweep linear_spline 0,14,4
0     <4.975,7>,<9.192,13>,<9.192,14>,<4.975,7.75>}
0     prism {linear_sweep linear_spline 0,14,4
0     <4.975,6.25>,<4.975,5.5>,<9.192,11.5>,<9.192,12.25>}
0     prism {linear_sweep linear_spline 0,14,4
0     <4.25,5>,<4.975,5.5>,<4.975,6.25>,<3.75,5>}
0     prism {linear_sweep linear_spline 0,14,4
0     <9.192,11.5>,<9.5,12.25>,<9.5,13>,<9.192,12.25>}
0     prism {linear_sweep linear_spline 0,14,4
0     <9.25,14.25>,<9.192,14>,<9.192,13>,<9.5,13.75>}
0   } rotate <-90,0,0>
0 }
0 #if (version >= 3.1) material #else texture #end { L3Color15 }
0 }
0 cylinder { <0,0,0>,<0,17,0>,13.001
0 clipped_by {
0   union {
0     prism {linear_sweep linear_spline 0,14,4
0     <0,14.75>,<-2.75,14.75>,<-2.75,14.25>,<0,14.25>}
0     prism {linear_sweep linear_spline 0,14,4
0     <0,14.25>,<2.75,14.25>,<2.75,14.75>,<0,14.75>}
0     prism {linear_sweep linear_spline 0,14,4
0     <0,15>,<1,15>,<1,15.5>,<0,15.5>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-1,15>,<0,15>,<0,15.5>,<-1,15.5>}
0     prism {linear_sweep linear_spline 0,14,4
0     <1,11>,<2.5,5>,<4.975,7.75>,<4.975,15>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-1,4.25>,<-1,11>,<-4.975,15>,<-4.975,4.25>}
0     prism {linear_sweep linear_spline 0,14,4
0     <0,4.25>,<0,11>,<-1,11>,<-1,4.25>}
0     prism {linear_sweep linear_spline 0,14,4
0     <0,4.25>,<2,4.25>,<2.5,5>,<1,11>}
0     prism {linear_sweep linear_spline 0,14,3
0     <0,11>,<0,4.25>,<1,11>}
0     prism {linear_sweep linear_spline 0,14,4
0     <6,15.5>,<4.975,15>,<4.975,7.75>,<8,15.5>}
0     prism {linear_sweep linear_spline 0,14,4
0     <9.192,15>,<8,15.5>,<4.975,7.75>,<9.192,14>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-7,4.5>,<-4.975,4.25>,<-4.975,15>,<-9.192,5.5>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-9.192,5.5>,<-4.975,15>,<-6,15.5>,<-8,15.5>}
0     prism {linear_sweep linear_spline 0,14,3
0     <-9.192,5.5>,<-8,15.5>,<-9.192,15>}
0     prism {linear_sweep linear_spline 0,14,4
0     <3.75,5>,<4.975,6.25>,<4.975,7>,<3,5>}
0     prism {linear_sweep linear_spline 0,14,4
0     <9.192,12.25>,<9.192,13>,<4.975,7>,<4.975,6.25>}
0     prism {linear_sweep linear_spline 0,14,4
0     <4.25,5>,<2.5,5>,<2,4.25>,<4.975,4.25>}
0     prism {linear_sweep linear_spline 0,14,3
0     <4.975,4.25>,<4.975,5.5>,<4.25,5>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-9.75,14>,<-9.75,7.5>,<-9.192,5.5>,<-9.192,15>}
0     prism {linear_sweep linear_spline 0,14,4
0     <9.192,11.5>,<4.975,5.5>,<4.975,4.25>,<9.192,5.5>}
0     prism {linear_sweep linear_spline 0,14,3
0     <4.975,4.25>,<7,4.5>,<9.192,5.5>}
0     prism {linear_sweep linear_spline 0,14,4
0     <9.75,14>,<9.192,15>,<9.25,14.25>,<9.5,13.75>}
0     prism {linear_sweep linear_spline 0,14,4
0     <9.192,12.25>,<9.5,13>,<9.5,13.75>,<9.192,13>}
0     prism {linear_sweep linear_spline 0,14,4
0     <9.75,14>,<9.5,13.75>,<9.5,12.25>,<9.75,7.5>}
0     prism {linear_sweep linear_spline 0,14,4
0     <9.75,7.5>,<9.5,12.25>,<9.192,11.5>,<9.192,5.5>}
0     prism {linear_sweep linear_spline 0,14,3
0     <9.192,14>,<9.25,14.25>,<9.192,15>}
0   } rotate <-90,0,0>
0 }
0 #if (version >= 3.1) material #else texture #end { L3Color0 }
0 }
0 torus{9,4 clipped_by{difference{box{<-13,4,-13>,<13,-4,13>}
0 cylinder{<0,0,0>,<0,4,0>,9} plane{y,0}}}translate <0,17,0>}
0 plane{y,21 clipped_by{difference{sphere{<0,21,0>,9} sphere{<0,21,0>,8}}}}
0
0 torus{9,4 clipped_by{difference{box{<-13,-4,-13>,<13,4,13>}
0 cylinder{<0,0,0>,<0,-4,0>,9} plane{-y,0}}}translate <0,4,0>}
0 plane{y,0 clipped_by{difference{sphere{<0,0,0>,9} sphere{<0,0,0>,8}}}}
0
0 cylinder{<0,4,0>,<0,17,0>,13}
0
0 L3P ENDPOV
0


Special: 
[DAT] (requires LDraw-compatible viewer)
Subject: 
POV dat - 3626bps5 - Minifig Head with SW Smirk and Brown Eyebrows Pattern - POV
Newsgroups: 
lugnet.cad.ray, lugnet.cad.dat.parts
Date: 
Mon, 22 Feb 2010 00:40:04 GMT
Highlighted: 
(details)
Viewed: 
20348 times
  
0 Minifig Head with SW Smirk and Brown Eyebrows Pattern - POV
0 Name: 3626bps5.dat
0 Author: Franklin W. Cain
0 Unofficial Part
0 // Inline POV code generated by MFHead v0.01
0 // Inline POV code edited to comply with L3P v 1.4 2010-02-22
0 KEYWORDS Star Wars, Classic Trilogy, Han Solo, Harrison Ford
0 // 2004-04-15 AJW added torus primitives
0 L3P IFNOTPOV
3 6 -1.750 8.500 -12.652 -2 8.250 -12.602 -2 8.750 -12.602
3 6 1.750 8.500 -12.652 2 8.250 -12.602 2 8.750 -12.602
4 6 -2 8.250 -12.602 -2 8.750 -12.602 -4 8.250 -12.204 -4 7.750 -12.204
4 6 2 8.250 -12.602 2 8.750 -12.602 4 8.250 -12.204 4 7.750 -12.204
2 6 -2 8.500 -12.602 -4 8 -12.204
2 6 2 8.500 -12.602 4 8 -12.204
4 6 -4 7.750 -12.204 -4 8.250 -12.204 -4.975 8.250 -12.010 -4.975 7.750 -12.010
4 6 4 7.750 -12.204 4 8.250 -12.204 4.975 8.250 -12.010 4.975 7.750 -12.010
2 6 -4 8 -12.204 -4.975 8 -12.010
2 6 4 8 -12.204 4.975 8 -12.010
0
4 6 -4.975 7.750 -12.010 -4.975 8.250 -12.010 -6.029 8.750 -11.306 -6.029 8.250 -11.306
4 6 4.975 7.750 -12.010 4.975 8.250 -12.010 6.029 8.750 -11.306 6.029 8.250 -11.306
2 6 -4.975 8 -12.010 -6.029 8.500 -11.306
2 6 4.975 8 -12.010 6.029 8.500 -11.306
0
4 16 0 4 -13 0 7.750 -13 -4.975 7.750 -12.010 -4.975 4 -12.010
4 16 0 4 -13 0 7.750 -13 4.975 7.750 -12.010 4.975 4 -12.010
4 16 0 7.750 -13 0 8.750 -13 -1.750 8.750 -12.652 -1.750 7.750 -12.652
4 16 0 7.750 -13 0 8.750 -13 1.750 8.750 -12.652 1.750 7.750 -12.652
4 16 -1.750 7.750 -12.652 -1.750 8.500 -12.652 -2 8.250 -12.602 -2 7.750 -12.602
4 16 1.750 7.750 -12.652 1.750 8.500 -12.652 2 8.250 -12.602 2 7.750 -12.602
4 16 -1.750 8.500 -12.652 -1.750 8.750 -12.652 -2 8.750 -12.602 -2 8.250 -12.602
4 16 1.750 8.500 -12.652 1.750 8.750 -12.652 2 8.750 -12.602 2 8.250 -12.602
3 16 -2 7.750 -12.602 -2 8.250 -12.602 -4 7.750 -12.204
3 16 2 7.750 -12.602 2 8.250 -12.602 4 7.750 -12.204
3 16 -2 8.750 -12.602 -4 8.250 -12.204 -4 8.750 -12.204
3 16 2 8.750 -12.602 4 8.250 -12.204 4 8.750 -12.204
4 16 -4 8.250 -12.204 -4 8.750 -12.204 -4.975 8.750 -12.010 -4.975 8.250 -12.010
4 16 4 8.250 -12.204 4 8.750 -12.204 4.975 8.750 -12.010 4.975 8.250 -12.010
0
4 16 -4.975 4 -12.010 -4.975 7.750 -12.010 -9.192 7.750 -9.192 -9.192 4 -9.192
4 16 4.975 4 -12.010 4.975 7.750 -12.010 9.192 7.750 -9.192 9.192 4 -9.192
3 16 -4.975 7.750 -12.010 -6.029 7.750 -11.306 -6.029 8.250 -11.306
3 16 4.975 7.750 -12.010 6.029 7.750 -11.306 6.029 8.250 -11.306
3 16 -4.975 8.250 -12.010 -4.975 8.750 -12.010 -6.029 8.750 -11.306
3 16 4.975 8.250 -12.010 4.975 8.750 -12.010 6.029 8.750 -11.306
4 16 -6.029 7.750 -11.306 -6.029 8.750 -11.306 -9.192 8.750 -9.192 -9.192 7.750 -9.192
4 16 6.029 7.750 -11.306 6.029 8.750 -11.306 9.192 8.750 -9.192 9.192 7.750 -9.192
0
1 0 -3.500 10 -12.304 1.25 -0.244 0 0 0 -1.25 -0.244 1 0 4-4disc.dat
1 0 3.500 10 -12.304 1.25 0.244 0 0 0 -1.25 0.244 1 0 4-4disc.dat
1 16 -3.500 10 -12.304 1.25 -0.244 0 0 0 -1.25 -0.244 1 0 4-4ndis.dat
1 16 3.500 10 -12.304 1.25 0.244 0 0 0 -1.25 0.244 1 0 4-4ndis.dat
0
4 16 0 8.750 -13 0 11.250 -13 -2.250 11.250 -12.548 -2.250 8.750 -12.548
4 16 0 8.750 -13 0 11.250 -13 2.250 11.250 -12.548 2.250 8.750 -12.548
4 16 -4.750 8.750 -12.060 -4.750 11.250 -12.060 -4.975 11.250 -12.010 -4.975 8.750 -12.010
4 16 4.750 8.750 -12.060 4.750 11.250 -12.060 4.975 11.250 -12.010 4.975 8.750 -12.010
0
4 16 -4.975 8.750 -12.010 -4.975 17 -12.010 -9.192 17 -9.192 -9.192 8.750 -9.192
4 16 4.975 8.750 -12.010 4.975 17 -12.010 9.192 17 -9.192 9.192 8.750 -9.192
0
4 0 0 15.125 -13 0 15.875 -13 -1.750 15.625 -12.652 -1.750 14.875 -12.652
4 0 0 15.125 -13 0 15.875 -13 1.750 15.625 -12.652 1.750 14.875 -12.652
4 0 -1.750 14.875 -12.652 -1.750 15.625 -12.652 -3.500 14.875 -12.304 -3 14.500 -12.403
4 0 1.750 14.875 -12.652 1.750 15.625 -12.652 3.500 14.875 -12.304 3 14.500 -12.403
2 0 0 15.500 -13 -1.750 15.250 -12.652
2 0 0 15.500 -13 1.750 15.250 -12.652
2 0 -1.750 15.250 -12.652 -3.500 14.500 -12.304
2 0 1.750 15.250 -12.652 3.500 14.500 -12.304
0
4 0 -2.500 14.125 -12.503 -4 15.250 -12.204 -4.500 15 -12.105 -3 13.875 -12.403
2 0 -2.750 14 -12.453 -4.250 15.125 -12.155
0
3 0 3 14.500 -12.403 3.500 14.500 -12.304 3.500 14.875 -12.304
0
4 16 0 11.250 -13 0 13.875 -13 -4.975 13.875 -12.010 -4.975 11.250 -12.010
4 16 0 11.250 -13 0 13.875 -13 4.975 13.875 -12.010 4.975 11.250 -12.010
4 16 0 13.875 -13 0 15.125 -13 -1.750 14.875 -12.652 -1.750 13.875 -12.652
4 16 0 13.875 -13 0 15.125 -13 1.750 14.875 -12.652 1.750 13.875 -12.652
3 16 0 15.875 -13 -1.750 15.625 -12.652 -1.750 15.875 -12.652
3 16 0 15.875 -13 1.750 15.625 -12.652 1.750 15.875 -12.652
4 16 0 15.875 -13 0 17 -13 -4.975 17 -12.010 -4.975 15.875 -12.010
4 16 0 15.875 -13 0 17 -13 4.975 17 -12.010 4.975 15.875 -12.010
4 16 -1.750 15.625 -12.652 -1.750 15.875 -12.652 -3.500 15.875 -12.304 -3.500 14.875 -12.304
4 16 1.750 15.625 -12.652 1.750 15.875 -12.652 3.500 15.875 -12.304 3.500 14.875 -12.304
0
4 16 -1.750 13.875 -12.652 -1.750 14.125 -12.652 -2.500 14.125 -12.503 -3 13.875 -12.403
4 16 -1.750 14.125 -12.652 -1.750 14.875 -12.652 -3 14.500 -12.403 -2.500 14.125 -12.503
3 16 -3 13.875 -12.403 -4.500 13.875 -12.105 -4.500 15 -12.105
4 16 -3.500 14.875 -12.304 -3.500 15.875 -12.304 -4 15.875 -12.204 -4 15.250 -12.204
4 16 -4 15.250 -12.204 -4 15.875 -12.204 -4.500 15.875 -12.105 -4.500 15 -12.105
4 16 -4.500 13.875 -12.105 -4.500 15.875 -12.105 -4.975 15.875 -12.010 -4.975 13.875 -12.010
0
4 16 1.750 13.875 -12.652 1.750 14.875 -12.652 3 14.500 -12.403 3 13.875 -12.403
4 16 3 13.875 -12.403 3 14.500 -12.403 3.500 14.500 -12.304 3.500 13.875 -12.304
4 16 3.500 13.875 -12.304 3.500 15.875 -12.304 4.975 15.875 -12.010 4.975 13.875 -12.010
0
1 16 0 4 0 13 0 0 0 13 0 0 0 -13 1-8cyli.dat
1 16 0 4 0 -13 0 0 0 13 0 0 0 -13 1-8cyli.dat
0
5 24 0 4 -13 0 17 -13 -4.975 4 -12.010 4.975 4 -12.010
5 24 -4.975 4 -12.010 -4.975 17 -12.010 0 4 -13 -9.192 4 -9.192
5 24 4.975 4 -12.010 4.975 17 -12.010 0 4 -13 9.192 4 -9.192
0
1 16 0 0 0 1 0 0 0 1 0 0 0 1 s\3626bs02.dat
0
1 16 0 4 0 13 0 0 0 13 0 0 0 13 2-4cyli.dat
0
1 16 0  4 0  0 0  8 0 -6.4 0  8 0  0 t04o6250.dat
1 16 0  4 0 -8 0  0 0 -6.4 0  0 0  8 t04o6250.dat
1 16 0 17 0  0 0 -8 0  6.4 0  8 0  0 t04o6250.dat
1 16 0 17 0  8 0  0 0  6.4 0  0 0  8 t04o6250.dat
1 16 0  4 0  0 0 -8 0 -6.4 0 -8 0  0 t04o6250.dat
1 16 0  4 0  8 0  0 0 -6.4 0  0 0 -8 t04o6250.dat
1 16 0 17 0  0 0  8 0  6.4 0 -8 0  0 t04o6250.dat
1 16 0 17 0 -8 0  0 0  6.4 0  0 0 -8 t04o6250.dat
0
0 end of file
0 L3P ELSEPOV
0   #if (L3Studs)
0     difference {
0     cylinder { <0,0,0>, <0,-4,0>, 6 }
0     cylinder { <0,0.01,0>, <0,-4.01,0>, 4 }
0     }
0 #end
0 object { ring3_dot_dat matrix <2,0,0,0,1,0,0,0,2,0,0,0> }
0 object { ring2_dot_dat matrix <2,0,0,0,1,0,0,0,2,0,4,0> }
0 object { _4_dash_4cyli_dot_dat matrix <6,0,0,0,20,0,0,0,6,0,4,0> }
0 object { ring3_dot_dat matrix <2,0,0,0,1,0,0,0,2,0,24,0> }
0 object { _4_dash_4cyli_dot_dat matrix <8,0,0,0,3,0,0,0,8,0,21,0> }
0
0 cylinder { <0,0,0>,<0,17,0>,13.001
0 clipped_by {
0   union {
0     prism {linear_sweep linear_spline 0,14,3
0     <-1.750,8.500>,<-2,8.250>,<-2,8.750>}
0     prism {linear_sweep linear_spline 0,14,3
0     <1.750,8.500>,<2,8.250>,<2,8.750>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-2,8.250>,<-2,8.750>,<-4,8.250>,<-4,7.750>}
0     prism {linear_sweep linear_spline 0,14,4
0     <2,8.250>,<2,8.750>,<4,8.250>,<4,7.750>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-4,7.750>,<-4,8.250>,<-4.975,8.250>,<-4.975,7.750>}
0     prism {linear_sweep linear_spline 0,14,4
0     <4,7.750>,<4,8.250>,<4.975,8.250>,<4.975,7.750>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-4.975,7.750>,<-4.975,8.250>,<-6.029,8.750>,<-6.029,8.250>}
0     prism {linear_sweep linear_spline 0,14,4
0     <4.975,7.750>,<4.975,8.250>,<6.029,8.750>,<6.029,8.250>}
0   } rotate <-90,0,0>
0 }
0 #if (version >= 3.1) material #else texture #end { L3Color6 }
0 }
0 cylinder { <0,0,0>,<0,17,0>,13.001
0 clipped_by {
0   union {
0    prism {linear_sweep linear_spline 0,14,3
0   <-3.5,10>,<-2.25,10>,<-2.34512,9.52162>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-3.5,10>,<-2.34512,9.52162>,<-2.61613,9.11613>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-3.5,10>,<-2.61613,9.11613>,<-3.02163,8.84513>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-3.5,10>,<-3.02163,8.84513>,<-3.5,8.75>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-3.5,10>,<-3.5,8.75>,<-3.97837,8.84513>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-3.5,10>,<-3.97837,8.84513>,<-4.38387,9.11613>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-3.5,10>,<-4.38387,9.11613>,<-4.65487,9.52162>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-3.5,10>,<-4.65487,9.52162>,<-4.75,10>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-3.5,10>,<-4.75,10>,<-4.65487,10.4784>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-3.5,10>,<-4.65487,10.4784>,<-4.38387,10.8839>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-3.5,10>,<-4.38387,10.8839>,<-3.97837,11.1549>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-3.5,10>,<-3.97837,11.1549>,<-3.5,11.25>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-3.5,10>,<-3.5,11.25>,<-3.02163,11.1549>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-3.5,10>,<-3.02163,11.1549>,<-2.61613,10.8839>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-3.5,10>,<-2.61613,10.8839>,<-2.34512,10.4784>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-3.5,10>,<-2.34512,10.4784>,<-2.25,10>}
0    prism {linear_sweep linear_spline 0,14,3
0   <3.5,10>,<4.75,10>,<4.65487,9.52162>}
0    prism {linear_sweep linear_spline 0,14,3
0   <3.5,10>,<4.65487,9.52162>,<4.38387,9.11613>}
0    prism {linear_sweep linear_spline 0,14,3
0   <3.5,10>,<4.38387,9.11613>,<3.97837,8.84513>}
0    prism {linear_sweep linear_spline 0,14,3
0   <3.5,10>,<3.97837,8.84513>,<3.5,8.75>}
0    prism {linear_sweep linear_spline 0,14,3
0   <3.5,10>,<3.5,8.75>,<3.02163,8.84513>}
0    prism {linear_sweep linear_spline 0,14,3
0   <3.5,10>,<3.02163,8.84513>,<2.61613,9.11613>}
0    prism {linear_sweep linear_spline 0,14,3
0   <3.5,10>,<2.61613,9.11613>,<2.34512,9.52162>}
0    prism {linear_sweep linear_spline 0,14,3
0   <3.5,10>,<2.34512,9.52162>,<2.25,10>}
0    prism {linear_sweep linear_spline 0,14,3
0   <3.5,10>,<2.25,10>,<2.34512,10.4784>}
0    prism {linear_sweep linear_spline 0,14,3
0   <3.5,10>,<2.34512,10.4784>,<2.61613,10.8839>}
0    prism {linear_sweep linear_spline 0,14,3
0   <3.5,10>,<2.61613,10.8839>,<3.02163,11.1549>}
0    prism {linear_sweep linear_spline 0,14,3
0   <3.5,10>,<3.02163,11.1549>,<3.5,11.25>}
0    prism {linear_sweep linear_spline 0,14,3
0   <3.5,10>,<3.5,11.25>,<3.97837,11.1549>}
0    prism {linear_sweep linear_spline 0,14,3
0   <3.5,10>,<3.97837,11.1549>,<4.38387,10.8839>}
0    prism {linear_sweep linear_spline 0,14,3
0   <3.5,10>,<4.38387,10.8839>,<4.65487,10.4784>}
0    prism {linear_sweep linear_spline 0,14,3
0   <3.5,10>,<4.65487,10.4784>,<4.75,10>}
0     prism {linear_sweep linear_spline 0,14,4
0     <0,15.125>,<0,15.875>,<-1.750,15.625>,<-1.750,14.875>}
0     prism {linear_sweep linear_spline 0,14,4
0     <0,15.125>,<0,15.875>,<1.750,15.625>,<1.750,14.875>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-1.750,14.875>,<-1.750,15.625>,<-3.500,14.875>,<-3,14.500>}
0     prism {linear_sweep linear_spline 0,14,4
0     <1.750,14.875>,<1.750,15.625>,<3.500,14.875>,<3,14.500>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-2.500,14.125>,<-4,15.250>,<-4.500,15>,<-3,13.875>}
0     prism {linear_sweep linear_spline 0,14,3
0     <3,14.500>,<3.500,14.500>,<3.500,14.875>}
0   } rotate <-90,0,0>
0 }
0 #if (version >= 3.1) material #else texture #end { L3Color0 }
0 }
0 torus{9,4 clipped_by{difference{box{<-13,4,-13>,<13,-4,13>}
0 cylinder{<0,0,0>,<0,4,0>,9} plane{y,0}}}translate <0,17,0>}
0 plane{y,21 clipped_by{difference{sphere{<0,21,0>,9} sphere{<0,21,0>,8}}}}
0
0 torus{9,4 clipped_by{difference{box{<-13,-4,-13>,<13,4,13>}
0 cylinder{<0,0,0>,<0,-4,0>,9} plane{-y,0}}}translate <0,4,0>}
0 plane{y,0 clipped_by{difference{sphere{<0,0,0>,9} sphere{<0,0,0>,8}}}}
0
0 cylinder{<0,4,0>,<0,17,0>,13}
0
0 L3P ENDPOV
0


Special: 
[DAT] (requires LDraw-compatible viewer)
Subject: 
POV dat - 3626bps3 - 0 Minifig Head with SW Small Black Eyebrows Pattern - POV
Newsgroups: 
lugnet.cad.ray, lugnet.cad.dat.parts
Date: 
Mon, 22 Feb 2010 00:39:05 GMT
Highlighted: 
(details)
Viewed: 
20330 times
  
0 Minifig Head with SW Small Black Eyebrows Pattern - POV
0 Name: 3626bps3.dat
0 Author: Franklin W. Cain
0 Unofficial Part
0 // Inline POV code generated by MFHead v0.01
0 // Inline POV code edited to comply with L3P v 1.4 2010-02-22
0 KEYWORDS face, serious, Star Wars, Original Trilogy
0 KEYWORDS Luke Skywalker (1999), Mark Hamill
0 CMDLINE -c14
0 // 2004-04-15 AJW added torus primitives
0 L3P IFNOTPOV
4 16 0 4 -13 -4.975 4 -12.010 -4.975 8.500 -12.010 0 8.500 -13
4 16 0 4 -13 4.975 4 -12.010 4.975 8.500 -12.010 0 8.500 -13
0
4 0 -1.500 8.500 -12.702 -4.975 8.500 -12.010 -4.975 8.750 -12.010 -1.500 8.750 -12.702
4 0 1.500 8.500 -12.702 4.975 8.500 -12.010 4.975 8.750 -12.010 1.500 8.750 -12.702
2 0 -1.500 8.625 -12.702 -4.975 8.625 -12.010
2 0 1.500 8.625 -12.702 4.975 8.625 -12.010
4 16 0 8.500 -13 -1.500 8.500 -12.702 -1.500 8.750 -12.702 0 8.750 -13
4 16 0 8.500 -13 1.500 8.500 -12.702 1.500 8.750 -12.702 0 8.750 -13
0
4 16 0 8.750 -13 -4.975 8.750 -12.010 -4.975 9 -12.010 0 9 -13
4 16 0 8.750 -13 4.975 8.750 -12.010 4.975 9 -12.010 0 9 -13
0
0 CSC Corrected the orientation of the primitives
0
1  0 -3 10 -12.403  0.970 -0.244 0 0 0 -1 -0.193 0.970 0 4-4disc.dat
1  0  3 10 -12.403 -0.970  0.244 0 0 0 -1 -0.193 0.970 0 4-4disc.dat
1 16 -3 10 -12.403  0.970 -0.244 0 0 0 -1 -0.193 0.970 0 4-4ndis.dat
1 16  3 10 -12.403 -0.970  0.244 0 0 0 -1 -0.193 0.970 0 4-4ndis.dat
0
0 CSC ... and the surrounding quads
0
4 16  0     9 -13     -2.030 9 -12.596 -2.030 11 -12.596  0     11 -13
4 16  0     9 -13      2.030 9 -12.596  2.030 11 -12.596  0     11 -13
4 16 -3.970 9 -12.210 -4.975 9 -12.010 -4.975 11 -12.010 -3.970 11 -12.210
4 16  3.970 9 -12.210  4.975 9 -12.010  4.975 11 -12.010  3.970 11 -12.210
0
4 16 0 11 -13 -4.975 11 -12.010 -4.975 16 -12.010 0 16 -13
4 16 0 11 -13 4.975 11 -12.010 4.975 16 -12.010 0 16 -13
0
4 0 0 16 -13 -3 16 -12.403 -3 16.250 -12.403 0 16.250 -13
4 0 0 16 -13 3 16 -12.403 3 16.250 -12.403 0 16.250 -13
2 0 0 16.125 -13 -3 16.125 -12.403
2 0 0 16.125 -13 3 16.125 -12.403
4 16 -3 16 -12.403 -4.975 16 -12.010 -4.975 16.250 -12.010 -3 16.250 -12.403
4 16 3 16 -12.403 4.975 16 -12.010 4.975 16.250 -12.010 3 16.250 -12.403
0
4 16 0 16.250 -13 -4.975 16.250 -12.010 -4.975 16.500 -12.010 0 16.500 -13
4 16 0 16.250 -13 4.975 16.250 -12.010 4.975 16.500 -12.010 0 16.500 -13
0
4 0 0 16.500 -13 -1 16.500 -12.801 -1 16.750 -12.801 0 16.750 -13
4 0 0 16.500 -13 1 16.500 -12.801 1 16.750 -12.801 0 16.750 -13
2 0 0 16.625 -13 -1 16.625 -12.801
2 0 0 16.625 -13 1 16.625 -12.801
4 16 -1 16.500 -12.801 -4.975 16.500 -12.010 -4.975 16.750 -12.010 -1 16.750 -12.801
4 16 1 16.500 -12.801 4.975 16.500 -12.010 4.975 16.750 -12.010 1 16.750 -12.801
0
4 16 0 16.750 -13 -4.975 16.750 -12.010 -4.975 17 -12.010 0 17 -13
4 16 0 16.750 -13 4.975 16.750 -12.010 4.975 17 -12.010 0 17 -13
0
1 16 0 4 0  13 0 0 0 13 0 0 0 -13 3-16cyli.dat
1 16 0 4 0 -13 0 0 0 13 0 0 0 -13 3-16cyli.dat
0
5 24 0 4 -13 0 17 -13 -4.975 4 -12.010 4.975 4 -12.010
0
1 16 0 0 0 1 0 0 0 1 0 0 0 1 s\3626bs02.dat
0
1 16 0 4 0 13 0 0 0 13 0 0 0 13 2-4cyli.dat
0
1 16 0  4 0  0 0  8 0 -6.4 0  8 0  0 t04o6250.dat
1 16 0  4 0 -8 0  0 0 -6.4 0  0 0  8 t04o6250.dat
1 16 0 17 0  0 0 -8 0  6.4 0  8 0  0 t04o6250.dat
1 16 0 17 0  8 0  0 0  6.4 0  0 0  8 t04o6250.dat
1 16 0  4 0  0 0 -8 0 -6.4 0 -8 0  0 t04o6250.dat
1 16 0  4 0  8 0  0 0 -6.4 0  0 0 -8 t04o6250.dat
1 16 0 17 0  0 0  8 0  6.4 0 -8 0  0 t04o6250.dat
1 16 0 17 0 -8 0  0 0  6.4 0  0 0 -8 t04o6250.dat
0
0 end of file
0 L3P ELSEPOV
0   #if (L3Studs)
0     difference {
0     cylinder { <0,0,0>, <0,-4,0>, 6 }
0     cylinder { <0,0.01,0>, <0,-4.01,0>, 4 }
0     }
0 #end
0 object { ring3_dot_dat matrix <2,0,0,0,1,0,0,0,2,0,0,0> }
0 object { ring2_dot_dat matrix <2,0,0,0,1,0,0,0,2,0,4,0> }
0 object { _4_dash_4cyli_dot_dat matrix <6,0,0,0,20,0,0,0,6,0,4,0> }
0 object { ring3_dot_dat matrix <2,0,0,0,1,0,0,0,2,0,24,0> }
0 object { _4_dash_4cyli_dot_dat matrix <8,0,0,0,3,0,0,0,8,0,21,0> }
0
0 cylinder { <0,0,0>,<0,17,0>,13.001
0 clipped_by {
0   union {
0     prism {linear_sweep linear_spline 0,14,4
0     <-1.500,8.500>,<-4.975,8.500>,<-4.975,8.750>,<-1.500,8.750>}
0     prism {linear_sweep linear_spline 0,14,4
0     <1.500,8.500>,<4.975,8.500>,<4.975,8.750>,<1.500,8.750>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-3,10>,<-2.03,10>,<-2.10382,9.6173>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-3,10>,<-2.10382,9.6173>,<-2.31411,9.2929>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-3,10>,<-2.31411,9.2929>,<-2.62878,9.0761>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-3,10>,<-2.62878,9.0761>,<-3,9>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-3,10>,<-3,9>,<-3.37122,9.0761>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-3,10>,<-3.37122,9.0761>,<-3.68589,9.2929>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-3,10>,<-3.68589,9.2929>,<-3.89618,9.6173>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-3,10>,<-3.89618,9.6173>,<-3.97,10>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-3,10>,<-3.97,10>,<-3.89618,10.3827>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-3,10>,<-3.89618,10.3827>,<-3.68589,10.7071>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-3,10>,<-3.68589,10.7071>,<-3.37122,10.9239>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-3,10>,<-3.37122,10.9239>,<-3,11>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-3,10>,<-3,11>,<-2.62878,10.9239>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-3,10>,<-2.62878,10.9239>,<-2.31411,10.7071>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-3,10>,<-2.31411,10.7071>,<-2.10382,10.3827>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-3,10>,<-2.10382,10.3827>,<-2.03,10>}
0    prism {linear_sweep linear_spline 0,14,3
0   <3,10>,<2.03,10>,<2.10382,9.6173>}
0    prism {linear_sweep linear_spline 0,14,3
0   <3,10>,<2.10382,9.6173>,<2.31411,9.2929>}
0    prism {linear_sweep linear_spline 0,14,3
0   <3,10>,<2.31411,9.2929>,<2.62878,9.0761>}
0    prism {linear_sweep linear_spline 0,14,3
0   <3,10>,<2.62878,9.0761>,<3,9>}
0    prism {linear_sweep linear_spline 0,14,3
0   <3,10>,<3,9>,<3.37122,9.0761>}
0    prism {linear_sweep linear_spline 0,14,3
0   <3,10>,<3.37122,9.0761>,<3.68589,9.2929>}
0    prism {linear_sweep linear_spline 0,14,3
0   <3,10>,<3.68589,9.2929>,<3.89618,9.6173>}
0    prism {linear_sweep linear_spline 0,14,3
0   <3,10>,<3.89618,9.6173>,<3.97,10>}
0    prism {linear_sweep linear_spline 0,14,3
0   <3,10>,<3.97,10>,<3.89618,10.3827>}
0    prism {linear_sweep linear_spline 0,14,3
0   <3,10>,<3.89618,10.3827>,<3.68589,10.7071>}
0    prism {linear_sweep linear_spline 0,14,3
0   <3,10>,<3.68589,10.7071>,<3.37122,10.9239>}
0    prism {linear_sweep linear_spline 0,14,3
0   <3,10>,<3.37122,10.9239>,<3,11>}
0    prism {linear_sweep linear_spline 0,14,3
0   <3,10>,<3,11>,<2.62878,10.9239>}
0    prism {linear_sweep linear_spline 0,14,3
0   <3,10>,<2.62878,10.9239>,<2.31411,10.7071>}
0    prism {linear_sweep linear_spline 0,14,3
0   <3,10>,<2.31411,10.7071>,<2.10382,10.3827>}
0    prism {linear_sweep linear_spline 0,14,3
0   <3,10>,<2.10382,10.3827>,<2.03,10>}
0     prism {linear_sweep linear_spline 0,14,4
0     <0,16>,<-3,16>,<-3,16.250>,<0,16.250>}
0     prism {linear_sweep linear_spline 0,14,4
0     <0,16>,<3,16>,<3,16.250>,<0,16.250>}
0     prism {linear_sweep linear_spline 0,14,4
0     <0,16.500>,<-1,16.500>,<-1,16.750>,<0,16.750>}
0     prism {linear_sweep linear_spline 0,14,4
0     <0,16.500>,<1,16.500>,<1,16.750>,<0,16.750>}
0   } rotate <-90,0,0>
0 }
0 #if (version >= 3.1) material #else texture #end { L3Color0 }
0 }
0 torus{9,4 clipped_by{difference{box{<-13,4,-13>,<13,-4,13>}
0 cylinder{<0,0,0>,<0,4,0>,9} plane{y,0}}}translate <0,17,0>}
0 plane{y,21 clipped_by{difference{sphere{<0,21,0>,9} sphere{<0,21,0>,8}}}}
0
0 torus{9,4 clipped_by{difference{box{<-13,-4,-13>,<13,4,13>}
0 cylinder{<0,0,0>,<0,-4,0>,9} plane{-y,0}}}translate <0,4,0>}
0 plane{y,0 clipped_by{difference{sphere{<0,0,0>,9} sphere{<0,0,0>,8}}}}
0
0 cylinder{<0,4,0>,<0,17,0>,13}
0
0 L3P ENDPOV
0


Special: 
[DAT] (requires LDraw-compatible viewer)
Subject: 
POV dat - 3626bps2 - Minifig Head with SW Brown Eyebrows Pattern - POV
Newsgroups: 
lugnet.cad.ray, lugnet.cad.dat.parts
Date: 
Mon, 22 Feb 2010 00:38:16 GMT
Highlighted: 
(details)
Viewed: 
20300 times
  
0 Minifig Head with SW Brown Eyebrows Pattern - POV
0 Name: 3626bps2.dat
0 Author: Franklin W. Cain
0 Unofficial Part
0 // Inline POV code generated by MFHead v0.01
0 // Inline POV code edited to comply with L3P v 1.4 2010-02-22
0 KEYWORDS face, serious, determined, Star Wars, Original Trilogy
0 KEYWORDS Luke Skywalker (2000), Mark Hamill, Episode One
0 KEYWORDS Young Obi-Wan Kenobi, Ewan MacGregor, padawan, jedi knight
0 // 2004-04-15 AJW added torus primitives
0 L3P IFNOTPOV
4 16 0 4 -13 -4.975 4 -12.010 -4.975 8 -12.010 0 8 -13
4 16 0 4 -13 4.975 4 -12.010 4.975 8 -12.010 0 8 -13
0
4 6 -1.5 8.5 -12.702 -1.5 8.75 -12.702 -4 8.25 -12.204 -4 8 -12.204
4 6 1.5 8.5 -12.702 1.5 8.75 -12.702 4 8.25 -12.204 4 8 -12.204
2 6 -1.5 8.625 -12.702 -4 8.125 -12.204
2 6 1.5 8.625 -12.702 4 8.125 -12.204
4 6 -4 8 -12.204 -4 8.25 -12.204 -4.975 8.75 -12.010 -4.975 8.5 -12.010
4 6 4 8 -12.204 4 8.25 -12.204 4.975 8.75 -12.010 4.975 8.5 -12.010
2 6 -4 8.125 -12.204 -4.975 8.625 -12.010
2 6 4 8.125 -12.204 4.975 8.625 -12.010
4 16 0 8 -13 -1.5 8 -12.702 -1.5 8.75 -12.702 0 8.75 -13
4 16 0 8 -13 1.5 8 -12.702 1.5 8.75 -12.702 0 8.75 -13
3 16 -1.5 8 -12.702 -1.5 8.5 -12.702 -4 8 -12.204
3 16 1.5 8 -12.702 1.5 8.5 -12.702 4 8 -12.204
3 16 -4 8 -12.204 -4.975 8 -12.010 -4.975 8.5 -12.010
3 16 4 8 -12.204 4.975 8 -12.010 4.975 8.5 -12.010
3 16 -1.5 8.75 -12.702 -4 8.25 -12.204 -4.975 8.75 -12.010
3 16 1.5 8.75 -12.702 4 8.25 -12.204 4.975 8.75 -12.010
0
4 16 0 8.75 -13 -4.975 8.75 -12.010 -4.975 9 -12.010 0 9 -13
4 16 0 8.75 -13 4.975 8.75 -12.010 4.975 9 -12.010 0 9 -13
0
1  0 -3 10 -12.403  0.970 -0.244 0 0 0 -1 -0.193 0.970 0 4-4disc.dat
1  0  3 10 -12.403 -0.970  0.244 0 0 0 -1 -0.193 0.970 0 4-4disc.dat
1 16 -3 10 -12.403  0.970 -0.244 0 0 0 -1 -0.193 0.970 0 4-4ndis.dat
1 16  3 10 -12.403 -0.970  0.244 0 0 0 -1 -0.193 0.970 0 4-4ndis.dat
0
4 16  0     9 -13     -2.030 9 -12.596 -2.030 11 -12.596  0     11 -13
4 16  0     9 -13      2.030 9 -12.596  2.030 11 -12.596  0     11 -13
4 16 -3.970 9 -12.210 -4.975 9 -12.010 -4.975 11 -12.010 -3.970 11 -12.210
4 16  3.970 9 -12.210  4.975 9 -12.010  4.975 11 -12.010  3.970 11 -12.210
0
4 16 0 11 -13 -4.975 11 -12.010 -4.975 16 -12.010 0 16 -13
4 16 0 11 -13 4.975 11 -12.010 4.975 16 -12.010 0 16 -13
0
4 0 0 16 -13 -3 16 -12.403 -3 16.250 -12.403 0 16.250 -13
4 0 0 16 -13 3 16 -12.403 3 16.250 -12.403 0 16.250 -13
2 0 0 16.125 -13 -3 16.125 -12.403
2 0 0 16.125 -13 3 16.125 -12.403
4 16 -3 16 -12.403 -4.975 16 -12.010 -4.975 16.250 -12.010 -3 16.250 -12.403
4 16 3 16 -12.403 4.975 16 -12.010 4.975 16.250 -12.010 3 16.250 -12.403
0
4 16 0 16.250 -13 -4.975 16.250 -12.010 -4.975 16.500 -12.010 0 16.500 -13
4 16 0 16.250 -13 4.975 16.250 -12.010 4.975 16.500 -12.010 0 16.500 -13
0
4 0 0 16.500 -13 -1 16.500 -12.801 -1 16.750 -12.801 0 16.750 -13
4 0 0 16.500 -13 1 16.500 -12.801 1 16.750 -12.801 0 16.750 -13
2 0 0 16.625 -13 -1 16.625 -12.801
2 0 0 16.625 -13 1 16.625 -12.801
4 16 -1 16.500 -12.801 -4.975 16.500 -12.010 -4.975 16.750 -12.010 -1 16.750 -12.801
4 16 1 16.500 -12.801 4.975 16.500 -12.010 4.975 16.750 -12.010 1 16.750 -12.801
0
4 16 0 16.750 -13 -4.975 16.750 -12.010 -4.975 17 -12.010 0 17 -13
4 16 0 16.750 -13 4.975 16.750 -12.010 4.975 17 -12.010 0 17 -13
0
1 16 0 4 0  13 0 0 0 13 0 0 0 -13 3-16cyli.dat
1 16 0 4 0 -13 0 0 0 13 0 0 0 -13 3-16cyli.dat
0
5 24 0 4 -13 0 17 -13 -4.975 4 -12.010 4.975 4 -12.010
0
1 16 0 0 0 1 0 0 0 1 0 0 0 1 s\3626bs02.dat
0
1 16 0 4 0 13 0 0 0 13 0 0 0 13 2-4cyli.dat
0
1 16 0  4 0  0 0  8 0 -6.4 0  8 0  0 t04o6250.dat
1 16 0  4 0 -8 0  0 0 -6.4 0  0 0  8 t04o6250.dat
1 16 0 17 0  0 0 -8 0  6.4 0  8 0  0 t04o6250.dat
1 16 0 17 0  8 0  0 0  6.4 0  0 0  8 t04o6250.dat
1 16 0  4 0  0 0 -8 0 -6.4 0 -8 0  0 t04o6250.dat
1 16 0  4 0  8 0  0 0 -6.4 0  0 0 -8 t04o6250.dat
1 16 0 17 0  0 0  8 0  6.4 0 -8 0  0 t04o6250.dat
1 16 0 17 0 -8 0  0 0  6.4 0  0 0 -8 t04o6250.dat
0
0 end of file
0 L3P ELSEPOV
0   #if (L3Studs)
0     difference {
0     cylinder { <0,0,0>, <0,-4,0>, 6 }
0     cylinder { <0,0.01,0>, <0,-4.01,0>, 4 }
0     }
0 #end
0 object { ring3_dot_dat matrix <2,0,0,0,1,0,0,0,2,0,0,0> }
0 object { ring2_dot_dat matrix <2,0,0,0,1,0,0,0,2,0,4,0> }
0 object { _4_dash_4cyli_dot_dat matrix <6,0,0,0,20,0,0,0,6,0,4,0> }
0 object { ring3_dot_dat matrix <2,0,0,0,1,0,0,0,2,0,24,0> }
0 object { _4_dash_4cyli_dot_dat matrix <8,0,0,0,3,0,0,0,8,0,21,0> }
0
0 cylinder { <0,0,0>,<0,17,0>,13.001
0 clipped_by {
0   union {
0     prism {linear_sweep linear_spline 0,14,4
0     <-1.5,8.5>,<-1.5,8.75>,<-4,8.25>,<-4,8>}
0     prism {linear_sweep linear_spline 0,14,4
0     <1.5,8.5>,<1.5,8.75>,<4,8.25>,<4,8>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-4,8>,<-4,8.25>,<-4.975,8.75>,<-4.975,8.5>}
0     prism {linear_sweep linear_spline 0,14,4
0     <4,8>,<4,8.25>,<4.975,8.75>,<4.975,8.5>}
0   } rotate <-90,0,0>
0 }
0 #if (version >= 3.1) material #else texture #end { L3Color6 }
0 }
0 cylinder { <0,0,0>,<0,17,0>,13.001
0 clipped_by {
0   union {
0    prism {linear_sweep linear_spline 0,14,3
0   <-3,10>,<-2.03,10>,<-2.10382,9.6173>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-3,10>,<-2.10382,9.6173>,<-2.31411,9.2929>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-3,10>,<-2.31411,9.2929>,<-2.62878,9.0761>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-3,10>,<-2.62878,9.0761>,<-3,9>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-3,10>,<-3,9>,<-3.37122,9.0761>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-3,10>,<-3.37122,9.0761>,<-3.68589,9.2929>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-3,10>,<-3.68589,9.2929>,<-3.89618,9.6173>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-3,10>,<-3.89618,9.6173>,<-3.97,10>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-3,10>,<-3.97,10>,<-3.89618,10.3827>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-3,10>,<-3.89618,10.3827>,<-3.68589,10.7071>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-3,10>,<-3.68589,10.7071>,<-3.37122,10.9239>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-3,10>,<-3.37122,10.9239>,<-3,11>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-3,10>,<-3,11>,<-2.62878,10.9239>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-3,10>,<-2.62878,10.9239>,<-2.31411,10.7071>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-3,10>,<-2.31411,10.7071>,<-2.10382,10.3827>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-3,10>,<-2.10382,10.3827>,<-2.03,10>}
0    prism {linear_sweep linear_spline 0,14,3
0   <3,10>,<2.03,10>,<2.10382,9.6173>}
0    prism {linear_sweep linear_spline 0,14,3
0   <3,10>,<2.10382,9.6173>,<2.31411,9.2929>}
0    prism {linear_sweep linear_spline 0,14,3
0   <3,10>,<2.31411,9.2929>,<2.62878,9.0761>}
0    prism {linear_sweep linear_spline 0,14,3
0   <3,10>,<2.62878,9.0761>,<3,9>}
0    prism {linear_sweep linear_spline 0,14,3
0   <3,10>,<3,9>,<3.37122,9.0761>}
0    prism {linear_sweep linear_spline 0,14,3
0   <3,10>,<3.37122,9.0761>,<3.68589,9.2929>}
0    prism {linear_sweep linear_spline 0,14,3
0   <3,10>,<3.68589,9.2929>,<3.89618,9.6173>}
0    prism {linear_sweep linear_spline 0,14,3
0   <3,10>,<3.89618,9.6173>,<3.97,10>}
0    prism {linear_sweep linear_spline 0,14,3
0   <3,10>,<3.97,10>,<3.89618,10.3827>}
0    prism {linear_sweep linear_spline 0,14,3
0   <3,10>,<3.89618,10.3827>,<3.68589,10.7071>}
0    prism {linear_sweep linear_spline 0,14,3
0   <3,10>,<3.68589,10.7071>,<3.37122,10.9239>}
0    prism {linear_sweep linear_spline 0,14,3
0   <3,10>,<3.37122,10.9239>,<3,11>}
0    prism {linear_sweep linear_spline 0,14,3
0   <3,10>,<3,11>,<2.62878,10.9239>}
0    prism {linear_sweep linear_spline 0,14,3
0   <3,10>,<2.62878,10.9239>,<2.31411,10.7071>}
0    prism {linear_sweep linear_spline 0,14,3
0   <3,10>,<2.31411,10.7071>,<2.10382,10.3827>}
0    prism {linear_sweep linear_spline 0,14,3
0   <3,10>,<2.10382,10.3827>,<2.03,10>}
0     prism {linear_sweep linear_spline 0,14,4
0     <0,16>,<-3,16>,<-3,16.250>,<0,16.250>}
0     prism {linear_sweep linear_spline 0,14,4
0     <0,16>,<3,16>,<3,16.250>,<0,16.250>}
0     prism {linear_sweep linear_spline 0,14,4
0     <0,16.500>,<-1,16.500>,<-1,16.750>,<0,16.750>}
0     prism {linear_sweep linear_spline 0,14,4
0     <0,16.500>,<1,16.500>,<1,16.750>,<0,16.750>}
0   } rotate <-90,0,0>
0 }
0 #if (version >= 3.1) material #else texture #end { L3Color0 }
0 }
0 torus{9,4 clipped_by{difference{box{<-13,4,-13>,<13,-4,13>}
0 cylinder{<0,0,0>,<0,4,0>,9} plane{y,0}}}translate <0,17,0>}
0 plane{y,21 clipped_by{difference{sphere{<0,21,0>,9} sphere{<0,21,0>,8}}}}
0
0 torus{9,4 clipped_by{difference{box{<-13,-4,-13>,<13,4,13>}
0 cylinder{<0,0,0>,<0,-4,0>,9} plane{-y,0}}}translate <0,4,0>}
0 plane{y,0 clipped_by{difference{sphere{<0,0,0>,9} sphere{<0,0,0>,8}}}}
0
0 cylinder{<0,4,0>,<0,17,0>,13}
0
0 L3P ENDPOV
0


Special: 
[DAT] (requires LDraw-compatible viewer)
Subject: 
POV dat - 3626bphb - Minifig Head with Severus Snape Pattern - POV
Newsgroups: 
lugnet.cad.ray, lugnet.cad.dat.parts
Date: 
Mon, 22 Feb 2010 00:37:35 GMT
Highlighted: 
(details)
Viewed: 
20265 times
  
0 Minifig Head with Severus Snape Pattern - POV
0 Name: 3626bphb.dat
0 Author: Andrew Westrate
0 Unofficial Part
0 // Inline POV code generated by MFHead v0.01
0 // Inline POV code edited to comply with L3P v 1.4 2010-02-22
0 KEYWORDS Harry Potter, Severus Snape, Hogwarts, Slytherin
0 BFC CERTIFY CW
0 L3P IFNOTPOV
1 16 0 0 0 1 0 0 0 1 0 0 0 1 s\3626bs02.dat
1 16 0 4 0 13 0 0 0 13 0 0 0 13 2-4cyli.dat
1 16 0 4 0 0 0 8 0 -6.4 0 8 0 0 t04o6250.dat
1 16 0 4 0 -8 0 0 0 -6.4 0 0 0 8 t04o6250.dat
1 16 0 17 0 0 0 -8 0 6.4 0 8 0 0 t04o6250.dat
1 16 0 17 0 8 0 0 0 6.4 0 0 0 8 t04o6250.dat
1 16 0 4 0 0 0 -8 0 -6.4 0 -8 0 0 t04o6250.dat
1 16 0 4 0 8 0 0 0 -6.4 0 0 0 -8 t04o6250.dat
1 16 0 17 0 0 0 8 0 6.4 0 -8 0 0 t04o6250.dat
1 16 0 17 0 -8 0 0 0 6.4 0 0 0 -8 t04o6250.dat
1 16 0 4 0 13 0 0 0 13 0 0 0 -13 1-8cyli.dat
1 16 0 4 0 -13 0 0 0 13 0 0 0 -13 1-8cyli.dat
1 0 -3.5 9.125 -12.304 0.245196 0.19509 0 0 0 -0.25 -0.0487726 0.980785 0 4-4ndis.dat
1 15 -3.5 9.125 -12.304 0.245196 0.19509 0 0 0 -0.25 -0.0487726 0.980785 0 4-4disc.dat
4 0 2.75 10 -12.4528 3 10.25 -12.403 2.5 10.5 -12.5025 2.25 10.25 -12.5523
4 0 3 10.25 -12.403 2.75 10 -12.4528 2.5 9.5 -12.5025 3 9 -12.403
4 0 1.5 9.75 -12.7015 1.5 9.5 -12.7015 3 9 -12.403 2.5 9.5 -12.5025
4 0 3 9 -12.403 4 8.75 -12.204 4.975 9 -12.01 3 10.25 -12.403
4 0 4.75 10 -12.0548 4.5 10.25 -12.1045 3 10.25 -12.403 4.975 9.25 -12.01
4 0 4.75 10 -12.0548 4.975 10 -12.01 4.975 10.25 -12.01 4.5 10.25 -12.1045
4 0 4.975 10 -12.01 5.5 10.25 -11.6592 5.25 10.5 -11.8262 4.975 10.25 -12.01
4 0 5.75 9.5 -11.4921 4.975 9.25 -12.01 4.975 9 -12.01 5.75 9.25 -11.4921
4 0 3 8.75 -12.403 2 8.5 -12.602 3 8 -12.403 4 8.25 -12.204
4 0 3 8 -12.403 4.975 7.25 -12.01 4.975 8 -12.01 4 8.25 -12.204
4 0 4.975 7.25 -12.01 6 7.25 -11.325 6 7.75 -11.325 4.975 8 -12.01
4 0 6 7.25 -11.325 7.5 7.75 -10.3227 7.5 8 -10.3227 6 7.75 -11.325
4 0 3 8 -12.403 2 8.5 -12.602 1.5 8.25 -12.7015 1.5 7.5 -12.7015
4 16 4.975 9 -12.01 4 8.75 -12.204 4 8.25 -12.204 4.975 8 -12.01
4 16 4 8.75 -12.204 3 9 -12.403 3 8.75 -12.403 4 8.25 -12.204
3 16 4.975 10 -12.01 4.75 10 -12.0548 4.975 9.25 -12.01
3 0 4.975 9.25 -12.01 3 10.25 -12.403 4.975 9 -12.01
4 16 3 9 -12.403 1.5 9.5 -12.7015 2 8.5 -12.602 3 8.75 -12.403
3 16 2 8.5 -12.602 1.5 9.5 -12.7015 1.5 8.25 -12.7015
4 16 5.5 10.25 -11.6592 4.975 10 -12.01 4.975 9.25 -12.01 5.75 9.5 -11.4921
4 16 5.75 9.25 -11.4921 4.975 9 -12.01 4.975 8 -12.01 6 7.75 -11.325
3 16 6 7.75 -11.325 7.5 8 -10.3227 5.75 9.25 -11.4921
4 16 9.192 17 -9.192 7.5 8 -10.3227 7.5 7.75 -10.3227 9.192 4 -9.192
4 16 5.75 9.5 -11.4921 5.75 9.25 -11.4921 7.5 8 -10.3227 9.192 17 -9.192
3 16 9.192 17 -9.192 5.5 10.25 -11.6592 5.75 9.5 -11.4921
3 16 9.192 17 -9.192 5.25 10.5 -11.8262 5.5 10.25 -11.6592
3 16 5.25 10.5 -11.8262 4.975 17 -12.01 4.975 10.25 -12.01
3 16 9.192 17 -9.192 4.975 17 -12.01 5.25 10.5 -11.8262
3 16 9.192 4 -9.192 7.5 7.75 -10.3227 6 7.25 -11.325
4 16 6 7.25 -11.325 4.975 7.25 -12.01 4.975 4 -12.01 9.192 4 -9.192
4 16 4.975 4 -12.01 4.975 7.25 -12.01 3 8 -12.403 1.5 7.5 -12.7015
3 16 0 4 -13 4.975 4 -12.01 1.5 7.5 -12.7015
4 16 1.5 7.5 -12.7015 1.5 9.75 -12.7015 0 16 -13 0 4 -13
4 16 1.5 9.75 -12.7015 2.5 9.5 -12.5025 2.75 10 -12.4528 2.25 10.25 -12.5523
3 0 4.25 15.25 -12.1543 4.975 15.25 -12.01 4.75 15.5 -12.0548
4 0 4.975 16.25 -12.01 4.75 16 -12.0548 4.75 15.5 -12.0548 4.975 15.25 -12.01
3 0 4.975 16.25 -12.01 4.5 16.5 -12.1045 4.75 16 -12.0548
4 16 4.25 15.25 -12.1543 4.75 15.5 -12.0548 4.75 16 -12.0548 3.75 16 -12.2538
4 0 1.25 16.5 -12.7513 0 16.5 -13 0 16 -13 1 16 -12.801
4 0 1 16 -12.801 3 15.75 -12.403 3.75 16 -12.2538 1.25 16.5 -12.7513
4 16 1 16 -12.801 0 16 -13 1.5 9.75 -12.7015 3 15.75 -12.403
4 16 4.25 15.25 -12.1543 3.75 16 -12.2538 3 15.75 -12.403 2.5 10.5 -12.5025
4 16 1.5 9.75 -12.7015 2.25 10.25 -12.5523 2.5 10.5 -12.5025 3 15.75 -12.403
4 16 3 10.25 -12.403 4.975 10.25 -12.01 4.25 15.25 -12.1543 2.5 10.5 -12.5025
3 16 4.975 15.25 -12.01 4.25 15.25 -12.1543 4.975 10.25 -12.01
4 16 4.75 16 -12.0548 4.5 16.5 -12.1045 1.25 16.5 -12.7513 3.75 16 -12.2538
3 16 4.975 16.25 -12.01 4.975 17 -12.01 4.5 16.5 -12.1045
4 16 4.975 17 -12.01 0 17 -13 0 16.5 -13 4.5 16.5 -12.1045
3 0 -4.975 14 -12.01 -3.75 13.5 -12.2538 -4.975 14.5 -12.01
4 0 -5.25 15 -11.8262 -5.75 15 -11.4921 -4.975 14 -12.01 -4.975 14.5 -12.01
4 0 -5.25 15 -11.8262 -5.5 16 -11.6592 -6 16 -11.325 -5.75 15 -11.4921
3 0 -5.5 16 -11.6592 -5.25 16.75 -11.8262 -6 16 -11.325
4 16 -5.5 16 -11.6592 -5.25 15 -11.8262 -4.975 14.5 -12.01 -4.975 16 -12.01
4 0 -4.975 16 -12.01 -4.5 15.25 -12.1045 -4 15.25 -12.204 -4 15.75 -12.204
4 0 -4 15.25 -12.204 -2 15.75 -12.602 -2 16 -12.602 -4 15.75 -12.204
4 0 -2 15.75 -12.602 0 16 -13 0 16.5 -13 -2 16 -12.602
4 16 -4.975 16 -12.01 -4 15.75 -12.204 -2 16 -12.602 -4.975 17 -12.01
4 16 -2 16 -12.602 0 16.5 -13 0 17 -13 -4.975 17 -12.01
3 16 -4.975 14.5 -12.01 -4.5 15.25 -12.1045 -4.975 16 -12.01
4 16 -4.975 14.5 -12.01 -3.75 13.5 -12.2538 -4 15.25 -12.204 -4.5 15.25 -12.1045
4 16 -2 15.75 -12.602 -4 15.25 -12.204 -3.75 13.5 -12.2538 0 16 -13
4 16 -4.975 16 -12.01 -4.975 17 -12.01 -5.25 16.75 -11.8262 -5.5 16 -11.6592
3 16 -5.25 16.75 -11.8262 -4.975 17 -12.01 -9.192 17 -9.192
3 16 -9.192 17 -9.192 -6 16 -11.325 -5.25 16.75 -11.8262
4 0 -4.975 9.75 -12.01 -3.75 9.375 -12.2538 -3 10.25 -12.403 -4 10.25 -12.204
4 0 -3.75 9.375 -12.2538 -3.25 9.375 -12.3533 -2.5 9.75 -12.5025 -3 10.25 -12.403
4 0 -3.75 9.375 -12.2538 -4.975 9.75 -12.01 -4.975 7.75 -12.01 -3.75 8.875 -12.2538
4 0 -3.25 9.375 -12.3533 -2.25 9 -12.5523 -1.75 9.75 -12.6518 -2.5 9.75 -12.5025
4 0 -2.25 9 -12.5523 -3.25 9.375 -12.3533 -3.25 8.875 -12.3533 -1 7.75 -12.801
4 0 -3.75 8.875 -12.2538 -3 8 -12.403 -1 7.75 -12.801 -3.25 8.875 -12.3533
4 0 -4.25 7.25 -12.1543 -3 8 -12.403 -3.75 8.875 -12.2538 -4.975 7.75 -12.01
3 0 -4.25 7.25 -12.1543 -4.975 7.75 -12.01 -4.975 6.25 -12.01
4 16 0 4 -13 -4.25 7.25 -12.1543 -4.975 6.25 -12.01 -4.975 4 -12.01
4 16 -1 7.75 -12.801 -3 8 -12.403 -4.25 7.25 -12.1543 0 4 -13
3 16 -2.25 9 -12.5523 -1 7.75 -12.801 -1.75 9.75 -12.6518
3 16 -1.75 9.75 -12.6518 -1 7.75 -12.801 0 16 -13
3 16 0 16 -13 -1 7.75 -12.801 0 4 -13
4 16 -3 10.25 -12.403 -2.5 9.75 -12.5025 -1.75 9.75 -12.6518 0 16 -13
4 16 -4 10.25 -12.204 -3 10.25 -12.403 0 16 -13 -3.75 13.5 -12.2538
4 16 -4.975 9.75 -12.01 -4 10.25 -12.204 -3.75 13.5 -12.2538 -4.975 14 -12.01
3 0 -4.975 9.75 -12.01 -5.5 9 -11.6592 -4.975 7.75 -12.01
4 0 -6.25 9.5 -11.158 -6 8.5 -11.325 -4.975 7.75 -12.01 -5.5 9 -11.6592
4 0 -4.975 7.75 -12.01 -6 6.5 -11.325 -6 5.5 -11.325 -4.975 6.25 -12.01
4 0 -7 5.75 -10.6568 -7 5.25 -10.6568 -6 5.5 -11.325 -6 6.5 -11.325
4 0 -8.25 6.5 -9.8215 -8.25 6.25 -9.8215 -7 5.25 -10.6568 -7 5.75 -10.6568
4 16 -8.25 6.25 -9.8215 -8.25 6.5 -9.8215 -9.192 17 -9.192 -9.192 4 -9.192
4 16 -6 5.5 -11.325 -7 5.25 -10.6568 -9.192 4 -9.192 -4.975 4 -12.01
3 16 -4.975 4 -12.01 -4.975 6.25 -12.01 -6 5.5 -11.325
3 16 -8.25 6.25 -9.8215 -9.192 4 -9.192 -7 5.25 -10.6568
4 16 -7 5.75 -10.6568 -6 6.5 -11.325 -4.975 7.75 -12.01 -6 8.5 -11.325
4 16 -8.25 6.5 -9.8215 -7 5.75 -10.6568 -6 8.5 -11.325 -6.25 9.5 -11.158
4 16 -6.25 9.5 -11.158 -5.5 9 -11.6592 -4.975 9.75 -12.01 -4.975 14 -12.01
4 16 -6.25 9.5 -11.158 -4.975 14 -12.01 -5.75 15 -11.4921 -8.25 6.5 -9.8215
4 16 -8.25 6.5 -9.8215 -5.75 15 -11.4921 -6 16 -11.325 -9.192 17 -9.192
0
5 24 -4.975 4 -12.01 -4.975 17 -12.01 -9.192 4 -9.192 0 4 -13
5 24 0 4 -13 0 17 -13 -4.975 4 -12.01 4.975 4 -12.01
5 24 4.975 4 -12.01 4.975 17 -12.01 0 4 -13 9.192 4 -9.192
0
0
0 L3P ELSEPOV
0   #if (L3Studs)
0     difference {
0     cylinder { <0,0,0>, <0,-4,0>, 6 }
0     cylinder { <0,0.01,0>, <0,-4.01,0>, 4 }
0     }
0 #end
0 object { ring3_dot_dat matrix <2,0,0,0,1,0,0,0,2,0,0,0> }
0 object { ring2_dot_dat matrix <2,0,0,0,1,0,0,0,2,0,4,0> }
0 object { _4_dash_4cyli_dot_dat matrix <6,0,0,0,20,0,0,0,6,0,4,0> }
0 object { ring3_dot_dat matrix <2,0,0,0,1,0,0,0,2,0,24,0> }
0 object { _4_dash_4cyli_dot_dat matrix <8,0,0,0,3,0,0,0,8,0,21,0> }
0
0 cylinder { <0,0,0>,<0,17,0>,13.001
0 clipped_by {
0   union {
0    prism {linear_sweep linear_spline 0,14,3
0   <-3.2548,8.875>,<-3.2548,9.125>,<-3.27346,9.02932>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-3.2548,8.875>,<-3.27346,9.02932>,<-3.32662,8.94823>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-3.2548,8.875>,<-3.32662,8.94823>,<-3.40616,8.89402>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-3.2548,8.875>,<-3.40616,8.89402>,<-3.5,8.875>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-3.7452,8.875>,<-3.5,8.875>,<-3.59384,8.89402>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-3.7452,8.875>,<-3.59384,8.89402>,<-3.67338,8.94823>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-3.7452,8.875>,<-3.67338,8.94823>,<-3.72654,9.02932>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-3.7452,8.875>,<-3.72654,9.02932>,<-3.7452,9.125>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-3.7452,9.375>,<-3.7452,9.125>,<-3.72654,9.22068>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-3.7452,9.375>,<-3.72654,9.22068>,<-3.67338,9.30177>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-3.7452,9.375>,<-3.67338,9.30177>,<-3.59384,9.35598>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-3.7452,9.375>,<-3.59384,9.35598>,<-3.5,9.375>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-3.2548,9.375>,<-3.5,9.375>,<-3.40616,9.35598>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-3.2548,9.375>,<-3.40616,9.35598>,<-3.32662,9.30177>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-3.2548,9.375>,<-3.32662,9.30177>,<-3.27346,9.22068>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-3.2548,9.375>,<-3.27346,9.22068>,<-3.2548,9.125>}
0     prism {linear_sweep linear_spline 0,14,4
0     <2.75,10>,<3,10.25>,<2.5,10.5>,<2.25,10.25>}
0     prism {linear_sweep linear_spline 0,14,4
0     <3,10.25>,<2.75,10>,<2.5,9.5>,<3,9>}
0     prism {linear_sweep linear_spline 0,14,4
0     <1.5,9.75>,<1.5,9.5>,<3,9>,<2.5,9.5>}
0     prism {linear_sweep linear_spline 0,14,4
0     <3,9>,<4,8.75>,<4.975,9>,<3,10.25>}
0     prism {linear_sweep linear_spline 0,14,4
0     <4.75,10>,<4.5,10.25>,<3,10.25>,<4.975,9.25>}
0     prism {linear_sweep linear_spline 0,14,4
0     <4.75,10>,<4.975,10>,<4.975,10.25>,<4.5,10.25>}
0     prism {linear_sweep linear_spline 0,14,4
0     <4.975,10>,<5.5,10.25>,<5.25,10.5>,<4.975,10.25>}
0     prism {linear_sweep linear_spline 0,14,4
0     <5.75,9.5>,<4.975,9.25>,<4.975,9>,<5.75,9.25>}
0     prism {linear_sweep linear_spline 0,14,4
0     <3,8.75>,<2,8.5>,<3,8>,<4,8.25>}
0     prism {linear_sweep linear_spline 0,14,4
0     <3,8>,<4.975,7.25>,<4.975,8>,<4,8.25>}
0     prism {linear_sweep linear_spline 0,14,4
0     <4.975,7.25>,<6,7.25>,<6,7.75>,<4.975,8>}
0     prism {linear_sweep linear_spline 0,14,4
0     <6,7.25>,<7.5,7.75>,<7.5,8>,<6,7.75>}
0     prism {linear_sweep linear_spline 0,14,4
0     <3,8>,<2,8.5>,<1.5,8.25>,<1.5,7.5>}
0     prism {linear_sweep linear_spline 0,14,3
0     <4.975,9.25>,<3,10.25>,<4.975,9>}
0     prism {linear_sweep linear_spline 0,14,3
0     <4.25,15.25>,<4.975,15.25>,<4.75,15.5>}
0     prism {linear_sweep linear_spline 0,14,4
0     <4.975,16.25>,<4.75,16>,<4.75,15.5>,<4.975,15.25>}
0     prism {linear_sweep linear_spline 0,14,3
0     <4.975,16.25>,<4.5,16.5>,<4.75,16>}
0     prism {linear_sweep linear_spline 0,14,4
0     <1.25,16.5>,<0,16.5>,<0,16>,<1,16>}
0     prism {linear_sweep linear_spline 0,14,4
0     <1,16>,<3,15.75>,<3.75,16>,<1.25,16.5>}
0     prism {linear_sweep linear_spline 0,14,3
0     <-4.975,14>,<-3.75,13.5>,<-4.975,14.5>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-5.25,15>,<-5.75,15>,<-4.975,14>,<-4.975,14.5>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-5.25,15>,<-5.5,16>,<-6,16>,<-5.75,15>}
0     prism {linear_sweep linear_spline 0,14,3
0     <-5.5,16>,<-5.25,16.75>,<-6,16>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-4.975,16>,<-4.5,15.25>,<-4,15.25>,<-4,15.75>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-4,15.25>,<-2,15.75>,<-2,16>,<-4,15.75>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-2,15.75>,<0,16>,<0,16.5>,<-2,16>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-4.975,9.75>,<-3.75,9.375>,<-3,10.25>,<-4,10.25>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-3.75,9.375>,<-3.25,9.375>,<-2.5,9.75>,<-3,10.25>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-3.75,9.375>,<-4.975,9.75>,<-4.975,7.75>,<-3.75,8.875>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-3.25,9.375>,<-2.25,9>,<-1.75,9.75>,<-2.5,9.75>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-2.25,9>,<-3.25,9.375>,<-3.25,8.875>,<-1,7.75>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-3.75,8.875>,<-3,8>,<-1,7.75>,<-3.25,8.875>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-4.25,7.25>,<-3,8>,<-3.75,8.875>,<-4.975,7.75>}
0     prism {linear_sweep linear_spline 0,14,3
0     <-4.25,7.25>,<-4.975,7.75>,<-4.975,6.25>}
0     prism {linear_sweep linear_spline 0,14,3
0     <-4.975,9.75>,<-5.5,9>,<-4.975,7.75>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-6.25,9.5>,<-6,8.5>,<-4.975,7.75>,<-5.5,9>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-4.975,7.75>,<-6,6.5>,<-6,5.5>,<-4.975,6.25>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-7,5.75>,<-7,5.25>,<-6,5.5>,<-6,6.5>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-8.25,6.5>,<-8.25,6.25>,<-7,5.25>,<-7,5.75>}
0   } rotate <-90,0,0>
0 }
0 #if (version >= 3.1) material #else texture #end { L3Color0 }
0 }
0 cylinder { <0,0,0>,<0,17,0>,13.001
0 clipped_by {
0   union {
0    prism {linear_sweep linear_spline 0,14,3
0   <-3.5,9.125>,<-3.2548,9.125>,<-3.27346,9.02932>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-3.5,9.125>,<-3.27346,9.02932>,<-3.32662,8.94823>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-3.5,9.125>,<-3.32662,8.94823>,<-3.40616,8.89402>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-3.5,9.125>,<-3.40616,8.89402>,<-3.5,8.875>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-3.5,9.125>,<-3.5,8.875>,<-3.59384,8.89402>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-3.5,9.125>,<-3.59384,8.89402>,<-3.67338,8.94823>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-3.5,9.125>,<-3.67338,8.94823>,<-3.72654,9.02932>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-3.5,9.125>,<-3.72654,9.02932>,<-3.7452,9.125>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-3.5,9.125>,<-3.7452,9.125>,<-3.72654,9.22068>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-3.5,9.125>,<-3.72654,9.22068>,<-3.67338,9.30177>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-3.5,9.125>,<-3.67338,9.30177>,<-3.59384,9.35598>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-3.5,9.125>,<-3.59384,9.35598>,<-3.5,9.375>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-3.5,9.125>,<-3.5,9.375>,<-3.40616,9.35598>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-3.5,9.125>,<-3.40616,9.35598>,<-3.32662,9.30177>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-3.5,9.125>,<-3.32662,9.30177>,<-3.27346,9.22068>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-3.5,9.125>,<-3.27346,9.22068>,<-3.2548,9.125>}
0   } rotate <-90,0,0>
0 }
0 #if (version >= 3.1) material #else texture #end { L3Color15 }
0 }
0 torus{9,4 clipped_by{difference{box{<-13,4,-13>,<13,-4,13>}
0 cylinder{<0,0,0>,<0,4,0>,9} plane{y,0}}}translate <0,17,0>}
0 plane{y,21 clipped_by{difference{sphere{<0,21,0>,9} sphere{<0,21,0>,8}}}}
0
0 torus{9,4 clipped_by{difference{box{<-13,-4,-13>,<13,4,13>}
0 cylinder{<0,0,0>,<0,-4,0>,9} plane{-y,0}}}translate <0,4,0>}
0 plane{y,0 clipped_by{difference{sphere{<0,0,0>,9} sphere{<0,0,0>,8}}}}
0
0 cylinder{<0,4,0>,<0,17,0>,13}
0
0 L3P ENDPOV
0


Special: 
[DAT] (requires LDraw-compatible viewer)
Subject: 
POV dat - 3626bpao - Minifig Head with Big Eyes, Curv Eyebows, Lt.Red Mouth - POV
Newsgroups: 
lugnet.cad.ray, lugnet.cad.dat.parts
Date: 
Mon, 22 Feb 2010 00:36:51 GMT
Highlighted: 
(details)
Viewed: 
20168 times
  
0 Minifig Head with Big Eyes, Curv Eyebows, Lt.Red Mouth - POV
0 Name: 3626bpao.dat
0 Author: Michael Heidemann <mikeheide@web.de>
0 Unofficial Part
0 KEYWORDS Jing Lee
0 // Inline POV code edited to comply with L3P v 1.4 2010-02-22

0 // 2004-11-28 initial version
0 BFC CERTIFY CCW
0 L3P IFNOTPOV
1 16 0 0 0 1 0 0 0 1 0 0 0 1 s\3626bs02.dat
1 16 0 4 0 13 0 0 0 13 0 0 0 13 2-4cyli.dat
1 16 0 4 0 0 0 8 0 -6.4 0 8 0 0 t04o6250.dat
1 16 0 4 0 -8 0 0 0 -6.4 0 0 0 8 t04o6250.dat
1 16 0 17 0 0 0 -8 0 6.4 0 8 0 0 t04o6250.dat
1 16 0 17 0 8 0 0 0 6.4 0 0 0 8 t04o6250.dat
1 16 0 4 0 0 0 -8 0 -6.4 0 -8 0 0 t04o6250.dat
1 16 0 4 0 8 0 0 0 -6.4 0 0 0 -8 t04o6250.dat
1 16 0 17 0 0 0 8 0 6.4 0 -8 0 0 t04o6250.dat
1 16 0 17 0 -8 0 0 0 6.4 0 0 0 -8 t04o6250.dat
0 Pattern
4 0 -4.9745 7.6 -12.0105 -2.9424 8.5 -12.4147 -2.452 8.25 -12.5123 -2.9424 7.5 -12.4147
4 0 -7.4091 6.5 -10.3839 -7.4091 7.1 -10.3839 -5.9956 7.3 -11.3284 -4.9746 6.9 -12.0106
4 0 -7.4091 6.5 -10.3839 -9.1926 6.5 -9.1922 -9.1926 7 -9.1922 -7.4091 7.1 -10.3839
3 0 -9.1926 7 -9.1921 -9.1926 6.5 -9.1921 -10.0842 6.75 -7.8576
1 15 -6.3698 8.75 -11.0784 0.4989 0.3333 0 0 0 -0.6 -0.3333 0.4989 0 4-4disc.dat
1 0 -6.3698 8.75 -11.0784 0.4989 0.3333 0 0 0 -0.6 -0.3333 0.4989 0 4-4ndis.dat
4 0 -5.7462 10.5 -11.4951 -5.8709 9.35 -11.4117 -6.8687 9.35 -10.745 -7.4091 10.5 -10.3839
4 0 -9.1926 9.25 -9.1922 -8.4485 10 -9.6895 -7.4091 10.5 -10.3839 -6.8687 9.35 -10.745
4 0 -6.8687 8.15 -10.745 -5.8709 8.15 -11.4117 -5.9541 8 -11.3562 -6.9934 7.75 -10.6617
4 0 -6.9934 7.75 -10.6617 -7.8249 7.75 -10.1061 -8.8642 8 -9.4117 -6.8687 8.15 -10.745
4 0 -8.8642 8 -9.4117 -9.1926 9.25 -9.1922 -6.8687 9.35 -10.745 -6.8687 8.15 -10.745
3 0 -5.9541 8 -11.3562 -5.8709 8.15 -11.4117 -5.5383 8.25 -11.634
3 0 -9.1926 8 -9.1922 -8.8642 8 -9.4117 -7.8249 7.75 -10.1061
4 4 -2.9424 15 -12.4147 0 15.25 -13 0 13.5 -13 -2.9424 13.75 -12.4147
4 16 -4.1683 9 -12.1709 -3.4327 9.75 -12.3172 -2.9424 8.5 -12.4147 -4.9745 7.6 -12.0105
4 16 -6.9934 7.75 -10.6617 -5.9541 8 -11.3562 -5.9956 7.3 -11.3284 -7.4091 7.1 -10.3839
4 16 -7.4091 7.1 -10.3839 -9.1926 7 -9.1922 -7.8249 7.75 -10.1061 -6.9934 7.75 -10.6617
3 16 -9.6676 8.25 -8.4812 -9.1926 8 -9.1921 -10.0842 6.75 -7.8576
4 16 0 7 -13 -4.9745 6.9 -12.0105 -2.9424 7.5 -12.4147 0 8 -13
4 16 0 8 -13 -2.9424 7.5 -12.4147 -2.452 8.25 -12.5123 0 9 -13
4 16 0 9 -13 -2.452 8.25 -12.5123 -2.9424 8.5 -12.4147 -3.4327 9.75 -12.3172
4 16 .0055 1.172 -11.5084 -4.4091 1.172 -10.6303 -4.9749 4 -12.0104 0 4 -13
4 16 -4.9746 6.9 -12.0106 -4.9749 4 -12.0104 -9.1924 4 -9.1924 -7.4091 6.5 -10.3839
4 16 -12.0104 4 -4.9749 -10.6303 1.172 -4.4091 -11.5084 1.172 .0055 -13 4 0
4 16 -10.6303 19.828 -4.4091 -12.0104 17 -4.9749 -13 17 0 -11.5084 19.828 .0055
4 16 .0055 19.828 -11.5084 0 17 -13 -4.9749 17 -12.0104 -4.4091 19.828 -10.6303
4 16 0 17 -13 0 15.25 -13 -2.9424 15 -12.4147 -4.9749 17 -12.0104
4 16 -7.4091 10.5 -10.3839 -9.1924 17 -9.1924 -5.3305 14.25 -11.7728 -5.3305 14 -11.7728
4 4 -2.9424 13.75 -12.4147 -4.9745 14 -12.0105 -4.9745 14.5 -12.0105 -2.9424 15 -12.4147
4 4 -4.9746 14 -12.0106 -5.3305 14 -11.7728 -5.3305 14.25 -11.7728 -4.9746 14.5 -12.0106
3 16 -4.9749 17 -12.0104 -2.9424 15 -12.4147 -4.9745 14.5 -12.0105
4 16 -9.1924 17 -9.1924 -4.9749 17 -12.0104 -4.9746 14.5 -12.0106 -5.3305 14.25 -11.7728
4 0 -4.9745 8.5 -12.0105 -4.9745 10.25 -12.0105 -3.4327 9.75 -12.3172 -4.1683 9 -12.1709
4 0 -4.9746 8.5 -12.0106 -5.8709 9.35 -11.4117 -5.7462 10.5 -11.4951 -4.9746 10.25 -12.0106
4 0 -4.9746 8.5 -12.0106 -5.5383 8.25 -11.634 -5.8709 8.15 -11.4117 -5.8709 9.35 -11.4117
3 16 -4.9745 7.6 -12.0105 -4.9745 8.5 -12.0105 -4.1683 9 -12.1709
3 0 -4.9745 6.9 -12.0105 -4.9745 7.6 -12.0105 -2.9424 7.5 -12.4147
3 0 -4.9746 6.9 -12.0106 -5.9956 7.3 -11.3284 -4.9746 7.6 -12.0106
4 16 -5.5383 8.25 -11.634 -4.9746 8.5 -12.0106 -4.9746 7.6 -12.0106 -5.9956 7.3 -11.3284
3 16 -5.9956 7.3 -11.3284 -5.9541 8 -11.3562 -5.5383 8.25 -11.634
4 16 -2.9424 13.75 -12.4147 0 13.5 -13 0 9 -13 -3.4327 9.75 -12.3172
4 16 -3.4327 9.75 -12.3172 -4.9745 10.25 -12.0105 -4.9745 14 -12.0105 -2.9424 13.75 -12.4147
4 16 -4.9746 10.25 -12.0106 -5.7462 10.5 -11.4951 -5.3305 14 -11.7728 -4.9746 14 -12.0106
3 16 -5.7462 10.5 -11.4951 -7.4091 10.5 -10.3839 -5.3305 14 -11.7728
4 16 -12.0104 17 -4.9749 -12.0104 4 -4.9749 -13 4 0 -13 17 0
3 16 -9.1926 7 -9.1922 -9.1926 8 -9.1922 -7.8249 7.75 -10.1061
3 16 -9.1926 7 -9.1921 -10.0842 6.75 -7.8576 -9.1926 8 -9.1921
3 0 -8.8642 8 -9.4117 -9.1926 8 -9.1922 -9.1926 9.25 -9.1922
3 0 -9.1926 8 -9.1921 -9.6676 8.25 -8.4812 -9.1926 9.25 -9.1921
4 16 -10.0842 6.75 -7.8576 -9.1926 6.5 -9.1921 -9.1924 4 -9.1924 -12.0104 4 -4.9749
3 16 -7.4091 6.5 -10.3839 -9.1924 4 -9.1924 -9.1926 6.5 -9.1922
4 16 -12.0104 17 -4.9749 -9.1924 17 -9.1924 -9.1926 9.25 -9.1921 -9.6676 8.25 -8.4812
4 16 -12.0104 17 -4.9749 -9.6676 8.25 -8.4812 -10.0842 6.75 -7.8576 -12.0104 4 -4.9749
3 16 -9.1924 17 -9.1924 -8.4485 10 -9.6895 -9.1926 9.25 -9.1922
3 16 -7.4091 10.5 -10.3839 -8.4485 10 -9.6895 -9.1924 17 -9.1924
4 16 4.9749 4 -12.0104 4.4091 1.172 -10.6303 -.0055 1.172 -11.5084 0 4 -13
4 16 10.6303 1.172 -4.4091 12.0104 4 -4.9749 13 4 0 11.5084 1.172 .0055
4 16 12.0104 17 -4.9749 10.6303 19.828 -4.4091 11.5084 19.828 .0055 13 17 0
4 16 0 17 -13 -.0055 19.828 -11.5084 4.4091 19.828 -10.6303 4.9749 17 -12.0104
4 4 0 13.5 -13 0 15.25 -13 2.9424 15 -12.4147 2.9424 13.8 -12.4147
4 4 4.9745 14.5 -12.0105 4.9745 14 -12.0105 2.9424 13.8 -12.4147 2.9424 15 -12.4147
4 4 4.9746 14.5 -12.0106 5.3305 14.3 -11.7728 5.3305 14 -11.7728 4.9746 14 -12.0106
4 16 4.9749 17 -12.0104 2.9424 15 -12.4147 0 15.25 -13 0 17 -13
3 16 2.9424 15 -12.4147 4.9749 17 -12.0104 4.9745 14.5 -12.0105
4 16 9.1924 17 -9.1924 5.3305 14.3 -11.7728 4.9746 14.5 -12.0106 4.9749 17 -12.0104
4 16 0 9 -13 3.4327 9.75 -12.3172 2.9424 8.5 -12.4147 2.452 8.25 -12.5123
4 16 2.9424 7.5 -12.4147 0 8 -13 0 9 -13 2.452 8.25 -12.5123
4 16 4.9745 6.9 -12.0105 0 7 -13 0 8 -13 2.9424 7.5 -12.4147
4 16 2.9424 13.8 -12.4147 3.4327 9.75 -12.3172 0 9 -13 0 13.5 -13
4 16 3.4327 9.75 -12.3172 4.1683 9 -12.1709 4.9745 7.6 -12.0105 2.9424 8.5 -12.4147
4 0 4.9745 7.6 -12.0105 2.9424 7.5 -12.4147 2.452 8.25 -12.5123 2.9424 8.5 -12.4147
3 0 2.9424 7.5 -12.4147 4.9745 7.6 -12.0105 4.9745 6.9 -12.0105
4 0 4.9745 8.5 -12.0105 4.1683 9 -12.1709 3.4327 9.75 -12.3172 4.9745 10.25 -12.0105
3 16 4.1683 9 -12.1709 4.9745 8.5 -12.0105 4.9745 7.6 -12.0105
4 16 2.9424 13.8 -12.4147 4.9745 14 -12.0105 4.9745 10.25 -12.0105 3.4327 9.75 -12.3172
3 0 4.9746 6.9 -12.0106 4.9746 7.6 -12.0106 5.7462 7.3 -11.4951
4 0 7.4091 7.1 -10.3839 7.4091 6.5 -10.3839 4.9746 6.9 -12.0106 5.7462 7.3 -11.4951
4 0 4.9746 10.25 -12.0106 5.7462 10.5 -11.4951 5.9541 9.25 -11.3562 4.9746 8.5 -12.0106
1 15 8.0327 8.75 -9.9672 0.4989 -0.3333 0 0 0 -0.6 0.3333 0.4989 0 4-4disc.dat
1 0 8.0327 8.75 -9.9672 0.4989 -0.3333 0 0 0 -0.6 0.3333 0.4989 0 4-4ndis.dat
4 0 5.7462 10.5 -11.4951 7.4091 10.5 -10.3839 7.5339 9.35 -10.3006 5.9541 9.25 -11.3562
4 0 8.5316 9.35 -9.6339 7.5339 9.35 -10.3006 7.4091 10.5 -10.3839 8.4485 10 -9.6895
4 0 7.5339 9.35 -10.3006 5.5383 8.25 -11.634 4.9746 8.5 -12.0106 5.9541 9.25 -11.3562
4 0 7.5339 8.15 -10.3006 5.9541 8 -11.3562 5.5383 8.25 -11.634 7.5339 9.35 -10.3006
3 0 7.5339 8.15 -10.3006 6.9934 7.75 -10.6617 5.9541 8 -11.3562
4 0 8.5316 8.15 -9.6339 7.8249 7.75 -10.1061 6.9934 7.75 -10.6617 7.5339 8.15 -10.3006
4 0 8.5316 9.35 -9.6339 9.1926 9.25 -9.1922 9.1926 8 -9.1922 8.5316 8.15 -9.6339
3 0 8.4485 10 -9.6895 9.1926 9.25 -9.1922 8.5316 9.35 -9.6339
3 0 9.1926 8 -9.1922 7.8249 7.75 -10.1061 8.5316 8.15 -9.6339
3 0 9.1926 8 -9.1921 9.1926 9.25 -9.1921 9.6676 8.25 -8.4812
4 0 7.4091 7.1 -10.3839 9.1926 7 -9.1922 9.1926 6.5 -9.1922 7.4091 6.5 -10.3839
4 16 5.3305 14 -11.7728 5.7462 10.5 -11.4951 4.9746 10.25 -12.0106 4.9746 14 -12.0106
4 16 5.3305 14.3 -11.7728 9.1924 17 -9.1924 7.4091 10.5 -10.3839 5.3305 14 -11.7728
3 16 5.3305 14 -11.7728 7.4091 10.5 -10.3839 5.7462 10.5 -11.4951
3 16 9.1924 17 -9.1924 8.4485 10 -9.6895 7.4091 10.5 -10.3839
3 16 9.1924 17 -9.1924 9.1926 9.25 -9.1922 8.4485 10 -9.6895
3 16 7.4091 6.5 -10.3839 9.1926 6.5 -9.1922 9.1924 4 -9.1924
4 16 9.1924 4 -9.1924 4.9749 4 -12.0104 4.9746 6.9 -12.0106 7.4091 6.5 -10.3839
4 16 5.5383 8.25 -11.634 5.7462 7.3 -11.4951 4.9746 7.6 -12.0106 4.9746 8.5 -12.0106
4 16 6.9934 7.75 -10.6617 7.4091 7.1 -10.3839 5.7462 7.3 -11.4951 5.9541 8 -11.3562
4 16 7.8249 7.75 -10.1061 9.1926 7 -9.1922 7.4091 7.1 -10.3839 6.9934 7.75 -10.6617
3 16 5.7462 7.3 -11.4951 5.5383 8.25 -11.634 5.9541 8 -11.3562
3 16 9.1926 8 -9.1922 9.1926 7 -9.1922 7.8249 7.75 -10.1061
3 16 9.1926 7 -9.1921 9.1926 8 -9.1921 10.0842 6.75 -7.8576
3 0 10.0842 6.75 -7.8576 9.1926 6.5 -9.1921 9.1926 7 -9.1921
4 16 10.0842 6.75 -7.8576 12.0104 4 -4.9749 9.1924 4 -9.1924 9.1926 6.5 -9.1921
4 16 12.0104 17 -4.9749 9.6676 8.25 -8.4812 9.1926 9.25 -9.1921 9.1924 17 -9.1924
3 16 10.0842 6.75 -7.8576 9.1926 8 -9.1921 9.6676 8.25 -8.4812
4 16 13 17 0 13 4 0 12.0104 4 -4.9749 12.0104 17 -4.9749
3 16 12.0104 4 -4.9749 10.0842 6.75 -7.8576 12.0104 17 -4.9749
3 16 12.0104 17 -4.9749 10.0842 6.75 -7.8576 9.6676 8.25 -8.4812
3 16 -4.9749 4 -12.0104 0 7 -13 0 4 -13
3 16 -4.9749 4 -12.0104 -4.9745 6.9 -12.0105 0 7 -13
3 16 4.9749 4 -12.0104 0 4 -13 0 7 -13
3 16 0 7 -13 4.9745 6.9 -12.0105 4.9749 4 -12.0104
3 16 -12.0104 4 -4.9749 -9.1924 4 -9.1924 -10.6345 1.172 -4.399
3 16 -10.6345 1.172 -4.399 -9.1924 4 -9.1924 -8.1338 1.172 -8.1416
3 16 -9.1924 4 -9.1924 -4.399 1.172 -10.6345 -8.1416 1.172 -8.1338
3 16 -4.9749 4 -12.0104 -4.399 1.172 -10.6345 -9.1924 4 -9.1924
3 16 4.9749 4 -12.0104 9.1924 4 -9.1924 4.399 1.172 -10.6345
3 16 9.1924 4 -9.1924 8.1416 1.172 -8.1338 4.399 1.172 -10.6345
3 16 10.6345 1.172 -4.399 8.1338 1.172 -8.1416 9.1924 4 -9.1924
3 16 10.6345 1.172 -4.399 9.1924 4 -9.1924 12.0104 4 -4.9749
3 16 4.9749 17 -12.0104 4.399 19.828 -10.6345 9.1924 17 -9.1924
3 16 9.1924 17 -9.1924 4.399 19.828 -10.6345 8.1416 19.828 -8.1338
3 16 10.6345 19.828 -4.399 12.0104 17 -4.9749 9.1924 17 -9.1924
3 16 9.1924 17 -9.1924 8.1338 19.828 -8.1416 10.6345 19.828 -4.399
3 16 -10.6345 19.828 -4.399 -9.1924 17 -9.1924 -12.0104 17 -4.9749
3 16 -8.1338 19.828 -8.1416 -9.1924 17 -9.1924 -10.6345 19.828 -4.399
3 16 -9.1924 17 -9.1924 -8.1416 19.828 -8.1338 -4.399 19.828 -10.6345
3 16 -4.9749 17 -12.0104 -9.1924 17 -9.1924 -4.399 19.828 -10.6345
0 COMMENT Type 5 Lines
0
5 24 0 4 -13 0 1.172 -11.536 -4.975 4 -12.010 4.975 4 -12.010
5 24 -4.975 4 -12.010 -4.415 1.172 -10.658 0 4 -13 -9.192 4 -9.192
5 24 4.975 4 -12.010 4.415 1.172 -10.658 0 4 -13 9.192 4 -9.192
5 24 -9.192 4 -9.192 -8.157 1.172 -8.157 -4.975 4 -12.010 -12.010 4 -4.975
5 24 9.192 4 -9.192 8.157 1.172 -8.157 4.975 4 -12.010 12.010 4 -4.975
5 24 -12.010 4 -4.975 -10.658 1.172 -4.415 -9.192 4 -9.192 -13 4 0
5 24 12.010 4 -4.975 10.658 1.172 -4.415 9.192 4 -9.192 13 4 0
5 24 -13 4 0 -11.536 1.172 0 -12.010 4 -4.975 -12.010 4 4.975
5 24 13 4 0 11.536 1.172 0 12.010 4 -4.975 12.010 4 4.975
0
5 24 0 4 -13 -4.975 4 -12.010 0 1.172 -11.536 0 17 -13
5 24 0 4 -13 4.975 4 -12.010 0 1.172 -11.536 0 17 -13
5 24 -9.192 4 -9.192 -4.975 4 -12.010 -8.157 1.172 -8.157 -9.192 17 -9.192
5 24 9.192 4 -9.192 4.975 4 -12.010 8.157 1.172 -8.157 9.192 17 -9.192
5 24 -9.192 4 -9.192 -12.010 4 -4.975 -8.157 1.172 -8.157 -9.192 17 -9.192
5 24 9.192 4 -9.192 12.010 4 -4.975 8.157 1.172 -8.157 9.192 17 -9.192
5 24 -13 4 0 -12.010 4 -4.975 -11.536 1.172 0 -13 17 0
5 24 13 4 0 12.010 4 -4.975 11.536 1.172 0 13 17 0
0
5 24 0 4 -13 0 17 -13 -4.975 4 -12.010 4.975 4 -12.010
5 24 -4.975 4 -12.010 -4.975 17 -12.010 0 4 -13 -9.192 4 -9.192
5 24 4.975 4 -12.010 4.975 17 -12.010 0 4 -13 9.192 4 -9.192
5 24 -9.192 4 -9.192 -9.192 17 -9.192 -4.975 4 -12.010 -12.010 4 -4.975
5 24 9.192 4 -9.192 9.192 17 -9.192 4.975 4 -12.010 12.010 4 -4.975
5 24 -12.010 4 -4.975 -12.010 17 -4.975 -9.192 4 -9.192 -13 4 0
5 24 12.010 4 -4.975 12.010 17 -4.975 9.192 4 -9.192 13 4 0
5 24 -13 4 0 -13 17 0 -12.010 4 -4.975 -12.010 4 4.975
5 24 13 4 0 13 17 0 12.010 4 -4.975 12.010 4 4.975
0
5 24 0 17 -13 -4.975 17 -12.010 0 19.828 -11.536 0 4 -13
5 24 0 17 -13 4.975 17 -12.010 0 19.828 -11.536 0 4 -13
5 24 -9.192 17 -9.192 -4.975 17 -12.010 -8.157 19.828 -8.157 -9.192 4 -9.192
5 24 9.192 17 -9.192 4.975 17 -12.010 8.157 19.828 -8.157 9.192 4 -9.192
5 24 -9.192 17 -9.192 -12.010 17 -4.975 -8.157 19.828 -8.157 -9.192 4 -9.192
5 24 9.192 17 -9.192 12.010 17 -4.975 8.157 19.828 -8.157 9.192 4 -9.192
5 24 -13 17 0 -12.010 17 -4.975 -11.536 19.828 0 -13 4 0
5 24 13 17 0 12.010 17 -4.975 11.536 19.828 0 13 4 0
0
5 24 0 17 -13 0 19.828 -11.536 -4.975 17 -12.010 4.975 17 -12.010
5 24 -4.975 17 -12.010 -4.415 19.828 -10.658 0 17 -13 -9.192 17 -9.192
5 24 4.975 17 -12.010 4.415 19.828 -10.658 0 17 -13 9.192 17 -9.192
5 24 -9.192 17 -9.192 -8.157 19.828 -8.157 -4.975 17 -12.010 -12.010 17 -4.975
5 24 9.192 17 -9.192 8.157 19.828 -8.157 4.975 17 -12.010 12.010 17 -4.975
5 24 -12.010 17 -4.975 -10.658 19.828 -4.415 -9.192 17 -9.192 -13 17 0
5 24 12.010 17 -4.975 10.658 19.828 -4.415 9.192 17 -9.192 13 17 0
5 24 -13 17 0 -11.536 19.828 0 -12.010 17 -4.975 -12.010 17 4.975
5 24 13 17 0 11.536 19.828 0 12.010 17 -4.975 12.010 17 4.975
0
0 Pattern created wholly or in part by Quad2Dat
0 Thanks James
0
0 L3P ELSEPOV
0   #if (L3Studs)
0     difference {
0     cylinder { <0,0,0>, <0,-4,0>, 6 }
0     cylinder { <0,0.01,0>, <0,-4.01,0>, 4 }
0     }
0 #end
0 object { ring3_dot_dat matrix <2,0,0,0,1,0,0,0,2,0,0,0> }
0 object { ring2_dot_dat matrix <2,0,0,0,1,0,0,0,2,0,4,0> }
0 object { _4_dash_4cyli_dot_dat matrix <6,0,0,0,20,0,0,0,6,0,4,0> }
0 object { ring3_dot_dat matrix <2,0,0,0,1,0,0,0,2,0,24,0> }
0 object { _4_dash_4cyli_dot_dat matrix <8,0,0,0,3,0,0,0,8,0,21,0> }
0
0 cylinder { <0,0,0>,<0,17,0>,13.001
0 clipped_by {
0   union {
0     prism {linear_sweep linear_spline 0,14,4
0     <-4.9745,7.6>,<-2.9424,8.5>,<-2.452,8.25>,<-2.9424,7.5>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-7.4091,6.5>,<-7.4091,7.1>,<-5.9956,7.3>,<-4.9746,6.9>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-7.4091,6.5>,<-9.1926,6.5>,<-9.1926,7>,<-7.4091,7.1>}
0     prism {linear_sweep linear_spline 0,14,3
0     <-9.1926,7>,<-9.1926,6.5>,<-10.0842,6.75>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-5.8709,8.15>,<-5.8709,8.75>,<-5.90887,8.52038>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-5.8709,8.15>,<-5.90887,8.52038>,<-6.01703,8.32574>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-5.8709,8.15>,<-6.01703,8.32574>,<-6.17887,8.19566>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-5.8709,8.15>,<-6.17887,8.19566>,<-6.3698,8.15>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-6.8687,8.15>,<-6.3698,8.15>,<-6.56073,8.19566>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-6.8687,8.15>,<-6.56073,8.19566>,<-6.72257,8.32574>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-6.8687,8.15>,<-6.72257,8.32574>,<-6.83073,8.52038>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-6.8687,8.15>,<-6.83073,8.52038>,<-6.8687,8.75>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-6.8687,9.35>,<-6.8687,8.75>,<-6.83073,8.97962>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-6.8687,9.35>,<-6.83073,8.97962>,<-6.72257,9.17426>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-6.8687,9.35>,<-6.72257,9.17426>,<-6.56073,9.30434>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-6.8687,9.35>,<-6.56073,9.30434>,<-6.3698,9.35>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-5.8709,9.35>,<-6.3698,9.35>,<-6.17887,9.30434>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-5.8709,9.35>,<-6.17887,9.30434>,<-6.01703,9.17426>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-5.8709,9.35>,<-6.01703,9.17426>,<-5.90887,8.97962>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-5.8709,9.35>,<-5.90887,8.97962>,<-5.8709,8.75>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-5.7462,10.5>,<-5.8709,9.35>,<-6.8687,9.35>,<-7.4091,10.5>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-9.1926,9.25>,<-8.4485,10>,<-7.4091,10.5>,<-6.8687,9.35>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-6.8687,8.15>,<-5.8709,8.15>,<-5.9541,8>,<-6.9934,7.75>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-6.9934,7.75>,<-7.8249,7.75>,<-8.8642,8>,<-6.8687,8.15>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-8.8642,8>,<-9.1926,9.25>,<-6.8687,9.35>,<-6.8687,8.15>}
0     prism {linear_sweep linear_spline 0,14,3
0     <-5.9541,8>,<-5.8709,8.15>,<-5.5383,8.25>}
0     prism {linear_sweep linear_spline 0,14,3
0     <-9.1926,8>,<-8.8642,8>,<-7.8249,7.75>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-4.9745,8.5>,<-4.9745,10.25>,<-3.4327,9.75>,<-4.1683,9>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-4.9746,8.5>,<-5.8709,9.35>,<-5.7462,10.5>,<-4.9746,10.25>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-4.9746,8.5>,<-5.5383,8.25>,<-5.8709,8.15>,<-5.8709,9.35>}
0     prism {linear_sweep linear_spline 0,14,3
0     <-4.9745,6.9>,<-4.9745,7.6>,<-2.9424,7.5>}
0     prism {linear_sweep linear_spline 0,14,3
0     <-4.9746,6.9>,<-5.9956,7.3>,<-4.9746,7.6>}
0     prism {linear_sweep linear_spline 0,14,3
0     <-8.8642,8>,<-9.1926,8>,<-9.1926,9.25>}
0     prism {linear_sweep linear_spline 0,14,3
0     <-9.1926,8>,<-9.6676,8.25>,<-9.1926,9.25>}
0     prism {linear_sweep linear_spline 0,14,4
0     <4.9745,7.6>,<2.9424,7.5>,<2.452,8.25>,<2.9424,8.5>}
0     prism {linear_sweep linear_spline 0,14,3
0     <2.9424,7.5>,<4.9745,7.6>,<4.9745,6.9>}
0     prism {linear_sweep linear_spline 0,14,4
0     <4.9745,8.5>,<4.1683,9>,<3.4327,9.75>,<4.9745,10.25>}
0     prism {linear_sweep linear_spline 0,14,3
0     <4.9746,6.9>,<4.9746,7.6>,<5.7462,7.3>}
0     prism {linear_sweep linear_spline 0,14,4
0     <7.4091,7.1>,<7.4091,6.5>,<4.9746,6.9>,<5.7462,7.3>}
0     prism {linear_sweep linear_spline 0,14,4
0     <4.9746,10.25>,<5.7462,10.5>,<5.9541,9.25>,<4.9746,8.5>}
0    prism {linear_sweep linear_spline 0,14,3
0   <8.5316,8.15>,<8.5316,8.75>,<8.49363,8.52038>}
0    prism {linear_sweep linear_spline 0,14,3
0   <8.5316,8.15>,<8.49363,8.52038>,<8.38547,8.32574>}
0    prism {linear_sweep linear_spline 0,14,3
0   <8.5316,8.15>,<8.38547,8.32574>,<8.22363,8.19566>}
0    prism {linear_sweep linear_spline 0,14,3
0   <8.5316,8.15>,<8.22363,8.19566>,<8.0327,8.15>}
0    prism {linear_sweep linear_spline 0,14,3
0   <7.5338,8.15>,<8.0327,8.15>,<7.84177,8.19566>}
0    prism {linear_sweep linear_spline 0,14,3
0   <7.5338,8.15>,<7.84177,8.19566>,<7.67993,8.32574>}
0    prism {linear_sweep linear_spline 0,14,3
0   <7.5338,8.15>,<7.67993,8.32574>,<7.57177,8.52038>}
0    prism {linear_sweep linear_spline 0,14,3
0   <7.5338,8.15>,<7.57177,8.52038>,<7.5338,8.75>}
0    prism {linear_sweep linear_spline 0,14,3
0   <7.5338,9.35>,<7.5338,8.75>,<7.57177,8.97962>}
0    prism {linear_sweep linear_spline 0,14,3
0   <7.5338,9.35>,<7.57177,8.97962>,<7.67993,9.17426>}
0    prism {linear_sweep linear_spline 0,14,3
0   <7.5338,9.35>,<7.67993,9.17426>,<7.84177,9.30434>}
0    prism {linear_sweep linear_spline 0,14,3
0   <7.5338,9.35>,<7.84177,9.30434>,<8.0327,9.35>}
0    prism {linear_sweep linear_spline 0,14,3
0   <8.5316,9.35>,<8.0327,9.35>,<8.22363,9.30434>}
0    prism {linear_sweep linear_spline 0,14,3
0   <8.5316,9.35>,<8.22363,9.30434>,<8.38547,9.17426>}
0    prism {linear_sweep linear_spline 0,14,3
0   <8.5316,9.35>,<8.38547,9.17426>,<8.49363,8.97962>}
0    prism {linear_sweep linear_spline 0,14,3
0   <8.5316,9.35>,<8.49363,8.97962>,<8.5316,8.75>}
0     prism {linear_sweep linear_spline 0,14,4
0     <5.7462,10.5>,<7.4091,10.5>,<7.5339,9.35>,<5.9541,9.25>}
0     prism {linear_sweep linear_spline 0,14,4
0     <8.5316,9.35>,<7.5339,9.35>,<7.4091,10.5>,<8.4485,10>}
0     prism {linear_sweep linear_spline 0,14,4
0     <7.5339,9.35>,<5.5383,8.25>,<4.9746,8.5>,<5.9541,9.25>}
0     prism {linear_sweep linear_spline 0,14,4
0     <7.5339,8.15>,<5.9541,8>,<5.5383,8.25>,<7.5339,9.35>}
0     prism {linear_sweep linear_spline 0,14,3
0     <7.5339,8.15>,<6.9934,7.75>,<5.9541,8>}
0     prism {linear_sweep linear_spline 0,14,4
0     <8.5316,8.15>,<7.8249,7.75>,<6.9934,7.75>,<7.5339,8.15>}
0     prism {linear_sweep linear_spline 0,14,4
0     <8.5316,9.35>,<9.1926,9.25>,<9.1926,8>,<8.5316,8.15>}
0     prism {linear_sweep linear_spline 0,14,3
0     <8.4485,10>,<9.1926,9.25>,<8.5316,9.35>}
0     prism {linear_sweep linear_spline 0,14,3
0     <9.1926,8>,<7.8249,7.75>,<8.5316,8.15>}
0     prism {linear_sweep linear_spline 0,14,3
0     <9.1926,8>,<9.1926,9.25>,<9.6676,8.25>}
0     prism {linear_sweep linear_spline 0,14,4
0     <7.4091,7.1>,<9.1926,7>,<9.1926,6.5>,<7.4091,6.5>}
0     prism {linear_sweep linear_spline 0,14,3
0     <10.0842,6.75>,<9.1926,6.5>,<9.1926,7>}
0   } rotate <-90,0,0>
0 }
0 #if (version >= 3.1) material #else texture #end { L3Color0 }
0 }
0 cylinder { <0,0,0>,<0,17,0>,13.001
0 clipped_by {
0   union {
0    prism {linear_sweep linear_spline 0,14,3
0   <-6.3698,8.75>,<-5.8709,8.75>,<-5.90887,8.52038>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-6.3698,8.75>,<-5.90887,8.52038>,<-6.01703,8.32574>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-6.3698,8.75>,<-6.01703,8.32574>,<-6.17887,8.19566>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-6.3698,8.75>,<-6.17887,8.19566>,<-6.3698,8.15>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-6.3698,8.75>,<-6.3698,8.15>,<-6.56073,8.19566>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-6.3698,8.75>,<-6.56073,8.19566>,<-6.72257,8.32574>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-6.3698,8.75>,<-6.72257,8.32574>,<-6.83073,8.52038>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-6.3698,8.75>,<-6.83073,8.52038>,<-6.8687,8.75>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-6.3698,8.75>,<-6.8687,8.75>,<-6.83073,8.97962>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-6.3698,8.75>,<-6.83073,8.97962>,<-6.72257,9.17426>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-6.3698,8.75>,<-6.72257,9.17426>,<-6.56073,9.30434>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-6.3698,8.75>,<-6.56073,9.30434>,<-6.3698,9.35>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-6.3698,8.75>,<-6.3698,9.35>,<-6.17887,9.30434>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-6.3698,8.75>,<-6.17887,9.30434>,<-6.01703,9.17426>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-6.3698,8.75>,<-6.01703,9.17426>,<-5.90887,8.97962>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-6.3698,8.75>,<-5.90887,8.97962>,<-5.8709,8.75>}
0    prism {linear_sweep linear_spline 0,14,3
0   <8.0327,8.75>,<8.5316,8.75>,<8.49363,8.52038>}
0    prism {linear_sweep linear_spline 0,14,3
0   <8.0327,8.75>,<8.49363,8.52038>,<8.38547,8.32574>}
0    prism {linear_sweep linear_spline 0,14,3
0   <8.0327,8.75>,<8.38547,8.32574>,<8.22363,8.19566>}
0    prism {linear_sweep linear_spline 0,14,3
0   <8.0327,8.75>,<8.22363,8.19566>,<8.0327,8.15>}
0    prism {linear_sweep linear_spline 0,14,3
0   <8.0327,8.75>,<8.0327,8.15>,<7.84177,8.19566>}
0    prism {linear_sweep linear_spline 0,14,3
0   <8.0327,8.75>,<7.84177,8.19566>,<7.67993,8.32574>}
0    prism {linear_sweep linear_spline 0,14,3
0   <8.0327,8.75>,<7.67993,8.32574>,<7.57177,8.52038>}
0    prism {linear_sweep linear_spline 0,14,3
0   <8.0327,8.75>,<7.57177,8.52038>,<7.5338,8.75>}
0    prism {linear_sweep linear_spline 0,14,3
0   <8.0327,8.75>,<7.5338,8.75>,<7.57177,8.97962>}
0    prism {linear_sweep linear_spline 0,14,3
0   <8.0327,8.75>,<7.57177,8.97962>,<7.67993,9.17426>}
0    prism {linear_sweep linear_spline 0,14,3
0   <8.0327,8.75>,<7.67993,9.17426>,<7.84177,9.30434>}
0    prism {linear_sweep linear_spline 0,14,3
0   <8.0327,8.75>,<7.84177,9.30434>,<8.0327,9.35>}
0    prism {linear_sweep linear_spline 0,14,3
0   <8.0327,8.75>,<8.0327,9.35>,<8.22363,9.30434>}
0    prism {linear_sweep linear_spline 0,14,3
0   <8.0327,8.75>,<8.22363,9.30434>,<8.38547,9.17426>}
0    prism {linear_sweep linear_spline 0,14,3
0   <8.0327,8.75>,<8.38547,9.17426>,<8.49363,8.97962>}
0    prism {linear_sweep linear_spline 0,14,3
0   <8.0327,8.75>,<8.49363,8.97962>,<8.5316,8.75>}
0   } rotate <-90,0,0>
0 }
0 #if (version >= 3.1) material #else texture #end { L3Color15 }
0 }
0 cylinder { <0,0,0>,<0,17,0>,13.001
0 clipped_by {
0   union {
0     prism {linear_sweep linear_spline 0,14,4
0     <-2.9424,15>,<0,15.25>,<0,13.5>,<-2.9424,13.75>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-2.9424,13.75>,<-4.9745,14>,<-4.9745,14.5>,<-2.9424,15>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-4.9746,14>,<-5.3305,14>,<-5.3305,14.25>,<-4.9746,14.5>}
0     prism {linear_sweep linear_spline 0,14,4
0     <0,13.5>,<0,15.25>,<2.9424,15>,<2.9424,13.8>}
0     prism {linear_sweep linear_spline 0,14,4
0     <4.9745,14.5>,<4.9745,14>,<2.9424,13.8>,<2.9424,15>}
0     prism {linear_sweep linear_spline 0,14,4
0     <4.9746,14.5>,<5.3305,14.3>,<5.3305,14>,<4.9746,14>}
0   } rotate <-90,0,0>
0 }
0 #if (version >= 3.1) material #else texture #end { L3Color4 }
0 }
0 torus{9,4 clipped_by{difference{box{<-13,4,-13>,<13,-4,13>}
0 cylinder{<0,0,0>,<0,4,0>,9} plane{y,0}}}translate <0,17,0>}
0 plane{y,21 clipped_by{difference{sphere{<0,21,0>,9} sphere{<0,21,0>,8}}}}
0
0 torus{9,4 clipped_by{difference{box{<-13,-4,-13>,<13,4,13>}
0 cylinder{<0,0,0>,<0,-4,0>,9} plane{-y,0}}}translate <0,4,0>}
0 plane{y,0 clipped_by{difference{sphere{<0,0,0>,9} sphere{<0,0,0>,8}}}}
0
0 cylinder{<0,4,0>,<0,17,0>,13}
0
0 L3P ENDPOV
0


Special: 
[DAT] (requires LDraw-compatible viewer)
Subject: 
POV dat - 3626bp62 - Minifig Head with Ice Planet Messy White Hair - POV
Newsgroups: 
lugnet.cad.ray, lugnet.cad.dat.parts
Date: 
Mon, 22 Feb 2010 00:32:15 GMT
Highlighted: 
(details)
Viewed: 
20027 times
  
0 Minifig Head with Ice Planet Messy White Hair - POV
0 Name: 3626bp62.dat
0 Author: Bernd Broich
0 Unofficial Part
0 // Inline POV code generated by MFHead v0.01
0 // Inline POV code edited to comply with L3P v 1.4 2010-02-22
0 KEYWORDS Space, Ice Planet, Wild West
0 L3P IFNOTPOV
1 16 0 0 0 1 0 0 0 1 0 0 0 1 s\3626bs01.dat
4 16 -10.658 19.828 -4.415 -12.01 17 -4.975 -9.192 17 -9.192 -8.157 19.828 -8.157
4 16 -11.536 1.172 0 -13 4 0 -12.01 4 -4.975 -10.658 1.172 -4.415
4 16 -11.536 19.828 0 -13 17 0 -12.01 17 -4.975 -10.658 19.828 -4.415
4 16 -13 4 0 -13 17 0 -12.01 17 -4.975 -12.01 4 -4.975
4 16 -4.415 19.828 -10.658 -4.975 17 -12.01 0 17 -13 0 19.828 -11.536
4 16 -8.157 19.828 -8.157 -9.192 17 -9.192 -4.975 17 -12.01 -4.415 19.828 -10.658
4 16 0 19.828 -11.536 0 17 -13 4.975 17 -12.01 4.415 19.828 -10.658
4 16 10.658 1.172 -4.415 12.01 4 -4.975 13 4 0 11.536 1.172 0
4 16 10.658 19.828 -4.415 12.01 17 -4.975 13 17 0 11.536 19.828 0
4 16 12.01 4 -4.975 12.01 17 -4.975 13 17 0 13 4 0
4 16 4.415 19.828 -10.658 4.975 17 -12.01 9.192 17 -9.192 8.157 19.828 -8.157
4 16 8.157 19.828 -8.157 9.192 17 -9.192 12.01 17 -4.975 10.658 19.828 -4.415
0 Optional Lines
5 24 -10.658 1.172 -4.415 -12.01 4 -4.975 -8.157 1.172 -8.157 -11.536 1.172 0
5 24 -10.658 19.828 -4.415 -12.01 17 -4.975 -8.157 19.828 -8.157 -11.536 19.828 0
5 24 -12.01 4 -4.975 -12.01 17 -4.975 -9.192 4 -9.192 -13 4 0
5 24 -4.415 1.172 -10.658 -4.975 4 -12.01 0 1.172 -11.536 -8.157 1.172 -8.157
5 24 -4.415 19.828 -10.658 -4.975 17 -12.01 0 19.828 -11.536 -8.157 19.828 -8.157
5 24 -4.975 4 -12.01 -4.975 17 -12.01 0 4 -13 -9.192 4 -9.192
5 24 -8.157 1.172 -8.157 -9.192 4 -9.192 -4.415 1.172 -10.658 -10.658 1.172 -4.415
5 24 -8.157 19.828 -8.157 -9.192 17 -9.192 -4.415 19.828 -10.658 -10.658 19.828 -4.415
5 24 -9.192 4 -9.192 -9.192 17 -9.192 -4.975 4 -12.01 -12.01 4 -4.975
5 24 0 1.172 -11.536 0 4 -13 4.415 1.172 -10.658 -4.415 1.172 -10.658
5 24 0 19.828 -11.536 0 17 -13 4.415 19.828 -10.658 -4.415 19.828 -10.658
5 24 0 4 -13 0 17 -13 4.975 4 -12.01 -4.975 4 -12.01
5 24 10.658 1.172 -4.415 12.01 4 -4.975 11.536 1.172 0 8.157 1.172 -8.157
5 24 10.658 19.828 -4.415 12.01 17 -4.975 11.536 19.828 0 8.157 19.828 -8.157
5 24 12.01 4 -4.975 12.01 17 -4.975 13 4 0 9.192 4 -9.192
5 24 4.415 1.172 -10.658 4.975 4 -12.01 8.157 1.172 -8.157 0 1.172 -11.536
5 24 4.415 19.828 -10.658 4.975 17 -12.01 8.157 19.828 -8.157 0 19.828 -11.536
5 24 4.975 4 -12.01 4.975 17 -12.01 9.192 4 -9.192 0 4 -13
5 24 8.157 1.172 -8.157 9.192 4 -9.192 10.658 1.172 -4.415 4.415 1.172 -10.658
5 24 8.157 19.828 -8.157 9.192 17 -9.192 10.658 19.828 -4.415 4.415 19.828 -10.658
5 24 9.192 4 -9.192 9.192 17 -9.192 12.01 4 -4.975 4.975 4 -12.01
0 PATTERN
0 Black Borders and Grin
1 0 -3.5 10 -12.304 1.25 -0.244 0 0 0 -1.25 -0.249 1.049 0 4-4disc.dat
1 0 3.5 10 -12.304 1.25 0.443 0 0 0 -1.25 0.249 1.088 0 4-4disc.dat
3 0 -0.2 8.975 -12.960 0 9.013 -13 0 7.9 -13
3 0 -10.275 12.550 -7.571 -9.460 11.550 -8.791 -9.192 12.5 -9.192
3 0 -2.616 9.116 -12.479 -3.022 8.845 -12.399 -2.650 8.750 -12.473
3 0 -3.5 15 -12.304 -3 14.2 -12.403 -3.5 14.5 -12.304
3 0 -3.5 8.750 -12.304 -3.750 7.850 -12.254 -3.978 8.845 -12.208
3 0 -4.096 8.924 -12.185 -3.750 7.850 -12.254 -3.978 8.845 -12.208
3 0 -4.750 6.375 -12.055 -4.975 5.325 -12.010 -4.975 7.666 -12.010
3 0 -4.975 4.349 -12.010 -4.785 4 -12.048 -4.975 4 -12.010
3 0 -4.975 4.349 -12.010 -4.975 4 -12.010 -6.275 4 -11.141
3 0 -5.8 6 -11.459 -6.125 5.750 -11.242 -4.975 5.325 -12.010
3 0 -9.192 11.024 -9.192 -9.192 12.5 -9.192 -8.750 11.625 -9.487
3 0 -9.192 11.024 -9.192 -9.460 11.550 -8.791 -9.192 12.5 -9.192
3 0 0.475 9.5 -12.906 0 9.483 -13 0 10.250 -13
3 0 2.275 8.525 -12.547 2.616 9.116 -12.479 2.443 9.374 -12.514
3 0 2.275 8.525 -12.547 3.022 8.845 -12.399 2.616 9.116 -12.479
3 0 2.275 8.525 -12.547 3.5 8.750 -12.304 3.022 8.845 -12.399
3 0 2.275 8.525 -12.547 4.975 8.450 -12.010 3.5 8.750 -12.304
3 0 3.5 15 -12.304 3 14.2 -12.403 3.5 14.5 -12.304
3 0 4.750 5.950 -12.055 4.250 5.950 -12.154 4.250 6.275 -12.154
3 0 4.975 8.450 -12.010 3.978 8.845 -12.208 3.5 8.750 -12.304
3 0 4.975 8.450 -12.010 4.384 9.116 -12.128 3.978 8.845 -12.208
3 0 5.5 8.725 -11.659 4.975 8.450 -12.010 4.975 9.2 -12.010
4 0 -1.750 15.750 -12.652 -1.750 14.750 -12.652 -3 14.2 -12.403 -3.5 15 -12.304
4 0 -2.250 10 -12.552 -2.345 9.522 -12.533 -0.225 9.475 -12.955 -0.875 10.250 -12.826
4 0 -2.616 9.116 -12.479 -2.345 9.522 -12.533 -0.225 9.475 -12.955 -2.650 8.750 -12.473
4 0 -3.5 8.750 -12.304 -3.022 8.845 -12.399 -2.650 8.750 -12.473 -3.750 7.850 -12.254
4 0 -4.096 8.924 -12.185 -4.975 7.666 -12.010 -4.750 6.375 -12.055 -3.750 7.850 -12.254
4 0 -4.785 4 -12.048 -4.5 3.475 -11.833 -4.878 3.513 -11.777 -4.975 4 -12.010
4 0 -4.975 5.325 -12.010 -5.125 4.625 -11.910 -6.875 4.5 -10.740 -6.125 5.750 -11.242
4 0 -4.975 7.666 -12.010 -5.3 7.2 -11.793 -5.8 6 -11.459 -4.975 5.325 -12.010
4 0 -5.125 4.625 -11.910 -4.975 4.349 -12.010 -6.275 4 -11.141 -6.875 4.5 -10.740
4 0 -5.750 3.6 -11.248 -6.275 4 -11.141 -4.975 4 -12.010 -4.878 3.513 -11.778
4 0 -6.125 5.750 -11.242 -6.275 6.750 -11.141 -7.250 6 -10.490 -6.875 4.5 -10.740
4 0 -6.275 10 -11.141 -7.5 12.125 -10.323 -8 11.5 -9.989 -7.250 9.7 -10.490
4 0 -6.275 6.750 -11.141 -6.325 8 -11.108 -7.325 7.750 -10.440 -7.250 6 -10.490
4 0 -6.325 8 -11.108 -6.275 10 -11.141 -7.250 9.7 -10.490 -7.325 7.750 -10.440
4 0 -7.5 12.125 -10.323 -8.8 12.7 -9.454 -8.6 11.850 -9.588 -8 11.5 -9.989
4 0 -8.350 10.450 -9.755 -8.450 9.675 -9.688 -8.875 10 -9.404 -8.925 10.5 -9.370
4 0 -8.6 11.850 -9.588 -8.750 11.625 -9.487 -9.192 12.5 -9.192 -8.8 12.7 -9.454
4 0 -8.750 11.625 -9.487 -8.350 10.450 -9.755 -8.925 10.5 -9.370 -9.192 11.024 -9.192
4 0 -9.192 12.5 -9.192 -9.750 13.125 -8.357 -10 13.075 -7.983 -10.275 12.550 -7.571
4 0 0 10.250 -13 -0.875 10.250 -12.826 -0.225 9.475 -12.955 0 9.483 -13
4 0 0 16 -13 0 15 -13 -1.750 14.750 -12.652 -1.750 15.750 -12.652
4 0 0 16 -13 0 15 -13 1.750 14.750 -12.652 1.750 15.750 -12.652
4 0 0 7.9 -13 -0.725 8 -12.856 -0.725 8.250 -12.856 -0.2 8.975 -12.960
4 0 1 10.050 -12.801 0 10.250 -13 0.475 9.5 -12.906 1.025 9.7 -12.796
4 0 1.250 8.4 -12.751 0 7.9 -13 0 9.013 -13 1.5 9.3 -12.702
4 0 1.750 15.750 -12.652 1.750 14.750 -12.652 3 14.2 -12.403 3.5 15 -12.304
4 0 10.625 8.375 -7.048 9.950 8.625 -8.058 10.7 9.3 -6.935 11 9 -6.486
4 0 10.7 9.3 -6.935 9.192 9.525 -9.192 9.192 8.7 -9.192 9.950 8.625 -8.058
4 0 2.443 9.374 -12.514 1.5 9.3 -12.702 1.250 8.4 -12.751 2.275 8.525 -12.547
4 0 4.975 6.254 -12.010 4.750 5.950 -12.055 4.250 6.275 -12.154 4.975 7.640 -12.010
4 0 4.975 8.450 -12.010 4.975 9.2 -12.010 4.580 9.410 -12.089 4.384 9.116 -12.128
4 0 5.750 7.3 -11.492 4.975 6.254 -12.010 4.975 7.640 -12.010 5.750 8.5 -11.492
4 0 6.5 9 -10.991 5.750 8.5 -11.492 5.750 7.3 -11.492 6.935 8.150 -10.7
4 0 7.7 9.375 -10.189 6.5 9 -10.991 6.935 8.150 -10.7 8.250 8.625 -9.821
4 0 9.192 9.525 -9.192 7.7 9.375 -10.189 8.250 8.625 -9.821 9.192 8.7 -9.192
0 Hair
3 15 -4.826 3.250 -11.651 -4.878 3.513 -11.777 -4.5 3.475 -11.833
3 15 -4.826 3.250 -11.651 0 3.250 -12.612 -4.5 3.475 -11.833
3 15 -4.975 5.325 -12.010 -5.125 4.625 -11.910 -4.975 4.349 -12.010
3 15 -7.325 7.750 -10.440 -8.450 9.675 -9.688 -9.192 7.750 -9.192
3 15 -8 11.5 -9.989 -8.6 11.850 -9.588 -8.750 11.625 -9.487
3 15 0.475 9.5 -12.906 0 9.483 -13 0 9.013 -13
3 15 10.750 5.875 -6.861 10.750 8.583 -6.861 10.625 8.375 -7.048
4 15 -0.2 8.975 -12.960 0 9.013 -13 0 9.483 -13 -0.225 9.475 -12.955
4 15 -0.725 8.250 -12.856 -0.2 8.975 -12.960 -0.225 9.475 -12.955 -2.650 8.750 -12.473
4 15 -0.725 8.250 -12.856 -0.725 4 -12.856 -2.650 4 -12.473 -2.650 8.750 -12.473
4 15 -10.275 12.550 -7.571 -11.375 13.250 -5.925 -11.375 4 -5.925 -10.275 4 -7.571
4 15 -11.375 4 -5.925 -11 3.250 -5.801 -8.918 3.250 -8.917 -9.192 4 -9.192
4 15 -2.650 8.750 -12.473 -3.750 7.850 -12.254 -3.750 4 -12.254 -2.650 4 -12.473
4 15 -3.750 7.850 -12.254 -4.750 6.375 -12.055 -4.785 4 -12.048 -3.750 4 -12.254
4 15 -4.750 6.375 -12.055 -4.975 5.325 -12.010 -4.975 4.349 -12.010 -4.785 4 -12.048
4 15 -4.785 4 -12.048 -4.5 3.475 -11.833 0 3.250 -12.612 0 4 -13
4 15 -4.826 3.250 -11.652 -4.878 3.513 -11.778 -5.750 3.6 -11.248 -8.918 3.250 -8.917
4 15 -5.750 3.6 -11.248 -6.275 4 -11.141 -9.192 4 -9.192 -8.918 3.250 -8.917
4 15 -6.275 4 -11.141 -6.875 4.5 -10.740 -9.192 4.5 -9.192 -9.192 4 -9.192
4 15 -6.875 4.5 -10.740 -7.250 6 -10.490 -9.192 6 -9.192 -9.192 4.5 -9.192
4 15 -7.250 6 -10.490 -7.325 7.750 -10.440 -9.192 7.750 -9.192 -9.192 6 -9.192
4 15 -7.250 9.7 -10.490 -8 11.5 -9.989 -8.750 11.625 -9.487 -8.350 10.450 -9.755
4 15 -8.350 10.450 -9.755 -8.450 9.675 -9.688 -7.325 7.750 -10.440 -7.250 9.7 -10.490
4 15 -9.192 10 -9.192 -8.875 10 -9.404 -8.450 9.675 -9.688 -9.192 7.750 -9.192
4 15 -9.192 10 -9.192 -8.875 10 -9.404 -8.925 10.5 -9.370 -9.192 11.024 -9.192
4 15 -9.192 11.024 -9.192 -9.460 11.550 -8.791 -9.460 4 -8.791 -9.192 4 -9.192
4 15 -9.460 11.550 -8.791 -10.275 12.550 -7.571 -10.275 4 -7.571 -9.460 4 -8.791
4 15 0 7.9 -13 -0.725 8 -12.856 -0.725 4 -12.856 0 4 -13
4 15 0 9.013 -13 1.5 9.3 -12.702 1.025 9.7 -12.796 0.475 9.5 -12.906
4 15 1.250 8.4 -12.751 0 7.9 -13 0 4 -13 1.250 4 -12.751
4 15 1.5 9.3 -12.702 1.250 10 -12.751 1 10.050 -12.801 1.025 9.7 -12.796
4 15 10.1 4 -7.833 9.192 4 -9.192 9.192 8.7 -9.192 9.950 8.625 -8.058
4 15 10.750 5.875 -6.861 10.1 4 -7.833 9.950 8.625 -8.058 10.625 8.375 -7.048
4 15 2.275 8.525 -12.547 1.250 8.4 -12.751 1.250 4 -12.751 2.275 4 -12.547
4 15 4.250 6.275 -12.154 4.250 4 -12.154 2.275 4 -12.547 2.275 8.525 -12.547
4 15 4.250 6.275 -12.154 4.975 7.640 -12.010 4.975 8.450 -12.010 2.275 8.525 -12.547
4 15 4.750 5.950 -12.055 4.250 5.950 -12.154 4.250 4 -12.154 4.750 4 -12.055
4 15 4.826 3.250 -11.651 4.975 4 -12.010 0 4 -13 0 3.250 -12.612
4 15 4.826 3.250 -11.652 4.975 4 -12.010 9.192 4 -9.192 8.918 3.250 -8.917
4 15 4.975 6.254 -12.010 4.750 5.950 -12.055 4.750 4 -12.055 4.975 4 -12.010
4 15 4.975 7.640 -12.010 5.750 8.5 -11.492 5.5 8.725 -11.659 4.975 8.450 -12.010
4 15 5.750 7.3 -11.492 4.975 6.254 -12.010 4.975 4 -12.010 5.750 4 -11.492
4 15 6.935 8.150 -10.7 5.750 7.3 -11.492 5.750 4 -11.492 6.935 4 -10.7
4 15 8.250 8.625 -9.821 6.935 8.150 -10.7 6.935 4 -10.7 8.250 4 -9.821
4 15 9.192 8.7 -9.192 8.250 8.625 -9.821 8.250 4 -9.821 9.192 4 -9.192
4 15 9.5 3.250 -8.046 10.1 4 -7.833 9.192 4 -9.192 8.918 3.250 -8.917
0 Background
1 16 -3.5 10 -12.304 -1.250 0.244 0 0 0 -1.250 0.249 0.951 0 1-8ndis.dat
1 16 -3.5 10 -12.304 -1.250 0.244 0 0 0 1.250 0.249 0.951 0 2-4ndis.dat
1 16 3.5 10 -12.304 -1.250 -0.045 0 0 0 1.250 -0.249 0.991 0 2-4ndis.dat
3 16 -10 13.075 -7.983 -10.275 12.550 -7.571 -11.375 13.250 -5.925
3 16 -2.250 11.250 -12.552 -1.750 14.750 -12.652 -3 14.2 -12.403
3 16 1.5 9.3 -12.702 2.443 9.374 -12.514 2.345 9.522 -12.533
3 16 1.750 14.750 -12.652 2.250 11.250 -12.552 1.250 10 -12.751
3 16 1.750 14.750 -12.652 2.250 11.250 -12.552 3 14.2 -12.403
3 16 10.750 5.875 -6.861 10.1 4 -7.833 12.010 4 -4.975
3 16 2.250 10 -12.552 2.250 11.250 -12.552 1.250 10 -12.751
3 16 4.975 9.2 -12.010 4.655 9.522 -12.074 4.580 9.410 -12.089
3 16 4.975 9.2 -12.010 4.750 10 -12.055 4.655 9.522 -12.074
4 16 -0.875 10.250 -12.826 -2.250 10 -12.552 -2.250 11.250 -12.552 -1.750 14.750 -12.652
4 16 -1.750 15.750 -12.652 -1.750 17 -12.652 -3.5 17 -12.304 -3.5 15 -12.304
4 16 -10 13.075 -7.983 -10 17 -7.983 -12.010 17 -4.975 -11.375 13.250 -5.925
4 16 -11.375 13.250 -5.925 -11.375 4 -5.925 -12.010 4 -4.975 -12.010 17 -4.975
4 16 -11.375 4 -5.925 -11 3.250 -5.801 -10.658 1.172 -4.415 -12.010 4 -4.975
4 16 -3 14.2 -12.403 -2.250 11.250 -12.552 -4.750 11.250 -12.055 -3.5 14.5 -12.304
4 16 -3.5 17 -12.304 -3.5 14.5 -12.304 -4.750 11.250 -12.055 -4.750 17 -12.055
4 16 -4.096 8.924 -12.185 -4.975 7.666 -12.010 -4.750 8.750 -12.055 -4.384 9.116 -12.128
4 16 -4.415 1.172 -10.658 -4.826 3.250 -11.651 0 3.250 -12.612 0 1.172 -11.536
4 16 -4.415 1.172 -10.658 -4.826 3.250 -11.652 -8.918 3.250 -8.917 -8.157 1.172 -8.157
4 16 -4.975 17 -12.010 -4.975 7.666 -12.010 -4.750 8.750 -12.055 -4.750 17 -12.055
4 16 -5.3 7.2 -11.793 -5.8 6 -11.459 -6.125 5.750 -11.242 -6.275 6.750 -11.141
4 16 -6.275 10 -11.141 -7.5 12.125 -10.323 -7.5 17 -10.323 -6.275 17 -11.141
4 16 -6.275 6.750 -11.141 -6.325 8 -11.108 -4.975 7.666 -12.010 -5.3 7.2 -11.793
4 16 -6.325 17 -11.108 -6.275 10 -11.141 -4.975 10 -12.010 -4.975 17 -12.010
4 16 -6.325 8 -11.108 -6.275 10 -11.141 -4.975 10 -12.010 -4.975 7.666 -12.010
4 16 -7.5 12.125 -10.323 -8.8 12.7 -9.454 -8.8 17 -9.454 -7.5 17 -10.323
4 16 -8.8 12.7 -9.454 -9.192 12.5 -9.192 -9.192 17 -9.192 -8.8 17 -9.454
4 16 -8.918 3.250 -8.917 -11 3.250 -5.801 -10.658 1.172 -4.415 -8.157 1.172 -8.158
4 16 -9.192 12.5 -9.192 -9.750 13.125 -8.357 -9.750 17 -8.357 -9.192 17 -9.192
4 16 -9.750 13.125 -8.357 -10 13.075 -7.983 -10 17 -7.983 -9.750 17 -8.357
4 16 0 10.250 -13 -0.875 10.250 -12.826 -1.750 14.750 -12.652 0 15 -13
4 16 0 10.250 -13 0 15 -13 1.750 14.750 -12.652 1.250 10 -12.751
4 16 0 16 -13 0 17 -13 -1.750 17 -12.652 -1.750 15.750 -12.652
4 16 0 16 -13 0 17 -13 1.750 17 -12.652 1.750 15.750 -12.652
4 16 1.750 15.750 -12.652 1.750 17 -12.652 3.5 17 -12.304 3.5 15 -12.304
4 16 10.7 9.3 -6.935 9.192 9.525 -9.192 9.192 17 -9.192 10.7 17 -6.935
4 16 10.750 8.583 -6.861 11 9 -6.486 12.010 4 -4.975 10.750 5.875 -6.861
4 16 11 17 -6.486 11 9 -6.486 12.010 4 -4.975 12.010 17 -4.975
4 16 11 9 -6.486 10.7 9.3 -6.935 10.7 17 -6.935 11 17 -6.486
4 16 2.250 10 -12.552 1.250 10 -12.751 1.5 9.3 -12.702 2.345 9.522 -12.533
4 16 3 14.2 -12.403 2.250 11.250 -12.552 4.750 11.250 -12.055 3.5 14.5 -12.304
4 16 3.5 17 -12.304 3.5 14.5 -12.304 4.750 11.250 -12.055 4.750 17 -12.055
4 16 4.415 1.172 -10.657 4.826 3.250 -11.651 0 3.250 -12.612 0 1.172 -11.536
4 16 4.415 1.172 -10.658 4.826 3.250 -11.652 8.918 3.250 -8.917 8.157 1.172 -8.157
4 16 4.975 17 -12.010 4.975 9.2 -12.010 4.750 10 -12.055 4.750 17 -12.055
4 16 5.750 8.5 -11.492 4.975 9.2 -12.010 4.975 17 -12.010 5.750 17 -11.492
4 16 6.5 9 -10.991 5.750 8.5 -11.492 5.750 17 -11.492 6.5 17 -10.991
4 16 7.7 9.375 -10.189 6.5 9 -10.991 6.5 17 -10.991 7.7 17 -10.189
4 16 9.192 9.525 -9.192 7.7 9.375 -10.189 7.7 17 -10.189 9.192 17 -9.192
4 16 9.5 3.250 -8.046 10.1 4 -7.833 12.010 4 -4.975 10.658 1.172 -4.415
4 16 9.5 3.250 -8.046 8.918 3.250 -8.917 8.157 1.172 -8.158 10.658 1.172 -4.415
0 L3P ELSEPOV
0   #if (L3Studs)
0     difference {
0     cylinder { <0,0,0>, <0,-4,0>, 6 }
0     cylinder { <0,0.01,0>, <0,-4.01,0>, 4 }
0     }
0 #end
0 object { ring3_dot_dat matrix <2,0,0,0,1,0,0,0,2,0,0,0> }
0 object { ring2_dot_dat matrix <2,0,0,0,1,0,0,0,2,0,4,0> }
0 object { _4_dash_4cyli_dot_dat matrix <6,0,0,0,20,0,0,0,6,0,4,0> }
0 object { ring3_dot_dat matrix <2,0,0,0,1,0,0,0,2,0,24,0> }
0 object { _4_dash_4cyli_dot_dat matrix <8,0,0,0,3,0,0,0,8,0,21,0> }
0
0 cylinder { <0,0,0>,<0,17,0>,13.001
0 clipped_by {
0   union {
0    prism {linear_sweep linear_spline 0,14,3
0   <-3.5,10>,<-2.25,10>,<-2.34512,9.52162>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-3.5,10>,<-2.34512,9.52162>,<-2.61613,9.11613>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-3.5,10>,<-2.61613,9.11613>,<-3.02163,8.84513>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-3.5,10>,<-3.02163,8.84513>,<-3.5,8.75>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-3.5,10>,<-3.5,8.75>,<-3.97837,8.84513>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-3.5,10>,<-3.97837,8.84513>,<-4.38387,9.11613>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-3.5,10>,<-4.38387,9.11613>,<-4.65487,9.52162>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-3.5,10>,<-4.65487,9.52162>,<-4.75,10>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-3.5,10>,<-4.75,10>,<-4.65487,10.4784>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-3.5,10>,<-4.65487,10.4784>,<-4.38387,10.8839>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-3.5,10>,<-4.38387,10.8839>,<-3.97837,11.1549>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-3.5,10>,<-3.97837,11.1549>,<-3.5,11.25>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-3.5,10>,<-3.5,11.25>,<-3.02163,11.1549>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-3.5,10>,<-3.02163,11.1549>,<-2.61613,10.8839>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-3.5,10>,<-2.61613,10.8839>,<-2.34512,10.4784>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-3.5,10>,<-2.34512,10.4784>,<-2.25,10>}
0    prism {linear_sweep linear_spline 0,14,3
0   <3.5,10>,<4.75,10>,<4.65487,9.52162>}
0    prism {linear_sweep linear_spline 0,14,3
0   <3.5,10>,<4.65487,9.52162>,<4.38387,9.11613>}
0    prism {linear_sweep linear_spline 0,14,3
0   <3.5,10>,<4.38387,9.11613>,<3.97837,8.84513>}
0    prism {linear_sweep linear_spline 0,14,3
0   <3.5,10>,<3.97837,8.84513>,<3.5,8.75>}
0    prism {linear_sweep linear_spline 0,14,3
0   <3.5,10>,<3.5,8.75>,<3.02163,8.84513>}
0    prism {linear_sweep linear_spline 0,14,3
0   <3.5,10>,<3.02163,8.84513>,<2.61613,9.11613>}
0    prism {linear_sweep linear_spline 0,14,3
0   <3.5,10>,<2.61613,9.11613>,<2.34512,9.52162>}
0    prism {linear_sweep linear_spline 0,14,3
0   <3.5,10>,<2.34512,9.52162>,<2.25,10>}
0    prism {linear_sweep linear_spline 0,14,3
0   <3.5,10>,<2.25,10>,<2.34512,10.4784>}
0    prism {linear_sweep linear_spline 0,14,3
0   <3.5,10>,<2.34512,10.4784>,<2.61613,10.8839>}
0    prism {linear_sweep linear_spline 0,14,3
0   <3.5,10>,<2.61613,10.8839>,<3.02163,11.1549>}
0    prism {linear_sweep linear_spline 0,14,3
0   <3.5,10>,<3.02163,11.1549>,<3.5,11.25>}
0    prism {linear_sweep linear_spline 0,14,3
0   <3.5,10>,<3.5,11.25>,<3.97837,11.1549>}
0    prism {linear_sweep linear_spline 0,14,3
0   <3.5,10>,<3.97837,11.1549>,<4.38387,10.8839>}
0    prism {linear_sweep linear_spline 0,14,3
0   <3.5,10>,<4.38387,10.8839>,<4.65487,10.4784>}
0    prism {linear_sweep linear_spline 0,14,3
0   <3.5,10>,<4.65487,10.4784>,<4.75,10>}
0     prism {linear_sweep linear_spline 0,14,3
0     <-0.2,8.975>,<0,9.013>,<0,7.9>}
0     prism {linear_sweep linear_spline 0,14,3
0     <-10.275,12.550>,<-9.460,11.550>,<-9.192,12.5>}
0     prism {linear_sweep linear_spline 0,14,3
0     <-2.616,9.116>,<-3.022,8.845>,<-2.650,8.750>}
0     prism {linear_sweep linear_spline 0,14,3
0     <-3.5,15>,<-3,14.2>,<-3.5,14.5>}
0     prism {linear_sweep linear_spline 0,14,3
0     <-3.5,8.750>,<-3.750,7.850>,<-3.978,8.845>}
0     prism {linear_sweep linear_spline 0,14,3
0     <-4.096,8.924>,<-3.750,7.850>,<-3.978,8.845>}
0     prism {linear_sweep linear_spline 0,14,3
0     <-4.750,6.375>,<-4.975,5.325>,<-4.975,7.666>}
0     prism {linear_sweep linear_spline 0,14,3
0     <-4.975,4.349>,<-4.785,4>,<-4.975,4>}
0     prism {linear_sweep linear_spline 0,14,3
0     <-4.975,4.349>,<-4.975,4>,<-6.275,4>}
0     prism {linear_sweep linear_spline 0,14,3
0     <-5.8,6>,<-6.125,5.750>,<-4.975,5.325>}
0     prism {linear_sweep linear_spline 0,14,3
0     <-9.192,11.024>,<-9.192,12.5>,<-8.750,11.625>}
0     prism {linear_sweep linear_spline 0,14,3
0     <-9.192,11.024>,<-9.460,11.550>,<-9.192,12.5>}
0     prism {linear_sweep linear_spline 0,14,3
0     <-9.192,11.024>,<-9.460,11.550>,<-9.192,12.5>}
0     prism {linear_sweep linear_spline 0,14,3
0     <0.475,9.5>,<0,9.483>,<0,10.250>}
0     prism {linear_sweep linear_spline 0,14,3
0     <2.275,8.525>,<2.616,9.116>,<2.443,9.374>}
0     prism {linear_sweep linear_spline 0,14,3
0     <2.275,8.525>,<3.022,8.845>,<2.616,9.116>}
0     prism {linear_sweep linear_spline 0,14,3
0     <2.275,8.525>,<3.5,8.750>,<3.022,8.845>}
0     prism {linear_sweep linear_spline 0,14,3
0     <2.275,8.525>,<4.975,8.450>,<3.5,8.750>}
0     prism {linear_sweep linear_spline 0,14,3
0     <3.5,15>,<3,14.2>,<3.5,14.5>}
0     prism {linear_sweep linear_spline 0,14,3
0     <4.750,5.950>,<4.250,5.950>,<4.250,6.275>}
0     prism {linear_sweep linear_spline 0,14,3
0     <4.975,8.450>,<3.978,8.845>,<3.5,8.750>}
0     prism {linear_sweep linear_spline 0,14,3
0     <4.975,8.450>,<4.384,9.116>,<3.978,8.845>}
0     prism {linear_sweep linear_spline 0,14,3
0     <5.5,8.725>,<4.975,8.450>,<4.975,9.2>}
0     prism {linear_sweep linear_spline 0,14,3
0     <5.5,8.725>,<4.975,8.450>,<4.975,9.2>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-1.750,15.750>,<-1.750,14.750>,<-3,14.2>,<-3.5,15>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-2.250,10>,<-2.345,9.522>,<-0.225,9.475>,<-0.875,10.250>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-2.616,9.116>,<-2.345,9.522>,<-0.225,9.475>,<-2.650,8.750>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-3.5,8.750>,<-3.022,8.845>,<-2.650,8.750>,<-3.750,7.850>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-4.096,8.924>,<-4.975,7.666>,<-4.750,6.375>,<-3.750,7.850>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-4.785,4>,<-4.5,3.475>,<-4.878,3.513>,<-4.975,4>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-4.975,5.325>,<-5.125,4.625>,<-6.875,4.5>,<-6.125,5.750>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-4.975,7.666>,<-5.3,7.2>,<-5.8,6>,<-4.975,5.325>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-5.125,4.625>,<-4.975,4.349>,<-6.275,4>,<-6.875,4.5>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-5.750,3.6>,<-6.275,4>,<-4.975,4>,<-4.878,3.513>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-6.125,5.750>,<-6.275,6.750>,<-7.250,6>,<-6.875,4.5>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-6.275,10>,<-7.5,12.125>,<-8,11.5>,<-7.250,9.7>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-6.275,6.750>,<-6.325,8>,<-7.325,7.750>,<-7.250,6>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-6.325,8>,<-6.275,10>,<-7.250,9.7>,<-7.325,7.750>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-7.5,12.125>,<-8.8,12.7>,<-8.6,11.850>,<-8,11.5>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-8.350,10.450>,<-8.450,9.675>,<-8.875,10>,<-8.925,10.5>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-8.6,11.850>,<-8.750,11.625>,<-9.192,12.5>,<-8.8,12.7>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-8.750,11.625>,<-8.350,10.450>,<-8.925,10.5>,<-9.192,11.024>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-9.192,12.5>,<-9.750,13.125>,<-10,13.075>,<-10.275,12.550>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-9.192,12.5>,<-9.750,13.125>,<-10,13.075>,<-10.275,12.550>}
0     prism {linear_sweep linear_spline 0,14,4
0     <0,10.250>,<-0.875,10.250>,<-0.225,9.475>,<0,9.483>}
0     prism {linear_sweep linear_spline 0,14,4
0     <0,16>,<0,15>,<-1.750,14.750>,<-1.750,15.750>}
0     prism {linear_sweep linear_spline 0,14,4
0     <0,16>,<0,15>,<1.750,14.750>,<1.750,15.750>}
0     prism {linear_sweep linear_spline 0,14,4
0     <0,7.9>,<-0.725,8>,<-0.725,8.250>,<-0.2,8.975>}
0     prism {linear_sweep linear_spline 0,14,4
0     <1,10.050>,<0,10.250>,<0.475,9.5>,<1.025,9.7>}
0     prism {linear_sweep linear_spline 0,14,4
0     <1.250,8.4>,<0,7.9>,<0,9.013>,<1.5,9.3>}
0     prism {linear_sweep linear_spline 0,14,4
0     <1.750,15.750>,<1.750,14.750>,<3,14.2>,<3.5,15>}
0     prism {linear_sweep linear_spline 0,14,4
0     <10.625,8.375>,<9.950,8.625>,<10.7,9.3>,<11,9>}
0     prism {linear_sweep linear_spline 0,14,4
0     <10.7,9.3>,<9.192,9.525>,<9.192,8.7>,<9.950,8.625>}
0     prism {linear_sweep linear_spline 0,14,4
0     <2.443,9.374>,<1.5,9.3>,<1.250,8.4>,<2.275,8.525>}
0     prism {linear_sweep linear_spline 0,14,4
0     <4.975,6.254>,<4.750,5.950>,<4.250,6.275>,<4.975,7.640>}
0     prism {linear_sweep linear_spline 0,14,4
0     <4.975,8.450>,<4.975,9.2>,<4.580,9.410>,<4.384,9.116>}
0     prism {linear_sweep linear_spline 0,14,4
0     <5.750,7.3>,<4.975,6.254>,<4.975,7.640>,<5.750,8.5>}
0     prism {linear_sweep linear_spline 0,14,4
0     <6.5,9>,<5.750,8.5>,<5.750,7.3>,<6.935,8.150>}
0     prism {linear_sweep linear_spline 0,14,4
0     <7.7,9.375>,<6.5,9>,<6.935,8.150>,<8.250,8.625>}
0     prism {linear_sweep linear_spline 0,14,4
0     <9.192,9.525>,<7.7,9.375>,<8.250,8.625>,<9.192,8.7>}
0     prism {linear_sweep linear_spline 0,14,4
0     <9.192,9.525>,<7.7,9.375>,<8.250,8.625>,<9.192,8.7>}
0   } rotate <-90,0,0>
0 }
0 #if (version >= 3.1) material #else texture #end { L3Color0 }
0 }
0 cylinder { <0,0,0>,<0,17,0>,13.001
0 clipped_by {
0   union {
0     prism {linear_sweep linear_spline 0,14,3
0     <-4.826,3.250>,<-4.878,3.513>,<-4.5,3.475>}
0     prism {linear_sweep linear_spline 0,14,3
0     <-4.826,3.250>,<0,3.250>,<-4.5,3.475>}
0     prism {linear_sweep linear_spline 0,14,3
0     <-4.975,5.325>,<-5.125,4.625>,<-4.975,4.349>}
0     prism {linear_sweep linear_spline 0,14,3
0     <-7.325,7.750>,<-8.450,9.675>,<-9.192,7.750>}
0     prism {linear_sweep linear_spline 0,14,3
0     <-8,11.5>,<-8.6,11.850>,<-8.750,11.625>}
0     prism {linear_sweep linear_spline 0,14,3
0     <0.475,9.5>,<0,9.483>,<0,9.013>}
0     prism {linear_sweep linear_spline 0,14,3
0     <10.750,5.875>,<10.750,8.583>,<10.625,8.375>}
0     prism {linear_sweep linear_spline 0,14,3
0     <10.750,5.875>,<10.750,8.583>,<10.625,8.375>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-0.2,8.975>,<0,9.013>,<0,9.483>,<-0.225,9.475>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-0.725,8.250>,<-0.2,8.975>,<-0.225,9.475>,<-2.650,8.750>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-0.725,8.250>,<-0.725,4>,<-2.650,4>,<-2.650,8.750>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-10.275,12.550>,<-11.375,13.250>,<-11.375,4>,<-10.275,4>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-11.375,4>,<-11,3.250>,<-8.918,3.250>,<-9.192,4>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-2.650,8.750>,<-3.750,7.850>,<-3.750,4>,<-2.650,4>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-3.750,7.850>,<-4.750,6.375>,<-4.785,4>,<-3.750,4>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-4.750,6.375>,<-4.975,5.325>,<-4.975,4.349>,<-4.785,4>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-4.785,4>,<-4.5,3.475>,<0,3.250>,<0,4>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-4.826,3.250>,<-4.878,3.513>,<-5.750,3.6>,<-8.918,3.250>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-5.750,3.6>,<-6.275,4>,<-9.192,4>,<-8.918,3.250>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-6.275,4>,<-6.875,4.5>,<-9.192,4.5>,<-9.192,4>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-6.875,4.5>,<-7.250,6>,<-9.192,6>,<-9.192,4.5>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-7.250,6>,<-7.325,7.750>,<-9.192,7.750>,<-9.192,6>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-7.250,9.7>,<-8,11.5>,<-8.750,11.625>,<-8.350,10.450>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-8.350,10.450>,<-8.450,9.675>,<-7.325,7.750>,<-7.250,9.7>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-9.192,10>,<-8.875,10>,<-8.450,9.675>,<-9.192,7.750>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-9.192,10>,<-8.875,10>,<-8.925,10.5>,<-9.192,11.024>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-9.192,11.024>,<-9.460,11.550>,<-9.460,4>,<-9.192,4>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-9.460,11.550>,<-10.275,12.550>,<-10.275,4>,<-9.460,4>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-9.460,11.550>,<-10.275,12.550>,<-10.275,4>,<-9.460,4>}
0     prism {linear_sweep linear_spline 0,14,4
0     <0,7.9>,<-0.725,8>,<-0.725,4>,<0,4>}
0     prism {linear_sweep linear_spline 0,14,4
0     <0,9.013>,<1.5,9.3>,<1.025,9.7>,<0.475,9.5>}
0     prism {linear_sweep linear_spline 0,14,4
0     <1.250,8.4>,<0,7.9>,<0,4>,<1.250,4>}
0     prism {linear_sweep linear_spline 0,14,4
0     <1.5,9.3>,<1.250,10>,<1,10.050>,<1.025,9.7>}
0     prism {linear_sweep linear_spline 0,14,4
0     <10.1,4>,<9.192,4>,<9.192,8.7>,<9.950,8.625>}
0     prism {linear_sweep linear_spline 0,14,4
0     <10.750,5.875>,<10.1,4>,<9.950,8.625>,<10.625,8.375>}
0     prism {linear_sweep linear_spline 0,14,4
0     <2.275,8.525>,<1.250,8.4>,<1.250,4>,<2.275,4>}
0     prism {linear_sweep linear_spline 0,14,4
0     <4.250,6.275>,<4.250,4>,<2.275,4>,<2.275,8.525>}
0     prism {linear_sweep linear_spline 0,14,4
0     <4.250,6.275>,<4.975,7.640>,<4.975,8.450>,<2.275,8.525>}
0     prism {linear_sweep linear_spline 0,14,4
0     <4.750,5.950>,<4.250,5.950>,<4.250,4>,<4.750,4>}
0     prism {linear_sweep linear_spline 0,14,4
0     <4.826,3.250>,<4.975,4>,<0,4>,<0,3.250>}
0     prism {linear_sweep linear_spline 0,14,4
0     <4.826,3.250>,<4.975,4>,<9.192,4>,<8.918,3.250>}
0     prism {linear_sweep linear_spline 0,14,4
0     <4.975,6.254>,<4.750,5.950>,<4.750,4>,<4.975,4>}
0     prism {linear_sweep linear_spline 0,14,4
0     <4.975,7.640>,<5.750,8.5>,<5.5,8.725>,<4.975,8.450>}
0     prism {linear_sweep linear_spline 0,14,4
0     <5.750,7.3>,<4.975,6.254>,<4.975,4>,<5.750,4>}
0     prism {linear_sweep linear_spline 0,14,4
0     <6.935,8.150>,<5.750,7.3>,<5.750,4>,<6.935,4>}
0     prism {linear_sweep linear_spline 0,14,4
0     <8.250,8.625>,<6.935,8.150>,<6.935,4>,<8.250,4>}
0     prism {linear_sweep linear_spline 0,14,4
0     <9.192,8.7>,<8.250,8.625>,<8.250,4>,<9.192,4>}
0     prism {linear_sweep linear_spline 0,14,4
0     <9.5,3.250>,<10.1,4>,<9.192,4>,<8.918,3.250>}
0     prism {linear_sweep linear_spline 0,14,4
0     <9.5,3.250>,<10.1,4>,<9.192,4>,<8.918,3.250>}
0   } rotate <-90,0,0>
0 }
0 #if (version >= 3.1) material #else texture #end { L3Color15 }
0 }
0 torus{9,4 clipped_by{difference{box{<-13,4,-13>,<13,-4,13>}
0 cylinder{<0,0,0>,<0,4,0>,9} plane{y,0}}}translate <0,17,0>}
0 plane{y,21 clipped_by{difference{sphere{<0,21,0>,9} sphere{<0,21,0>,8}}}}
0
0 torus{9,4 clipped_by{difference{box{<-13,-4,-13>,<13,4,13>}
0 cylinder{<0,0,0>,<0,-4,0>,9} plane{-y,0}}}translate <0,4,0>}
0 plane{y,0 clipped_by{difference{sphere{<0,0,0>,9} sphere{<0,0,0>,8}}}}
0
0 cylinder{<0,4,0>,<0,17,0>,13}
0
0 L3P ENDPOV
0


Special: 
[DAT] (requires LDraw-compatible viewer)
Subject: 
POV dat - 3626bp61 - Minifig Head with Ice Planet Moustache and Eyebrows - POV
Newsgroups: 
lugnet.cad.ray, lugnet.cad.dat.parts
Date: 
Mon, 22 Feb 2010 00:31:31 GMT
Highlighted: 
(details)
Viewed: 
19819 times
  
0 Minifig Head with Ice Planet Moustache and Eyebrows - POV
0 Name: 3626bp61.dat
0 Author: Bernd Broich
0 Unofficial Part
0 // Inline POV code generated by MFHead v0.01
0 // Inline POV code edited to comply with L3P v 1.4 2010-02-22
0 // 2004-04-15 AJW added torus primitives
0 // replacing s\3626bs01.dat
0 L3P IFNOTPOV
1 16 0 0 0 1 0 0 0 1 0 0 0 1 s\3626bs02.dat
1 16 0 4 0 13 0 0 0 13 0 0 0 13 2-4cyli.dat
1 16 0 4 0 0 0 8 0 -6.4 0 8 0 0 t04o6250.dat
1 16 0 4 0 -8 0 0 0 -6.4 0 0 0 8 t04o6250.dat
1 16 0 17 0 0 0 -8 0 6.4 0 8 0 0 t04o6250.dat
1 16 0 17 0 8 0 0 0 6.4 0 0 0 8 t04o6250.dat
1 16 0 4 0 13 0 0 0 13 0 0 0 -13 1-8cyli.dat
1 16 0 4 0 -13 0 0 0 13 0 0 0 -13 1-8cyli.dat
0 Optional Lines
5 24 -4.975 4 -12.01 -4.975 17 -12.01 0 4 -13 -9.192 4 -9.192
5 24 0 4 -13 0 17 -13 4.975 4 -12.01 -4.975 4 -12.01
5 24 4.975 4 -12.01 4.975 17 -12.01 9.192 4 -9.192 0 4 -13
0 PATTERN
0 Right Eyebrow
1 0 3.5 10 -12.304 1.25 0.244 0 0 0 -1.25 0.249 1.049 0 4-4disc.dat
4 0 1.25 9.5 -12.751 2 7.95 -12.602 1.95 7.9 -12.612 1.15 9.525 -12.771
4 0 1.95 10.25 -12.612 1.25 9.5 -12.751 1.15 9.525 -12.771 1.95 10.35 -12.612
4 0 2 7.95 -12.602 3.8 6.95 -12.244 3.8 6.85 -12.244 1.95 7.9 -12.612
4 0 2.25 10 -12.552 1.95 10.25 -12.612 1.95 10.35 -12.612 2.265 10.08 -12.549
4 0 3.8 6.95 -12.244 4.975 7.081 -12.01 4.975 6.95 -12.01 3.8 6.85 -12.244
4 0 4.6 8.55 -12.085 3.5 8.75 -12.304 3.725 8.793 -12.259 4.6 8.65 -12.085
4 0 4.975 7.081 -12.01 6.5 7.25 -10.991 6.75 7.1 -10.824 4.975 6.95 -12.01
4 0 4.975 8.72 -12.01 4.6 8.55 -12.085 4.6 8.65 -12.085 4.975 8.822 -12.01
4 0 6.1 8 -11.258 6.9 9 -10.724 7.75 9.05 -10.156 7 8.15 -10.657
4 0 6.5 7.25 -10.991 6.75 7.7 -10.824 7.75 7.95 -10.156 6.75 7.1 -10.824
4 0 6.75 7.7 -10.824 6.1 8 -11.258 7 8.15 -10.657 7.75 7.95 -10.156
4 0 6.8 9.55 -10.79 4.975 8.72 -12.01 4.975 8.822 -12.01 7.55 10 -10.289
4 0 6.9 9 -10.724 6.8 9.55 -10.79 7.55 10 -10.289 7.75 9.05 -10.156
1 15 3.5 10 -12.304 0 0 -1.25 -1.25 -0.244 0 0 1 -0.249 1-4ndis.dat
3 15 1.25 9.5 -12.751 2.25 8.75 -12.552 2 7.95 -12.602
3 15 3.5 8.75 -12.304 2.25 8.75 -12.552 2 7.95 -12.602
3 15 4.975 7.081 -12.01 4.975 8.72 -12.01 6.1 8 -11.258
4 15 1.95 10.25 -12.612 1.25 9.5 -12.751 2.25 8.75 -12.552 2.25 10 -12.552
4 15 4.6 8.55 -12.085 3.5 8.75 -12.304 2 7.95 -12.602 3.8 6.95 -12.244
4 15 4.975 7.081 -12.01 6.5 7.25 -10.991 6.75 7.7 -10.824 6.1 8 -11.258
4 15 4.975 8.72 -12.01 4.6 8.55 -12.085 3.8 6.95 -12.244 4.975 7.081 -12.01
4 15 6.8 9.55 -10.79 4.975 8.72 -12.01 6.1 8 -11.258 6.9 9 -10.724
0 Right Mustache
3 0 1.75 14.75 -12.652 0.58 14.7 -12.885 0.5 14.93 -12.901
3 0 3.5 15 -12.304 3 14.2 -12.403 3.5 14.5 -12.304
3 0 4.975 15.847 -12.01 4.975 15.5 -12.01 5.05 15.9 -11.96
4 0 0 16 -13 0 15 -13 1.75 14.75 -12.652 1.75 15.75 -12.652
4 0 0.58 13.12 -12.885 0.58 14.7 -12.885 0.5 14.93 -12.901 0.5 13.04 -12.901
4 0 1.4 12.95 -12.721 0.58 13.12 -12.885 0.5 13.04 -12.901 1.35 12.88 -12.731
4 0 1.75 12.6 -12.652 1.4 12.95 -12.721 1.35 12.88 -12.731 1.73 12.52 -12.656
4 0 1.75 15.75 -12.652 1.75 14.75 -12.652 3 14.2 -12.403 3.5 15 -12.304
4 0 3.5 14.5 -12.304 4.975 15.5 -12.01 4.975 15.847 -12.01 3.5 14.8 -12.304
4 0 4.975 13.65 -12.01 1.75 12.6 -12.652 1.73 12.52 -12.656 4.975 13.5 -12.01
4 0 4.975 15.25 -12.01 6.35 16.35 -11.091 6.8 17 -10.79 5.2 15.7 -11.86
4 0 4.975 15.5 -12.01 4.975 15.25 -12.01 5.2 15.7 -11.86 5.05 15.9 -11.96
4 0 6.15 14.35 -11.225 4.975 13.65 -12.01 4.975 13.5 -12.01 6.6 14.4 -10.924
4 0 6.35 15.6 -11.091 6.15 14.35 -11.225 6.6 14.4 -10.924 6.8 15.6 -10.79
4 0 6.35 15.6 -11.091 6.35 16.35 -11.091 6.8 17 -10.79 6.8 15.6 -10.79
3 15 3.5 14.5 -12.304 4.975 13.65 -12.01 4.975 15.5 -12.01
3 15 6.35 15.6 -11.091 6.15 14.35 -11.225 6.35 16.35 -11.091
4 15 1.4 12.95 -12.721 0.58 13.12 -12.885 0.58 14.7 -12.885 1.75 14.75 -12.652
4 15 1.75 12.6 -12.652 1.4 12.95 -12.721 1.75 14.75 -12.652 3 14.2 -12.403
4 15 4.975 13.65 -12.01 1.75 12.6 -12.652 3 14.2 -12.403 3.5 14.5 -12.304
4 15 4.975 15.25 -12.01 6.35 16.35 -11.091 6.15 14.35 -11.225 4.975 13.65 -12.01
0 Right Background
1 16 3.5 10 -12.304 0 0 -1.25 1.25 0.244 0 0 1 -0.249 1-8ndis.dat
1 16 3.5 10 -12.304 0 0 1.25 1.25 0.244 0 0 1 0.249 1-4ndis.dat
1 16 3.5 10 -12.304 1.25 0.244 0 0 0 -1.25 0.249 1.049 0 1-8ndis.dat
3 16 2.345 10.478 -12.533 2.25 11.25 -12.552 2.616 10.884 -12.479
3 16 3.978 8.845 -12.208 3.725 8.793 -12.259 4.6 8.65 -12.085
3 16 4.75 8.75 -12.055 4.975 8.822 -12.01 4.6 8.65 -12.085
3 16 5.2 15.7 -11.86 6.8 17 -10.79 5.2 17 -11.86
3 16 6.8 15.6 -10.79 6.6 14.4 -10.924 7.55 10 -10.289
3 16 7.75 7.95 -10.156 7 8.15 -10.657 7.75 9.05 -10.156
4 16 0 15 -13 0.5 14.93 -12.901 0.5 4 -12.901 0 4 -13
4 16 0 17 -13 0 16 -13 1.75 15.75 -12.652 1.75 17 -12.652
4 16 1.15 4 -12.771 0.5 4 -12.901 0.5 13.04 -12.901 1.15 9.525 -12.771
4 16 1.15 9.525 -12.771 1.95 7.9 -12.612 1.95 4 -12.612 1.15 4 -12.771
4 16 1.35 12.88 -12.731 0.5 13.04 -12.901 1.15 9.525 -12.771 1.95 10.35 -12.612
4 16 1.73 12.52 -12.656 1.35 12.88 -12.731 1.95 10.35 -12.612 2.25 11.25 -12.552
4 16 1.75 15.75 -12.652 1.75 17 -12.652 3.5 17 -12.304 3.5 15 -12.304
4 16 1.95 7.9 -12.612 3.8 6.85 -12.244 3.8 4 -12.244 1.95 4 -12.612
4 16 2.265 10.08 -12.549 1.95 10.35 -12.612 2.25 11.25 -12.552 2.345 10.478 -12.533
4 16 3.5 14.8 -12.304 4.975 15.847 -12.01 4.975 17 -12.01 3.5 17 -12.304
4 16 3.8 6.85 -12.244 4.975 6.95 -12.01 4.975 4 -12.01 3.8 4 -12.244
4 16 3.978 8.845 -12.208 4.384 9.116 -12.128 4.75 8.75 -12.055 4.6 8.65 -12.085
4 16 4.975 13.5 -12.01 1.73 12.52 -12.656 2.25 11.25 -12.552 4.75 11.25 -12.055
4 16 4.975 8.822 -12.01 4.75 8.75 -12.055 4.75 11.25 -12.055 4.975 13.5 -12.01
4 16 4.975 15.847 -12.01 5.05 15.9 -11.96 5.05 17 -11.96 4.975 17 -12.01
4 16 4.975 6.95 -12.01 6.75 7.1 -10.824 6.75 4 -10.824 4.975 4 -12.01
4 16 5.2 15.7 -11.86 5.05 15.9 -11.96 5.05 17 -11.96 5.2 17 -11.86
4 16 6.75 7.1 -10.824 7.75 7.95 -10.156 7.75 4 -10.156 6.75 4 -10.824
4 16 6.8 15.6 -10.79 6.8 17 -10.79 7.75 17 -10.156 7.55 10 -10.289
4 16 7.55 10 -10.289 4.975 8.822 -12.01 4.975 13.5 -12.01 6.6 14.4 -10.924
4 16 7.75 9.05 -10.156 7.55 10 -10.289 7.55 17 -10.289 7.75 17 -10.156
4 16 9.192 17 -9.192 7.75 17 -10.156 7.75 4 -10.156 9.192 4 -9.192
0 Left Eyebrow
1 0 -3.5 10 -12.304 -1.25 -0.244 0 0 0 -1.25 0.249 1.049 0 4-4disc.dat
4 0 -1.25 9.5 -12.751 -2 7.95 -12.602 -1.95 7.9 -12.612 -1.15 9.525 -12.771
4 0 -1.95 10.25 -12.612 -1.25 9.5 -12.751 -1.15 9.525 -12.771 -1.95 10.35 -12.612
4 0 -2 7.95 -12.602 -3.8 6.95 -12.244 -3.8 6.85 -12.244 -1.95 7.9 -12.612
4 0 -2.25 10 -12.552 -1.95 10.25 -12.612 -1.95 10.35 -12.612 -2.265 10.08 -12.549
4 0 -3.8 6.95 -12.244 -4.975 7.081 -12.01 -4.975 6.95 -12.01 -3.8 6.85 -12.244
4 0 -4.6 8.55 -12.085 -3.5 8.75 -12.304 -3.725 8.793 -12.259 -4.6 8.65 -12.085
4 0 -4.975 7.081 -12.01 -6.5 7.25 -10.991 -6.75 7.1 -10.824 -4.975 6.95 -12.01
4 0 -4.975 8.72 -12.01 -4.6 8.55 -12.085 -4.6 8.65 -12.085 -4.975 8.822 -12.01
4 0 -6.1 8 -11.258 -6.9 9 -10.724 -7.75 9.05 -10.156 -7 8.15 -10.657
4 0 -6.5 7.25 -10.991 -6.75 7.7 -10.824 -7.75 7.95 -10.156 -6.75 7.1 -10.824
4 0 -6.75 7.7 -10.824 -6.1 8 -11.258 -7 8.15 -10.657 -7.75 7.95 -10.156
4 0 -6.8 9.55 -10.79 -4.975 8.72 -12.01 -4.975 8.822 -12.01 -7.55 10 -10.289
4 0 -6.9 9 -10.724 -6.8 9.55 -10.79 -7.55 10 -10.289 -7.75 9.05 -10.156
1 15 -3.5 10 -12.304 0 0 1.25 -1.25 -0.244 0 0 1 -0.249 1-4ndis.dat
3 15 -1.25 9.5 -12.751 -2.25 8.75 -12.552 -2 7.95 -12.602
3 15 -3.5 8.75 -12.304 -2.25 8.75 -12.552 -2 7.95 -12.602
3 15 -4.975 7.081 -12.01 -4.975 8.72 -12.01 -6.1 8 -11.258
4 15 -1.95 10.25 -12.612 -1.25 9.5 -12.751 -2.25 8.75 -12.552 -2.25 10 -12.552
4 15 -4.6 8.55 -12.085 -3.5 8.75 -12.304 -2 7.95 -12.602 -3.8 6.95 -12.244
4 15 -4.975 7.081 -12.01 -6.5 7.25 -10.991 -6.75 7.7 -10.824 -6.1 8 -11.258
4 15 -4.975 8.72 -12.01 -4.6 8.55 -12.085 -3.8 6.95 -12.244 -4.975 7.081 -12.01
4 15 -6.8 9.55 -10.79 -4.975 8.72 -12.01 -6.1 8 -11.258 -6.9 9 -10.724
0 Left Mustache
3 0 -1.75 14.75 -12.652 -0.58 14.7 -12.885 -0.5 14.93 -12.901
3 0 -3.5 15 -12.304 -3 14.2 -12.403 -3.5 14.5 -12.304
3 0 -4.975 15.847 -12.01 -4.975 15.5 -12.01 -5.05 15.9 -11.96
4 0 -0.58 13.12 -12.885 -0.58 14.7 -12.885 -0.5 14.93 -12.901 -0.5 13.04 -12.901
4 0 -1.4 12.95 -12.721 -0.58 13.12 -12.885 -0.5 13.04 -12.901 -1.35 12.88 -12.731
4 0 -1.75 12.6 -12.652 -1.4 12.95 -12.721 -1.35 12.88 -12.731 -1.73 12.52 -12.656
4 0 -1.75 15.75 -12.652 -1.75 14.75 -12.652 -3 14.2 -12.403 -3.5 15 -12.304
4 0 -3.5 14.5 -12.304 -4.975 15.5 -12.01 -4.975 15.847 -12.01 -3.5 14.8 -12.304
4 0 -4.975 13.65 -12.01 -1.75 12.6 -12.652 -1.73 12.52 -12.656 -4.975 13.5 -12.01
4 0 -4.975 15.25 -12.01 -6.35 16.35 -11.091 -6.8 17 -10.79 -5.2 15.7 -11.86
4 0 -4.975 15.5 -12.01 -4.975 15.25 -12.01 -5.2 15.7 -11.86 -5.05 15.9 -11.96
4 0 -6.15 14.35 -11.225 -4.975 13.65 -12.01 -4.975 13.5 -12.01 -6.6 14.4 -10.924
4 0 -6.35 15.6 -11.091 -6.15 14.35 -11.225 -6.6 14.4 -10.924 -6.8 15.6 -10.79
4 0 -6.35 15.6 -11.091 -6.35 16.35 -11.091 -6.8 17 -10.79 -6.8 15.6 -10.79
4 0 0 16 -13 0 15 -13 -1.75 14.75 -12.652 -1.75 15.75 -12.652
3 15 -3.5 14.5 -12.304 -4.975 13.65 -12.01 -4.975 15.5 -12.01
3 15 -6.35 15.6 -11.091 -6.15 14.35 -11.225 -6.35 16.35 -11.091
4 15 -1.4 12.95 -12.721 -0.58 13.12 -12.885 -0.58 14.7 -12.885 -1.75 14.75 -12.652
4 15 -1.75 12.6 -12.652 -1.4 12.95 -12.721 -1.75 14.75 -12.652 -3 14.2 -12.403
4 15 -4.975 13.65 -12.01 -1.75 12.6 -12.652 -3 14.2 -12.403 -3.5 14.5 -12.304
4 15 -4.975 15.25 -12.01 -6.35 16.35 -11.091 -6.15 14.35 -11.225 -4.975 13.65 -12.01
0 Left Background
1 16 -3.5 10 -12.304 0 0 1.25 1.25 0.244 0 0 1 -0.249 1-8ndis.dat
1 16 -3.5 10 -12.304 0 0 -1.25 1.25 0.244 0 0 1 0.249 1-4ndis.dat
1 16 -3.5 10 -12.304 -1.25 -0.244 0 0 0 -1.25 0.249 1.049 0 1-8ndis.dat
3 16 -2.345 10.478 -12.533 -2.25 11.25 -12.552 -2.616 10.884 -12.479
3 16 -3.978 8.845 -12.208 -3.725 8.793 -12.259 -4.6 8.65 -12.085
3 16 -4.75 8.75 -12.055 -4.975 8.822 -12.01 -4.6 8.65 -12.085
3 16 -5.2 15.7 -11.86 -6.8 17 -10.79 -5.2 17 -11.86
3 16 -6.8 15.6 -10.79 -6.6 14.4 -10.924 -7.55 10 -10.289
3 16 -7.75 7.95 -10.156 -7 8.15 -10.657 -7.75 9.05 -10.156
4 16 0 15 -13 -0.5 14.93 -12.901 -0.5 4 -12.901 0 4 -13
4 16 0 17 -13 0 16 -13 -1.75 15.75 -12.652 -1.75 17 -12.652
4 16 -1.15 4 -12.771 -0.5 4 -12.901 -0.5 13.04 -12.901 -1.15 9.525 -12.771
4 16 -1.15 9.525 -12.771 -1.95 7.9 -12.612 -1.95 4 -12.612 -1.15 4 -12.771
4 16 -1.35 12.88 -12.731 -0.5 13.04 -12.901 -1.15 9.525 -12.771 -1.95 10.35 -12.612
4 16 -1.73 12.52 -12.656 -1.35 12.88 -12.731 -1.95 10.35 -12.612 -2.25 11.25 -12.552
4 16 -1.75 15.75 -12.652 -1.75 17 -12.652 -3.5 17 -12.304 -3.5 15 -12.304
4 16 -1.95 7.9 -12.612 -3.8 6.85 -12.244 -3.8 4 -12.244 -1.95 4 -12.612
4 16 -2.265 10.08 -12.549 -1.95 10.35 -12.612 -2.25 11.25 -12.552 -2.345 10.478 -12.533
4 16 -3.5 14.8 -12.304 -4.975 15.847 -12.01 -4.975 17 -12.01 -3.5 17 -12.304
4 16 -3.8 6.85 -12.244 -4.975 6.95 -12.01 -4.975 4 -12.01 -3.8 4 -12.244
4 16 -3.978 8.845 -12.208 -4.384 9.116 -12.128 -4.75 8.75 -12.055 -4.6 8.65 -12.085
4 16 -4.975 13.5 -12.01 -1.73 12.52 -12.656 -2.25 11.25 -12.552 -4.75 11.25 -12.055
4 16 -4.975 8.822 -12.01 -4.75 8.75 -12.055 -4.75 11.25 -12.055 -4.975 13.5 -12.01
4 16 -4.975 15.847 -12.01 -5.05 15.9 -11.96 -5.05 17 -11.96 -4.975 17 -12.01
4 16 -4.975 6.95 -12.01 -6.75 7.1 -10.824 -6.75 4 -10.824 -4.975 4 -12.01
4 16 -5.2 15.7 -11.86 -5.05 15.9 -11.96 -5.05 17 -11.96 -5.2 17 -11.86
4 16 -6.75 7.1 -10.824 -7.75 7.95 -10.156 -7.75 4 -10.156 -6.75 4 -10.824
4 16 -6.8 15.6 -10.79 -6.8 17 -10.79 -7.75 17 -10.156 -7.55 10 -10.289
4 16 -7.55 10 -10.289 -4.975 8.822 -12.01 -4.975 13.5 -12.01 -6.6 14.4 -10.924
4 16 -7.75 9.05 -10.156 -7.55 10 -10.289 -7.55 17 -10.289 -7.75 17 -10.156
4 16 -9.192 17 -9.192 -7.75 17 -10.156 -7.75 4 -10.156 -9.192 4 -9.192
1 16 0 4 0 0 0 -8 0 -6.4 0 -8 0 0 t04o6250.dat
1 16 0 4 0 8 0 0 0 -6.4 0 0 0 -8 t04o6250.dat
1 16 0 17 0 0 0 8 0 6.4 0 -8 0 0 t04o6250.dat
1 16 0 17 0 -8 0 0 0 6.4 0 0 0 -8 t04o6250.dat
0
0 L3P ELSEPOV
0   #if (L3Studs)
0     difference {
0     cylinder { <0,0,0>, <0,-4,0>, 6 }
0     cylinder { <0,0.01,0>, <0,-4.01,0>, 4 }
0     }
0 #end
0 object { ring3_dot_dat matrix <2,0,0,0,1,0,0,0,2,0,0,0> }
0 object { ring2_dot_dat matrix <2,0,0,0,1,0,0,0,2,0,4,0> }
0 object { _4_dash_4cyli_dot_dat matrix <6,0,0,0,20,0,0,0,6,0,4,0> }
0 object { ring3_dot_dat matrix <2,0,0,0,1,0,0,0,2,0,24,0> }
0 object { _4_dash_4cyli_dot_dat matrix <8,0,0,0,3,0,0,0,8,0,21,0> }
0
0 cylinder { <0,0,0>,<0,17,0>,13.001
0 clipped_by {
0   union {
0    prism {linear_sweep linear_spline 0,14,3
0   <3.5,10>,<4.75,10>,<4.65487,9.52162>}
0    prism {linear_sweep linear_spline 0,14,3
0   <3.5,10>,<4.65487,9.52162>,<4.38387,9.11613>}
0    prism {linear_sweep linear_spline 0,14,3
0   <3.5,10>,<4.38387,9.11613>,<3.97837,8.84513>}
0    prism {linear_sweep linear_spline 0,14,3
0   <3.5,10>,<3.97837,8.84513>,<3.5,8.75>}
0    prism {linear_sweep linear_spline 0,14,3
0   <3.5,10>,<3.5,8.75>,<3.02163,8.84513>}
0    prism {linear_sweep linear_spline 0,14,3
0   <3.5,10>,<3.02163,8.84513>,<2.61613,9.11613>}
0    prism {linear_sweep linear_spline 0,14,3
0   <3.5,10>,<2.61613,9.11613>,<2.34512,9.52162>}
0    prism {linear_sweep linear_spline 0,14,3
0   <3.5,10>,<2.34512,9.52162>,<2.25,10>}
0    prism {linear_sweep linear_spline 0,14,3
0   <3.5,10>,<2.25,10>,<2.34512,10.4784>}
0    prism {linear_sweep linear_spline 0,14,3
0   <3.5,10>,<2.34512,10.4784>,<2.61613,10.8839>}
0    prism {linear_sweep linear_spline 0,14,3
0   <3.5,10>,<2.61613,10.8839>,<3.02163,11.1549>}
0    prism {linear_sweep linear_spline 0,14,3
0   <3.5,10>,<3.02163,11.1549>,<3.5,11.25>}
0    prism {linear_sweep linear_spline 0,14,3
0   <3.5,10>,<3.5,11.25>,<3.97837,11.1549>}
0    prism {linear_sweep linear_spline 0,14,3
0   <3.5,10>,<3.97837,11.1549>,<4.38387,10.8839>}
0    prism {linear_sweep linear_spline 0,14,3
0   <3.5,10>,<4.38387,10.8839>,<4.65487,10.4784>}
0    prism {linear_sweep linear_spline 0,14,3
0   <3.5,10>,<4.65487,10.4784>,<4.75,10>}
0     prism {linear_sweep linear_spline 0,14,4
0     <1.25,9.5>,<2,7.95>,<1.95,7.9>,<1.15,9.525>}
0     prism {linear_sweep linear_spline 0,14,4
0     <1.95,10.25>,<1.25,9.5>,<1.15,9.525>,<1.95,10.35>}
0     prism {linear_sweep linear_spline 0,14,4
0     <2,7.95>,<3.8,6.95>,<3.8,6.85>,<1.95,7.9>}
0     prism {linear_sweep linear_spline 0,14,4
0     <2.25,10>,<1.95,10.25>,<1.95,10.35>,<2.265,10.08>}
0     prism {linear_sweep linear_spline 0,14,4
0     <3.8,6.95>,<4.975,7.081>,<4.975,6.95>,<3.8,6.85>}
0     prism {linear_sweep linear_spline 0,14,4
0     <4.6,8.55>,<3.5,8.75>,<3.725,8.793>,<4.6,8.65>}
0     prism {linear_sweep linear_spline 0,14,4
0     <4.975,7.081>,<6.5,7.25>,<6.75,7.1>,<4.975,6.95>}
0     prism {linear_sweep linear_spline 0,14,4
0     <4.975,8.72>,<4.6,8.55>,<4.6,8.65>,<4.975,8.822>}
0     prism {linear_sweep linear_spline 0,14,4
0     <6.1,8>,<6.9,9>,<7.75,9.05>,<7,8.15>}
0     prism {linear_sweep linear_spline 0,14,4
0     <6.5,7.25>,<6.75,7.7>,<7.75,7.95>,<6.75,7.1>}
0     prism {linear_sweep linear_spline 0,14,4
0     <6.75,7.7>,<6.1,8>,<7,8.15>,<7.75,7.95>}
0     prism {linear_sweep linear_spline 0,14,4
0     <6.8,9.55>,<4.975,8.72>,<4.975,8.822>,<7.55,10>}
0     prism {linear_sweep linear_spline 0,14,4
0     <6.9,9>,<6.8,9.55>,<7.55,10>,<7.75,9.05>}
0     prism {linear_sweep linear_spline 0,14,4
0     <6.9,9>,<6.8,9.55>,<7.55,10>,<7.75,9.05>}
0     prism {linear_sweep linear_spline 0,14,3
0     <1.75,14.75>,<0.58,14.7>,<0.5,14.93>}
0     prism {linear_sweep linear_spline 0,14,3
0     <3.5,15>,<3,14.2>,<3.5,14.5>}
0     prism {linear_sweep linear_spline 0,14,3
0     <4.975,15.847>,<4.975,15.5>,<5.05,15.9>}
0     prism {linear_sweep linear_spline 0,14,4
0     <0,16>,<0,15>,<1.75,14.75>,<1.75,15.75>}
0     prism {linear_sweep linear_spline 0,14,4
0     <0.58,13.12>,<0.58,14.7>,<0.5,14.93>,<0.5,13.04>}
0     prism {linear_sweep linear_spline 0,14,4
0     <1.4,12.95>,<0.58,13.12>,<0.5,13.04>,<1.35,12.88>}
0     prism {linear_sweep linear_spline 0,14,4
0     <1.75,12.6>,<1.4,12.95>,<1.35,12.88>,<1.73,12.52>}
0     prism {linear_sweep linear_spline 0,14,4
0     <1.75,15.75>,<1.75,14.75>,<3,14.2>,<3.5,15>}
0     prism {linear_sweep linear_spline 0,14,4
0     <3.5,14.5>,<4.975,15.5>,<4.975,15.847>,<3.5,14.8>}
0     prism {linear_sweep linear_spline 0,14,4
0     <4.975,13.65>,<1.75,12.6>,<1.73,12.52>,<4.975,13.5>}
0     prism {linear_sweep linear_spline 0,14,4
0     <4.975,15.25>,<6.35,16.35>,<6.8,17>,<5.2,15.7>}
0     prism {linear_sweep linear_spline 0,14,4
0     <4.975,15.5>,<4.975,15.25>,<5.2,15.7>,<5.05,15.9>}
0     prism {linear_sweep linear_spline 0,14,4
0     <6.15,14.35>,<4.975,13.65>,<4.975,13.5>,<6.6,14.4>}
0     prism {linear_sweep linear_spline 0,14,4
0     <6.35,15.6>,<6.15,14.35>,<6.6,14.4>,<6.8,15.6>}
0     prism {linear_sweep linear_spline 0,14,4
0     <6.35,15.6>,<6.35,16.35>,<6.8,17>,<6.8,15.6>}
0     prism {linear_sweep linear_spline 0,14,4
0     <6.35,15.6>,<6.35,16.35>,<6.8,17>,<6.8,15.6>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-3.5,10>,<-4.75,10>,<-4.65487,9.52162>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-3.5,10>,<-4.65487,9.52162>,<-4.38387,9.11613>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-3.5,10>,<-4.38387,9.11613>,<-3.97837,8.84513>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-3.5,10>,<-3.97837,8.84513>,<-3.5,8.75>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-3.5,10>,<-3.5,8.75>,<-3.02163,8.84513>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-3.5,10>,<-3.02163,8.84513>,<-2.61613,9.11613>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-3.5,10>,<-2.61613,9.11613>,<-2.34512,9.52162>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-3.5,10>,<-2.34512,9.52162>,<-2.25,10>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-3.5,10>,<-2.25,10>,<-2.34512,10.4784>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-3.5,10>,<-2.34512,10.4784>,<-2.61613,10.8839>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-3.5,10>,<-2.61613,10.8839>,<-3.02163,11.1549>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-3.5,10>,<-3.02163,11.1549>,<-3.5,11.25>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-3.5,10>,<-3.5,11.25>,<-3.97837,11.1549>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-3.5,10>,<-3.97837,11.1549>,<-4.38387,10.8839>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-3.5,10>,<-4.38387,10.8839>,<-4.65487,10.4784>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-3.5,10>,<-4.65487,10.4784>,<-4.75,10>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-1.25,9.5>,<-2,7.95>,<-1.95,7.9>,<-1.15,9.525>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-1.95,10.25>,<-1.25,9.5>,<-1.15,9.525>,<-1.95,10.35>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-2,7.95>,<-3.8,6.95>,<-3.8,6.85>,<-1.95,7.9>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-2.25,10>,<-1.95,10.25>,<-1.95,10.35>,<-2.265,10.08>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-3.8,6.95>,<-4.975,7.081>,<-4.975,6.95>,<-3.8,6.85>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-4.6,8.55>,<-3.5,8.75>,<-3.725,8.793>,<-4.6,8.65>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-4.975,7.081>,<-6.5,7.25>,<-6.75,7.1>,<-4.975,6.95>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-4.975,8.72>,<-4.6,8.55>,<-4.6,8.65>,<-4.975,8.822>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-6.1,8>,<-6.9,9>,<-7.75,9.05>,<-7,8.15>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-6.5,7.25>,<-6.75,7.7>,<-7.75,7.95>,<-6.75,7.1>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-6.75,7.7>,<-6.1,8>,<-7,8.15>,<-7.75,7.95>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-6.8,9.55>,<-4.975,8.72>,<-4.975,8.822>,<-7.55,10>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-6.9,9>,<-6.8,9.55>,<-7.55,10>,<-7.75,9.05>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-6.9,9>,<-6.8,9.55>,<-7.55,10>,<-7.75,9.05>}
0     prism {linear_sweep linear_spline 0,14,3
0     <-1.75,14.75>,<-0.58,14.7>,<-0.5,14.93>}
0     prism {linear_sweep linear_spline 0,14,3
0     <-3.5,15>,<-3,14.2>,<-3.5,14.5>}
0     prism {linear_sweep linear_spline 0,14,3
0     <-4.975,15.847>,<-4.975,15.5>,<-5.05,15.9>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-0.58,13.12>,<-0.58,14.7>,<-0.5,14.93>,<-0.5,13.04>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-1.4,12.95>,<-0.58,13.12>,<-0.5,13.04>,<-1.35,12.88>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-1.75,12.6>,<-1.4,12.95>,<-1.35,12.88>,<-1.73,12.52>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-1.75,15.75>,<-1.75,14.75>,<-3,14.2>,<-3.5,15>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-3.5,14.5>,<-4.975,15.5>,<-4.975,15.847>,<-3.5,14.8>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-4.975,13.65>,<-1.75,12.6>,<-1.73,12.52>,<-4.975,13.5>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-4.975,15.25>,<-6.35,16.35>,<-6.8,17>,<-5.2,15.7>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-4.975,15.5>,<-4.975,15.25>,<-5.2,15.7>,<-5.05,15.9>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-6.15,14.35>,<-4.975,13.65>,<-4.975,13.5>,<-6.6,14.4>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-6.35,15.6>,<-6.15,14.35>,<-6.6,14.4>,<-6.8,15.6>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-6.35,15.6>,<-6.35,16.35>,<-6.8,17>,<-6.8,15.6>}
0     prism {linear_sweep linear_spline 0,14,4
0     <0,16>,<0,15>,<-1.75,14.75>,<-1.75,15.75>}
0     prism {linear_sweep linear_spline 0,14,4
0     <0,16>,<0,15>,<-1.75,14.75>,<-1.75,15.75>}
0   } rotate <-90,0,0>
0 }
0 #if (version >= 3.1) material #else texture #end { L3Color0 }
0 }
0 cylinder { <0,0,0>,<0,17,0>,13.001
0 clipped_by {
0   union {
0    prism {linear_sweep linear_spline 0,14,3
0   <3.5,10>,<3.5,10>,<3.5,10>}
0    prism {linear_sweep linear_spline 0,14,3
0   <3.5,10>,<3.5,10>,<3.5,10>}
0    prism {linear_sweep linear_spline 0,14,3
0   <3.5,10>,<3.5,10>,<3.5,10>}
0    prism {linear_sweep linear_spline 0,14,3
0   <3.5,10>,<3.5,10>,<3.5,10>}
0     prism {linear_sweep linear_spline 0,14,3
0     <1.25,9.5>,<2.25,8.75>,<2,7.95>}
0     prism {linear_sweep linear_spline 0,14,3
0     <3.5,8.75>,<2.25,8.75>,<2,7.95>}
0     prism {linear_sweep linear_spline 0,14,3
0     <4.975,7.081>,<4.975,8.72>,<6.1,8>}
0     prism {linear_sweep linear_spline 0,14,4
0     <1.95,10.25>,<1.25,9.5>,<2.25,8.75>,<2.25,10>}
0     prism {linear_sweep linear_spline 0,14,4
0     <4.6,8.55>,<3.5,8.75>,<2,7.95>,<3.8,6.95>}
0     prism {linear_sweep linear_spline 0,14,4
0     <4.975,7.081>,<6.5,7.25>,<6.75,7.7>,<6.1,8>}
0     prism {linear_sweep linear_spline 0,14,4
0     <4.975,8.72>,<4.6,8.55>,<3.8,6.95>,<4.975,7.081>}
0     prism {linear_sweep linear_spline 0,14,4
0     <6.8,9.55>,<4.975,8.72>,<6.1,8>,<6.9,9>}
0     prism {linear_sweep linear_spline 0,14,4
0     <6.8,9.55>,<4.975,8.72>,<6.1,8>,<6.9,9>}
0     prism {linear_sweep linear_spline 0,14,3
0     <3.5,14.5>,<4.975,13.65>,<4.975,15.5>}
0     prism {linear_sweep linear_spline 0,14,3
0     <6.35,15.6>,<6.15,14.35>,<6.35,16.35>}
0     prism {linear_sweep linear_spline 0,14,4
0     <1.4,12.95>,<0.58,13.12>,<0.58,14.7>,<1.75,14.75>}
0     prism {linear_sweep linear_spline 0,14,4
0     <1.75,12.6>,<1.4,12.95>,<1.75,14.75>,<3,14.2>}
0     prism {linear_sweep linear_spline 0,14,4
0     <4.975,13.65>,<1.75,12.6>,<3,14.2>,<3.5,14.5>}
0     prism {linear_sweep linear_spline 0,14,4
0     <4.975,15.25>,<6.35,16.35>,<6.15,14.35>,<4.975,13.65>}
0     prism {linear_sweep linear_spline 0,14,4
0     <4.975,15.25>,<6.35,16.35>,<6.15,14.35>,<4.975,13.65>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-3.5,10>,<-3.5,10>,<-3.5,10>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-3.5,10>,<-3.5,10>,<-3.5,10>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-3.5,10>,<-3.5,10>,<-3.5,10>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-3.5,10>,<-3.5,10>,<-3.5,10>}
0     prism {linear_sweep linear_spline 0,14,3
0     <-1.25,9.5>,<-2.25,8.75>,<-2,7.95>}
0     prism {linear_sweep linear_spline 0,14,3
0     <-3.5,8.75>,<-2.25,8.75>,<-2,7.95>}
0     prism {linear_sweep linear_spline 0,14,3
0     <-4.975,7.081>,<-4.975,8.72>,<-6.1,8>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-1.95,10.25>,<-1.25,9.5>,<-2.25,8.75>,<-2.25,10>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-4.6,8.55>,<-3.5,8.75>,<-2,7.95>,<-3.8,6.95>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-4.975,7.081>,<-6.5,7.25>,<-6.75,7.7>,<-6.1,8>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-4.975,8.72>,<-4.6,8.55>,<-3.8,6.95>,<-4.975,7.081>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-6.8,9.55>,<-4.975,8.72>,<-6.1,8>,<-6.9,9>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-6.8,9.55>,<-4.975,8.72>,<-6.1,8>,<-6.9,9>}
0     prism {linear_sweep linear_spline 0,14,3
0     <-3.5,14.5>,<-4.975,13.65>,<-4.975,15.5>}
0     prism {linear_sweep linear_spline 0,14,3
0     <-6.35,15.6>,<-6.15,14.35>,<-6.35,16.35>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-1.4,12.95>,<-0.58,13.12>,<-0.58,14.7>,<-1.75,14.75>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-1.75,12.6>,<-1.4,12.95>,<-1.75,14.75>,<-3,14.2>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-4.975,13.65>,<-1.75,12.6>,<-3,14.2>,<-3.5,14.5>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-4.975,15.25>,<-6.35,16.35>,<-6.15,14.35>,<-4.975,13.65>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-4.975,15.25>,<-6.35,16.35>,<-6.15,14.35>,<-4.975,13.65>}
0   } rotate <-90,0,0>
0 }
0 #if (version >= 3.1) material #else texture #end { L3Color15 }
0 }
0 torus{9,4 clipped_by{difference{box{<-13,4,-13>,<13,-4,13>}
0 cylinder{<0,0,0>,<0,4,0>,9} plane{y,0}}}translate <0,17,0>}
0 plane{y,21 clipped_by{difference{sphere{<0,21,0>,9} sphere{<0,21,0>,8}}}}
0
0 torus{9,4 clipped_by{difference{box{<-13,-4,-13>,<13,4,13>}
0 cylinder{<0,0,0>,<0,-4,0>,9} plane{-y,0}}}translate <0,4,0>}
0 plane{y,0 clipped_by{difference{sphere{<0,0,0>,9} sphere{<0,0,0>,8}}}}
0
0 cylinder{<0,4,0>,<0,17,0>,13}
0
0 L3P ENDPOV
0


Special: 
[DAT] (requires LDraw-compatible viewer)
Subject: 
POV dat - 3626bp40 - Minifig Head with Messy Hair Female Pattern - POV
Newsgroups: 
lugnet.cad.ray, lugnet.cad.dat.parts
Date: 
Mon, 22 Feb 2010 00:30:49 GMT
Highlighted: 
(details)
Viewed: 
19771 times
  
0 Minifig Head with Messy Hair Female Pattern - POV
0 Name: 3626bp40.dat
0 Author: Franklin W. Cain <fwcain@yahoo.com>
0 Unofficial Part
0 // Inline POV code generated by MFHead v0.01
0 // Inline POV code edited to comply with L3P v 1.4 2010-02-22
0 CATEGORY Minifig
0 KEYWORDS face, pirates, castle, lipstick, mophead
0 KEYWORDS pirate wench, maiden, lady-in-waiting, forestwoman, forest babe
0 eyes
0
0 L3P IFNOTPOV
1 0 -3.5 10 -12.304 1.25 -0.244 0 0 0 -1.25 -0.244 1 0 4-4disc.dat
1 0 3.5 10 -12.304 1.25 0.244 0 0 0 -1.25 0.244 1 0 4-4disc.dat
1 16 -3.5 10 -12.304 1.25 -0.244 0 0 0 -1.25 -0.244 1 0 4-4ndis.dat
1 16 3.5 10 -12.304 1.25 0.244 0 0 0 -1.25 0.244 1 0 4-4ndis.dat
0
4 16 0 8.750 -13 0 11.250 -13 -2.250 11.250 -12.548 -2.250 8.750 -12.548
4 16 0 8.750 -13 0 11.250 -13 2.250 11.250 -12.548 2.250 8.750 -12.548
4 16 -4.750 8.750 -12.060 -4.750 11.250 -12.060 -4.975 11.250 -12.010 -4.975 8.750 -12.010
4 16 4.750 8.750 -12.060 4.750 11.250 -12.060 4.975 11.250 -12.010 4.975 8.750 -12.010
0
4 16 0 11.250 -13 0 12 -13 -4.975 12 -12.010 -4.975 11.250 -12.010
4 16 0 11.250 -13 0 12 -13 4.975 12 -12.010 4.975 11.250 -12.010
0
0 "smile"
0
4 4 0 13.75 -13 -2 13 -12.602 -2 16.75 -12.602 0 17 -13
4 4 0 13.75 -13 2 13 -12.602 2 16.75 -12.602 0 17 -13
4 4 -2 13 -12.602 -4 14.75 -12.204 -4 15 -12.204 -2 16.75 -12.602
4 4 2 13 -12.602 4 14.75 -12.204 4 15 -12.204 2 16.75 -12.602
3 16 0 17 -13 -2 16.75 -12.602 -2 17 -12.602
3 16 0 17 -13 2 16.75 -12.602 2 17 -12.602
4 16 0 12 -13 0 13.75 -13 -2 13 -12.602 -2 12 -12.602
4 16 0 12 -13 0 13.75 -13 2 13 -12.602 2 12 -12.602
4 16 -2 16.75 -12.602 -2 17 -12.602 -4 17 -12.204 -4 15 -12.204
4 16 2 16.75 -12.602 2 17 -12.602 4 17 -12.204 4 15 -12.204
4 16 -2 12 -12.602 -2 13 -12.602 -4 14.75 -12.204 -4 12 -12.204
4 16 2 12 -12.602 2 13 -12.602 4 14.75 -12.204 4 12 -12.204
4 16 -4 12 -12.204 -4 17 -12.204 -4.975 17 -12.010 -4.975 12 -12.010
4 16 4 12 -12.204 4 17 -12.204 4.975 17 -12.010 4.975 12 -12.010
0
0 messy hair
0
3 0 0 4 -13 0 6 -13 -1.244 4 -12.753
3 0 0 4 -13 0 6 -13 1.244 4 -12.753
4 0 -1.244 4 -12.753 -2.488 6.5 -12.505 -3.732 4.5 -12.258 -3.732 4 -12.258
4 0 1.244 4 -12.753 2.488 6.5 -12.505 3.732 4.5 -12.258 3.732 4 -12.258
4 0 -3.732 4 -12.258 -3.732 4.5 -12.258 -4.975 7 -12.010 -4.975 4 -12.010
4 0 3.732 4 -12.258 3.732 4.5 -12.258 4.975 7 -12.010 4.975 4 -12.010
0
4 16 0 6 -13 0 8.750 -13 -1.244 8.750 -12.753 -1.244 4 -12.753
4 16 0 6 -13 0 8.750 -13 1.244 8.750 -12.753 1.244 4 -12.753
4 16 -1.244 4 -12.753 -1.244 8.750 -12.753 -2.488 8.750 -12.505 -2.488 6.5 -12.505
4 16 1.244 4 -12.753 1.244 8.750 -12.753 2.488 8.750 -12.505 2.488 6.5 -12.505
4 16 -2.488 6.5 -12.505 -2.488 8.750 -12.505 -3.732 8.750 -12.258 -3.732 4.5 -12.258
4 16 2.488 6.5 -12.505 2.488 8.750 -12.505 3.732 8.750 -12.258 3.732 4.5 -12.258
4 16 -3.732 4.5 -12.258 -3.732 8.750 -12.258 -4.975 8.750 -12.010 -4.975 7 -12.010
4 16 3.732 4.5 -12.258 3.732 8.750 -12.258 4.975 8.750 -12.010 4.975 7 -12.010
0
4 0 -4.975 4 -12.010 -4.975 7 -12.010 -6.029 5 -11.306 -6.029 4 -11.306
4 0 4.975 4 -12.010 4.975 7 -12.010 6.029 5 -11.306 6.029 4 -11.306
4 0 -6.029 4 -11.306 -6.029 5 -11.306 -7.084 7.5 -10.601 -7.084 4 -10.601
4 0 6.029 4 -11.306 6.029 5 -11.306 7.084 7.5 -10.601 7.084 4 -10.601
4 0 -7.084 4 -10.601 -7.084 7.5 -10.601 -8.138 5.5 -9.897 -8.138 4 -9.897
4 0 7.084 4 -10.601 7.084 7.5 -10.601 8.138 5.5 -9.897 8.138 4 -9.897
4 0 -8.138 4 -9.897 -8.138 5.5 -9.897 -9.192 8 -9.192 -9.192 4 -9.192
4 0 8.138 4 -9.897 8.138 5.5 -9.897 9.192 8 -9.192 9.192 4 -9.192
0
4 16 -4.975 7 -12.010 -4.975 11.250 -12.010 -6.029 11.250 -11.306 -6.029 5 -11.306
4 16 4.975 7 -12.010 4.975 11.250 -12.010 6.029 11.250 -11.306 6.029 5 -11.306
4 16 -6.029 5 -11.306 -6.029 11.250 -11.306 -7.084 11.250 -10.601 -7.084 7.5 -10.601
4 16 6.029 5 -11.306 6.029 11.250 -11.306 7.084 11.250 -10.601 7.084 7.5 -10.601
4 16 -7.084 7.5 -10.601 -7.084 11.250 -10.601 -8.138 11.250 -9.897 -8.138 5.5 -9.897
4 16 7.084 7.5 -10.601 7.084 11.250 -10.601 8.138 11.250 -9.897 8.138 5.5 -9.897
4 16 -8.138 5.5 -9.897 -8.138 11.250 -9.897 -9.192 11.250 -9.192 -9.192 8 -9.192
4 16 8.138 5.5 -9.897 8.138 11.250 -9.897 9.192 11.250 -9.192 9.192 8 -9.192
0
4 0 -9.192 4 -9.192 -9.192 8 -9.192 -9.897 6.5 -8.138 -9.897 4 -8.138
4 0 9.192 4 -9.192 9.192 8 -9.192 9.897 6.5 -8.138 9.897 4 -8.138
4 0 -9.897 4 -8.138 -9.897 6.5 -8.138 -10.601 9 -7.084 -10.601 4 -7.084
4 0 9.897 4 -8.138 9.897 6.5 -8.138 10.601 9 -7.084 10.601 4 -7.084
4 0 -10.601 4 -7.084 -10.601 9 -7.084 -11.306 7.5 -6.029 -11.306 4 -6.029
4 0 10.601 4 -7.084 10.601 9 -7.084 11.306 7.5 -6.029 11.306 4 -6.029
4 0 -11.306 4 -6.029 -11.306 7.5 -6.029 -12.010 10 -4.975 -12.010 4 -4.975
4 0 11.306 4 -6.029 11.306 7.5 -6.029 12.010 10 -4.975 12.010 4 -4.975
0
4 16 -9.192 8 -9.192 -9.192 11.250 -9.192 -9.897 11.250 -8.138 -9.897 6.5 -8.138
4 16 9.192 8 -9.192 9.192 11.250 -9.192 9.897 11.250 -8.138 9.897 6.5 -8.138
4 16 -9.897 6.5 -8.138 -9.897 11.250 -8.138 -10.601 11.250 -7.084 -10.601 9 -7.084
4 16 9.897 6.5 -8.138 9.897 11.250 -8.138 10.601 11.250 -7.084 10.601 9 -7.084
4 16 -10.601 9 -7.084 -10.601 11.250 -7.084 -11.306 11.250 -6.029 -11.306 7.5 -6.029
4 16 10.601 9 -7.084 10.601 11.250 -7.084 11.306 11.250 -6.029 11.306 7.5 -6.029
4 16 -11.306 7.5 -6.029 -11.306 11.250 -6.029 -12.010 11.250 -4.975 -12.010 10 -4.975
4 16 11.306 7.5 -6.029 11.306 11.250 -6.029 12.010 11.250 -4.975 12.010 10 -4.975
0
4 0 0 2.586 -12.268 0 4 -13 -4.975 4 -12.010 -4.695 2.586 -11.334
4 0 0 2.586 -12.268 0 4 -13 4.975 4 -12.010 4.695 2.586 -11.334
4 0 -4.695 2.586 -11.334 -4.975 4 -12.010 -9.192 4 -9.192 -8.675 2.586 -8.675
4 0 4.695 2.586 -11.334 4.975 4 -12.010 9.192 4 -9.192 8.675 2.586 -8.675
4 0 -8.675 2.586 -8.675 -9.192 4 -9.192 -12.010 4 -4.975 -11.334 2.586 -4.695
4 0 8.675 2.586 -8.675 9.192 4 -9.192 12.010 4 -4.975 11.334 2.586 -4.695
0
4 16 0 1.172 -11.536 0 2.586 -12.268 -4.695 2.586 -11.334 -4.415 1.172 -10.658
4 16 0 1.172 -11.536 0 2.586 -12.268 4.695 2.586 -11.334 4.415 1.172 -10.658
4 16 -4.415 1.172 -10.658 -4.695 2.586 -11.334 -8.675 2.586 -8.675 -8.157 1.172 -8.157
4 16 4.415 1.172 -10.658 4.695 2.586 -11.334 8.675 2.586 -8.675 8.157 1.172 -8.157
4 16 -8.157 1.172 -8.157 -8.675 2.586 -8.675 -11.334 2.586 -4.695 -10.658 1.172 -4.415
4 16 8.157 1.172 -8.157 8.675 2.586 -8.675 11.334 2.586 -4.695 10.658 1.172 -4.415
0
0 remainder of "head"
0
4 16 -10.658 1.172 -4.415 -12.010 4 -4.975 -13 4 0 -11.536 1.172 0
4 16 10.658 1.172 -4.415 12.010 4 -4.975 13 4 0 11.536 1.172 0
0
4 16 -4.975 11.250 -12.010 -4.975 17 -12.010 -9.192 17 -9.192 -9.192 11.250 -9.192
4 16 4.975 11.250 -12.010 4.975 17 -12.010 9.192 17 -9.192 9.192 11.250 -9.192
4 16 -9.192 11.250 -9.192 -9.192 17 -9.192 -12.010 17 -4.975 -12.010 11.250 -4.975
4 16 9.192 11.250 -9.192 9.192 17 -9.192 12.010 17 -4.975 12.010 11.250 -4.975
0
4 16 -12.010 4 -4.975 -13 4 0 -13 17 0 -12.010 17 -4.975
4 16 12.010 4 -4.975 13 4 0 13 17 0 12.010 17 -4.975
0
4 16 0 19.828 -11.536 0 17 -13 -4.975 17 -12.010 -4.415 19.828 -10.658
4 16 0 19.828 -11.536 0 17 -13 4.975 17 -12.010 4.415 19.828 -10.658
4 16 -4.415 19.828 -10.658 -4.975 17 -12.010 -9.192 17 -9.192 -8.157 19.828 -8.157
4 16 4.415 19.828 -10.658 4.975 17 -12.010 9.192 17 -9.192 8.157 19.828 -8.157
4 16 -8.157 19.828 -8.157 -9.192 17 -9.192 -12.010 17 -4.975 -10.658 19.828 -4.415
4 16 8.157 19.828 -8.157 9.192 17 -9.192 12.010 17 -4.975 10.658 19.828 -4.415
4 16 -10.658 19.828 -4.415 -12.010 17 -4.975 -13 17 0 -11.536 19.828 0
4 16 10.658 19.828 -4.415 12.010 17 -4.975 13 17 0 11.536 19.828 0
0
1 16 0 0 0 1 0 0 0 1 0 0 0 1 s\3626bs01.dat
0
5 24 0 1.172 -11.536 0 4 -13 -4.975 4 -12.010 4.975 4 -12.010
5 24 -4.415 1.172 -10.658 -4.975 4 -12.010 0 4 -13 -9.192 4 -9.192
5 24 4.415 1.172 -10.658 4.975 4 -12.010 0 4 -13 9.192 4 -9.192
5 24 -8.157 1.172 -8.157 -9.192 4 -9.192 -4.975 4 -12.010 -12.010 4 -4.975
5 24 8.157 1.172 -8.157 9.192 4 -9.192 4.975 4 -12.010 12.010 4 -4.975
5 24 -10.658 1.172 -4.415 -12.010 4 -4.975 -9.192 4 -9.192 -13 4 0
5 24 10.658 1.172 -4.415 12.010 4 -4.975 9.192 4 -9.192 13 4 0
0
5 24 0 4 -13 0 17 -13 -4.975 4 -12.010 4.975 4 -12.010
5 24 -4.975 4 -12.010 -4.975 17 -12.010 0 4 -13 -9.192 4 -9.192
5 24 4.975 4 -12.010 4.975 17 -12.010 0 4 -13 9.192 4 -9.192
5 24 -9.192 4 -9.192 -9.192 17 -9.192 -4.975 4 -12.010 -12.010 4 -4.975
5 24 9.192 4 -9.192 9.192 17 -9.192 4.975 4 -12.010 12.010 4 -4.975
5 24 -12.010 4 -4.975 -12.010 17 -4.975 -9.192 4 -9.192 -13 4 0
5 24 12.010 4 -4.975 12.010 17 -4.975 9.192 4 -9.192 13 4 0
0
5 24 0 17 -13 0 19.828 -11.536 -4.975 17 -12.010 4.975 17 -12.010
5 24 -4.975 17 -12.010 -4.415 19.828 -10.658 0 17 -13 -9.192 17 -9.192
5 24 4.975 17 -12.010 4.415 19.828 -10.658 0 17 -13 9.192 17 -9.192
5 24 -9.192 17 -9.192 -8.157 19.828 -8.157 -4.975 17 -12.010 -12.010 17 -4.975
5 24 9.192 17 -9.192 8.157 19.828 -8.157 4.975 17 -12.010 12.010 17 -4.975
5 24 -12.010 17 -4.975 -10.658 19.828 -4.415 -9.192 17 -9.192 -13 17 0
5 24 12.010 17 -4.975 10.658 19.828 -4.415 9.192 17 -9.192 13 17 0
0
0 L3P ELSEPOV
0   #if (L3Studs)
0     difference {
0     cylinder { <0,0,0>, <0,-4,0>, 6 }
0     cylinder { <0,0.01,0>, <0,-4.01,0>, 4 }
0     }
0 #end
0 object { ring3_dot_dat matrix <2,0,0,0,1,0,0,0,2,0,0,0> }
0 object { ring2_dot_dat matrix <2,0,0,0,1,0,0,0,2,0,4,0> }
0 object { _4_dash_4cyli_dot_dat matrix <6,0,0,0,20,0,0,0,6,0,4,0> }
0 object { ring3_dot_dat matrix <2,0,0,0,1,0,0,0,2,0,24,0> }
0 object { _4_dash_4cyli_dot_dat matrix <8,0,0,0,3,0,0,0,8,0,21,0> }
0
0 cylinder { <0,0,0>,<0,17,0>,13.001
0 clipped_by {
0   union {
0    prism {linear_sweep linear_spline 0,14,3
0   <-3.5,10>,<-2.25,10>,<-2.34512,9.52162>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-3.5,10>,<-2.34512,9.52162>,<-2.61613,9.11613>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-3.5,10>,<-2.61613,9.11613>,<-3.02163,8.84513>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-3.5,10>,<-3.02163,8.84513>,<-3.5,8.75>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-3.5,10>,<-3.5,8.75>,<-3.97837,8.84513>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-3.5,10>,<-3.97837,8.84513>,<-4.38387,9.11613>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-3.5,10>,<-4.38387,9.11613>,<-4.65487,9.52162>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-3.5,10>,<-4.65487,9.52162>,<-4.75,10>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-3.5,10>,<-4.75,10>,<-4.65487,10.4784>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-3.5,10>,<-4.65487,10.4784>,<-4.38387,10.8839>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-3.5,10>,<-4.38387,10.8839>,<-3.97837,11.1549>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-3.5,10>,<-3.97837,11.1549>,<-3.5,11.25>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-3.5,10>,<-3.5,11.25>,<-3.02163,11.1549>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-3.5,10>,<-3.02163,11.1549>,<-2.61613,10.8839>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-3.5,10>,<-2.61613,10.8839>,<-2.34512,10.4784>}
0    prism {linear_sweep linear_spline 0,14,3
0   <-3.5,10>,<-2.34512,10.4784>,<-2.25,10>}
0    prism {linear_sweep linear_spline 0,14,3
0   <3.5,10>,<4.75,10>,<4.65487,9.52162>}
0    prism {linear_sweep linear_spline 0,14,3
0   <3.5,10>,<4.65487,9.52162>,<4.38387,9.11613>}
0    prism {linear_sweep linear_spline 0,14,3
0   <3.5,10>,<4.38387,9.11613>,<3.97837,8.84513>}
0    prism {linear_sweep linear_spline 0,14,3
0   <3.5,10>,<3.97837,8.84513>,<3.5,8.75>}
0    prism {linear_sweep linear_spline 0,14,3
0   <3.5,10>,<3.5,8.75>,<3.02163,8.84513>}
0    prism {linear_sweep linear_spline 0,14,3
0   <3.5,10>,<3.02163,8.84513>,<2.61613,9.11613>}
0    prism {linear_sweep linear_spline 0,14,3
0   <3.5,10>,<2.61613,9.11613>,<2.34512,9.52162>}
0    prism {linear_sweep linear_spline 0,14,3
0   <3.5,10>,<2.34512,9.52162>,<2.25,10>}
0    prism {linear_sweep linear_spline 0,14,3
0   <3.5,10>,<2.25,10>,<2.34512,10.4784>}
0    prism {linear_sweep linear_spline 0,14,3
0   <3.5,10>,<2.34512,10.4784>,<2.61613,10.8839>}
0    prism {linear_sweep linear_spline 0,14,3
0   <3.5,10>,<2.61613,10.8839>,<3.02163,11.1549>}
0    prism {linear_sweep linear_spline 0,14,3
0   <3.5,10>,<3.02163,11.1549>,<3.5,11.25>}
0    prism {linear_sweep linear_spline 0,14,3
0   <3.5,10>,<3.5,11.25>,<3.97837,11.1549>}
0    prism {linear_sweep linear_spline 0,14,3
0   <3.5,10>,<3.97837,11.1549>,<4.38387,10.8839>}
0    prism {linear_sweep linear_spline 0,14,3
0   <3.5,10>,<4.38387,10.8839>,<4.65487,10.4784>}
0    prism {linear_sweep linear_spline 0,14,3
0   <3.5,10>,<4.65487,10.4784>,<4.75,10>}
0     prism {linear_sweep linear_spline 0,14,3
0     <0,4>,<0,6>,<-1.244,4>}
0     prism {linear_sweep linear_spline 0,14,3
0     <0,4>,<0,6>,<1.244,4>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-1.244,4>,<-2.488,6.5>,<-3.732,4.5>,<-3.732,4>}
0     prism {linear_sweep linear_spline 0,14,4
0     <1.244,4>,<2.488,6.5>,<3.732,4.5>,<3.732,4>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-3.732,4>,<-3.732,4.5>,<-4.975,7>,<-4.975,4>}
0     prism {linear_sweep linear_spline 0,14,4
0     <3.732,4>,<3.732,4.5>,<4.975,7>,<4.975,4>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-4.975,4>,<-4.975,7>,<-6.029,5>,<-6.029,4>}
0     prism {linear_sweep linear_spline 0,14,4
0     <4.975,4>,<4.975,7>,<6.029,5>,<6.029,4>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-6.029,4>,<-6.029,5>,<-7.084,7.5>,<-7.084,4>}
0     prism {linear_sweep linear_spline 0,14,4
0     <6.029,4>,<6.029,5>,<7.084,7.5>,<7.084,4>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-7.084,4>,<-7.084,7.5>,<-8.138,5.5>,<-8.138,4>}
0     prism {linear_sweep linear_spline 0,14,4
0     <7.084,4>,<7.084,7.5>,<8.138,5.5>,<8.138,4>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-8.138,4>,<-8.138,5.5>,<-9.192,8>,<-9.192,4>}
0     prism {linear_sweep linear_spline 0,14,4
0     <8.138,4>,<8.138,5.5>,<9.192,8>,<9.192,4>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-9.192,4>,<-9.192,8>,<-9.897,6.5>,<-9.897,4>}
0     prism {linear_sweep linear_spline 0,14,4
0     <9.192,4>,<9.192,8>,<9.897,6.5>,<9.897,4>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-9.897,4>,<-9.897,6.5>,<-10.601,9>,<-10.601,4>}
0     prism {linear_sweep linear_spline 0,14,4
0     <9.897,4>,<9.897,6.5>,<10.601,9>,<10.601,4>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-10.601,4>,<-10.601,9>,<-11.306,7.5>,<-11.306,4>}
0     prism {linear_sweep linear_spline 0,14,4
0     <10.601,4>,<10.601,9>,<11.306,7.5>,<11.306,4>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-11.306,4>,<-11.306,7.5>,<-12.010,10>,<-12.010,4>}
0     prism {linear_sweep linear_spline 0,14,4
0     <11.306,4>,<11.306,7.5>,<12.010,10>,<12.010,4>}
0     prism {linear_sweep linear_spline 0,14,4
0     <0,2.586>,<0,4>,<-4.975,4>,<-4.695,2.586>}
0     prism {linear_sweep linear_spline 0,14,4
0     <0,2.586>,<0,4>,<4.975,4>,<4.695,2.586>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-4.695,2.586>,<-4.975,4>,<-9.192,4>,<-8.675,2.586>}
0     prism {linear_sweep linear_spline 0,14,4
0     <4.695,2.586>,<4.975,4>,<9.192,4>,<8.675,2.586>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-8.675,2.586>,<-9.192,4>,<-12.010,4>,<-11.334,2.586>}
0     prism {linear_sweep linear_spline 0,14,4
0     <8.675,2.586>,<9.192,4>,<12.010,4>,<11.334,2.586>}
0   } rotate <-90,0,0>
0 }
0 #if (version >= 3.1) material #else texture #end { L3Color0 }
0 }
0 cylinder { <0,0,0>,<0,17,0>,13.001
0 clipped_by {
0   union {
0     prism {linear_sweep linear_spline 0,14,4
0     <0,13.75>,<-2,13>,<-2,16.75>,<0,17>}
0     prism {linear_sweep linear_spline 0,14,4
0     <0,13.75>,<2,13>,<2,16.75>,<0,17>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-2,13>,<-4,14.75>,<-4,15>,<-2,16.75>}
0     prism {linear_sweep linear_spline 0,14,4
0     <2,13>,<4,14.75>,<4,15>,<2,16.75>}
0   } rotate <-90,0,0>
0 }
0 #if (version >= 3.1) material #else texture #end { L3Color4 }
0 }
0 torus{9,4 clipped_by{difference{box{<-13,4,-13>,<13,-4,13>}
0 cylinder{<0,0,0>,<0,4,0>,9} plane{y,0}}}translate <0,17,0>}
0 plane{y,21 clipped_by{difference{sphere{<0,21,0>,9} sphere{<0,21,0>,8}}}}
0
0 torus{9,4 clipped_by{difference{box{<-13,-4,-13>,<13,4,13>}
0 cylinder{<0,0,0>,<0,-4,0>,9} plane{-y,0}}}translate <0,4,0>}
0 plane{y,0 clipped_by{difference{sphere{<0,0,0>,9} sphere{<0,0,0>,8}}}}
0
0 cylinder{<0,4,0>,<0,17,0>,13}
0
0 L3P ENDPOV
0


Special: 
[DAT] (requires LDraw-compatible viewer)
Subject: 
POV dat - 3626bp7c - Minifig Head with Blue Wrap-Around Sunglasses Pattern - POV
Newsgroups: 
lugnet.cad.ray, lugnet.cad.dat.parts
Date: 
Mon, 22 Feb 2010 00:29:56 GMT
Highlighted: 
(details)
Viewed: 
19631 times
  
0 Minifig Head with Blue Wrap-Around Sunglasses Pattern - POV
0 Name: 3626bp7c.dat
0 Author: Andrew Westrate
0 Unofficial Part
0 // Inline POV code generated by MFHead v0.01
0 // Inline POV code edited to comply with L3P v 1.4 2010-02-22
0 CMDLINE -C14
0 KEYWORDS Ross Ranger, Town, Arctic, A1, explorer
0 KEYWORDS Antarctic, Antarctica, polar, north pole, south pole
0 BFC CERTIFY CW
0 // replacing s\3626bs01.dat
0 L3P IFNOTPOV
1 16 0 0 0 1 0 0 0 1 0 0 0 1 s\3626bs02.dat
1 16 0 4 0 13 0 0 0 13 0 0 0 13 2-4cyli.dat
1 16 0 4 0 0 0 8 0 -6.4 0 8 0 0 t04o6250.dat
1 16 0 4 0 -8 0 0 0 -6.4 0 0 0 8 t04o6250.dat
1 16 0 17 0 0 0 -8 0 6.4 0 8 0 0 t04o6250.dat
1 16 0 17 0 8 0 0 0 6.4 0 0 0 8 t04o6250.dat
1 16 0 4 0 0 0 -8 0 -6.4 0 -8 0 0 t04o6250.dat
1 16 0 4 0 8 0 0 0 -6.4 0 0 0 -8 t04o6250.dat
1 16 0 17 0 0 0 8 0 6.4 0 -8 0 0 t04o6250.dat
1 16 0 17 0 -8 0 0 0 6.4 0 0 0 -8 t04o6250.dat
4 16 0 15.2 -13 -4.975 15.2 -12.01 -4.975 12.25 -12.01 0 12.25 -13
4 16 -1.75 15.2 -12.6518 0 15.2 -13 0 16 -13 -1.75 15.75 -12.6518
3 16 -3 15.2 -12.403 -1.75 15.2 -12.6518 -1.75 15.75 -12.6518
3 16 -3 15.2 -12.403 -3.5 15.5 -12.3035 -3.5 15.2 -12.3035
4 16 -4.975 17 -12.01 -4.975 15.2 -12.01 -3.5 15.2 -12.3035 -3.5 17 -12.3035
4 16 -1.75 17 -12.6518 -3.5 17 -12.3035 -3.5 16 -12.3035 -1.75 16.75 -12.6518
3 16 0 17 -13 -1.75 17 -12.6518 -1.75 16.75 -12.6518
4 0 -1.75 15.75 -12.6518 0 16 -13 0 17 -13 -1.75 16.75 -12.6518
4 0 -3 15.2 -12.403 -1.75 15.75 -12.6518 -1.75 16.75 -12.6518 -3.5 16 -12.3035
3 0 -3.5 15.5 -12.3035 -3 15.2 -12.403 -3.5 16 -12.3035
4 0 0 8.25 -13 0 10 -13 -1.5 10 -12.7015 -0.75 8.5 -12.8508
4 0 -1.75 12.25 -12.6518 -2.25 11.5 -12.5523 -1.5 10 -12.7015 -0.5 10 -12.9005
4 0 -1.75 12.25 -12.6518 -4.975 12.25 -12.01 -4.975 11.5 -12.01 -2.25 11.5 -12.5523
4 0 -9.192 9.75 -9.192 -4.975 11.5 -12.01 -4.975 12.25 -12.01 -9.192 10.5 -9.192
4 0 -10.75 9.25 -6.8605 -10 9 -7.9829 -9.192 9.75 -9.192 -9.192 10.5 -9.192
4 0 -10.75 9.25 -6.8605 -10.25 8.25 -7.6088 -9.5 7.75 -8.7311 -10 9 -7.9829
4 5 0 5 -13 0 6 -13 -3 6 -12.403 -3 5 -12.403
4 5 -4.975 5.25 -12.01 -3 5 -12.403 -3 6 -12.403 -4.975 6.25 -12.01
4 5 -7 6.5 -10.6568 -7 5.5 -10.6568 -4.975 5.25 -12.01 -4.975 6.25 -12.01
4 5 -9.192 7.5 -9.192 -9.192 6.5 -9.192 -7 5.5 -10.6568 -7 6.5 -10.6568
4 5 -10.25 8.25 -7.6088 -11 8.75 -6.4864 -11 7.75 -6.4864 -10 7 -7.9829
4 5 -9.192 7.5 -9.192 -9.5 7.75 -8.7311 -10 7 -7.9829 -9.192 6.5 -9.192
3 5 -9.5 7.75 -8.7311 -10.25 8.25 -7.6088 -10 7 -7.9829
4 1 0 8.25 -13 -0.75 8.5 -12.8508 -3 6 -12.403 0 6 -13
4 1 -3 6 -12.403 -2.25 11.5 -12.5523 -4.975 11.5 -12.01 -4.975 6.25 -12.01
4 1 -9.192 9.75 -9.192 -7 6.5 -10.6568 -4.975 6.25 -12.01 -4.975 11.5 -12.01
4 1 -10 9 -7.9829 -9.5 7.75 -8.7311 -9.192 7.5 -9.192 -9.192 9.75 -9.192
3 1 -9.192 7.5 -9.192 -7 6.5 -10.6568 -9.192 9.75 -9.192
3 1 -0.75 8.5 -12.8508 -2.25 11.5 -12.5523 -3 6 -12.403
4 16 -3 5 -12.403 -4.975 4 -12.01 0 4 -13 0 5 -13
4 16 -7 5.5 -10.6568 -9.192 6.5 -9.192 -9.192 4 -9.192 -4.975 4 -12.01
4 16 -12.01 4 -4.975 -9.192 4 -9.192 -9.192 6.5 -9.192 -10 7 -7.9829
3 16 -4.975 4 -12.01 -4.975 5.25 -12.01 -7 5.5 -10.6568
3 16 -3 5 -12.403 -4.975 5.25 -12.01 -4.975 4 -12.01
3 16 -10 7 -7.9829 -11 7.75 -6.4864 -12.01 4 -4.975
4 16 -12.01 4 -4.975 -11 7.75 -6.4864 -11 8.75 -6.4864 -12.01 17 -4.975
3 16 -10.25 8.25 -7.6088 -10.75 9.25 -6.8605 -11 8.75 -6.4864
3 16 -11 8.75 -6.4864 -10.75 9.25 -6.8605 -12.01 17 -4.975
3 16 -10.75 9.25 -6.8605 -9.192 10.5 -9.192 -12.01 17 -4.975
3 16 -9.192 10.5 -9.192 -9.192 17 -9.192 -12.01 17 -4.975
4 16 -4.975 17 -12.01 -9.192 17 -9.192 -9.192 10.5 -9.192 -4.975 12.25 -12.01
4 16 0 10 -13 0 12.25 -13 -1.75 12.25 -12.6518 -0.5 10 -12.9005
4 16 4.975 12.25 -12.01 4.975 15.2 -12.01 0 15.2 -13 0 12.25 -13
4 16 0 16 -13 0 15.2 -13 1.75 15.2 -12.6518 1.75 15.75 -12.6518
3 16 1.75 15.75 -12.6518 1.75 15.2 -12.6518 3 15.2 -12.403
3 16 3.5 15.2 -12.3035 3.5 15.5 -12.3035 3 15.2 -12.403
4 16 3.5 15.2 -12.3035 4.975 15.2 -12.01 4.975 17 -12.01 3.5 17 -12.3035
4 16 3.5 16 -12.3035 3.5 17 -12.3035 1.75 17 -12.6518 1.75 16.75 -12.6518
3 16 1.75 16.75 -12.6518 1.75 17 -12.6518 0 17 -13
4 0 0 17 -13 0 16 -13 1.75 15.75 -12.6518 1.75 16.75 -12.6518
4 0 1.75 16.75 -12.6518 1.75 15.75 -12.6518 3 15.2 -12.403 3.5 16 -12.3035
3 0 3.5 16 -12.3035 3 15.2 -12.403 3.5 15.5 -12.3035
4 0 1.5 10 -12.7015 0 10 -13 0 8.25 -13 0.75 8.5 -12.8508
4 0 1.5 10 -12.7015 2.25 11.5 -12.5523 1.75 12.25 -12.6518 0.5 10 -12.9005
4 0 4.975 11.5 -12.01 4.975 12.25 -12.01 1.75 12.25 -12.6518 2.25 11.5 -12.5523
4 0 4.975 12.25 -12.01 4.975 11.5 -12.01 9.192 9.75 -9.192 9.192 10.5 -9.192
4 0 9.192 9.75 -9.192 10 9 -7.9829 10.75 9.25 -6.8605 9.192 10.5 -9.192
4 0 9.5 7.75 -8.7311 10.25 8.25 -7.6088 10.75 9.25 -6.8605 10 9 -7.9829
4 5 3 6 -12.403 0 6 -13 0 5 -13 3 5 -12.403
4 5 3 6 -12.403 3 5 -12.403 4.975 5.25 -12.01 4.975 6.25 -12.01
4 5 4.975 5.25 -12.01 7 5.5 -10.6568 7 6.5 -10.6568 4.975 6.25 -12.01
4 5 7 5.5 -10.6568 9.192 6.5 -9.192 9.192 7.5 -9.192 7 6.5 -10.6568
4 5 11 7.75 -6.4864 11 8.75 -6.4864 10.25 8.25 -7.6088 10 7 -7.9829
4 5 10 7 -7.9829 9.5 7.75 -8.7311 9.192 7.5 -9.192 9.192 6.5 -9.192
3 5 10 7 -7.9829 10.25 8.25 -7.6088 9.5 7.75 -8.7311
4 1 3 6 -12.403 0.75 8.5 -12.8508 0 8.25 -13 0 6 -13
4 1 4.975 11.5 -12.01 2.25 11.5 -12.5523 3 6 -12.403 4.975 6.25 -12.01
4 1 4.975 6.25 -12.01 7 6.5 -10.6568 9.192 9.75 -9.192 4.975 11.5 -12.01
4 1 9.192 7.5 -9.192 9.5 7.75 -8.7311 10 9 -7.9829 9.192 9.75 -9.192
3 1 9.192 9.75 -9.192 7 6.5 -10.6568 9.192 7.5 -9.192
3 1 3 6 -12.403 2.25 11.5 -12.5523 0.75 8.5 -12.8508
4 16 0 4 -13 4.975 4 -12.01 3 5 -12.403 0 5 -13
4 16 9.192 4 -9.192 9.192 6.5 -9.192 7 5.5 -10.6568 4.975 4 -12.01
4 16 9.192 6.5 -9.192 9.192 4 -9.192 12.01 4 -4.975 10 7 -7.9829
3 16 7 5.5 -10.6568 4.975 5.25 -12.01 4.975 4 -12.01
3 16 4.975 4 -12.01 4.975 5.25 -12.01 3 5 -12.403
3 16 12.01 4 -4.975 11 7.75 -6.4864 10 7 -7.9829
4 16 11 8.75 -6.4864 11 7.75 -6.4864 12.01 4 -4.975 12.01 17 -4.975
3 16 11 8.75 -6.4864 10.75 9.25 -6.8605 10.25 8.25 -7.6088
3 16 12.01 17 -4.975 10.75 9.25 -6.8605 11 8.75 -6.4864
3 16 12.01 17 -4.975 9.192 10.5 -9.192 10.75 9.25 -6.8605
3 16 12.01 17 -4.975 9.192 17 -9.192 9.192 10.5 -9.192
4 16 9.192 10.5 -9.192 9.192 17 -9.192 4.975 17 -12.01 4.975 12.25 -12.01
4 16 1.75 12.25 -12.6518 0 12.25 -13 0 10 -13 0.5 10 -12.9005
4 16 -13 4 0 -12.01 4 -4.975 -12.01 17 -4.975 -13 17 0
5 24 -12.0107 4 -4.9751 -12.0107 17 -4.9751 -13 4 0 -9.1923 4 -9.1923
5 24 -9.192 4 -9.192 -9.192 17 -9.192 -12.01 4 -4.975 -4.975 4 -12.01
5 24 -4.975 4 -12.01 -4.975 17 -12.01 -9.192 4 -9.192 0 4 -13
5 24 0 4 -13 0 17 -13 -4.975 4 -12.01 4.975 4 -12.01
5 24 4.975 4 -12.01 4.975 17 -12.01 0 4 -13 9.192 4 -9.192
5 24 9.192 4 -9.192 9.192 17 -9.192 4.975 4 -12.01 12.01 4 -4.975
5 24 12.01 4 -4.975 12.01 17 -4.975 9.192 4 -9.192 13 4 0
4 16 13 17 0 12.01 17 -4.975 12.01 4 -4.975 13 4 0
5 24 13 4 0 13 17 0 12.01 4 -4.975 12.01 4 4.975
0
0
0 L3P ELSEPOV
0   #if (L3Studs)
0     difference {
0     cylinder { <0,0,0>, <0,-4,0>, 6 }
0     cylinder { <0,0.01,0>, <0,-4.01,0>, 4 }
0     }
0 #end
0 object { ring3_dot_dat matrix <2,0,0,0,1,0,0,0,2,0,0,0> }
0 object { ring2_dot_dat matrix <2,0,0,0,1,0,0,0,2,0,4,0> }
0 object { _4_dash_4cyli_dot_dat matrix <6,0,0,0,20,0,0,0,6,0,4,0> }
0 object { ring3_dot_dat matrix <2,0,0,0,1,0,0,0,2,0,24,0> }
0 object { _4_dash_4cyli_dot_dat matrix <8,0,0,0,3,0,0,0,8,0,21,0> }
0
0 cylinder { <0,0,0>,<0,17,0>,13.001
0 clipped_by {
0   union {
0     prism {linear_sweep linear_spline 0,14,4
0     <-1.75,15.75>,<0,16>,<0,17>,<-1.75,16.75>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-3,15.2>,<-1.75,15.75>,<-1.75,16.75>,<-3.5,16>}
0     prism {linear_sweep linear_spline 0,14,3
0     <-3.5,15.5>,<-3,15.2>,<-3.5,16>}
0     prism {linear_sweep linear_spline 0,14,4
0     <0,8.25>,<0,10>,<-1.5,10>,<-0.75,8.5>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-1.75,12.25>,<-2.25,11.5>,<-1.5,10>,<-0.5,10>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-1.75,12.25>,<-4.975,12.25>,<-4.975,11.5>,<-2.25,11.5>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-9.192,9.75>,<-4.975,11.5>,<-4.975,12.25>,<-9.192,10.5>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-10.75,9.25>,<-10,9>,<-9.192,9.75>,<-9.192,10.5>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-10.75,9.25>,<-10.25,8.25>,<-9.5,7.75>,<-10,9>}
0     prism {linear_sweep linear_spline 0,14,4
0     <0,17>,<0,16>,<1.75,15.75>,<1.75,16.75>}
0     prism {linear_sweep linear_spline 0,14,4
0     <1.75,16.75>,<1.75,15.75>,<3,15.2>,<3.5,16>}
0     prism {linear_sweep linear_spline 0,14,3
0     <3.5,16>,<3,15.2>,<3.5,15.5>}
0     prism {linear_sweep linear_spline 0,14,4
0     <1.5,10>,<0,10>,<0,8.25>,<0.75,8.5>}
0     prism {linear_sweep linear_spline 0,14,4
0     <1.5,10>,<2.25,11.5>,<1.75,12.25>,<0.5,10>}
0     prism {linear_sweep linear_spline 0,14,4
0     <4.975,11.5>,<4.975,12.25>,<1.75,12.25>,<2.25,11.5>}
0     prism {linear_sweep linear_spline 0,14,4
0     <4.975,12.25>,<4.975,11.5>,<9.192,9.75>,<9.192,10.5>}
0     prism {linear_sweep linear_spline 0,14,4
0     <9.192,9.75>,<10,9>,<10.75,9.25>,<9.192,10.5>}
0     prism {linear_sweep linear_spline 0,14,4
0     <9.5,7.75>,<10.25,8.25>,<10.75,9.25>,<10,9>}
0   } rotate <-90,0,0>
0 }
0 #if (version >= 3.1) material #else texture #end { L3Color0 }
0 }
0 cylinder { <0,0,0>,<0,17,0>,13.001
0 clipped_by {
0   union {
0     prism {linear_sweep linear_spline 0,14,4
0     <0,5>,<0,6>,<-3,6>,<-3,5>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-4.975,5.25>,<-3,5>,<-3,6>,<-4.975,6.25>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-7,6.5>,<-7,5.5>,<-4.975,5.25>,<-4.975,6.25>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-9.192,7.5>,<-9.192,6.5>,<-7,5.5>,<-7,6.5>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-10.25,8.25>,<-11,8.75>,<-11,7.75>,<-10,7>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-9.192,7.5>,<-9.5,7.75>,<-10,7>,<-9.192,6.5>}
0     prism {linear_sweep linear_spline 0,14,3
0     <-9.5,7.75>,<-10.25,8.25>,<-10,7>}
0     prism {linear_sweep linear_spline 0,14,4
0     <3,6>,<0,6>,<0,5>,<3,5>}
0     prism {linear_sweep linear_spline 0,14,4
0     <3,6>,<3,5>,<4.975,5.25>,<4.975,6.25>}
0     prism {linear_sweep linear_spline 0,14,4
0     <4.975,5.25>,<7,5.5>,<7,6.5>,<4.975,6.25>}
0     prism {linear_sweep linear_spline 0,14,4
0     <7,5.5>,<9.192,6.5>,<9.192,7.5>,<7,6.5>}
0     prism {linear_sweep linear_spline 0,14,4
0     <11,7.75>,<11,8.75>,<10.25,8.25>,<10,7>}
0     prism {linear_sweep linear_spline 0,14,4
0     <10,7>,<9.5,7.75>,<9.192,7.5>,<9.192,6.5>}
0     prism {linear_sweep linear_spline 0,14,3
0     <10,7>,<10.25,8.25>,<9.5,7.75>}
0   } rotate <-90,0,0>
0 }
0 #if (version >= 3.1) material #else texture #end { L3Color5 }
0 }
0 cylinder { <0,0,0>,<0,17,0>,13.001
0 clipped_by {
0   union {
0     prism {linear_sweep linear_spline 0,14,4
0     <0,8.25>,<-0.75,8.5>,<-3,6>,<0,6>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-3,6>,<-2.25,11.5>,<-4.975,11.5>,<-4.975,6.25>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-9.192,9.75>,<-7,6.5>,<-4.975,6.25>,<-4.975,11.5>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-10,9>,<-9.5,7.75>,<-9.192,7.5>,<-9.192,9.75>}
0     prism {linear_sweep linear_spline 0,14,3
0     <-9.192,7.5>,<-7,6.5>,<-9.192,9.75>}
0     prism {linear_sweep linear_spline 0,14,3
0     <-0.75,8.5>,<-2.25,11.5>,<-3,6>}
0     prism {linear_sweep linear_spline 0,14,4
0     <3,6>,<0.75,8.5>,<0,8.25>,<0,6>}
0     prism {linear_sweep linear_spline 0,14,4
0     <4.975,11.5>,<2.25,11.5>,<3,6>,<4.975,6.25>}
0     prism {linear_sweep linear_spline 0,14,4
0     <4.975,6.25>,<7,6.5>,<9.192,9.75>,<4.975,11.5>}
0     prism {linear_sweep linear_spline 0,14,4
0     <9.192,7.5>,<9.5,7.75>,<10,9>,<9.192,9.75>}
0     prism {linear_sweep linear_spline 0,14,3
0     <9.192,9.75>,<7,6.5>,<9.192,7.5>}
0     prism {linear_sweep linear_spline 0,14,3
0     <3,6>,<2.25,11.5>,<0.75,8.5>}
0   } rotate <-90,0,0>
0 }
0 #if (version >= 3.1) material #else texture #end { L3Color1 }
0 }
0 torus{9,4 clipped_by{difference{box{<-13,4,-13>,<13,-4,13>}
0 cylinder{<0,0,0>,<0,4,0>,9} plane{y,0}}}translate <0,17,0>}
0 plane{y,21 clipped_by{difference{sphere{<0,21,0>,9} sphere{<0,21,0>,8}}}}
0
0 torus{9,4 clipped_by{difference{box{<-13,-4,-13>,<13,4,13>}
0 cylinder{<0,0,0>,<0,-4,0>,9} plane{-y,0}}}translate <0,4,0>}
0 plane{y,0 clipped_by{difference{sphere{<0,0,0>,9} sphere{<0,0,0>,8}}}}
0
0 cylinder{<0,4,0>,<0,17,0>,13}
0
0 L3P ENDPOV
0


Special: 
[DAT] (requires LDraw-compatible viewer)
Subject: 
POV dat - 3626bp7b - Minifig Head with Blue Sunglasses Pattern - POV
Newsgroups: 
lugnet.cad.ray, lugnet.cad.dat.parts
Date: 
Mon, 22 Feb 2010 00:29:11 GMT
Highlighted: 
(details)
Viewed: 
19529 times
  
0 Minifig Head with Blue Sunglasses Pattern - POV
0 Name: 3626bp7b.dat
0 Author: Andrew Westrate
0 Unofficial Part
0 // Inline POV code generated by MFHead v0.01
0 // Inline POV code edited to comply with L3P v 1.4 2010-02-22
0 CMDLINE -C14
0 KEYWORDS Scooter, Town, Arctic, A2, explorer
0 KEYWORDS Antarctic, Antarctica, polar, north pole, south pole
0 BFC CERTIFY CW
0 // 2004-04-15 AJW added torus primitives
0 // replacing s\3626bs01.dat
0 L3P IFNOTPOV
1 16 0 0 0 1 0 0 0 1 0 0 0 1 s\3626bs02.dat
1 16 0 4 0 13 0 0 0 13 0 0 0 13 2-4cyli.dat
1 16 0 4 0 0 0 8 0 -6.4 0 8 0 0 t04o6250.dat
1 16 0 4 0 -8 0 0 0 -6.4 0 0 0 8 t04o6250.dat
1 16 0 17 0 0 0 -8 0 6.4 0 8 0 0 t04o6250.dat
1 16 0 17 0 8 0 0 0 6.4 0 0 0 8 t04o6250.dat
4 16 0 15.2 -13 -4.975 15.2 -12.01 -4.975 11.5 -12.01 0 11.5 -13
4 16 -1.75 15.2 -12.6518 0 15.2 -13 0 16 -13 -1.75 15.75 -12.6518
3 16 -3 15.2 -12.403 -1.75 15.2 -12.6518 -1.75 15.75 -12.6518
3 16 -3 15.2 -12.403 -3.5 15.5 -12.3035 -3.5 15.2 -12.3035
4 16 -4.975 17 -12.01 -4.975 15.2 -12.01 -3.5 15.2 -12.3035 -3.5 17 -12.3035
4 16 -1.75 17 -12.6518 -4.975 17 -12.01 -3.5 16 -12.3035 -1.75 16.75 -12.6518
3 16 0 17 -13 -1.75 17 -12.6518 -1.75 16.75 -12.6518
4 0 -1.75 15.75 -12.6518 0 16 -13 0 17 -13 -1.75 16.75 -12.6518
4 0 -3 15.2 -12.403 -1.75 15.75 -12.6518 -1.75 16.75 -12.6518 -3.5 16 -12.3035
3 0 -3.5 15.5 -12.3035 -3 15.2 -12.403 -3.5 16 -12.3035
4 0 .75 8.75 -12.8508 0 8.5 -13 0 8 -13 2 7.5 -12.602
3 0 2 7.5 -12.602 2 8.25 -12.602 .75 8.75 -12.8508
4 0 4.975 10.75 -12.01 4.975 11.5 -12.01 4 11.5 -12.204 4 10.75 -12.204
4 0 3 11 -12.403 3 10 -12.403 4 10.75 -12.204 4 11.5 -12.204
4 0 1.5 9.5 -12.7015 2 9 -12.602 3 10 -12.403 3 11 -12.403
4 0 .75 8.75 -12.8508 2 8.25 -12.602 2 9 -12.602 1.5 9.5 -12.7015
4 0 2 8.25 -12.602 2 7.5 -12.602 3.5 7 -12.3035 3.75 7.75 -12.2538
4 0 3.5 7 -12.3035 4.975 7 -12.01 4.975 7.75 -12.01 3.75 7.75 -12.2538
4 0 4.975 10.75 -12.01 7 10.5 -10.6568 7 11.25 -10.6568 4.975 11.5 -12.01
4 0 7 10.5 -10.6568 9.192 9.5 -9.192 9.192 10.25 -9.192 7 11.25 -10.6568
4 0 9.192 9.5 -9.192 9.75 8.75 -8.357 11.5 9 -5.7382 9.192 10.25 -9.192
4 0 9.75 8.75 -8.357 9.192 8.25 -9.192 9.192 7.5 -9.192 11.5 8.25 -5.7382
3 0 9.75 8.75 -8.357 11.5 8.25 -5.7382 11.5 9 -5.7382
4 0 4.975 7.75 -12.01 4.975 7 -12.01 7 7 -10.6568 7 7.75 -10.6568
4 0 9.192 8.25 -9.192 7 7.75 -10.6568 7 7 -10.6568 9.192 7.5 -9.192
4 1 3 10 -12.403 2 9 -12.602 2 8.25 -12.602 3.75 7.75 -12.2538
4 1 3.75 7.75 -12.2538 4.975 7.75 -12.01 4 10.75 -12.204 3 10 -12.403
3 1 4.975 7.75 -12.01 4.975 10.75 -12.01 4 10.75 -12.204
4 1 4.975 7.75 -12.01 7 7.75 -10.6568 7 10.5 -10.6568 4.975 10.75 -12.01
4 1 7 7.75 -10.6568 9.192 8.25 -9.192 9.192 9.5 -9.192 7 10.5 -10.6568
3 1 9.192 8.25 -9.192 9.75 8.75 -8.357 9.192 9.5 -9.192
4 16 11.5 9 -5.7382 11.5 8.25 -5.7382 12.01 4 -4.975 12.01 17 -4.975
4 16 12.01 17 -4.975 9.192 17 -9.192 9.192 10.25 -9.192 11.5 9 -5.7382
4 16 9.192 4 -9.192 12.01 4 -4.975 11.5 8.25 -5.7382 9.192 7.5 -9.192
4 16 7 7 -10.6568 4.975 7 -12.01 4.975 4 -12.01 9.192 4 -9.192
4 16 9.192 17 -9.192 4.975 17 -12.01 4.975 11.5 -12.01 7 11.25 -10.6568
4 16 0 4 -13 4.975 4 -12.01 3.5 7 -12.3035 2 7.5 -12.602
3 16 4.975 4 -12.01 4.975 7 -12.01 3.5 7 -12.3035
3 16 7 7 -10.6568 9.192 4 -9.192 9.192 7.5 -9.192
3 16 9.192 17 -9.192 7 11.25 -10.6568 9.192 10.25 -9.192
3 16 0 8 -13 0 4 -13 2 7.5 -12.602
4 16 .75 8.75 -12.8508 1.5 9.5 -12.7015 0 11.5 -13 0 8.5 -13
3 16 1.5 9.5 -12.7015 3 11 -12.403 0 11.5 -13
3 16 0 11.5 -13 3 11 -12.403 4 11.5 -12.204
4 16 4.975 11.5 -12.01 4.975 15.2 -12.01 0 15.2 -13 0 11.5 -13
4 16 0 16 -13 0 15.2 -13 1.75 15.2 -12.6518 1.75 15.75 -12.6518
3 16 1.75 15.75 -12.6518 1.75 15.2 -12.6518 3 15.2 -12.403
3 16 3.5 15.2 -12.3035 3.5 15.5 -12.3035 3 15.2 -12.403
4 16 3.5 15.2 -12.3035 4.975 15.2 -12.01 4.975 17 -12.01 3.5 17 -12.3035
4 16 3.5 16 -12.3035 4.975 17 -12.01 1.75 17 -12.6518 1.75 16.75 -12.6518
3 16 1.75 16.75 -12.6518 1.75 17 -12.6518 0 17 -13
4 0 0 17 -13 0 16 -13 1.75 15.75 -12.6518 1.75 16.75 -12.6518
4 0 1.75 16.75 -12.6518 1.75 15.75 -12.6518 3 15.2 -12.403 3.5 16 -12.3035
3 0 3.5 16 -12.3035 3 15.2 -12.403 3.5 15.5 -12.3035
4 0 0 8 -13 0 8.5 -13 -.75 8.75 -12.8508 -2 7.5 -12.602
3 0 -.75 8.75 -12.8508 -2 8.25 -12.602 -2 7.5 -12.602
4 0 -4 11.5 -12.204 -4.975 11.5 -12.01 -4.975 10.75 -12.01 -4 10.75 -12.204
4 0 -4 10.75 -12.204 -3 10 -12.403 -3 11 -12.403 -4 11.5 -12.204
4 0 -3 10 -12.403 -2 9 -12.602 -1.5 9.5 -12.7015 -3 11 -12.403
4 0 -2 9 -12.602 -2 8.25 -12.602 -.75 8.75 -12.8508 -1.5 9.5 -12.7015
4 0 -3.5 7 -12.3035 -2 7.5 -12.602 -2 8.25 -12.602 -3.75 7.75 -12.2538
4 0 -4.975 7.75 -12.01 -4.975 7 -12.01 -3.5 7 -12.3035 -3.75 7.75 -12.2538
4 0 -7 11.25 -10.6568 -7 10.5 -10.6568 -4.975 10.75 -12.01 -4.975 11.5 -12.01
4 0 -9.192 10.25 -9.192 -9.192 9.5 -9.192 -7 10.5 -10.6568 -7 11.25 -10.6568
4 0 -11.5 9 -5.7382 -9.75 8.75 -8.357 -9.192 9.5 -9.192 -9.192 10.25 -9.192
4 0 -9.192 7.5 -9.192 -9.192 8.25 -9.192 -9.75 8.75 -8.357 -11.5 8.25 -5.7382
3 0 -11.5 9 -5.7382 -11.5 8.25 -5.7382 -9.75 8.75 -8.357
4 0 -7 7 -10.6568 -4.975 7 -12.01 -4.975 7.75 -12.01 -7 7.75 -10.6568
4 0 -7 7 -10.6568 -7 7.75 -10.6568 -9.192 8.25 -9.192 -9.192 7.5 -9.192
4 1 -2 8.25 -12.602 -2 9 -12.602 -3 10 -12.403 -3.75 7.75 -12.2538
4 1 -4 10.75 -12.204 -4.975 7.75 -12.01 -3.75 7.75 -12.2538 -3 10 -12.403
3 1 -4 10.75 -12.204 -4.975 10.75 -12.01 -4.975 7.75 -12.01
4 1 -7 10.5 -10.6568 -7 7.75 -10.6568 -4.975 7.75 -12.01 -4.975 10.75 -12.01
4 1 -9.192 9.5 -9.192 -9.192 8.25 -9.192 -7 7.75 -10.6568 -7 10.5 -10.6568
3 1 -9.192 9.5 -9.192 -9.75 8.75 -8.357 -9.192 8.25 -9.192
4 16 -12.01 4 -4.975 -11.5 8.25 -5.7382 -11.5 9 -5.7382 -12.01 17 -4.975
4 16 -9.192 10.25 -9.192 -9.192 17 -9.192 -12.01 17 -4.975 -11.5 9 -5.7382
4 16 -11.5 8.25 -5.7382 -12.01 4 -4.975 -9.192 4 -9.192 -9.192 7.5 -9.192
4 16 -4.975 4 -12.01 -4.975 7 -12.01 -7 7 -10.6568 -9.192 4 -9.192
4 16 -4.975 11.5 -12.01 -4.975 17 -12.01 -9.192 17 -9.192 -7 11.25 -10.6568
4 16 -3.5 7 -12.3035 -4.975 4 -12.01 0 4 -13 -2 7.5 -12.602
3 16 -3.5 7 -12.3035 -4.975 7 -12.01 -4.975 4 -12.01
3 16 -9.192 7.5 -9.192 -9.192 4 -9.192 -7 7 -10.6568
3 16 -9.192 10.25 -9.192 -7 11.25 -10.6568 -9.192 17 -9.192
3 16 -2 7.5 -12.602 0 4 -13 0 8 -13
4 16 0 11.5 -13 -1.5 9.5 -12.7015 -.75 8.75 -12.8508 0 8.5 -13
3 16 0 11.5 -13 -3 11 -12.403 -1.5 9.5 -12.7015
3 16 -4 11.5 -12.204 -3 11 -12.403 0 11.5 -13
0 Remaining quads and conditional lines
4 16 -13 4 0 -12.01 4 -4.975 -12.01 17 -4.975 -13 17 0
5 24 -12.0107 4 -4.9751 -12.0107 17 -4.9751 -13 4 0 -9.1923 4 -9.1923
5 24 -9.192 4 -9.192 -9.192 17 -9.192 -12.01 4 -4.975 -4.975 4 -12.01
5 24 -4.975 4 -12.01 -4.975 17 -12.01 -9.192 4 -9.192 0 4 -13
5 24 0 4 -13 0 17 -13 -4.975 4 -12.01 4.975 4 -12.01
5 24 4.975 4 -12.01 4.975 17 -12.01 0 4 -13 9.192 4 -9.192
5 24 9.192 4 -9.192 9.192 17 -9.192 4.975 4 -12.01 12.01 4 -4.975
5 24 12.01 4 -4.975 12.01 17 -4.975 9.192 4 -9.192 13 4 0
4 16 13 17 0 12.01 17 -4.975 12.01 4 -4.975 13 4 0
5 24 13 4 0 13 17 0 12.01 4 -4.975 12.01 4 4.975
0
1 16 0 4 0 0 0 -8 0 -6.4 0 -8 0 0 t04o6250.dat
1 16 0 4 0 8 0 0 0 -6.4 0 0 0 -8 t04o6250.dat
1 16 0 17 0 0 0 8 0 6.4 0 -8 0 0 t04o6250.dat
1 16 0 17 0 -8 0 0 0 6.4 0 0 0 -8 t04o6250.dat
0
0 L3P ELSEPOV
0   #if (L3Studs)
0     difference {
0     cylinder { <0,0,0>, <0,-4,0>, 6 }
0     cylinder { <0,0.01,0>, <0,-4.01,0>, 4 }
0     }
0 #end
0 object { ring3_dot_dat matrix <2,0,0,0,1,0,0,0,2,0,0,0> }
0 object { ring2_dot_dat matrix <2,0,0,0,1,0,0,0,2,0,4,0> }
0 object { _4_dash_4cyli_dot_dat matrix <6,0,0,0,20,0,0,0,6,0,4,0> }
0 object { ring3_dot_dat matrix <2,0,0,0,1,0,0,0,2,0,24,0> }
0 object { _4_dash_4cyli_dot_dat matrix <8,0,0,0,3,0,0,0,8,0,21,0> }
0
0 cylinder { <0,0,0>,<0,17,0>,13.001
0 clipped_by {
0   union {
0     prism {linear_sweep linear_spline 0,14,4
0     <-1.75,15.75>,<0,16>,<0,17>,<-1.75,16.75>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-3,15.2>,<-1.75,15.75>,<-1.75,16.75>,<-3.5,16>}
0     prism {linear_sweep linear_spline 0,14,3
0     <-3.5,15.5>,<-3,15.2>,<-3.5,16>}
0     prism {linear_sweep linear_spline 0,14,4
0     <.75,8.75>,<0,8.5>,<0,8>,<2,7.5>}
0     prism {linear_sweep linear_spline 0,14,3
0     <2,7.5>,<2,8.25>,<.75,8.75>}
0     prism {linear_sweep linear_spline 0,14,4
0     <4.975,10.75>,<4.975,11.5>,<4,11.5>,<4,10.75>}
0     prism {linear_sweep linear_spline 0,14,4
0     <3,11>,<3,10>,<4,10.75>,<4,11.5>}
0     prism {linear_sweep linear_spline 0,14,4
0     <1.5,9.5>,<2,9>,<3,10>,<3,11>}
0     prism {linear_sweep linear_spline 0,14,4
0     <.75,8.75>,<2,8.25>,<2,9>,<1.5,9.5>}
0     prism {linear_sweep linear_spline 0,14,4
0     <2,8.25>,<2,7.5>,<3.5,7>,<3.75,7.75>}
0     prism {linear_sweep linear_spline 0,14,4
0     <3.5,7>,<4.975,7>,<4.975,7.75>,<3.75,7.75>}
0     prism {linear_sweep linear_spline 0,14,4
0     <4.975,10.75>,<7,10.5>,<7,11.25>,<4.975,11.5>}
0     prism {linear_sweep linear_spline 0,14,4
0     <7,10.5>,<9.192,9.5>,<9.192,10.25>,<7,11.25>}
0     prism {linear_sweep linear_spline 0,14,4
0     <9.192,9.5>,<9.75,8.75>,<11.5,9>,<9.192,10.25>}
0     prism {linear_sweep linear_spline 0,14,4
0     <9.75,8.75>,<9.192,8.25>,<9.192,7.5>,<11.5,8.25>}
0     prism {linear_sweep linear_spline 0,14,3
0     <9.75,8.75>,<11.5,8.25>,<11.5,9>}
0     prism {linear_sweep linear_spline 0,14,4
0     <4.975,7.75>,<4.975,7>,<7,7>,<7,7.75>}
0     prism {linear_sweep linear_spline 0,14,4
0     <9.192,8.25>,<7,7.75>,<7,7>,<9.192,7.5>}
0     prism {linear_sweep linear_spline 0,14,4
0     <0,17>,<0,16>,<1.75,15.75>,<1.75,16.75>}
0     prism {linear_sweep linear_spline 0,14,4
0     <1.75,16.75>,<1.75,15.75>,<3,15.2>,<3.5,16>}
0     prism {linear_sweep linear_spline 0,14,3
0     <3.5,16>,<3,15.2>,<3.5,15.5>}
0     prism {linear_sweep linear_spline 0,14,4
0     <0,8>,<0,8.5>,<-.75,8.75>,<-2,7.5>}
0     prism {linear_sweep linear_spline 0,14,3
0     <-.75,8.75>,<-2,8.25>,<-2,7.5>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-4,11.5>,<-4.975,11.5>,<-4.975,10.75>,<-4,10.75>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-4,10.75>,<-3,10>,<-3,11>,<-4,11.5>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-3,10>,<-2,9>,<-1.5,9.5>,<-3,11>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-2,9>,<-2,8.25>,<-.75,8.75>,<-1.5,9.5>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-3.5,7>,<-2,7.5>,<-2,8.25>,<-3.75,7.75>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-4.975,7.75>,<-4.975,7>,<-3.5,7>,<-3.75,7.75>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-7,11.25>,<-7,10.5>,<-4.975,10.75>,<-4.975,11.5>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-9.192,10.25>,<-9.192,9.5>,<-7,10.5>,<-7,11.25>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-11.5,9>,<-9.75,8.75>,<-9.192,9.5>,<-9.192,10.25>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-9.192,7.5>,<-9.192,8.25>,<-9.75,8.75>,<-11.5,8.25>}
0     prism {linear_sweep linear_spline 0,14,3
0     <-11.5,9>,<-11.5,8.25>,<-9.75,8.75>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-7,7>,<-4.975,7>,<-4.975,7.75>,<-7,7.75>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-7,7>,<-7,7.75>,<-9.192,8.25>,<-9.192,7.5>}
0   } rotate <-90,0,0>
0 }
0 #if (version >= 3.1) material #else texture #end { L3Color0 }
0 }
0 cylinder { <0,0,0>,<0,17,0>,13.001
0 clipped_by {
0   union {
0     prism {linear_sweep linear_spline 0,14,4
0     <3,10>,<2,9>,<2,8.25>,<3.75,7.75>}
0     prism {linear_sweep linear_spline 0,14,4
0     <3.75,7.75>,<4.975,7.75>,<4,10.75>,<3,10>}
0     prism {linear_sweep linear_spline 0,14,3
0     <4.975,7.75>,<4.975,10.75>,<4,10.75>}
0     prism {linear_sweep linear_spline 0,14,4
0     <4.975,7.75>,<7,7.75>,<7,10.5>,<4.975,10.75>}
0     prism {linear_sweep linear_spline 0,14,4
0     <7,7.75>,<9.192,8.25>,<9.192,9.5>,<7,10.5>}
0     prism {linear_sweep linear_spline 0,14,3
0     <9.192,8.25>,<9.75,8.75>,<9.192,9.5>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-2,8.25>,<-2,9>,<-3,10>,<-3.75,7.75>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-4,10.75>,<-4.975,7.75>,<-3.75,7.75>,<-3,10>}
0     prism {linear_sweep linear_spline 0,14,3
0     <-4,10.75>,<-4.975,10.75>,<-4.975,7.75>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-7,10.5>,<-7,7.75>,<-4.975,7.75>,<-4.975,10.75>}
0     prism {linear_sweep linear_spline 0,14,4
0     <-9.192,9.5>,<-9.192,8.25>,<-7,7.75>,<-7,10.5>}
0     prism {linear_sweep linear_spline 0,14,3
0     <-9.192,9.5>,<-9.75,8.75>,<-9.192,8.25>}
0   } rotate <-90,0,0>
0 }
0 #if (version >= 3.1) material #else texture #end { L3Color1 }
0 }
0 torus{9,4 clipped_by{difference{box{<-13,4,-13>,<13,-4,13>}
0 cylinder{<0,0,0>,<0,4,0>,9} plane{y,0}}}translate <0,17,0>}
0 plane{y,21 clipped_by{difference{sphere{<0,21,0>,9} sphere{<0,21,0>,8}}}}
0
0 torus{9,4 clipped_by{difference{box{<-13,-4,-13>,<13,4,13>}
0 cylinder{<0,0,0>,<0,-4,0>,9} plane{-y,0}}}translate <0,4,0>}
0 plane{y,0 clipped_by{difference{sphere{<0,0,0>,9} sphere{<0,0,0>,8}}}}
0
0 cylinder{<0,4,0>,<0,17,0>,13}
0
0 L3P ENDPOV
0


Special: 
[DAT] (requires LDraw-compatible viewer)
Subject: 
POV dat - 3626bp6f - Minifig Head with Female Eyes with Red Lips Pattern - POV
Newsgroups: 
lugnet.cad.ray, lugnet.cad.dat.parts
Date: 
Mon, 22 Feb 2010 00:28:23 GMT
Highlighted: 
(details)
Viewed: 
19568 times
  
0 Minifig Head with Female Eyes with Red Lips Pattern - POV
0 Name: 3626bp6f.dat
0 Author: Paul Easter
0 Unofficial Element
0 // using DAT code from LDRAW_ORG Part UPDATE 2005-01
0 // Inline POV code edited to comply with L3P v 1.4 2010-02-22
0 KEYWORDS face, Astro, Astrobots, lipstick, lady, Race, 6707
0 KEYWORDS alligator woman, green racer
0 BFC CERTIFY CW
0 CMDLINE -c14

0 // 2004-07-13 AJW added torus primitives

0 L3P IFNOTPOV

0 BFC CERTIFY CW
0 // replacing s\3626bs00.dat
1 16 0 0 0 1 0 0 0 1 0 0 0 1 s\3626bs02.dat
1 16 0 4 0 13 0 0 0 13 0 0 0 13 2-4cyli.dat
1 16 0 4 0 0 0 8 0 -6.4 0 8 0 0 t04o6250.dat
1 16 0 4 0 -8 0 0 0 -6.4 0 0 0 8 t04o6250.dat
1 16 0 17 0 0 0 -8 0 6.4 0 8 0 0 t04o6250.dat
1 16 0 17 0 8 0 0 0 6.4 0 0 0 8 t04o6250.dat
1 16 0 4 0 0 0 -8 0 -6.4 0 -8 0 0 t04o6250.dat
1 16 0 4 0 8 0 0 0 -6.4 0 0 0 -8 t04o6250.dat
1 16 0 17 0 0 0 8 0 6.4 0 -8 0 0 t04o6250.dat
1 16 0 17 0 -8 0 0 0 6.4 0 0 0 -8 t04o6250.dat

1 16 0 4 0 13 0 0 0 13 0 0 0 -13 1-8cyli.dat
1 16 0 4 0 -13 0 0 0 13 0 0 0 -13 1-8cyli.dat

3 16 0 4 -13 1.25 10.5 -12.7513 0 14.13 -13
3 16 0 4 -13 1.62 9.38 -12.6776 1.25 10.5 -12.7513
3 16 0 4 -13 2.13 8.62 -12.5762 1.62 9.38 -12.6776
3 16 0 4 -13 2.87 8.13 -12.4289 2.13 8.62 -12.5762
4 16 0 4 -13 4.975 4 -12.01 3.62 7.75 -12.2797 2.87 8.13 -12.4289
3 16 4.975 4 -12.01 4.62 7.38 -12.0807 3.62 7.75 -12.2797
3 16 4.975 4 -12.01 4.975 7.3 -12.01 4.62 7.38 -12.0807
3 16 4.25 8.75 -12.1543 4.975 8.46 -12.01 4.55 8.94 -12.0946
3 16 4.55 8.94 -12.0946 4.975 8.46 -12.01 4.88 9.43 -12.0289
3 16 4.88 9.43 -12.0289 4.975 8.46 -12.01 4.975 10.01 -12.01
3 16 1.25 10.5 -12.7513 1.38 10.62 -12.7254 0 14.13 -13
4 16 0 14.13 -13 1.38 10.62 -12.7254 2 10 -12.602 2.11 10.58 -12.5801
4 16 0 14.13 -13 2.11 10.58 -12.5801 2.44 11.06 -12.5145 .5 13.75 -12.9005
4 16 .5 13.75 -12.9005 2.44 11.06 -12.5145 2.93 11.39 -12.417 1.13 13.75 -12.7751
4 16 1.13 13.75 -12.7751 2.93 11.39 -12.417 3.5 11.5 -12.3035 2.88 14 -12.4269
4 16 2.88 14 -12.4269 3.5 11.5 -12.3035 4.07 11.39 -12.1901 3.75 14.38 -12.2538
4 16 3.75 14.38 -12.2538 4.07 11.39 -12.1901 4.975 17 -12.01 3.75 14.5 -12.2538
3 16 4.07 11.39 -12.1901 4.55 11.06 -12.0946 4.975 17 -12.01
3 16 4.55 11.06 -12.0946 4.88 10.58 -12.0289 4.975 17 -12.01
3 16 4.88 10.58 -12.0289 4.975 10.01 -12.01 4.975 17 -12.01
4 16 0 17 -13 0 16.5 -13 .75 16.5 -12.8508 4.975 17 -12.01
3 16 .75 16.5 -12.8508 2 16.13 -12.602 4.975 17 -12.01
3 16 2 16.13 -12.602 3.26 15.25 -12.3513 4.975 17 -12.01
3 16 3.26 15.25 -12.3513 3.75 14.5 -12.2538 4.975 17 -12.01
0
0 eye
4 0 1.25 10.5 -12.7513 1.62 9.38 -12.6776 2 10 -12.602 1.38 10.62 -12.7254
4 0 1.62 9.38 -12.6776 2.13 8.62 -12.5762 4.25 8.75 -12.1543 2 10 -12.602
3 0 2.13 8.62 -12.5762 2.87 8.13 -12.4289 4.25 8.75 -12.1543
3 0 2.87 8.13 -12.4289 3.62 7.75 -12.2797 4.25 8.75 -12.1543
4 0 3.62 7.75 -12.2797 4.62 7.38 -12.0807 4.975 8.46 -12.01 4.25 8.75 -12.1543
3 0 4.62 7.38 -12.0807 4.975 7.3 -12.01 4.975 8.46 -12.01
4 0 2 10 -12.602 4.25 8.75 -12.1543 4.55 8.94 -12.0946 2.11 10.58 -12.5801
4 0 2.11 10.58 -12.5801 4.55 8.94 -12.0946 4.88 9.43 -12.0289 2.44 11.06 -12.5145
4 0 2.44 11.06 -12.5145 4.88 9.43 -12.0289 4.975 10.01 -12.01 2.93 11.39 -12.417
4 0 2.93 11.39 -12.417 4.975 10.01 -12.01 4.88 10.58 -12.0289 3.5 11.5 -12.3035
4 0 3.5 11.5 -12.3035 4.88 10.58 -12.0289 4.55 11.06 -12.0946 4.07 11.39 -12.1901
0
0 mouth middle
4 6 0 14.75 -13 .38 14.62 -12.9244 .5 15.13 -12.9005 0 15.38 -13
3 6 .38 14.62 -12.9244 1.38 14.87 -12.7254 .5 15.13 -12.9005
4 6 .38 14.62 -12.9244 2.88 14.5 -12.4269 2.26 14.75 -12.5503 1.38 14.87 -12.7254
0 mouth outer
4 4 0 14.13 -13 .5 13.75 -12.9005 .38 14.62 -12.9244 0 14.75 -13
3 4 .5 13.75 -12.9005 1.13 13.75 -12.7751 .38 14.62 -12.9244
4 4 1.13 13.75 -12.7751 2.88 14 -12.4269 2.88 14.5 -12.4269 .38 14.62 -12.9244
4 4 2.88 14 -12.4269 3.75 14.38 -12.2538 3.75 14.5 -12.2538 2.88 14.5 -12.4269
4 4 3.75 14.5 -12.2538 3.26 15.25 -12.3513 2.26 14.75 -12.5503 2.88 14.5 -12.4269
4 4 3.26 15.25 -12.3513 2 16.13 -12.602 1.38 14.87 -12.7254 2.26 14.75 -12.5503
4 4 2 16.13 -12.602 .75 16.5 -12.8508 .5 15.13 -12.9005 1.38 14.87 -12.7254
4 4 .75 16.5 -12.8508 0 16.5 -13 0 15.38 -13 .5 15.13 -12.9005
0
3 16 0 14.13 -13 -1.25 10.5 -12.7513 0 4 -13
3 16 -1.25 10.5 -12.7513 -1.62 9.38 -12.6776 0 4 -13
3 16 -1.62 9.38 -12.6776 -2.13 8.62 -12.5762 0 4 -13
3 16 -2.13 8.62 -12.5762 -2.87 8.13 -12.4289 0 4 -13
4 16 -3.62 7.75 -12.2797 -4.975 4 -12.01 0 4 -13 -2.87 8.13 -12.4289
3 16 -3.62 7.75 -12.2797 -4.62 7.38 -12.0807 -4.975 4 -12.01
3 16 -4.62 7.38 -12.0807 -4.975 7.3 -12.01 -4.975 4 -12.01
3 16 -4.55 8.94 -12.0946 -4.975 8.46 -12.01 -4.25 8.75 -12.1543
3 16 -4.88 9.43 -12.0289 -4.975 8.46 -12.01 -4.55 8.94 -12.0946
3 16 -4.975 10.01 -12.01 -4.975 8.46 -12.01 -4.88 9.43 -12.0289
3 16 0 14.13 -13 -1.38 10.62 -12.7254 -1.25 10.5 -12.7513
4 16 -2 10 -12.602 -1.38 10.62 -12.7254 0 14.13 -13 -2.11 10.58 -12.5801
4 16 -2.44 11.06 -12.5145 -2.11 10.58 -12.5801 0 14.13 -13 -.5 13.75 -12.9005
4 16 -2.93 11.39 -12.417 -2.44 11.06 -12.5145 -.5 13.75 -12.9005 -1.13 13.75 -12.7751
4 16 -3.5 11.5 -12.3035 -2.93 11.39 -12.417 -1.13 13.75 -12.7751 -2.88 14 -12.4269
4 16 -4.07 11.39 -12.1901 -3.5 11.5 -12.3035 -2.88 14 -12.4269 -3.75 14.38 -12.2538
4 16 -4.975 17 -12.01 -4.07 11.39 -12.1901 -3.75 14.38 -12.2538 -3.75 14.5 -12.2538
3 16 -4.975 17 -12.01 -4.55 11.06 -12.0946 -4.07 11.39 -12.1901
3 16 -4.975 17 -12.01 -4.88 10.58 -12.0289 -4.55 11.06 -12.0946
3 16 -4.975 17 -12.01 -4.975 10.01 -12.01 -4.88 10.58 -12.0289
4 16 -.75 16.5 -12.8508 0 16.5 -13 0 17 -13 -4.975 17 -12.01
3 16 -4.975 17 -12.01 -2 16.13 -12.602 -.75 16.5 -12.8508
3 16 -4.975 17 -12.01 -3.26 15.25 -12.3513 -2 16.13 -12.602
3 16 -4.975 17 -12.01 -3.75 14.5 -12.2538 -3.26 15.25 -12.3513
0
0 eye
4 0 -2 10 -12.602 -1.62 9.38 -12.6776 -1.25 10.5 -12.7513 -1.38 10.62 -12.7254
4 0 -4.25 8.75 -12.1543 -2.13 8.62 -12.5762 -1.62 9.38 -12.6776 -2 10 -12.602
3 0 -4.25 8.75 -12.1543 -2.87 8.13 -12.4289 -2.13 8.62 -12.5762
3 0 -4.25 8.75 -12.1543 -3.62 7.75 -12.2797 -2.87 8.13 -12.4289
4 0 -4.975 8.46 -12.01 -4.62 7.38 -12.0807 -3.62 7.75 -12.2797 -4.25 8.75 -12.1543
3 0 -4.975 8.46 -12.01 -4.975 7.3 -12.01 -4.62 7.38 -12.0807
4 0 -4.55 8.94 -12.0946 -4.25 8.75 -12.1543 -2 10 -12.602 -2.11 10.58 -12.5801
4 0 -4.88 9.43 -12.0289 -4.55 8.94 -12.0946 -2.11 10.58 -12.5801 -2.44 11.06 -12.5145
4 0 -4.975 10.01 -12.01 -4.88 9.43 -12.0289 -2.44 11.06 -12.5145 -2.93 11.39 -12.417
4 0 -4.88 10.58 -12.0289 -4.975 10.01 -12.01 -2.93 11.39 -12.417 -3.5 11.5 -12.3035
4 0 -4.55 11.06 -12.0946 -4.88 10.58 -12.0289 -3.5 11.5 -12.3035 -4.07 11.39 -12.1901
0
0 mouth middle
4 6 -.5 15.13 -12.9005 -.38 14.62 -12.9244 0 14.75 -13 0 15.38 -13
3 6 -.5 15.13 -12.9005 -1.38 14.87 -12.7254 -.38 14.62 -12.9244
4 6 -2.26 14.75 -12.5503 -2.88 14.5 -12.4269 -.38 14.62 -12.9244 -1.38 14.87 -12.7254
0 mouth outer
4 4 -.38 14.62 -12.9244 -.5 13.75 -12.9005 0 14.13 -13 0 14.75 -13
3 4 -.38 14.62 -12.9244 -1.13 13.75 -12.7751 -.5 13.75 -12.9005
4 4 -2.88 14.5 -12.4269 -2.88 14 -12.4269 -1.13 13.75 -12.7751 -.38 14.62 -12.9244
4 4 -3.75 14.5 -12.2538 -3.75 14.38 -12.2538 -2.88 14 -12.4269 -2.88 14.5 -12.4269
4 4 -2.26 14.75 -12.5503 -3.26 15.25 -12.3513 -3.75 14.5 -12.2538 -2.88 14.5 -12.4269
4 4 -1.38 14.87 -12.7254 -2 16.13 -12.602 -3.26 15.25 -12.3513 -2.26 14.75 -12.5503
4 4 -.5 15.13 -12.9005 -.75 16.5 -12.8508 -2 16.13 -12.602 -1.38 14.87 -12.7254
4 4 0 15.38 -13 0 16.5 -13 -.75 16.5 -12.8508 -.5 15.13 -12.9005
0
3 16 4.975 4 -12.01 6.13 7.13 -11.2382 4.975 7.3 -12.01
3 16 4.975 4 -12.01 8.13 6.87 -9.9017 6.13 7.13 -11.2382
4 16 4.975 4 -12.01 9.192 4 -9.192 8.75 6.75 -9.4874 8.13 6.87 -9.9017
3 16 9.192 4 -9.192 9.192 17 -9.192 8.75 6.75 -9.4874
4 16 4.975 8.46 -12.01 6.25 8 -11.158 6.38 8.62 -11.0711 6.38 9.25 -11.0711
3 16 4.975 8.46 -12.01 6.38 9.25 -11.0711 6.13 9.87 -11.2382
3 16 4.975 8.46 -12.01 6.13 9.87 -11.2382 4.975 17 -12.01
3 16 4.975 17 -12.01 6.13 9.87 -11.2382 6.5 9.75 -10.9909
4 16 4.975 17 -12.01 6.5 9.75 -10.9909 6.75 9.75 -10.8239 9.192 17 -9.192
3 16 9.192 17 -9.192 6.75 9.75 -10.8239 7.25 8.75 -10.4897
4 16 9.192 17 -9.192 7.25 8.75 -10.4897 7.38 8 -10.4029 7.75 7.87 -10.1556
3 16 9.192 17 -9.192 7.75 7.87 -10.1556 7.87 7.62 -10.0754
4 16 9.192 17 -9.192 7.87 7.62 -10.0754 7.87 7.38 -10.0754 8.25 7.13 -9.8215
3 16 9.192 17 -9.192 8.25 7.13 -9.8215 8.75 6.75 -9.4874
4 16 7.38 7.5 -10.4029 7.87 7.38 -10.0754 7.87 7.62 -10.0754 7.38 7.75 -10.4029
0
0 eye
4 0 4.975 7.3 -12.01 6.13 7.13 -11.2382 6.25 8 -11.158 4.975 8.46 -12.01
4 0 6.13 7.13 -11.2382 8.13 6.87 -9.9017 7.38 7.5 -10.4029 6.25 8 -11.158
4 0 8.13 6.87 -9.9017 8.25 7.13 -9.8215 7.87 7.38 -10.0754 7.38 7.5 -10.4029
3 0 8.13 6.87 -9.9017 8.75 6.75 -9.4874 8.25 7.13 -9.8215
4 0 6.25 8 -11.158 7.38 7.5 -10.4029 7.38 7.75 -10.4029 6.38 8.62 -11.0711
3 0 6.38 8.62 -11.0711 7.38 7.75 -10.4029 7.38 8 -10.4029
4 0 7.38 7.75 -10.4029 7.87 7.62 -10.0754 7.75 7.87 -10.1556 7.38 8 -10.4029
4 0 6.38 8.62 -11.0711 7.38 8 -10.4029 7.25 8.75 -10.4897 6.38 9.25 -11.0711
4 0 6.38 9.25 -11.0711 7.25 8.75 -10.4897 6.75 9.75 -10.8239 6.5 9.75 -10.9909
3 0 6.38 9.25 -11.0711 6.5 9.75 -10.9909 6.13 9.87 -11.2382
0
3 16 -4.975 7.3 -12.01 -6.13 7.13 -11.2382 -4.975 4 -12.01
3 16 -6.13 7.13 -11.2382 -8.13 6.87 -9.9017 -4.975 4 -12.01
4 16 -8.75 6.75 -9.4874 -9.192 4 -9.192 -4.975 4 -12.01 -8.13 6.87 -9.9017
3 16 -8.75 6.75 -9.4874 -9.192 17 -9.192 -9.192 4 -9.192
4 16 -6.38 8.62 -11.0711 -6.25 8 -11.158 -4.975 8.46 -12.01 -6.38 9.25 -11.0711
3 16 -6.13 9.87 -11.2382 -6.38 9.25 -11.0711 -4.975 8.46 -12.01
3 16 -4.975 17 -12.01 -6.13 9.87 -11.2382 -4.975 8.46 -12.01
3 16 -6.5 9.75 -10.9909 -6.13 9.87 -11.2382 -4.975 17 -12.01
4 16 -6.75 9.75 -10.8239 -6.5 9.75 -10.9909 -4.975 17 -12.01 -9.192 17 -9.192
3 16 -7.25 8.75 -10.4897 -6.75 9.75 -10.8239 -9.192 17 -9.192
4 16 -7.38 8 -10.4029 -7.25 8.75 -10.4897 -9.192 17 -9.192 -7.75 7.87 -10.1556
3 16 -7.87 7.62 -10.0754 -7.75 7.87 -10.1556 -9.192 17 -9.192
4 16 -7.87 7.38 -10.0754 -7.87 7.62 -10.0754 -9.192 17 -9.192 -8.25 7.13 -9.8215
3 16 -8.75 6.75 -9.4874 -8.25 7.13 -9.8215 -9.192 17 -9.192
4 16 -7.87 7.62 -10.0754 -7.87 7.38 -10.0754 -7.38 7.5 -10.4029 -7.38 7.75 -10.4029
0
0 eye
4 0 -6.25 8 -11.158 -6.13 7.13 -11.2382 -4.975 7.3 -12.01 -4.975 8.46 -12.01
4 0 -7.38 7.5 -10.4029 -8.13 6.87 -9.9017 -6.13 7.13 -11.2382 -6.25 8 -11.158
4 0 -7.87 7.38 -10.0754 -8.25 7.13 -9.8215 -8.13 6.87 -9.9017 -7.38 7.5 -10.4029
3 0 -8.25 7.13 -9.8215 -8.75 6.75 -9.4874 -8.13 6.87 -9.9017
4 0 -7.38 7.75 -10.4029 -7.38 7.5 -10.4029 -6.25 8 -11.158 -6.38 8.62 -11.0711
3 0 -7.38 8 -10.4029 -7.38 7.75 -10.4029 -6.38 8.62 -11.0711
4 0 -7.75 7.87 -10.1556 -7.87 7.62 -10.0754 -7.38 7.75 -10.4029 -7.38 8 -10.4029
4 0 -7.25 8.75 -10.4897 -7.38 8 -10.4029 -6.38 8.62 -11.0711 -6.38 9.25 -11.0711
4 0 -6.75 9.75 -10.8239 -7.25 8.75 -10.4897 -6.38 9.25 -11.0711 -6.5 9.75 -10.9909
3 0 -6.13 9.87 -11.2382 -6.5 9.75 -10.9909 -6.38 9.25 -11.0711
0
0
5 24 -4.975 4 -12.01 -4.975 7.3 -12.01 0 4 -13 -9.192 4 -9.192
5 8 -4.975 7.3 -12.01 -4.975 8.46 -12.01 0 4 -13 -9.192 4 -9.192
5 24 -4.975 8.46 -12.01 -4.975 17 -12.01 0 4 -13 -9.192 4 -9.192
5 24 0 4 -13 0 14.13 -13 4.975 4 -12.01 -4.975 4 -12.01
5 12 0 14.13 -13 0 14.75 -13 4.975 4 -12.01 -4.975 4 -12.01
5 0 0 14.75 -13 0 15.38 -13 4.975 4 -12.01 -4.975 4 -12.01
5 12 0 15.38 -13 0 16.5 -13 4.975 4 -12.01 -4.975 4 -12.01
5 24 0 16.5 -13 0 17 -13 4.975 4 -12.01 -4.975 4 -12.01
5 24 4.975 4 -12.01 4.975 17.3 -12.01 9.192 4 -9.192 0 4 -13
5 8 4.975 7.3 -12.01 4.975 8.46 -12.01 9.192 4 -9.192 0 4 -13
5 24 4.975 8.46 -12.01 4.975 17 -12.01 9.192 4 -9.192 0 4 -13
0

0
0 L3P ELSEPOV
0 #if (L3Studs)
0 // REMmed by TE - object { stud2_dot_dat matrix <1,0,0,0,1,0,0,0,1,0,0,0> }
0 // avoiding potetial undefined primitive problem
0 difference {
0 cylinder { <0,0,0>, <0,-4,0>, 6 }
0 cylinder { <0,0.01,0>, <0,-4.01,0>, 4 }
0 }
0 #end
0 object { ring3_dot_dat matrix <2,0,0,0,1,0,0,0,2,0,0,0> }
0 object { ring2_dot_dat matrix <2,0,0,0,1,0,0,0,2,0,4,0> }
0 object { _4_dash_4cyli_dot_dat matrix <6,0,0,0,20,0,0,0,6,0,4,0> }
0 object { ring3_dot_dat matrix <2,0,0,0,1,0,0,0,2,0,24,0> }
0 object { _4_dash_4cyli_dot_dat matrix <8,0,0,0,3,0,0,0,8,0,21,0> }
0 cylinder{<0,0,0>,<0,17,0>,13.001
0 clipped_by{
0        union{
0                prism {linear_sweep linear_spline 0,14,38,
0 <-1.25,10.5>,<-1.62,9.38>,<-2.13,8.62>,<-2.87,8.13>,<-3.62,7.75>
0 <-4.62,7.38>,<-4.975,7.3>,<-6.13,7.13>,<-8.13,6.87>,<-8.75,6.75>
0 <-8.25,7.13>,<-7.87,7.38>,<-7.38,7.5>,<-7.38,7.75>,<-7.38,7.75>
0                 <-7.75,7.87>,<-7.38,8>,<-7.25,8.75>,<-6.75,9.75>,<-6.5,9.75>
0                 <-6.13,9.87>,<-6.38,9.25>,<-6.38,8.62>,<-6.25,8>,<-4.975,8.46>
0 <-4.25,8.75>,<-4.55,8.94>,<-4.88,9.43>,<-4.975,10.01>,<-4.88,10.5>
0 <-4.55,11.06>,<-4.07,11.39>,<-3.5,11.5>,<-2.93,11.39>,<-2.44,11.06>
0                 <-2.11,10.58>,<-2,10>,<-1.38,10.62>
0                        }
0                } rotate <-90,0,0>
0
0        }
0 #if (version >= 3.1) material #else texture #end { L3Color0 }
0 }
0 cylinder{<0,0,0>,<0,17,0>,13.001
0 clipped_by{
0        union{
0                prism {linear_sweep linear_spline 0,14,38,
0                 <1.25,10.5>,<1.62,9.38>,<2.13,8.62>,<2.87,8.13>,<3.62,7.75>
0                 <4.62,7.38>,<4.975,7.3>,<6.13,7.13>,<8.13,6.87>,<8.75,6.75>
0                 <8.25,7.13>,<7.87,7.38>,<7.38,7.5>,<7.38,7.75>,<7.38,7.75>
0                 <7.75,7.87>,<7.38,8>,<7.25,8.75>,<6.75,9.75>,<6.5,9.75>
0                 <6.13,9.87>,<6.38,9.25>,<6.38,8.62>,<6.25,8>,<4.975,8.46>

0                 <4.25,8.75>,<4.55,8.94>,<4.88,9.43>,<4.975,10.01>,<4.88,10.5>
0                 <4.55,11.06>,<4.07,11.39>,<3.5,11.5>,<2.93,11.39>,<2.44,11.06>
0                 <2.11,10.58>,<2,10>,<1.38,10.62>
0                        }
0                } rotate <-90,0,0>
0        }
0
0 #if (version >= 3.1) material #else texture #end { L3Color0 }
0 }
0
0 cylinder{<0,0,0>,<0,17,0>,13.001
0 clipped_by{
0        union{
0                prism {linear_sweep linear_spline 0,14,13,
0                 <0,15.38>,<-.5,15.13>,<-1.38,14.87>,<-2.26,14.75>,<-2.88,14.5>
0                 <-.38,14.62>,<0,14.75>,<.38,14.62>,<2.88,14.5>,<2.26,14.75>
0                 <1.38,14.87>,<.5,15.13>,<0,15.38>
0                        }
0                } rotate <-90,0,0>
0
0        }
0 #if (version >= 3.1) material #else texture #end { L3Color6 }
0 }
0
0 cylinder{<0,0,0>,<0,17,0>,13.001
0 clipped_by{
0        union{
0                prism {linear_sweep linear_spline 0,14,17,
0                 <0,14.13>,<-.5,13.75>,<-1.13,13.75>,<-2.88,14>,<-3.75,14.38>
0                 <-3.75,14.5>,<-3.26,15.25>,<-2,16.13>,<-.75,16.5>,<0,16.5>
0                 <0,15.38>,<-.5,15.13>,<-1.38,14.87>,<-2.26,14.75>,<-2.88,14.5>
0                 <-.38,14.62>,<0,14.75>
0                        }
0                } rotate <-90,0,0>
0
0        }
0 #if (version >= 3.1) material #else texture #end { L3Color4 }
0 }
0
0 cylinder{<0,0,0>,<0,17,0>,13.001
0 clipped_by{
0        union{
0                prism {linear_sweep linear_spline 0,14,17,
0                 <0,14.13>,<.5,13.75>,<1.13,13.75>,<2.88,14>,<3.75,14.38>
0                 <3.75,14.5>,<3.26,15.25>,<2,16.13>,<.75,16.5>,<0,16.5>
0                 <0,15.38>,<.5,15.13>,<1.38,14.87>,<2.26,14.75>,<2.88,14.5>
0                 <.38,14.62>,<0,14.75>
0                        }
0                } rotate <-90,0,0>
0
0        }
0 #if (version >= 3.1) material #else texture #end { L3Color4 }
0 }
0
0       torus{9,4 clipped_by{difference{box{<-13,4,-13>,<13,-4,13>}
0         cylinder{<0,0,0>,<0,4,0>,9} plane{y,0}}}translate <0,17,0>}
0       plane{y,21 clipped_by{difference{sphere{<0,21,0>,9}
sphere{<0,21,0>,8}}}}
0
0       torus{9,4 clipped_by{difference{box{<-13,-4,-13>,<13,4,13>}
0         cylinder{<0,0,0>,<0,-4,0>,9} plane{-y,0}}}translate <0,4,0>}
0       plane{y,0 clipped_by{difference{sphere{<0,0,0>,9} sphere{<0,0,0>,8}}}}
0
0       cylinder{<0,4,0>,<0,17,0>,13}
0 L3P ENDPOV
0



Next Page:  5 more | 10 more | 20 more | 100 more

Redisplay Messages:  Brief | Compact

©2005 LUGNET. All rights reserved. - hosted by steinbruch.info GbR