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

Community Tip - Learn all about PTC Community Badges. Engage with PTC and see how many you can earn! X

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

saitha
1-Newbie

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

Hi friends,

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

2 REPLIES 2
mrane
1-Newbie
(To:saitha)

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

LoriSood
22-Sapphire II
(To:saitha)

Sandeep,

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

Top Tags