Windchill MPMLink 安装后说明
执行以下步骤完成 Windchill MPMLink 的安装:
启用“控制特征”
要启用控制特征,请参阅以下各节中的步骤。
配置 Windchill 特性以启用控制特征
配置 Creo Parametric 选项
更新 Creo Parametric 的对象适配器脚本文件
配置 Windchill 特性以启用控制特征
使用以下步骤将 Windchill 特性配置为启用控制特征。
要配置 Windchill 属性从上游部件到下游部件传播 EPMDoc:
1. 导航到 mpmlink.properties.xconf 文件,然后将其打开,该文件可从以下位置获得:
\Windchill\codebase\com\ptc\windchill\mpml\xconfs\mpmlink.properties.xconf
2. 找到通过 EPMBuildRule 复制的特性。例如:
Property name="com.ptc.windchill.mpml.copyOver.create.wt.part.WTPart"
Property name="com.ptc.windchill.mpml.copyOver.update.wt.part.WTPart"
Property name="com.ptc.windchill.mpml.copyOver.mapsb.
newBranch.create.wt.part.WTPart"
Property name="com.ptc.windchill.mpml.copyOver.mapsb.
duplicate.create.wt.part.WTPart"
Property name="com.ptc.windchill.mpml.replaceEPMBuildRule.by"
* 
如果与 EPMBuildRule 相关的特性未包含在 mpmlink.properties.xconf 文件中,请将其添加。
3. 将下列条目添加到步骤 2 中提及的特性:
WCTYPE|wt.part.WTPart~MBA|describedBy@WCTYPE|wt.epm.structure.EPMDescribeLink
WCTYPE|wt.part.WTPart~MBA|buildSource@WCTYPE|wt.epm.build.EPMBuildRule
WCTYPE|wt.part.WTPart~MBA|describedBy@WCTYPE|com.ptc.windchill.
mpml.pmi.MPMWTPartToEPMDocumentLink
WCTYPE|wt.part.WTPart~MBA|references@WCTYPE|com.ptc.windchill.
mpml.pmi.AssociativeToSCCLink
* 
以上条目为将复制的关联。
例如:
<Property name="com.ptc.windchill.mpml.copyOver.create.wt.part.WTPart"
default="WCTYPE|wt.part.WTPart~MBA|source,WCTYPE|wt.part.WTPart~MBA|
containerReference^WCTYPE|wt.inf.container.WTContainer,WCTYPE|
wt.part.WTPart~MBA|partType,WCTYPE|wt.part.WTPart~MBA|describedBy@WCTYPE|
wt.epm.structure.EPMDescribeLink,WCTYPE|wt.part.WTPart~MBA|
describedBy@WCTYPE|wt.part.WTPartDescribeLink,WCTYPE|
wt.part.WTPart~MBA|references@WCTYPE|wt.part.WTPartReferenceLink,WCTYPE|
wt.part.WTPart~SCA|ALL_CLASSIFICATION_IBAS,WCTYPE|wt.part.WTPart~MBA|
buildSource@WCTYPE|wt.epm.build.EPMBuildRule,WCTYPE|wt.part.WTPart~MBA|
describedBy@WCTYPE|com.ptc.windchill.mpml.pmi.MPMWTPartToEPMDocumentLink,WCTYPE|
wt.part.WTPart~MBA|characteristic@WCTYPE|com.ptc.windchill.mpml.pmi.MPMPartQualityLink"/>
<Property name="com.ptc.windchill.mpml.copyOver.update.wt.part.WTPart"
default="WCTYPE|wt.part.WTPart~MBA|source,WCTYPE|wt.part.WTPart~MBA|partType,WCTYPE|
wt.part.WTPart~MBA|describedBy@WCTYPE|wt.epm.structure.EPMDescribeLink,WCTYPE|
wt.part.WTPart~MBA|describedBy@WCTYPE|wt.part.WTPartDescribeLink,WCTYPE|wt.part.WTPart~MBA|
references@WCTYPE|wt.part.WTPartReferenceLink,WCTYPE|wt.part.WTPart~SCA|
ALL_CLASSIFICATION_IBAS,WCTYPE|wt.part.WTPart~MBA|choice@WCTYPE|
com.ptc.windchill.option.model.ChoiceMappableChoiceLink,WCTYPE|wt.part.WTPart~MBA|
describedBy@WCTYPE|com.ptc.windchill.mpml.pmi.MPMWTPartToEPMDocumentLink,WCTYPE|
wt.part.WTPart~MBA|buildSource@WCTYPE|wt.epm.build.EPMBuildRule,WCTYPE|
wt.part.WTPart~MBA|characteristic@WCTYPE|com.ptc.windchill.mpml.pmi.MPMPartQualityLink"/>
要转换 buildrule 链接为继承链接,使用下列步骤 (默认情况下是转换为内容链接):
1. 导航到 mpmlink.properties.xconf 文件然后打开,文件可在下列位置中找到:
\Windchill\codebase\com\ptc\windchill\mpml\xconfs\mpmlink.properties.xconf
2. 找到下列文件:
Property name="com.ptc.windchill.mpml.replaceEPMBuildRule.by"
3. 将此特性改为如下:
<Property name="com.ptc.windchill.mpml.replaceEPMBuildRule.by" default="WCTYPE|wt.part.WTPart~MBA|describedBy@WCTYPE|com.ptc.windchill.mpml.pmi.MPMWTPartToEPMDocumentLink"/>
* 
在连带复制框架特性中声明此链接类型时,此特性用来控制如何将 EPMBuildRule 链接 (CAD 部件关联类型:所有者、提供内容、提供图像和图像) 从上游部件复制到其下游对等部件。默认情况下,此特性会将上游 EPMBuildRule 转换为下游 EPMDescribeLink (CAD 部件关联类型:内容)。而能设置它来转换上游 EPMBuildRule 为下游 MPMWTPartToEPMDocumentLink (CAD 部件关联类型:继承)。
要在迭代的部件没有迭代 EPM Doc 时维护发布表示,使用下列步骤:
* 
此步骤为可选步骤。但是,如果保留默认值 (true),在检出部件后这些表示可能不会始终显示。
1. 导航到 wvs.properties.xconf 文件然后打开,文件可在下列位置中找到:
\Windchill\codebase\WEB-INF\conf\wvs.properties.xconf
* 
从 Windchill 10.2 开始,PTC 更改了 wvs.propertieswvs.properties.xconf 文件的位置。这些文件已从 $Windchill/codebase 目录移至 $Windchill/codebase/WEB-INF/conf 目录。请确保对代码作出所有必要的更改,以反映此位置的更改。
2. 将此特性改为如下:
<Property value="false" name="publish.copyrepresentationsforward.restrict"/>
配置 Creo Parametric 选项
要配置 Creo Parametric 选项以便也对指定对象的系统参数进行自动指定,使用下列步骤:
导航到下列选项并更改默认设置为“是”
designate_model_item_params
* 
如果设置 ask_designate_owners 选项为“否”,则允许指定注释元素,但系统不会提示您还要指定父注释。将不指定父注释。
更新 Creo Parametric 的对象适配器脚本文件
注释的发布需要在 Creo Parametric 的预置文件中启用。如果不是,模型注释将不会显示。
有关如何执行此操作的详细信息,请参阅 Creo View MCAD Adapter Installation and Configuration Guide配置 Creo View Adapter for Creo 部分。
这对您有帮助吗?