AP242
|
Windchill
|
---|---|
NextAssemblyOccurrenceUsage(…);
|
e_EPMMemberLink(…);
|
ViewOccurenceRelationship(…);
|
e_WTPartUsageLink(…);
|
有关详细信息,请参阅关联的 LocalId 和 Ufid 生成。
|
e_EPMMemberLink.ObjectID.localId, e_EPMMemberLink.ObjectID.ufid
|
'WCTYPE|wt.epm.structure.EPMMemberLink'
|
e_EPMMemberLink.externalTypeId
|
NextAssemblyOccurrenceUsage.related = SingleOccurrence (…);
或者
ViewoccurrenceRelationship.related=QuantifiedOccurrence(…);
QuantifiedOccurrence.quantity = NumericalValue(…);
NumericalValue.unit =Unit(…);
Unit.name
|
e_EPMMemberLink.quantityUnit
(如果为 SingleOccurence,则数量为 1,单位为 "ea")
(如果为 QuantifieidOccurence,则从该实体中提取数量和单位)
|
NextAssemblyOccurrenceUsage.relating = PARTVIEW(…);
可以使用 PartView 实体上的 INVERSE 属性从 PartView (EPMDocument) 导航到 PartVersion (EPMDocumentVersion)。
|
e_EPMMemberLink.usedBy
|
NextAssemblyOccurrenceUsage.related = SingleOccurrence(…);
SingleOccurrence.definition = PARTVIEW(…);
可以使用 PartView 和 PartVersion 实体上的 INVERSE 属性从 PartView (EPMDocument) 导航到 Part (EPMDocumentMaster)。
|
e_EPMMemberLink.uses
|