<?xml version="1.0" encoding="UTF-8" ?>



<rss version="2.0" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">

<channel>
<title><![CDATA[PBC]]> </title>
<description>
<![CDATA[致力于管状带式输送机（pipe belt conveyor）的设计、研发，力求精益求精，创造一流。]]>
</description>
<link>http://conion.blog.bokee.net/</link>
<language>zh-cn</language>
<creator>conion</creator>
<pubDate>Fri, 11 Dec 2009 23:21:02 CST </pubDate>
<generatorAgent rdf:resource="http://www.bokee.net"/>
<ttl>5</ttl>

<item>
<title>使用iLogic实现Inventor工程图的自动重量和比例功能（转自verycad数字化设计）</title>
<link>http://www.bokee.net/blogmodule/weblogcomment_viewEntry/8283589.html</link>
<description>
<![CDATA[<p>1、打开 工程图模板，新建 iLogic规则，名称为&ldquo;重量比例&rdquo;</p>
<p>2、写入以下代码：</p>
<p>doc = ThisDoc.Document<br />
If doc.ActiveSheet.DrawingViews.Count &gt;0 Then<br />
iProperties.Value(&quot;Custom&quot;, &quot;比例&quot;)=doc.ActiveSheet.DrawingViews(1).ScaleString<br />
iProperties.Value(&quot;Custom&quot;, &quot;重量&quot;)=CStr(Round(ThisDrawing.ModelDocument.ComponentDefinition.MassProperties.Mass,2))<br />
Else<br />
iProperties.Value(&quot;Custom&quot;, &quot;比例&quot;)=&quot;&quot;<br />
iProperties.Value(&quot;Custom&quot;, &quot;重量&quot;)=&quot;&quot;<br />
End If</p>
<p>3、设置为：&ldquo;静默操作&rdquo;，&ldquo;不自动运行&rdquo;</p>
<p>4、在 事件触发器 中关联到 &ldquo;保存文档前&rdquo;</p>
<p>5、在标题栏模板表格中插入 &ldquo;自定义特性-工程图&rdquo;的&ldquo;重量&rdquo;，&ldquo;比例&rdquo;参数</p>
<p>6、保存模板，完成设置。这样在每次保存工程图时既会自动填定或者更新重量和比例了。</p>]]>
</description>
<guid isPermaLink="false">http://www.bokee.net/blogmodule/weblogcomment_viewEntry/8283589.html</guid>
<subject>Inventor</subject>
<author>conion</author>
<category>Inventor</category>
<pubDate>Sun, 19 Jun 2011 09:55:02 CST </pubDate>
</item>

<item>
<title>CAD中快速批量修改图元Z坐标方法</title>
<link>http://www.bokee.net/blogmodule/weblogcomment_viewEntry/8275871.html</link>
<description>
<![CDATA[<div style="text-indent: 21.75pt"><span style="font-size: small">a）用qselect命令调出快速选择框，对象类型分别选择直线、圆弧、圆、椭圆四类，因为只有这四类的特性栏里才有起止点的Z坐标。运算符选择全部选择，其他选项默认。点确定就可看到图纸中相关图元即被选定。</span></div>
<div style="text-indent: 21.75pt"><span style="font-size: small">b）利用命令Ctrl+1查询特性，修改其起点Z坐标和终点Z坐标即可。</span></div>]]>
</description>
<guid isPermaLink="false">http://www.bokee.net/blogmodule/weblogcomment_viewEntry/8275871.html</guid>
<subject>AutoCAD</subject>
<author>conion</author>
<category>AutoCAD</category>
<pubDate>Fri, 17 Jun 2011 13:29:34 CST </pubDate>
</item>

<item>
<title>CAD中剪切延伸尺寸标注方法</title>
<link>http://www.bokee.net/blogmodule/weblogcomment_viewEntry/8275844.html</link>
<description>
<![CDATA[<div><span style="font-size: small">&nbsp;&nbsp;&nbsp; 存在标注的图元，在进行图元剪切或延伸操作时想尺寸标注一步跟随动，操作办法就是选择对象时一同把尺寸线选择进去即可。拉伸操作亦如此。</span></div>]]>
</description>
<guid isPermaLink="false">http://www.bokee.net/blogmodule/weblogcomment_viewEntry/8275844.html</guid>
<subject>AutoCAD</subject>
<author>conion</author>
<category>AutoCAD</category>
<pubDate>Fri, 17 Jun 2011 13:25:37 CST </pubDate>
</item>

