解决 Creo Parametric 参数和 Windchill 属性之间的类型冲突
为避免在 Creo Parametric 参数类型与其所映射到的 Windchill 属性类型不匹配时出现上载问题,可在 site.xconf 文件中设置以下属性:
• <Service context="default" name="wt.epm.attributes.EPMAttributeDelegate" targetFile="codebase/service.properties">
• <Option cardinality="singleton" requestor="wt.iba.value.IBAHolder" selector="PROE" serviceClass="wt.epm.attributes.EPMAttributeDelegateWithWarnings"/>
• </Service>
如果设置该属性并使用 xconfmanager 进行传播,则系统可忽略不匹配问题,并继续进行上载。