AP242
|
Windchill
|
注記
|
NextAssemblyOccurrenceUsage(…);
|
e_WTPartUsageLink(…);
|
個別の親/子 (関連元/関連先) ペアごとに 1 つのインスタンスのみが作成されます。
|
ViewOccurenceRelationship(…);
|
e_WTPartUsageLink(…);
|
|
詳細については、関連付けのための LocalId および Ufid の生成を参照してください。
|
e_WTPartUsageLink.ObjectID.localId, e_WTPartUsageLink.ObjectID.ufid
|
|
'WCTYPE|wt.part.WTPartUsageLink'
|
e_WTPartUsageLink.externalTypeId
|
|
NextAssemblyOccurrenceUsage.related = SingleOccurrence(…);
または
ViewOccurrenceRelationship.related=QuantifiedOccurrence(…);
QuantifiedOccurrence.quantity = NumericalValue(…);
NumericalValue.unit =Unit(…);
Unit.name
|
e_WTPartUsageLink.quantityUnit
(SingleOccurence であれば、数量は 1、単位は "ea" になります)
(QuantifieidOccurence であれば、数量と単位はそのエンティティから取得されます)
|
|
NextAssemblyOccurrenceUsage.related = SingleOccurrence(…);
SingleOccurrence.definition = PARTVIEW(…);
PartView エンティティと PartVersion エンティティで INVERSE 属性を使用して、PartView (WTPart) から Part (WTPartMaster) に移動できます。
|
e_WTPartUsageLink.uses
|
|
NextAssemblyOccurrenceUsage.relating = PARTVIEW(…);
PartView エンティティで INVERSE 属性を使用して、PartView (WTPart) から PartVersion (WTPartVersion) に移動できます。
|
e_WTPartUsageLink.usedBy
|
|
NextAssemblyOccurrenceUsage.related = SingleOccurrence(…);
|
e_occurence と e_WTPartUsageLink.occurrences list に追加
|
|
SingleOccurrence.id
|
e_occurence.name
|
|
NextAssemblyOccurrenceUsage.placement = CARTESIANTRANSFORMATION(…);
|
e_occurence.transformString
配置情報が transformString に関連付けられる方法の詳細については、WTPartUsageLink およびオカレンスを参照してください。
|