Skip to main content
1-Visitor
July 23, 2014
Question

How can we create a child part in windchill using java api?

  • July 23, 2014
  • 2 replies
  • 1323 views

Hi friends,

How can we create a child part in windchill using java api?

2 replies

1-Visitor
January 7, 2015

You'll have to create the child part just like you would create a normal WTPart . Then using WTPartUsageLink you need to link the parent and the newly created WTPart as child.

From object

From relation

Link object

To relation

To object

Comment


wt.part.WTPart

usedBy

wt.part.WTPartUsageLink

uses

wt.part.WTPartMaster

Windchill Java doc will have further info on this.

-Malavika

23-Emerald II
January 31, 2015

Sandeep,

Were you able to get what you needed based on Malavika's response?