<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Just A Blog &#187; 模型参数</title>
	<atom:link href="http://www.caxblog.com/tag/%e6%a8%a1%e5%9e%8b%e5%8f%82%e6%95%b0/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.caxblog.com</link>
	<description>街尾牛杂档——Since 1983</description>
	<lastBuildDate>Thu, 20 Oct 2011 10:22:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>规范使用Pro/ENGINEER：模型参数</title>
		<link>http://www.caxblog.com/proengineer-tutorial-model-parameter/</link>
		<comments>http://www.caxblog.com/proengineer-tutorial-model-parameter/#comments</comments>
		<pubDate>Wed, 09 Apr 2008 06:56:10 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[机械设计]]></category>
		<category><![CDATA[Pro/ENGINEER]]></category>
		<category><![CDATA[标准化]]></category>
		<category><![CDATA[模型参数]]></category>
		<category><![CDATA[模板]]></category>
		<category><![CDATA[配置]]></category>

		<guid isPermaLink="false">http://www.talkeight.cn/2008/04/142.html</guid>
		<description><![CDATA[在建立Pro/Engineer模型后（上一篇：《规范使用Pro/ENGINEER：模板文件》），想必会考虑输入模型参数，可以在出工程图（用Auto CAD出图纸的话就不需要考虑这个问题），和生成装配BOM零件明细表的时候调用。其实只要我们在做零件模板的时候就增加几个变量，用来储存零件名称、图号、材料、数量、重量等信息，就可以完全实现零件信息的调用。 完成零件模板的建立后，建议设置几个变量来储存零件信息，在设置时注意变量的类型。 CNAME&#124;字符型：储存零件名称； CMAT&#124;字符型：储存零件材料名称； QUY&#124;整数：储存零件数量； DrawingNO&#124;字符型：零件图号； CMASS&#124;实数：零件单件总量； PROPERTY&#124;字符型：零件其他属性，比如是外购件、标准件还是其他； 具体设置内容根据个人工作习惯而定。建立CMASS属性时，需要在模板中设置一行函数，把零件计算的重量赋值给CMASS，具体设置路径菜单：工具-关系； CMASS=MP_MASS(&#8220;&#8221;) 在装配体模板和钣金件模板也同样需要设置这些参数，设置方法和在零件模板中一样，设置内容根据个人使用而定。完成设置后需要在Config里面设置一下模型模板文件，设置方法见：《Pro/ENGINEER Config配置文件设置》。 在设置零件模板模型参数前，最好是自己设置好零件模板，把各项内容设置规范化或者是直接按照国标要求设置（关键是单位）。规范化的模板不但对于出图纸、装配比较方便，而且通过接口转化到其他类型的软件也是不容易出错。比如Proe导到ADAMS里面去，就经常因为单位不统一的问题而出错， © Alex for Just A Blog, 2008. &#124; Permalink &#124; 2 comments &#124; Add to del.icio.us &#124; Follow me @attacker_hu Post tags: Pro/ENGINEER, 标准化, 模型参数, 模板, 配置<table class="wumii-related-items" cellspacing="0" cellpadding="3" border="0"  style="clear: both;">
    
    <tr>
        <td colspan="5"><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">您可能也喜欢：</font></b></td>
    </tr>
    
        <tr>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important;">
                    <a target="_blank" title="Pro/ENGINEER工程图Config国标配置" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fproengineer-drawing-config-gb-setting%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fproengineer-tutorial-model-parameter%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/06/30/462891.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">Pro/ENGINEER工程图Config国标配置</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="Pro/ENGINEER Config配置文件设置" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fproengineer-config-setting%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fproengineer-tutorial-model-parameter%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/06/30/462787.gif" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">Pro/ENGINEER Config配置文件设置</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="规范使用Pro/ENGINEER：模板文件" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fproengineer-tutorial-template%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fproengineer-tutorial-model-parameter%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/07/02/462785.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">规范使用Pro/ENGINEER：模板文件</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="一键清除Pro/ENGINEER历史文件" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fone-click-to-cleanup-history-file-in-proengineer%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fproengineer-tutorial-model-parameter%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/07/30/462801.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">一键清除Pro/ENGINEER历史文件</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="生成Pro/ENGINEER爆炸视图" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fproengineer-exploded-drawing%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fproengineer-tutorial-model-parameter%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/07/02/462837.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">生成Pro/ENGINEER爆炸视图</font>
                    </a>
                </td>
        </tr>
    
    <tr>
        <td colspan="5" align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems.htm" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table>]]></description>
			<content:encoded><![CDATA[<p>在建立Pro/Engineer模型后（上一篇：《<a href="http://www.caxblog.com/proengineer-tutorial-template/" target="_blank">规范使用Pro/ENGINEER：模板文件</a>》），想必会考虑输入模型参数，可以在出工程图（用Auto CAD出图纸的话就不需要考虑这个问题），和生成装配BOM零件明细表的时候调用。其实只要我们在做零件模板的时候就增加几个变量，用来储存零件名称、图号、材料、数量、重量等信息，就可以完全实现零件信息的调用。</p>
<p><a href="http://www.caxblog.com/proengineer-tutorial-template/" target="_blank"><span id="more-142"></span>完成零件模板的建立</a>后，建议设置几个变量来储存零件信息，在设置时注意变量的类型。</p>
<ul>
<li>CNAME|字符型：储存零件名称；</li>
<li>CMAT|字符型：储存零件材料名称；</li>
<li>QUY|整数：储存零件数量；</li>
<li>DrawingNO|字符型：零件图号；</li>
<li>CMASS|实数：零件单件总量；</li>
<li>PROPERTY|字符型：零件其他属性，比如是外购件、标准件还是其他；</li>
</ul>
<p><img class="alignnone size-full wp-image-720" title="model-parameter" src="http://www.caxblog.com/wp-content/uploads/2008/04/model-parameter.jpg" alt="model-parameter" width="400" height="299" /></p>
<p>具体设置内容根据个人工作习惯而定。建立CMASS属性时，需要在模板中设置一行函数，把零件计算的重量赋值给CMASS，具体设置路径菜单：工具-关系；</p>
<blockquote><p>CMASS=MP_MASS(&#8220;&#8221;)</p></blockquote>
<p>在装配体模板和钣金件模板也同样需要设置这些参数，设置方法和在零件模板中一样，设置内容根据个人使用而定。完成设置后需要在Config里面设置一下模型模板文件，设置方法见：《<a href="http://www.caxblog.com/proengineer-config-setting/" target="_self">Pro/ENGINEER Config配置文件设置</a>》。</p>
<p>在设置零件模板模型参数前，最好是自己设置好<a href="http://www.caxblog.com/proengineer-config-setting/" target="_self">零件模板</a>，把各项内容设置规范化或者是直接按照国标要求设置（关键是单位）。规范化的模板不但对于出图纸、装配比较方便，而且通过接口转化到其他类型的软件也是不容易出错。比如Proe导到ADAMS里面去，就经常因为单位不统一的问题而出错，</p>
<hr />
<p>© Alex for <a href="http://www.caxblog.com">Just A Blog</a>, 2008. |
<a href="http://www.caxblog.com/proengineer-tutorial-model-parameter/">Permalink</a> |
<a href="http://www.caxblog.com/proengineer-tutorial-model-parameter/#comments">2 comments</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.caxblog.com/proengineer-tutorial-model-parameter/&title=规范使用Pro/ENGINEER：模型参数">del.icio.us</a> | 
Follow me <a href="http://twitter.com/attacker_hu">@attacker_hu</a>
<br/>
Post tags: <a href="http://www.caxblog.com/tag/proengineer/" rel="tag">Pro/ENGINEER</a>, <a href="http://www.caxblog.com/tag/%e6%a0%87%e5%87%86%e5%8c%96/" rel="tag">标准化</a>, <a href="http://www.caxblog.com/tag/%e6%a8%a1%e5%9e%8b%e5%8f%82%e6%95%b0/" rel="tag">模型参数</a>, <a href="http://www.caxblog.com/tag/%e6%a8%a1%e6%9d%bf/" rel="tag">模板</a>, <a href="http://www.caxblog.com/tag/%e9%85%8d%e7%bd%ae/" rel="tag">配置</a><br/>
</p>

<table class="wumii-related-items" cellspacing="0" cellpadding="3" border="0"  style="clear: both;">
    
    <tr>
        <td colspan="5"><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">您可能也喜欢：</font></b></td>
    </tr>
    
        <tr>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important;">
                    <a target="_blank" title="Pro/ENGINEER工程图Config国标配置" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fproengineer-drawing-config-gb-setting%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fproengineer-tutorial-model-parameter%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/06/30/462891.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">Pro/ENGINEER工程图Config国标配置</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="Pro/ENGINEER Config配置文件设置" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fproengineer-config-setting%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fproengineer-tutorial-model-parameter%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/06/30/462787.gif" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">Pro/ENGINEER Config配置文件设置</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="规范使用Pro/ENGINEER：模板文件" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fproengineer-tutorial-template%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fproengineer-tutorial-model-parameter%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/07/02/462785.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">规范使用Pro/ENGINEER：模板文件</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="一键清除Pro/ENGINEER历史文件" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fone-click-to-cleanup-history-file-in-proengineer%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fproengineer-tutorial-model-parameter%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/07/30/462801.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">一键清除Pro/ENGINEER历史文件</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="生成Pro/ENGINEER爆炸视图" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.caxblog.com%2Fproengineer-exploded-drawing%2F&from=http%3A%2F%2Fwww.caxblog.com%2Fproengineer-tutorial-model-parameter%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/07/02/462837.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">生成Pro/ENGINEER爆炸视图</font>
                    </a>
                </td>
        </tr>
    
    <tr>
        <td colspan="5" align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems.htm" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table>]]></content:encoded>
			<wfw:commentRss>http://www.caxblog.com/proengineer-tutorial-model-parameter/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

