AP242
|
Windchill
|
注解
|
---|---|---|
NextAssemblyOccurrenceUsage(…);
|
e_WTPartUsageLink(…);
|
每对父项/子项 (关联/相关) 仅创建一个实例。
|
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) 导航到部件 (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 和具体值。
|