From Wikipedia, the free encyclopedia
Size of this preview: 800 × 600 pixelsFull resolution (1,280 × 960 pixels, file size: 34 KB, MIME type: image/png)
[edit] Summary
Description |
U-shape magnetic core
|
Source |
Own work
|
Date |
18/06/2006
|
Author |
Cyril BUTTAY
|
Permission
(Reusing this image) |
As licensed
|
[edit] Licensing
I, the copyright holder of this work, hereby publish it under the following licenses:
You may select the license of your choice.
|
Made using povray 3.6 and the following source:
#declare RAD = on ;
#include "colors.inc"
global_settings {
#if(RAD)
radiosity {
brightness 0.60
count 100
error_bound 0.2
gray_threshold 0.0
low_error_factor 0.2
minimum_reuse 0.015
nearest_count 10
recursion_limit 1
#if (version>3.1)
adc_bailout 0.01
max_sample -1.0
media off
normal off
always_sample 1
pretrace_start 0.08
pretrace_end 0.01
#end
}
#end
}
background { color White }
#declare corner = lathe { // a cyclindic volume used to "round" the corners
linear_spline
4
<0,0>,<0.01,0.01>,<0.01,0.99>, <0,1>
rotate 90*x
}
#declare side = prism { // the extrusions of the volume
linear_sweep
linear_spline
0, 1, 9,
<0.01,0>, <0,0.01>, <0,0.99>, <0.01,1>, <0.99,1>, <1,0.99>, <1,0.01>, <0.99,0>, <0.01,0>
}
union {
object {side scale 3.98*y rotate -90*z translate <-1.49,0.99,0> }
object {side scale 2.5*y translate -1.5*x }
object {side scale 2.5*y translate 1.5*x }
object {corner translate -1.49*x}
object {corner translate 2.49*x}
rotate <0, -20, 0>
finish {
#if(RAD)
ambient 0
diffuse 0.7
#else
ambient 0.2
diffuse 0.5
#end
phong 1
phong_size 60
}
pigment { Gray }
}
light_source { <2, 4, -3> color White}
camera {location <1,8,-15> look_at <0.3,1.5,0> angle 15}
Then compiled using the following command
povray -IU_core.pov -W1280 -H960 -Q11 +A
File history
Click on a date/time to view the file as it appeared at that time.
| Date/Time | Dimensions | User | Comment |
current | 09:42, 24 January 2007 | 1,280×960 (34 KB) | Pngbot | |
| 18:28, 18 June 2006 | 1,280×960 (65 KB) | CyrilB | |
File links
The following pages on the English Wikipedia link to this file (pages on other projects are not listed):