AP242
|
Windchill
|
NextAssemblyOccurrenceUsage(…);
|
e_EPMMemberLink(…);
|
ViewOccurenceRelationship(…);
|
e_WTPartUsageLink(…);
|
For more information see LocalId and Ufid Generation for Associations.
|
e_EPMMemberLink.ObjectID.localId, e_EPMMemberLink.ObjectID.ufid
|
'WCTYPE|wt.epm.structure.EPMMemberLink'
|
e_EPMMemberLink.externalTypeId
|
NextAssemblyOccurrenceUsage.related = SingleOccurrence (…);
or
ViewoccurrenceRelationship.related=QuantifiedOccurrence(…);
QuantifiedOccurrence.quantity = NumericalValue(…);
NumericalValue.unit =Unit(…);
Unit.name
|
e_EPMMemberLink.quantityUnit
(If it is SingleOccurence, quantity is 1 and unit is “ea”)
(If QuantifieidOccurence, quantity and unit is picked up from that entity)
|
NextAssemblyOccurrenceUsage.relating = PARTVIEW(…);
One can navigate from a PartView (EPMDocument) to the PartVersion (EPMDocumentVersion) using the INVERSE attributes on the PartView entity.
|
e_EPMMemberLink.usedBy
|
NextAssemblyOccurrenceUsage.related = SingleOccurrence(…);
SingleOccurrence.definition = PARTVIEW(…);
One can navigate from a PartView (EPMDocument) to the Part (EPMDocumentMaster) using the INVERSE attributes on the PartView and PartVersion entities.
|
e_EPMMemberLink.uses
|