cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Stay updated on what is happening on the PTC Community by subscribing to PTC Community Announcements. X

How do I get the Describes Parts of WTDocument using Info*Engine?

VladiSlav
17-Peridot

How do I get the Describes Parts of WTDocument using Info*Engine?

Hello, please tell me how to use Info*Engine to output (get) all the "Describes Parts" that are located on the "Related objects" tab of the document (WTDocument) ?

1 REPLY 1

  • This can be done using Query-Links webject
  • <ie:webject name="Query-Links" type="OBJ">
    	<ie:param name="INSTANCE" data="$(properties[0]wt.federation.ie.VMName[0])" />
    	<ie:param name="ATTRIBUTE" data="name,number" delim="," />
    	<ie:param name="TYPE" data="$(@FORM[]typeOfLink[])" default="wt.part.WTPartDescribeLink"/>
    	<ie:param name="OBJECT_REF" data="$(specificationDoc[0]obid[0])" />
    	<ie:param name="DIRECTION" data="$(@FORM[]direction[])" default="describes" />
    	<ie:param name="GROUP_OUT" data="relatedParts" />
    </ie:webject>
    

check this article: 

https://www.ptc.com/en/support/article/CS30900?&language=en&posno=3&q=infoengine%20describes%20link&source=search

 

Regrads

Top Tags