추가 Windchill 기능 > 제조 공정 관리 > 제조 제품 구조 탐색기 사용자 정의 > 하위 유형 속성 업데이트
  
하위 유형 속성 업데이트
업스트림 부품에 대해 하위 유형이 작성된 경우, 제조 제품 구조 탐색기는 연관된 다운스트림 부품을 업스트림 부품의 하위 유형에 발생한 변경 사항으로 자동 업데이트하지 않습니다. 하위 유형 변경 사항이 다운스트림 부품으로 전파되도록 하려면 다음 절차를 따르십시오.
1. 다음 등록 정보로 이동합니다.
com.ptc.windchill.mpml.copyOver.create.wt.part.WTPart
com.ptc.windchill.mpml.copyOver.update.wt.part.WTPart
2. 각 등록 정보에 하위 유형 이름을 추가합니다. 예를 들어, 여기서 <SUBTYPE_ATTRIBUTE>는 업스트림 부품에 대해 작성된 하위 유형의 이름입니다.
<Property name="com.ptc.windchill.mpml.copyOver.create.wt.part.WTPart" default="WCTYPE|wt.part.WTPart~MBA|source,WCTYPE|wt.part.WTPart~MBA|contextReference^WCTYPE|wt.inf.context.WTcontext,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|buildTarget@WCTYPE|wt.epm.build.EPMBuildRule,WCTYPE|wt.part.WTPart~MBA|references@WCTYPE|wt.part.WTPartReferenceLink,WCTYPE|wt.part.WTPart~SCA|ALL_CLASSIFICATION_IBAS,WCTYPE|wt.part.WTPart~IBA|<SOFT_TYPE_ATTRIBUTE>"/>
<Property name="com.ptc.windchill.mpml.copyOver.update.wt.part.WTPart" default="WCTYPE|wt.part.WTPart~MBA|source,WCTYPE|wt.part.WTPart~MBA|contextReference^WCTYPE|wt.inf.context.WTcontext,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|buildTarget@WCTYPE|wt.epm.build.EPMBuildRule,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~IBA|<GLOBAL_ATTRIBUTE>"/>
3. xconfmanager -p를 실행합니다.
부품 속성 및 연관 업데이트 - 모범 사례
다음 파일은 Windchill MPMLink가 설치되어 있지 않아도 사용할 수 있습니다.
Windchill\codebase\com\ptc\core\foundation\associativity\xconfs\associativity.properties.xconf
이 파일은 변환 기능이 있는 Servigistics Arbortext와 같은 다른 모듈에서 사용됩니다.
다음 파일은 Windchill MPMLink가 설치되어 있으면 사용할 수 있습니다.
Windchill\codebase\com\ptc\windchill\mpml\xconfs\mpmlink.properties.xconf
Windchill MPMLink 관련 변환 작업을 수행할 때 이 파일에 정의된 설정이 다른 xconf 파일(예: Servigistics Arbortext에 사용되는 파일)에 있는 다른 중복 설정보다 우선합니다. 이러한 파일 중 하나를 수정할 때 다른 파일도 함께 수정하여 모든 변환 작업에서 일관성을 유지하는 것이 좋습니다.