File:Planar.png

Uploaded by Pngbot
Upload date 2007-01-24T09:46:46Z
MIME type image/png
Dimensions 1280 × 960 px
File size 50.2 KB

Summary

Description Planar magnetic core
Date
Source Own work
Author Cyril BUTTAY
Permission
(Reusing this file)
As licensed
Other versions
This technology image could be re-created using vector graphics as a SVG file. This has several advantages; see Commons:Media for cleanup for more information. If a SVG form of this image is available, please upload it and afterwards replace this template with {{vector version available|new image name}}.
It is recommended to name the SVG file “Planar.svg”—then the template Vector version available (or Vva) does not need the new image name parameter.

Licensing

I, the copyright holder of this work, hereby publish it under the following licenses:
GNU head Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled GNU Free Documentation License.
w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 3.0 Unported license.
You are free:
  • to share – to copy, distribute and transmit the work
  • to remix – to adapt the work
Under the following conditions:
  • attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
  • share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.
This licensing tag was added to this file as part of the GFDL licensing update.
w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 2.5 Generic, 2.0 Generic and 1.0 Generic license.
You are free:
  • to share – to copy, distribute and transmit the work
  • to remix – to adapt the work
Under the following conditions:
  • attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
  • share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.
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 = intersection { // a quarter of cyclindic volume used to "round" the corners
  lathe { 
    linear_spline
    6
    <0,0>,<0.05,0>, <0.1,0.05>, <0.1,2.95>,<0.05,3>, <0,3>
    rotate 90*x 
  }
  box {<-1,-1,-1>,<1,0,1>}
}
 
#declare side =  prism { // the extrusions of the volume
  linear_sweep
  linear_spline
  0, 1, 9,
  <0.05,0>, <0,0.05>, <0,2.95>, <0.05,3>, <0.25,3>, <0.3,2.95>, <0.3,0.05>, <0.25,0>, <0.05,0>
}

#declare middle =  prism { // the extrusion of the middle leg
  linear_sweep
  linear_spline
  0, 1, 9,
  <0.05,0>, <0,0.05>, <0,2.95>, <0.05,3>, <0.95,3>, <1,2.95>, <1,0.05>, <0.95,0>, <0.05,0>
}

union {
  object {side scale <1,3.4,1> rotate -90*z translate <-1.7,0.2,0> }
  object {side scale <1,0.5,1> translate -1.8*x  }
  object {middle scale 0.5*y translate -.5*x  }
  object {side scale <1,0.5,1> translate 1.5*x  }
  object {corner translate -1.7*x}
  object {corner translate 1.7*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.28,0.8,0> angle 14}

Then compiled using the following command:

povray -IPlanar.pov -W1280 -H960 -Q11 +A

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

depicts

20 June 2006

51,395 byte

960 pixel

1,280 pixel

image/png

be1ea8a81dd325a0961ea5d19144c8a9237ed280

Category:3D inductor drawings Category:CC-BY-SA-2.5,2.0,1.0 Category:CC-BY-SA-3.0-migrated Category:Created with Persistence of Vision Category:Ferrite cores Category:GFDL Category:License migration redundant Category:Magnetic core Category:PNG that should use vector graphics Category:Self-published work Category:Technology images that should use vector graphics