原始文件 (1,280 × 960像素,文件大小:55 KB,MIME类型:image/png


摘要

描述 EFD magnetic core
日期
来源 自己的作品
作者 Cyril BUTTAY
授权
(二次使用本文件)
as licensed

许可协议

我,本作品著作权人,特此采用以下许可协议发表本作品:
GNU head 已授权您依据自由软件基金会发行的无固定段落及封面封底文字(Invariant Sections, Front-Cover Texts, and Back-Cover Texts)的GNU自由文件许可协议1.2版或任意后续版本的条款,复制、传播和/或修改本文件。该协议的副本请见“GNU Free Documentation License”。
w:zh:知识共享
署名 相同方式共享
本文件采用知识共享署名-相同方式共享 3.0 未本地化版本许可协议授权。
您可以自由地:
  • 共享 – 复制、发行并传播本作品
  • 修改 – 改编作品
惟须遵守下列条件:
  • 署名 – 您必须对作品进行署名,提供授权条款的链接,并说明是否对原始内容进行了更改。您可以用任何合理的方式来署名,但不得以任何方式表明许可人认可您或您的使用。
  • 相同方式共享 – 如果您再混合、转换或者基于本作品进行创作,您必须以与原先许可协议相同或相兼容的许可协议分发您贡献的作品。
本许可协议标签作为GFDL许可协议更新的组成部分被添加至本文件。
w:zh:知识共享
署名 相同方式共享
本文件采用知识共享署名-相同方式共享2.5 通用2.0 通用1.0 通用许可协议授权。
您可以自由地:
  • 共享 – 复制、发行并传播本作品
  • 修改 – 改编作品
惟须遵守下列条件:
  • 署名 – 您必须对作品进行署名,提供授权条款的链接,并说明是否对原始内容进行了更改。您可以用任何合理的方式来署名,但不得以任何方式表明许可人认可您或您的使用。
  • 相同方式共享 – 如果您再混合、转换或者基于本作品进行创作,您必须以与原先许可协议相同或相兼容的许可协议分发您贡献的作品。
您可以选择您需要的许可协议。

Made using povray v3.6 and the following source code

#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 quarter of cyclindic volume used to "round" the corners
    linear_spline
    6
    <0,0>,<0.05,0>, <0.1,0.05>, <0.1,0.95>,<0.05,1>, <0,1>
    rotate 90*x 
}
 
#declare side =  prism { // the extrusions of the volume
  linear_sweep
  linear_spline
  0, 1, 9,
  <0.05,0>, <0,0.05>, <0,0.95>, <0.05,1>, <0.35,1>, <0.4,0.95>, <0.4,0.05>, <0.35,0>, <0.05,0>
}

#declare middle =  union { // the extrusion of the middle leg
  box{<0,0,0><1.2,1,0.5>}
  cylinder{<0,0,0.25>,<0,1,0.25>,0.25}
  cylinder{<1.2,0,0.25>,<1.2,1,0.25>,0.25}
}

union {
  object {side scale <1,3.2,1> rotate -90*z translate <-1.6,0.3,0> }
  object {side scale <1,2,1> translate -1.7*x  }
  object {middle scale <1,2,1> translate <-.6,0,0.5>  }
  object {side scale <1,2,1> translate 1.3*x  }
  object {corner translate -1.6*x}
  object {corner translate 1.6*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.15,1.15,0> angle 13}

This is then compiled using the following command

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

说明

添加一行文字以描述该文件所表现的内容

此文件中描述的项目

描繪內容

文件历史

点击某个日期/时间查看对应时刻的文件。

日期/时间缩⁠略⁠图大小用户备注
当前2007年1月24日 (三) 09:502007年1月24日 (三) 09:50版本的缩略图1,280 × 960(55 KB)Pngbotoptimized with optipng
2006年6月18日 (日) 20:482006年6月18日 (日) 20:48版本的缩略图1,280 × 960(90 KB)CyrilB~commonswiki{{Information |Description=EFD magnetic core |Source=Own work |Date=18/06/2006 |Author=Cyril BUTTAY |Permission=as licensed |other_versions= }}

以下页面使用本文件:

全域文件用途

以下其他wiki使用此文件: