사용 사례 11: 값이 동일한 엔티티에 대한 다운스트림 구조 생성
BOM 변환기에 다음 구조가 존재한다고 가정해 보십시오.
Upstream Parent Part (Design)Downstream Parent Part (Manufacturing) 사이에 등가 링크가 존재합니다.
구조에 있는 모든 부품은 부품 유형이 wt.part.WTPart입니다.
1. Windchill/codebase/com/ptc/core/foundation/associativity에 있는 associativity.properties.xconf 파일에 액세스합니다.
2. 다음 재구성 규칙을 추가합니다.
<Property name="com.ptc.windchill.associativity.reconciliation.addusage.wt.part.WTPart" multivalued="," default=""/>
<AddToProperty name="com.ptc.windchill.associativity.reconciliation.addusage.wt.part.WTPart" value="transformoption=newBranch"/>
<AddToProperty name="com.ptc.windchill.associativity.reconciliation.addusage.wt.part.WTPart" value="targetType=wt.part.WTPart"/>
동일한 값을 일치시켜야 하는 경우에는 콜론으로 구분된 속성 이름을 제공합니다.
<AddToProperty name="com.ptc.windchill.associativity.reconciliation.addusage.wt.part.WTPart" value="attributeMapping.rule1=AttributeNum1:AttributeNum1"/>.
<AddToProperty name="com.ptc.windchill.associativity.reconciliation.addusage.wt.part.WTPart" value="attributeMapping.rule2=AttributeNum2:AttributeNum2"/>.
* 
업스트림에서 선택한 부품에 대한 작업을 시작하면 Windchill 시스템이 선택한 부품 아래의 구조를 트래버스합니다. 이 구성을 통해 다음이 수행됩니다.
AttributeNum1에 대한 값이 있는 부품이 AttributeNum1에 대한 동일한 값이 있는 다운스트림 대상 부품과 일치하는 경우, 업스트림 부품은 일치하는 다운스트림 대상 부품 아래에 새 분기로 추가됩니다.
AttributeNum2에 대한 값이 있는 부품이 AttributeNum2에 대한 동일한 값이 있는 다운스트림 대상 부품과 일치하는 경우, 업스트림 부품은 일치하는 다운스트림 대상 부품 아래에 새 분기로 추가됩니다.
3. 가운데 창 도구 모음에서 Upstream Parent Part (Design)을 선택하고 을 클릭합니다.
4. BOM 변환기에서 다음 구조가 나타납니다.
* 
등록 정보에 지정된 조건에 따라 Part C1 (Manufacturing)Part C2 (Manufacturing)가 각각 Part T1 (Manufacturing)Part T2 (Manufacturing) 아래에 새 부품으로 추가됩니다.
도움이 되셨나요?