<item>
<title>CAD中大于180度的角度标注方法</title>
<link>http://www.bokee.net/blogmodule/weblogcomment_viewEntry/8275832.html</link>
<description>
<![CDATA[<div style="text-indent: 21.75pt"><span style="font-size: small">角度命令，默认指定顶点，选择角度的两个端点即可。</span></div>]]>
</description>
<guid isPermaLink="false">http://www.bokee.net/blogmodule/weblogcomment_viewEntry/8275832.html</guid>
<subject>AutoCAD</subject>
<author>conion</author>
<category>AutoCAD</category>
<pubDate>Fri, 17 Jun 2011 13:23:37 CST </pubDate>
</item>

<item>
<title>CAD mechanical中引出序号重新对齐方法</title>
<link>http://www.bokee.net/blogmodule/weblogcomment_viewEntry/8275819.html</link>
<description>
<![CDATA[<div style="text-indent: 21.75pt"><span style="font-size: small">引出序号amballoon&mdash;&mdash;选择重新组织（E）&mdash;&mdash;选择引出序号后确定&mdash;&mdash;再选择对齐方式 [角度(A)/独立(S)/水平(H)/垂直(V)] 即可。</span></div>]]>
</description>
<guid isPermaLink="false">http://www.bokee.net/blogmodule/weblogcomment_viewEntry/8275819.html</guid>
<subject>AutoCAD</subject>
<author>conion</author>
<category>AutoCAD</category>
<pubDate>Fri, 17 Jun 2011 13:21:47 CST </pubDate>
</item>

<item>
<title>CAD中图形输出的最快捷最优方法</title>
<link>http://www.bokee.net/blogmodule/weblogcomment_viewEntry/8275810.html</link>
<description>
<![CDATA[<div style="text-indent: 21.75pt"><span style="font-size: medium"><span style="font-family: 宋体">调出打印界面，打印机名称选择publishtoweb PNG或者publishtoweb JPG，其他设置如正常打印，点确定后输入文件名及选择好路径，再点保存即可。</span></span></div>]]>
</description>
<guid isPermaLink="false">http://www.bokee.net/blogmodule/weblogcomment_viewEntry/8275810.html</guid>
<subject>AutoCAD</subject>
<author>conion</author>
<category>AutoCAD</category>
<pubDate>Fri, 17 Jun 2011 13:19:57 CST </pubDate>
</item>

<item>
<title>中联重科第二届三维设计大赛个人赛一等奖作品</title>
<link>http://www.bokee.net/blogmodule/weblogcomment_viewEntry/6787973.html</link>
<description>
<![CDATA[<p>下面这是我的个人作品，用Inventor制作的管带机整机模型。</p>
<p><img height="304" alt="" width="500" src="http://fs01.bokee.net/userfilespace/2010/12/11/conion3857705.jpg" /></p>
<p><img height="279" alt="" width="443" src="http://fs01.bokee.net/userfilespace/2010/12/11/conion3857706.jpg" /></p>
<p><img height="246" alt="" width="449" src="http://fs01.bokee.net/userfilespace/2010/12/11/conion3857709.jpg" /></p>
<p><img height="277" alt="" width="500" src="http://fs01.bokee.net/userfilespace/2010/12/11/conion3857710.jpg" /></p>
<p><img height="277" alt="" width="500" src="http://fs01.bokee.net/userfilespace/2010/12/11/conion3857711.jpg" /></p>
<p><img height="263" alt="" width="500" src="http://fs01.bokee.net/userfilespace/2010/12/11/conion3857712.jpg" /></p>
<p><img height="304" alt="" width="500" src="http://fs01.bokee.net/userfilespace/2010/12/11/conion3857713.jpg" /></p>]]>
</description>
<guid isPermaLink="false">http://www.bokee.net/blogmodule/weblogcomment_viewEntry/6787973.html</guid>
<subject>管带机</subject>
<author>conion</author>
<category>管带机</category>
<pubDate>Sat, 11 Dec 2010 20:30:57 CST </pubDate>
</item>

