Skip to main content
1-Visitor
April 16, 2016
Solved

What are the different types of Links that exists between WTOjects in Windchill?

  • April 16, 2016
  • 1 reply
  • 5339 views

For Example, what is the link between WTPart and EPM Document? Is it DescribedBy lInk or Reference Link?

Likewise, if any of you could explain the types of links (Like reference, member, Partusage, DescribedBy etc..,), it would be really helpful for me to understand.

Thanks in Advance.

Best answer by BineshKumar1

PTC has a KB on type of links - 131357

This is a good place to start reading and if you have demo data loaded, you can search for different objects and understand the relationship between them

Regards

Binesh Kumar

1 reply

2-Explorer
April 16, 2016

PTC has a KB on type of links - 131357

This is a good place to start reading and if you have demo data loaded, you can search for different objects and understand the relationship between them

Regards

Binesh Kumar

16-Pearl
April 18, 2016

Also if you need further details on all the links that exist in Windchill, it will be a good idea to look into the Java Docs

Check ObjecttoObjectLink http://support.ptc.com/cs/wncdoc/110/wcapi/wt/fc/ObjectToObjectLink.html and all the sub classes. I have listed a few of them which will guide you further for describe, reference and usage link.

Few subclass:

http://support.ptc.com/cs/wncdoc/110/wcapi/wt/vc/struct/IteratedDescribeLink.html

http://support.ptc.com/cs/wncdoc/110/wcapi/wt/vc/struct/IteratedReferenceLink.html

http://support.ptc.com/cs/wncdoc/110/wcapi/wt/vc/struct/IteratedUsageLink.html

Regards,

Bhushan