Advanced Customization > Business Logic Customization > Data Exchange using Standards in Windchill > STEP Data Exchange using EXPRESS > AP242 XPX Mapping Guide > Mapping Table for Import of AP242 (non-Windchill data) to Windchill EXPRESS Entities > EPMMemberLink
  
EPMMemberLink
Mapping Table
AP242
Windchill
NextAssemblyOccurrenceUsage(…);
e_EPMMemberLink(…);
ViewOccurenceRelationship(…);
e_WTPartUsageLink(…);
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
Part 21 Representation
#384= VIEWCONTEXT($,PROXYSTRING('VPLM_RN_PDT_CMP'),PROXYSTRING('FROZEN'));
#386= PARTVIEW($,$,$,$,$,#384,$);
#869= NEXTASSEMBLYOCCURRENCEUSAGE(IDENTIFIERSTRING('2407966'),CHARACTERSTRING
(''),$,*,#386,#892,#893);
#892= SINGLEOCCURRENCE(IDENTIFIERSTRING('1'),$,$,$,#5306);
#893= CARTESIANTRANSFORMATION($,$,((1.,0.,0.),(0.,1.,0.),(0.,0.,1.)),$,
(0.,0.,0.));
#3268= PARTVERSION(IDENTIFIERSTRING('001'),CHARACTERSTRING(''),$,$,(#386));
#3311= PART(IDENTIFIERSTRING('CMP0847328'),TRANSLATEDSTRINGSET((#3313,#3315)
),$,$,(#385,#280),$,(#3268));
#5305= VIEWCONTEXT($,PROXYSTRING('VPLM_RN_PDT_OCR'),PROXYSTRING('FROZEN'));
#5306= PARTVIEW($,$,$,$,$,#5305,$);
#5341= PARTVERSION(IDENTIFIERSTRING('001'),CHARACTERSTRING(''),$,$,(#5306));
#5384= PART(IDENTIFIERSTRING('OCR0847327'),TRANSLATEDSTRINGSET((#5386,#5388))
,$,$,(#3325,#280),$,(#5341));