<item>
<title>下运带式输送机制动位置放置的比较</title>
<link>http://www.bokee.net/blogmodule/weblogcomment_viewEntry/6787854.html</link>
<description>
<![CDATA[<p class="MsoNormal" style="margin: 0cm 0cm 0pt 0.1pt"><font size="3"><span lang="EN-US"><font face="Times New Roman">a</font></span><span style="font-family: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">）高速轴端的液压盘式制动器的制动力大，可实现软制动的功能，可用于下运偏角较小的情况。</span></font></p>
<p class="MsoNormal" style="margin: 0cm 0cm 0pt"><font size="3"><span lang="EN-US"><font face="Times New Roman">b</font></span><span style="font-family: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">）低速轴端的液压盘式制动器安全、可靠，即可实现恒扭矩的制动，也可实现恒减速制动，一般用于下运倾角较大的情况。</span></font></p>
<p class="MsoNormal" style="margin: 0cm 0cm 0pt"><font size="3"><span lang="EN-US"><span style="mso-spacerun: yes"><font face="Times New Roman">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</font></span></span><span style="font-family: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">&mdash;&mdash;《浅谈长距离小倾角向下运输带式输送机的设计》</span></font></p>
<p>&nbsp;</p>]]>
</description>
<guid isPermaLink="false">http://www.bokee.net/blogmodule/weblogcomment_viewEntry/6787854.html</guid>
<subject>带式输送机</subject>
<author>conion</author>
<category>带式输送机</category>
<pubDate>Sat, 11 Dec 2010 20:19:05 CST </pubDate>
</item>

<item>
<title>管带机托辊安装注意点</title>
<link>http://www.bokee.net/blogmodule/weblogcomment_viewEntry/6787818.html</link>
<description>
<![CDATA[<p><span style="font-size: 10.5pt; font-family: 宋体; mso-bidi-font-size: 12.0pt; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-font-kerning: 1.0pt; mso-ansi-language: EN-US; mso-fareast-language: ZH-CN; mso-bidi-language: AR-SA">&nbsp;&nbsp;&nbsp; 托辊的安装应在桁架全部安装完成后再进行。在桁架组装时就安装托辊</span><span lang="EN-US" style="font-size: 10.5pt; font-family: &quot;Times New Roman&quot;; mso-bidi-font-size: 12.0pt; mso-font-kerning: 1.0pt; mso-ansi-language: EN-US; mso-fareast-language: ZH-CN; mso-bidi-language: AR-SA; mso-fareast-font-family: 宋体">(</span><span style="font-size: 10.5pt; font-family: 宋体; mso-bidi-font-size: 12.0pt; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-font-kerning: 1.0pt; mso-ansi-language: EN-US; mso-fareast-language: ZH-CN; mso-bidi-language: AR-SA">即托辊随桁架一起吊装</span><span lang="EN-US" style="font-size: 10.5pt; font-family: &quot;Times New Roman&quot;; mso-bidi-font-size: 12.0pt; mso-font-kerning: 1.0pt; mso-ansi-language: EN-US; mso-fareast-language: ZH-CN; mso-bidi-language: AR-SA; mso-fareast-font-family: 宋体">)</span><span style="font-size: 10.5pt; font-family: 宋体; mso-bidi-font-size: 12.0pt; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-font-kerning: 1.0pt; mso-ansi-language: EN-US; mso-fareast-language: ZH-CN; mso-bidi-language: AR-SA">，一方面增加了桁架安装起吊重量，桁架在起吊过程中易变形；另一方面，整条胶带机桁架安装周期较长，托辊安装后处在露天环境下的时间相对较长，易生锈。</span></p>]]>
</description>
<guid isPermaLink="false">http://www.bokee.net/blogmodule/weblogcomment_viewEntry/6787818.html</guid>
<subject>管带机</subject>
<author>conion</author>
<category>管带机</category>
<pubDate>Sat, 11 Dec 2010 20:16:19 CST </pubDate>
</item>

<item>
<title>世界第一长管带机</title>
<link>http://www.bokee.net/blogmodule/weblogcomment_viewEntry/6787300.html</link>
<description>
<![CDATA[<p>世界第一长管带机KOCH设计，应用于秘鲁Atocongo，全长8.171公里，6.5公里在底下，300管径，双向运料，胶带为凤凰产品，型号为ST2500，15个水平弯，20个立面弯，转弯半径R&ge;300m，2008年正式运行。</p>
<p><img height="140" alt="" width="500" src="http://fs01.bokee.net/userfilespace/2010/12/11/conion3857593.jpg" /></p>]]>
</description>
<guid isPermaLink="false">http://www.bokee.net/blogmodule/weblogcomment_viewEntry/6787300.html</guid>
<subject>管带机</subject>
<author>conion</author>
<category>管带机</category>
<pubDate>Sat, 11 Dec 2010 19:09:43 CST </pubDate>
</item>

</channel>
</rss>
